index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis, Colibri and Verdin modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
extable.c
Age
Commit message (
Expand
)
Author
2017-09-28
locking/refcounts, x86/asm: Use unique .text section for refcount exceptions
Kees Cook
2017-09-25
x86/fpu: Reinitialize FPU registers if restoring FPU state fails
Eric Biggers
2017-09-04
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-08-17
locking/refcounts, x86/asm: Implement fast refcount overflow protection
Kees Cook
2017-07-30
x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads
Andy Lutomirski
2017-06-12
x86/debug: Handle early WARN_ONs proper
Peter Zijlstra
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-11-21
x86/traps: Ignore high word of regs->cs in early_fixup_exception()
Andy Lutomirski
2016-09-20
x86: Migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2016-07-25
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2016-07-15
x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...
Andy Lutomirski
2016-07-08
x86/dumpstack: Add show_stack_regs() and use it
Borislav Petkov
2016-04-29
x86/segments/64: When loadsegment(fs, ...) fails, clear the base
Andy Lutomirski
2016-04-13
x86/extable: Add a comment about early exception handlers
Andy Lutomirski
2016-04-13
x86/msr: Carry on after a non-"safe" MSR access fails
Andy Lutomirski
2016-04-13
x86/traps: Enable all exception handler callbacks early
Andy Lutomirski
2016-04-13
x86/head: Move early exception panic code into early_fixup_exception()
Andy Lutomirski
2016-04-13
x86/head: Move the early NMI fixup into C
Andy Lutomirski
2016-04-13
x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()
Andy Lutomirski
2016-03-22
x86/extable: use generic search and sort routines
Ard Biesheuvel
2016-02-18
x86/mm: Expand the exception table logic to allow new handling options
Tony Luck
2012-04-20
x86, extable: Switch to relative exception table entries
H. Peter Anvin
2012-04-19
x86, extable: Add early_fixup_exception()
H. Peter Anvin
2011-12-05
x86-64: Set siginfo and context on vsyscall emulation faults
Andy Lutomirski
2009-10-12
x86, 64-bit: Move K8 B step iret fixup to fault entry asm
Brian Gerst
2009-01-23
x86: uaccess: introduce try and catch framework
Hiroshi Shimamoto
2008-01-30
x86: unify extable_{32|64}.c
Harvey Harrison