aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/mm/extable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-14x86/extable: Mark exception handler functions visibleAndi Kleen1-17/+17
2017-12-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2017-12-05locking/refcounts: Do not force refcount_t usage as GPL-only exportKees Cook1-1/+1
2017-11-28x86/xen: Support early interrupts in xen pv guestsJuergen Gross1-1/+3
2017-09-28locking/refcounts, x86/asm: Use unique .text section for refcount exceptionsKees Cook1-1/+6
2017-09-25x86/fpu: Reinitialize FPU registers if restoring FPU state failsEric Biggers1-0/+24
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+42
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook1-0/+42
2017-07-30x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski1-1/+1
2017-06-12x86/debug: Handle early WARN_ONs properPeter Zijlstra1-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-21x86/traps: Ignore high word of regs->cs in early_fixup_exception()Andy Lutomirski1-1/+6
2016-09-20x86: Migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-07-25Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+8
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_structAndy Lutomirski1-1/+1
2016-07-08x86/dumpstack: Add show_stack_regs() and use itBorislav Petkov1-5/+8
2016-04-29x86/segments/64: When loadsegment(fs, ...) fails, clear the baseAndy Lutomirski1-0/+10
2016-04-13x86/extable: Add a comment about early exception handlersAndy Lutomirski1-0/+14
2016-04-13x86/msr: Carry on after a non-"safe" MSR access failsAndy Lutomirski1-0/+27
2016-04-13x86/traps: Enable all exception handler callbacks earlyAndy Lutomirski1-17/+2
2016-04-13x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski1-5/+24
2016-04-13x86/head: Move the early NMI fixup into CAndy Lutomirski1-0/+5
2016-04-13x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski1-3/+3
2016-03-22x86/extable: use generic search and sort routinesArd Biesheuvel1-108/+0
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsTony Luck1-28/+72
2012-04-20x86, extable: Switch to relative exception table entriesH. Peter Anvin1-8/+123
2012-04-19x86, extable: Add early_fixup_exception()H. Peter Anvin1-0/+17
2011-12-05x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski1-1/+1
2009-10-12x86, 64-bit: Move K8 B step iret fixup to fault entry asmBrian Gerst1-31/+0
2009-01-23x86: uaccess: introduce try and catch frameworkHiroshi Shimamoto1-0/+6
2008-01-30x86: unify extable_{32|64}.cHarvey Harrison1-0/+62