aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/extable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16x86: simplify load_unaligned_zeropad() implementationLinus Torvalds1-0/+55
2022-07-21x86/extable: Fix ex_handler_msr() print conditionPeter Zijlstra1-7/+9
2022-01-12x86/entry_32: Fix segment exceptionsPeter Zijlstra1-14/+3
2021-12-11x86/usercopy: Remove .fixup usagePeter Zijlstra1-0/+9
2021-12-11x86/sgx: Remove .fixup usagePeter Zijlstra1-0/+10
2021-12-11x86/msr: Remove .fixup usagePeter Zijlstra1-23/+28
2021-12-11x86/extable: Extend extable functionalityPeter Zijlstra1-4/+36
2021-12-11x86/entry_32: Remove .fixup usagePeter Zijlstra1-0/+14
2021-10-20x86/fpu: Provide a proper function for ex_handler_fprestore()Thomas Gleixner1-3/+2
2021-10-20x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner1-1/+2
2021-10-20x86/fpu: Move KVMs FPU swapping to FPU coreThomas Gleixner1-1/+1
2021-09-13x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFEThomas Gleixner1-0/+2
2021-09-13x86/extable: Rework the exception table mechanicsThomas Gleixner1-71/+52
2021-09-13x86/extable: Tidy up redundant handler functionsThomas Gleixner1-11/+5
2021-06-23x86/fpu: Mask PKRU from kernel XRSTOR[S] operationsThomas Gleixner1-1/+1
2021-06-23x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate()Thomas Gleixner1-1/+1
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh1-1/+1
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-10-07x86/mce: Add _ASM_EXTABLE_CPY for copy user accessYouquan Song1-1/+13
2020-10-07x86/mce: Provide method to find out the type of an exception handlerTony Luck1-4/+8
2020-09-09x86/sev-es: Setup GHCB-based boot #VC handlerJoerg Roedel1-0/+1
2020-06-12x86/entry: Treat BUG/WARN as NMI-like entriesAndy Lutomirski1-2/+13
2020-03-26kill uaccess_try()Al Viro1-12/+0
2019-11-25locking/refcount: Consolidate implementations of refcount_tWill Deacon1-49/+0
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-2/+2
2019-03-04x86-64: add warning for non-canonical user access address dereferencesLinus Torvalds1-0/+1
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds1-58/+0
2018-09-03x86/fault: BUG() when uaccess helpers fault on kernel addressesJann Horn1-0/+58
2018-09-03x86/fault: Plumb error code and fault address through to fault handlersJann Horn1-15/+35
2018-09-03x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsJann Horn1-0/+8
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