aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/extable.c
AgeCommit message (Expand)Author
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-07x86/mce: Add _ASM_EXTABLE_CPY for copy user accessYouquan Song
2020-10-07x86/mce: Provide method to find out the type of an exception handlerTony Luck
2020-09-09x86/sev-es: Setup GHCB-based boot #VC handlerJoerg Roedel
2020-06-12x86/entry: Treat BUG/WARN as NMI-like entriesAndy Lutomirski
2020-03-26kill uaccess_try()Al Viro
2019-11-25locking/refcount: Consolidate implementations of refcount_tWill Deacon
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-03-04x86-64: add warning for non-canonical user access address dereferencesLinus Torvalds
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds
2018-09-03x86/fault: BUG() when uaccess helpers fault on kernel addressesJann Horn
2018-09-03x86/fault: Plumb error code and fault address through to fault handlersJann Horn
2018-09-03x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsJann Horn
2018-01-14x86/extable: Mark exception handler functions visibleAndi Kleen
2017-12-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-12-05locking/refcounts: Do not force refcount_t usage as GPL-only exportKees Cook
2017-11-28x86/xen: Support early interrupts in xen pv guestsJuergen Gross
2017-09-28locking/refcounts, x86/asm: Use unique .text section for refcount exceptionsKees Cook
2017-09-25x86/fpu: Reinitialize FPU registers if restoring FPU state failsEric Biggers
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook
2017-07-30x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski
2017-06-12x86/debug: Handle early WARN_ONs properPeter Zijlstra
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-21x86/traps: Ignore high word of regs->cs in early_fixup_exception()Andy Lutomirski
2016-09-20x86: Migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-07-25Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski
2016-07-08x86/dumpstack: Add show_stack_regs() and use itBorislav Petkov
2016-04-29x86/segments/64: When loadsegment(fs, ...) fails, clear the baseAndy Lutomirski
2016-04-13x86/extable: Add a comment about early exception handlersAndy Lutomirski
2016-04-13x86/msr: Carry on after a non-"safe" MSR access failsAndy Lutomirski
2016-04-13x86/traps: Enable all exception handler callbacks earlyAndy Lutomirski
2016-04-13x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski
2016-04-13x86/head: Move the early NMI fixup into CAndy Lutomirski
2016-04-13x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski
2016-03-22x86/extable: use generic search and sort routinesArd Biesheuvel
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsTony Luck
2012-04-20x86, extable: Switch to relative exception table entriesH. Peter Anvin
2012-04-19x86, extable: Add early_fixup_exception()H. Peter Anvin
2011-12-05x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski
2009-10-12x86, 64-bit: Move K8 B step iret fixup to fault entry asmBrian Gerst
2009-01-23x86: uaccess: introduce try and catch frameworkHiroshi Shimamoto
2008-01-30x86: unify extable_{32|64}.cHarvey Harrison