index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
extable.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/extable: Remove unused fixup type EX_TYPE_COPY
Tong Tiangen
2024-04-04
1
-9
/
+0
*
x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
Xin Li
2024-01-31
1
-0
/
+78
*
x86-64: mm: clarify the 'positive addresses' user address rules
Linus Torvalds
2023-05-03
1
-2
/
+2
*
x86-64: make access_ok() independent of LAM
Linus Torvalds
2023-05-03
1
-6
/
+34
*
x86: simplify load_unaligned_zeropad() implementation
Linus Torvalds
2022-08-16
1
-0
/
+55
*
x86/extable: Fix ex_handler_msr() print condition
Peter Zijlstra
2022-07-21
1
-7
/
+9
*
x86/entry_32: Fix segment exceptions
Peter Zijlstra
2022-01-12
1
-14
/
+3
*
x86/usercopy: Remove .fixup usage
Peter Zijlstra
2021-12-11
1
-0
/
+9
*
x86/sgx: Remove .fixup usage
Peter Zijlstra
2021-12-11
1
-0
/
+10
*
x86/msr: Remove .fixup usage
Peter Zijlstra
2021-12-11
1
-23
/
+28
*
x86/extable: Extend extable functionality
Peter Zijlstra
2021-12-11
1
-4
/
+36
*
x86/entry_32: Remove .fixup usage
Peter Zijlstra
2021-12-11
1
-0
/
+14
*
x86/fpu: Provide a proper function for ex_handler_fprestore()
Thomas Gleixner
2021-10-20
1
-3
/
+2
*
x86/fpu: Remove internal.h dependency from fpu/signal.h
Thomas Gleixner
2021-10-20
1
-1
/
+2
*
x86/fpu: Move KVMs FPU swapping to FPU core
Thomas Gleixner
2021-10-20
1
-1
/
+1
*
x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE
Thomas Gleixner
2021-09-13
1
-0
/
+2
*
x86/extable: Rework the exception table mechanics
Thomas Gleixner
2021-09-13
1
-71
/
+52
*
x86/extable: Tidy up redundant handler functions
Thomas Gleixner
2021-09-13
1
-11
/
+5
*
x86/fpu: Mask PKRU from kernel XRSTOR[S] operations
Thomas Gleixner
2021-06-23
1
-1
/
+1
*
x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate()
Thomas Gleixner
2021-06-23
1
-1
/
+1
*
x86/sev-es: Rename sev-es.{ch} to sev.{ch}
Brijesh Singh
2021-05-10
1
-1
/
+1
*
Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-10-14
1
-0
/
+1
|
\
|
*
x86/sev-es: Setup GHCB-based boot #VC handler
Joerg Roedel
2020-09-09
1
-0
/
+1
*
|
x86/mce: Add _ASM_EXTABLE_CPY for copy user access
Youquan Song
2020-10-07
1
-1
/
+13
*
|
x86/mce: Provide method to find out the type of an exception handler
Tony Luck
2020-10-07
1
-4
/
+8
|
/
*
x86/entry: Treat BUG/WARN as NMI-like entries
Andy Lutomirski
2020-06-12
1
-2
/
+13
*
kill uaccess_try()
Al Viro
2020-03-26
1
-12
/
+0
*
locking/refcount: Consolidate implementations of refcount_t
Will Deacon
2019-11-25
1
-49
/
+0
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2019-04-09
1
-2
/
+2
*
x86-64: add warning for non-canonical user access address dereferences
Linus Torvalds
2019-03-04
1
-0
/
+1
*
Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"
Linus Torvalds
2019-02-25
1
-58
/
+0
*
x86/fault: BUG() when uaccess helpers fault on kernel addresses
Jann Horn
2018-09-03
1
-0
/
+58
*
x86/fault: Plumb error code and fault address through to fault handlers
Jann Horn
2018-09-03
1
-15
/
+35
*
x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixups
Jann Horn
2018-09-03
1
-0
/
+8
*
x86/extable: Mark exception handler functions visible
Andi Kleen
2018-01-14
1
-17
/
+17
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-12-07
1
-1
/
+3
|
\
|
*
x86/xen: Support early interrupts in xen pv guests
Juergen Gross
2017-11-28
1
-1
/
+3
*
|
locking/refcounts: Do not force refcount_t usage as GPL-only export
Kees Cook
2017-12-06
1
-1
/
+1
|
/
*
locking/refcounts, x86/asm: Use unique .text section for refcount exceptions
Kees Cook
2017-09-28
1
-1
/
+6
*
x86/fpu: Reinitialize FPU registers if restoring FPU state fails
Eric Biggers
2017-09-25
1
-0
/
+24
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-09-04
1
-0
/
+42
|
\
|
*
locking/refcounts, x86/asm: Implement fast refcount overflow protection
Kees Cook
2017-08-17
1
-0
/
+42
*
|
x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads
Andy Lutomirski
2017-07-30
1
-1
/
+1
|
/
*
x86/debug: Handle early WARN_ONs proper
Peter Zijlstra
2017-06-12
1
-0
/
+3
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+2
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
x86/traps: Ignore high word of regs->cs in early_fixup_exception()
Andy Lutomirski
2016-11-21
1
-1
/
+6
*
x86: Migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2016-09-20
1
-1
/
+1
*
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2016-07-26
1
-5
/
+8
|
\
[next]