- 079ec41 x86/fpu: Provide a proper function for ex_handler_fprestore() by Thomas Gleixner · 3 years, 2 months ago
- 0ae67cc3 x86/fpu: Remove internal.h dependency from fpu/signal.h by Thomas Gleixner · 3 years, 2 months ago
- a0ff061 x86/fpu: Move KVMs FPU swapping to FPU core by Thomas Gleixner · 3 years, 2 months ago
- 2cadf52 x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE by Thomas Gleixner · 3 years, 4 months ago
- 46d2894 x86/extable: Rework the exception table mechanics by Thomas Gleixner · 3 years, 4 months ago
- 326b567 x86/extable: Tidy up redundant handler functions by Thomas Gleixner · 3 years, 4 months ago
- 30a304a x86/fpu: Mask PKRU from kernel XRSTOR[S] operations by Thomas Gleixner · 3 years, 6 months ago
- 1c61fad x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate() by Thomas Gleixner · 3 years, 6 months ago
- e759959 x86/sev-es: Rename sev-es.{ch} to sev.{ch} by Brijesh Singh · 3 years, 8 months ago
- da9803d Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
- 278b917 x86/mce: Add _ASM_EXTABLE_CPY for copy user access by Youquan Song · 4 years, 3 months ago
- a05d54c x86/mce: Provide method to find out the type of an exception handler by Tony Luck · 4 years, 3 months ago
- 1aa9aa8 x86/sev-es: Setup GHCB-based boot #VC handler by Joerg Roedel · 4 years, 4 months ago
- 15a416e x86/entry: Treat BUG/WARN as NMI-like entries by Andy Lutomirski · 4 years, 7 months ago
- cf122cf kill uaccess_try() by Al Viro · 4 years, 11 months ago
- fb041bb locking/refcount: Consolidate implementations of refcount_t by Will Deacon · 5 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
- 00c4237 x86-64: add warning for non-canonical user access address dereferences by Linus Torvalds · 6 years ago
- 53a41cb Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses" by Linus Torvalds · 6 years ago
- 9da3f2b x86/fault: BUG() when uaccess helpers fault on kernel addresses by Jann Horn · 6 years ago
- 81fd9c1 x86/fault: Plumb error code and fault address through to fault handlers by Jann Horn · 6 years ago
- 75045f7 x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixups by Jann Horn · 6 years ago
- 80a3e39 x86/extable: Mark exception handler functions visible by Andi Kleen · 7 years ago
- dd53a42 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- b562c17 locking/refcounts: Do not force refcount_t usage as GPL-only export by Kees Cook · 7 years ago
- 42b3a4c x86/xen: Support early interrupts in xen pv guests by Juergen Gross · 7 years ago
- 564c9cc locking/refcounts, x86/asm: Use unique .text section for refcount exceptions by Kees Cook · 7 years ago
- d5c8028 x86/fpu: Reinitialize FPU registers if restoring FPU state fails by Eric Biggers · 7 years ago
- 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 7a46ec0 locking/refcounts, x86/asm: Implement fast refcount overflow protection by Kees Cook · 7 years ago
- 9950481 x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads by Andy Lutomirski · 7 years ago
- 8a524f8 x86/debug: Handle early WARN_ONs proper by Peter Zijlstra · 8 years ago
- b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- fc0e81b x86/traps: Ignore high word of regs->cs in early_fixup_exception() by Andy Lutomirski · 8 years ago
- 744c193 x86: Migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
- 36e635c Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- dfa9a94 x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_struct by Andy Lutomirski · 8 years ago
- 81c2949 x86/dumpstack: Add show_stack_regs() and use it by Borislav Petkov · 8 years ago
- 45e876f x86/segments/64: When loadsegment(fs, ...) fails, clear the base by Andy Lutomirski · 9 years ago
- 60a0e20 x86/extable: Add a comment about early exception handlers by Andy Lutomirski · 9 years ago
- fbd7043 x86/msr: Carry on after a non-"safe" MSR access fails by Andy Lutomirski · 9 years ago
- ae7ef45 x86/traps: Enable all exception handler callbacks early by Andy Lutomirski · 9 years ago
- 0e861fb x86/head: Move early exception panic code into early_fixup_exception() by Andy Lutomirski · 9 years ago
- 0d0efc0 x86/head: Move the early NMI fixup into C by Andy Lutomirski · 9 years ago
- 7bbcdb1 x86/head: Pass a real pt_regs and trapnr to early_fixup_exception() by Andy Lutomirski · 9 years ago
- 29934b0 x86/extable: use generic search and sort routines by Ard Biesheuvel · 9 years ago
- 548acf1 x86/mm: Expand the exception table logic to allow new handling options by Tony Luck · 9 years ago
- 7062765 x86, extable: Switch to relative exception table entries by H. Peter Anvin · 13 years ago
- 6a1ea27 x86, extable: Add early_fixup_exception() by H. Peter Anvin · 13 years ago
- 4fc3490 x86-64: Set siginfo and context on vsyscall emulation faults by Andy Lutomirski · 13 years ago
- ae24ffe x86, 64-bit: Move K8 B step iret fixup to fault entry asm by Brian Gerst · 15 years ago
- fe40c0a x86: uaccess: introduce try and catch framework by Hiroshi Shimamoto · 16 years ago
- 6d48583 x86: unify extable_{32|64}.c by Harvey Harrison · 17 years ago