summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/extable.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-0/+42
|\
| * locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook2017-08-171-0/+42
* | x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski2017-07-301-1/+1
|/
* x86/debug: Handle early WARN_ONs properPeter Zijlstra2017-06-121-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* x86/traps: Ignore high word of regs->cs in early_fixup_exception()Andy Lutomirski2016-11-211-1/+6
* x86: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-201-1/+1
* Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-07-251-5/+8
|\
| * x86/dumpstack: Add show_stack_regs() and use itBorislav Petkov2016-07-081-5/+8
* | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski2016-07-151-1/+1
|/
* x86/segments/64: When loadsegment(fs, ...) fails, clear the baseAndy Lutomirski2016-04-291-0/+10
* x86/extable: Add a comment about early exception handlersAndy Lutomirski2016-04-131-0/+14
* x86/msr: Carry on after a non-"safe" MSR access failsAndy Lutomirski2016-04-131-0/+27
* x86/traps: Enable all exception handler callbacks earlyAndy Lutomirski2016-04-131-17/+2
* x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski2016-04-131-5/+24
* x86/head: Move the early NMI fixup into CAndy Lutomirski2016-04-131-0/+5
* x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski2016-04-131-3/+3
* x86/extable: use generic search and sort routinesArd Biesheuvel2016-03-221-108/+0
* x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-181-28/+72
* x86, extable: Switch to relative exception table entriesH. Peter Anvin2012-04-201-8/+123
* x86, extable: Add early_fixup_exception()H. Peter Anvin2012-04-191-0/+17
* x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski2011-12-051-1/+1
* x86, 64-bit: Move K8 B step iret fixup to fault entry asmBrian Gerst2009-10-121-31/+0
* x86: uaccess: introduce try and catch frameworkHiroshi Shimamoto2009-01-231-0/+6
* x86: unify extable_{32|64}.cHarvey Harrison2008-01-301-0/+62
OpenPOWER on IntegriCloud