index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
extable.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-03
x86/xen: Support early interrupts in xen pv guests
Juergen Gross
1
-1
/
+3
2017-12-10
locking/refcounts: Do not force refcount_t usage as GPL-only export
Kees Cook
1
-1
/
+1
2017-12-10
locking/refcounts, x86/asm: Use unique .text section for refcount exceptions
Kees Cook
1
-1
/
+6
2017-09-25
x86/fpu: Reinitialize FPU registers if restoring FPU state fails
Eric Biggers
1
-0
/
+24
2017-09-04
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+42
2017-08-17
locking/refcounts, x86/asm: Implement fast refcount overflow protection
Kees Cook
1
-0
/
+42
2017-07-30
x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads
Andy Lutomirski
1
-1
/
+1
2017-06-12
x86/debug: Handle early WARN_ONs proper
Peter Zijlstra
1
-0
/
+3
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-21
x86/traps: Ignore high word of regs->cs in early_fixup_exception()
Andy Lutomirski
1
-1
/
+6
2016-09-20
x86: Migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+1
2016-07-26
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+8
2016-07-15
x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...
Andy Lutomirski
1
-1
/
+1
2016-07-08
x86/dumpstack: Add show_stack_regs() and use it
Borislav Petkov
1
-5
/
+8
2016-04-29
x86/segments/64: When loadsegment(fs, ...) fails, clear the base
Andy Lutomirski
1
-0
/
+10
2016-04-13
x86/extable: Add a comment about early exception handlers
Andy Lutomirski
1
-0
/
+14
2016-04-13
x86/msr: Carry on after a non-"safe" MSR access fails
Andy Lutomirski
1
-0
/
+27
2016-04-13
x86/traps: Enable all exception handler callbacks early
Andy Lutomirski
1
-17
/
+2
2016-04-13
x86/head: Move early exception panic code into early_fixup_exception()
Andy Lutomirski
1
-5
/
+24
2016-04-13
x86/head: Move the early NMI fixup into C
Andy Lutomirski
1
-0
/
+5
2016-04-13
x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()
Andy Lutomirski
1
-3
/
+3
2016-03-23
x86/extable: use generic search and sort routines
Ard Biesheuvel
1
-108
/
+0
2016-02-18
x86/mm: Expand the exception table logic to allow new handling options
Tony Luck
1
-28
/
+72
2012-04-21
x86, extable: Switch to relative exception table entries
H. Peter Anvin
1
-8
/
+123
2012-04-20
x86, extable: Add early_fixup_exception()
H. Peter Anvin
1
-0
/
+17
2011-12-05
x86-64: Set siginfo and context on vsyscall emulation faults
Andy Lutomirski
1
-1
/
+1
2009-10-12
x86, 64-bit: Move K8 B step iret fixup to fault entry asm
Brian Gerst
1
-31
/
+0
2009-01-24
x86: uaccess: introduce try and catch framework
Hiroshi Shimamoto
1
-0
/
+6
2008-01-30
x86: unify extable_{32|64}.c
Harvey Harrison
1
-0
/
+62