1. 3681c24 x86/entry/64: Don't use IST entry for #BP stack by Andy Lutomirski · 9 years ago
  2. 4bf050d x86/asm: Use register variable to get stack pointer value by Andrey Ryabinin · 7 years ago
  3. 6271cfd x86/mm: Improve stack-overflow #PF handling by Andy Lutomirski · 8 years ago
  4. e37e43a x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y) by Andy Lutomirski · 8 years ago
  5. 186f436 x86/kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  6. aaee8c3 x86/entry/traps: Don't force in_interrupt() to return true in IST handlers by Andy Lutomirski · 8 years ago
  7. 35de5b0 x86/asm: Stop depending on ptrace.h in alternative.h by Andy Lutomirski · 8 years ago
  8. ecc026b Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  9. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  10. 10ee738 x86/entry/traps: Show unhandled signal for i386 in do_trap() by Jianyu Zhan · 8 years ago
  11. a798f09 x86/entry/32: Change INT80 to be an interrupt gate by Andy Lutomirski · 8 years ago
  12. 2a41aa4 x86/entry/32: Add and check a stack canary for the SYSENTER stack by Andy Lutomirski · 8 years ago
  13. f2b3757 x86/entry: Vastly simplify SYSENTER TF (single-step) handling by Andy Lutomirski · 8 years ago
  14. 8bb5643 x86/entry/traps: Clear DR6 early in do_debug() and improve the comment by Andy Lutomirski · 8 years ago
  15. 81edd9f x86/entry/traps: Clear TIF_BLOCKSTEP on all debug exceptions by Andy Lutomirski · 8 years ago
  16. 548acf1 x86/mm: Expand the exception table logic to allow new handling options by Tony Luck · 8 years ago
  17. c6ab109 x86/fpu: Speed up lazy FPU restores slightly by Andy Lutomirski · 8 years ago
  18. 4ecd16e x86/fpu: Fix math emulation in eager fpu mode by Andy Lutomirski · 8 years ago
  19. d99e1bd x86/entry/traps: Refactor preemption and interrupt flag handling by Alexander Kuleshov · 8 years ago
  20. 1126cb45 x86/fpu/mpx: Rework MPX 'xstate' types by Dave Hansen · 9 years ago
  21. d91cab7 x86/fpu: Rename XSAVE macros by Dave Hansen · 9 years ago
  22. 5778077 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  23. f0a97af x86/traps: Weaken context tracking entry assertions by Andy Lutomirski · 9 years ago
  24. ba3e127 x86/vm86: Clean up vm86.h includes by Brian Gerst · 9 years ago
  25. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 9 years ago
  26. 8c84014 x86/entry: Remove exception_enter() from most trap handlers by Andy Lutomirski · 9 years ago
  27. 02fdcd5 x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception entries by Andy Lutomirski · 9 years ago
  28. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  29. e7126cf x86/mpx: Trace #BR exceptions by Dave Hansen · 9 years ago
  30. 46a6e0c x86/mpx: Clean up the code by not passing a task pointer around when unnecessary by Dave Hansen · 9 years ago
  31. a84eeaa x86/mpx: Use the new get_xsave_field_ptr()API by Dave Hansen · 9 years ago
  32. 9dda165 Merge branch 'x86/asm' into x86/core, to prepare for new patch by Ingo Molnar · 9 years ago
  33. b2502b4 x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64 and entry_INT80_32 by Ingo Molnar · 9 years ago
  34. 2cd2355 x86/asm/entry: Rename compat syscall entry points by Ingo Molnar · 9 years ago
  35. c2f9b0a Merge branch 'x86/ras' into x86/core, to fix conflicts by Ingo Molnar · 9 years ago
  36. e1884d6 x86/fpu: Pass 'struct fpu' to fpu__restore() by Ingo Molnar · 9 years ago
  37. c47ada3 x86/fpu: Harmonize FPU register state types by Ingo Molnar · 9 years ago
  38. e1cebad x86/fpu: Factor out the exception error code handling code by Ingo Molnar · 9 years ago
  39. 7366ed7 x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again) by Ingo Molnar · 9 years ago
  40. 4f83634 x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate() by Ingo Molnar · 9 years ago
  41. 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 9 years ago
  42. 0c07059 x86/fpu: Use 'struct fpu' in fpu__save() by Ingo Molnar · 9 years ago
  43. 3a0aee4 x86/fpu: Rename math_state_restore() to fpu__restore() by Ingo Molnar · 9 years ago
  44. 93b9071 x86/fpu: Move math_state_restore() to fpu/core.c by Ingo Molnar · 9 years ago
  45. f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 9 years ago
  46. c0c2803 x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter by Ingo Molnar · 9 years ago
  47. 97185c9 x86/fpu: Split an fpstate_alloc_init() function out of init_fpu() by Ingo Molnar · 9 years ago
  48. 0a78155 x86/fpu: Rename unlazy_fpu() to fpu__save() by Ingo Molnar · 9 years ago
  49. 51bb928 x86/asm/entry: Remove SYSCALL_VECTOR by Brian Gerst · 9 years ago
  50. 8cd161b x86/traps: Remove superfluous weak definitions and dead code by Borislav Petkov · 9 years ago
  51. 24fd78a x86/mce/amd: Introduce deferred error interrupt handler by Aravind Gopalakrishnan · 9 years ago
  52. e95e7f6 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  53. 421ec90 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  54. 55474c4 x86/asm/entry: Remove user_mode_ignore_vm86() by Ingo Molnar · 9 years ago
  55. d74ef11 x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checks by Andy Lutomirski · 9 years ago
  56. f39b6f0 x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' by Andy Lutomirski · 9 years ago
  57. ae60f07 x86/asm/entry: Use user_mode_ignore_vm86() where appropriate by Andy Lutomirski · 9 years ago
  58. e4518ab Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts by Ingo Molnar · 9 years ago
  59. b85e67d x86/fpu: Rename drop_init_fpu() to fpu_reset_state() by Borislav Petkov · 9 years ago
  60. eda2360 Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflicts by Ingo Molnar · 9 years ago
  61. 394838c x86/asm/entry/32: Fix user_mode() misuses by Andy Lutomirski · 9 years ago
  62. c467ea7 context_tracking: Rename context symbols to prepare for transition state by Frederic Weisbecker · 9 years ago
  63. a7fcf28 x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it on x86_32 by Andy Lutomirski · 9 years ago
  64. 75182b1 x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0() by Andy Lutomirski · 9 years ago
  65. 5eca745 x86/traps: Separate set_intr_gate() and clean up early_trap_init() by Wang Nan · 9 years ago
  66. b4d8327 x86/traps: Enable DEBUG_STACK after cpu_init() for TRAP_DB/BP by Wang Nan · 9 years ago
  67. f353e61 Merge branch 'tip-x86-fpu' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/fpu by Ingo Molnar · 9 years ago
  68. 08a744c x86/fpu: Change math_error() to use unlazy_fpu(), kill (now) unused save_init_fpu() by Oleg Nesterov · 9 years ago
  69. c93eced Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. b926e6f x86, traps: Fix ist_enter from userspace by Andy Lutomirski · 9 years ago
  71. 7575637 x86, fpu: Fix math_state_restore() race with kernel_fpu_begin() by Oleg Nesterov · 9 years ago
  72. bced35b x86, traps: Add ist_begin_non_atomic and ist_end_non_atomic by Andy Lutomirski · 10 years ago
  73. 9592747 x86, traps: Track entry into and exit from IST context by Andy Lutomirski · 10 years ago
  74. 48e08d0 x86, entry: Switch stacks on a paranoid entry from userspace by Andy Lutomirski · 10 years ago
  75. a544557 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  76. 3eb5b89 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  77. e10abb2 x86_64/traps: Fix always true condition by Dan Carpenter · 10 years ago
  78. 7ddc6a2 x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regs by Andy Lutomirski · 10 years ago
  79. b645af2 x86_64, traps: Rework bad_iret by Andy Lutomirski · 10 years ago
  80. 6f442be x86_64, traps: Stop using IST for #SS by Andy Lutomirski · 10 years ago
  81. af726f2 x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C by Andy Lutomirski · 10 years ago
  82. fe3d197 x86, mpx: On-demand kernel allocation of bounds tables by Dave Hansen · 10 years ago
  83. 4cdf77a x86/kprobes: Fix build errors and blacklist context_track_user by Masami Hiramatsu · 10 years ago
  84. ec00010 Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patches by Ingo Molnar · 10 years ago
  85. 10b02564 Merge branch 'perf/kprobes' into perf/core by Ingo Molnar · 10 years ago
  86. b02ef20 uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap by Oleg Nesterov · 10 years ago
  87. 0eb1483 x86/traps: Kill DO_ERROR_INFO() by Oleg Nesterov · 10 years ago
  88. 1c326c4 x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap() by Oleg Nesterov · 10 years ago
  89. 958d3d7 x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO() by Oleg Nesterov · 10 years ago
  90. dff0796 x86/traps: Introduce do_error_trap() by Oleg Nesterov · 10 years ago
  91. 38cad57 x86/traps: Use SEND_SIG_PRIV instead of force_sig() by Oleg Nesterov · 10 years ago
  92. 5e1b05b x86/traps: Make math_error() static by Oleg Nesterov · 10 years ago
  93. 2605fc2 asmlinkage, x86: Add explicit __visible to arch/x86/* by Andi Kleen · 10 years ago
  94. 9326638 kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation by Masami Hiramatsu · 10 years ago
  95. ecd50f7 kprobes, x86: Call exception_enter after kprobes handled by Masami Hiramatsu · 10 years ago
  96. 6f6343f kprobes/x86: Call exception handlers directly from do_int3/do_debug by Masami Hiramatsu · 10 years ago
  97. d8af4ce x86/traps: Clean up error exception handler definitions by Ingo Molnar · 11 years ago
  98. 7971e23 Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  99. c375f15 x86: move fpu_counter into ARCH specific thread_struct by Vineet Gupta · 11 years ago
  100. 25c74b1 x86, trace: Register exception handler to trace IDT by Seiji Aguchi · 11 years ago