summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/extable.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/extable: Remove unused fixup type EX_TYPE_COPYTong Tiangen2024-04-041-9/+0
* x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_userXin Li2024-01-311-0/+78
* x86-64: mm: clarify the 'positive addresses' user address rulesLinus Torvalds2023-05-031-2/+2
* x86-64: make access_ok() independent of LAMLinus Torvalds2023-05-031-6/+34
* x86: simplify load_unaligned_zeropad() implementationLinus Torvalds2022-08-161-0/+55
* x86/extable: Fix ex_handler_msr() print conditionPeter Zijlstra2022-07-211-7/+9
* x86/entry_32: Fix segment exceptionsPeter Zijlstra2022-01-121-14/+3
* x86/usercopy: Remove .fixup usagePeter Zijlstra2021-12-111-0/+9
* x86/sgx: Remove .fixup usagePeter Zijlstra2021-12-111-0/+10
* x86/msr: Remove .fixup usagePeter Zijlstra2021-12-111-23/+28
* x86/extable: Extend extable functionalityPeter Zijlstra2021-12-111-4/+36
* x86/entry_32: Remove .fixup usagePeter Zijlstra2021-12-111-0/+14
* x86/fpu: Provide a proper function for ex_handler_fprestore()Thomas Gleixner2021-10-201-3/+2
* x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner2021-10-201-1/+2
* x86/fpu: Move KVMs FPU swapping to FPU coreThomas Gleixner2021-10-201-1/+1
* x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFEThomas Gleixner2021-09-131-0/+2
* x86/extable: Rework the exception table mechanicsThomas Gleixner2021-09-131-71/+52
* x86/extable: Tidy up redundant handler functionsThomas Gleixner2021-09-131-11/+5
* x86/fpu: Mask PKRU from kernel XRSTOR[S] operationsThomas Gleixner2021-06-231-1/+1
* x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate()Thomas Gleixner2021-06-231-1/+1
* x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh2021-05-101-1/+1
* Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-141-0/+1
|\
| * x86/sev-es: Setup GHCB-based boot #VC handlerJoerg Roedel2020-09-091-0/+1
* | x86/mce: Add _ASM_EXTABLE_CPY for copy user accessYouquan Song2020-10-071-1/+13
* | x86/mce: Provide method to find out the type of an exception handlerTony Luck2020-10-071-4/+8
|/
* x86/entry: Treat BUG/WARN as NMI-like entriesAndy Lutomirski2020-06-121-2/+13
* kill uaccess_try()Al Viro2020-03-261-12/+0
* locking/refcount: Consolidate implementations of refcount_tWill Deacon2019-11-251-49/+0
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-2/+2
* x86-64: add warning for non-canonical user access address dereferencesLinus Torvalds2019-03-041-0/+1
* Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds2019-02-251-58/+0
* x86/fault: BUG() when uaccess helpers fault on kernel addressesJann Horn2018-09-031-0/+58
* x86/fault: Plumb error code and fault address through to fault handlersJann Horn2018-09-031-15/+35
* x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsJann Horn2018-09-031-0/+8
* x86/extable: Mark exception handler functions visibleAndi Kleen2018-01-141-17/+17
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-071-1/+3
|\
| * x86/xen: Support early interrupts in xen pv guestsJuergen Gross2017-11-281-1/+3
* | locking/refcounts: Do not force refcount_t usage as GPL-only exportKees Cook2017-12-061-1/+1
|/
* locking/refcounts, x86/asm: Use unique .text section for refcount exceptionsKees Cook2017-09-281-1/+6
* x86/fpu: Reinitialize FPU registers if restoring FPU state failsEric Biggers2017-09-251-0/+24
* 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-261-5/+8
|\