1. 79e21d6 signal/x86/traps: Move more code into do_trap_no_signal so it can be reused by Eric W. Biederman · 7 years ago
  2. 6ace109 signal/x86/traps: Factor out show_signal by Eric W. Biederman · 7 years ago
  3. 8d68fa0 signal/x86: Move mpx siginfo generation into do_bounds by Eric W. Biederman · 7 years ago
  4. 7731b8b Merge branch 'linus' into x86/urgent by Thomas Gleixner · 7 years ago
  5. 3ae6295 x86: Call fixup_exception() before notify_die() in math_error() by Siarhei Liakh · 7 years ago
  6. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  7. d8ba61b x86/entry/64: Don't use IST entry for #BP stack by Andy Lutomirski · 9 years ago
  8. 3b3a371 x86/debug: Use UD2 for WARN() by Peter Zijlstra · 7 years ago
  9. f39d7d7 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  10. caf9a82 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  11. 92a0f81 x86/cpu_entry_area: Move it out of the fixmap by Thomas Gleixner · 7 years ago
  12. ed1bbc4 x86/cpu_entry_area: Move it to a separate unit by Thomas Gleixner · 7 years ago
  13. 64a4809 Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  14. c482fee x86/entry/64: Make cpu_entry_area.tss read-only by Andy Lutomirski · 7 years ago
  15. 7fbbd5c x86/entry/64: Remove the SYSENTER stack canary by Andy Lutomirski · 7 years ago
  16. 40e7f94 x86/entry/64: Move the IST stacks into struct cpu_entry_area by Andy Lutomirski · 7 years ago
  17. 7f2590a x86/entry/64: Use a per-CPU trampoline stack for IDT entries by Andy Lutomirski · 7 years ago
  18. 6d9256f x86/espfix/64: Stop assuming that pt_regs is on the entry stack by Andy Lutomirski · 7 years ago
  19. 1a79797 x86/entry/64: Allocate and enable the SYSENTER stack by Andy Lutomirski · 7 years ago
  20. 0fd2e9c Merge commit 'upstream-x86-entry' into WIP.x86/mm by Ingo Molnar · 7 years ago
  21. c739f93 x86/espfix/64: Fix espfix double-fault handling on 5-level systems by Andy Lutomirski · 7 years ago
  22. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  23. b18d628 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  24. d6ec9d9 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  25. b8347c21 x86/debug: Handle warnings before the notifier chain, to fix KGDB crash by Alexander Shishkin · 7 years ago
  26. 6fc9dc8 x86/traps: Fix up general protection faults caused by UMIP by Ricardo Neri · 7 years ago
  27. 3383642 x86/traps: Use a new on_thread_stack() helper to clean up an assertion by Andy Lutomirski · 7 years ago
  28. 331b57d Merge branch 'irq/urgent' into x86/apic by Thomas Gleixner · 7 years ago
  29. 196bd48 x86/asm: Use register variable to get stack pointer value by Andrey Ryabinin · 7 years ago
  30. 7854f82 x86/vector: Rename used_vectors to system_vectors by Thomas Gleixner · 7 years ago
  31. b70543a x86/idt: Move regular trap init to tables by Thomas Gleixner · 7 years ago
  32. 90f6225 x86/idt: Move IST stack based traps to table init by Thomas Gleixner · 7 years ago
  33. 0a30908 x86/idt: Move debug stack init to table based by Thomas Gleixner · 7 years ago
  34. 433f892 x86/idt: Switch early trap init to IDT tables by Thomas Gleixner · 7 years ago
  35. d8ed9d4 x86/idt: Create file for IDT related code by Thomas Gleixner · 7 years ago
  36. 4b9a8dc x86/idt: Remove the tracing IDT completely by Thomas Gleixner · 7 years ago
  37. f7eaf6e x86/boot: Move EISA setup to a separate file by Thomas Gleixner · 7 years ago
  38. fa4ab57 x86/irq: Unexport used_vectors[] by Thomas Gleixner · 7 years ago
  39. 8a524f8 x86/debug: Handle early WARN_ONs proper by Peter Zijlstra · 8 years ago
  40. 3fb9268 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  41. 1c99a68 x86/debug: Fix the printk() debug output of signal_fault(), do_trap() and do_general_protection() by Markus Trippelsdorf · 8 years ago
  42. 9a93848 x86/debug: Implement __WARN() using UD0 by Peter Zijlstra · 8 years ago
  43. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  44. 07d495d x86/traps: Get rid of unnecessary preempt_disable/preempt_enable_no_resched by Alexander Kuleshov · 8 years ago
  45. bef8b6d x86/fpu: Handle #NM without FPU emulation as an error by Andy Lutomirski · 8 years ago
  46. 6271cfd x86/mm: Improve stack-overflow #PF handling by Andy Lutomirski · 8 years ago
  47. e37e43a x86/mm/64: Enable vmapped stacks (CONFIG_HAVE_ARCH_VMAP_STACK=y) by Andy Lutomirski · 8 years ago
  48. 186f436 x86/kernel: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  49. aaee8c3 x86/entry/traps: Don't force in_interrupt() to return true in IST handlers by Andy Lutomirski · 9 years ago
  50. 35de5b0 x86/asm: Stop depending on ptrace.h in alternative.h by Andy Lutomirski · 9 years ago
  51. ecc026b Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  52. ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  53. 10ee738 x86/entry/traps: Show unhandled signal for i386 in do_trap() by Jianyu Zhan · 9 years ago
  54. a798f09 x86/entry/32: Change INT80 to be an interrupt gate by Andy Lutomirski · 9 years ago
  55. 2a41aa4 x86/entry/32: Add and check a stack canary for the SYSENTER stack by Andy Lutomirski · 9 years ago
  56. f2b3757 x86/entry: Vastly simplify SYSENTER TF (single-step) handling by Andy Lutomirski · 9 years ago
  57. 8bb5643 x86/entry/traps: Clear DR6 early in do_debug() and improve the comment by Andy Lutomirski · 9 years ago
  58. 81edd9f x86/entry/traps: Clear TIF_BLOCKSTEP on all debug exceptions by Andy Lutomirski · 9 years ago
  59. 548acf1 x86/mm: Expand the exception table logic to allow new handling options by Tony Luck · 9 years ago
  60. c6ab109 x86/fpu: Speed up lazy FPU restores slightly by Andy Lutomirski · 9 years ago
  61. 4ecd16e x86/fpu: Fix math emulation in eager fpu mode by Andy Lutomirski · 9 years ago
  62. d99e1bd x86/entry/traps: Refactor preemption and interrupt flag handling by Alexander Kuleshov · 9 years ago
  63. 1126cb45 x86/fpu/mpx: Rework MPX 'xstate' types by Dave Hansen · 9 years ago
  64. d91cab7 x86/fpu: Rename XSAVE macros by Dave Hansen · 9 years ago
  65. 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
  66. f0a97af x86/traps: Weaken context tracking entry assertions by Andy Lutomirski · 9 years ago
  67. ba3e127 x86/vm86: Clean up vm86.h includes by Brian Gerst · 9 years ago
  68. f78f5b9 rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN() by Paul E. McKenney · 10 years ago
  69. 8c84014 x86/entry: Remove exception_enter() from most trap handlers by Andy Lutomirski · 10 years ago
  70. 02fdcd5 x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception entries by Andy Lutomirski · 10 years ago
  71. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  72. e7126cf x86/mpx: Trace #BR exceptions by Dave Hansen · 10 years ago
  73. 46a6e0c x86/mpx: Clean up the code by not passing a task pointer around when unnecessary by Dave Hansen · 10 years ago
  74. a84eeaa x86/mpx: Use the new get_xsave_field_ptr()API by Dave Hansen · 10 years ago
  75. 9dda165 Merge branch 'x86/asm' into x86/core, to prepare for new patch by Ingo Molnar · 10 years ago
  76. b2502b4 x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64 and entry_INT80_32 by Ingo Molnar · 10 years ago
  77. 2cd2355 x86/asm/entry: Rename compat syscall entry points by Ingo Molnar · 10 years ago
  78. c2f9b0a Merge branch 'x86/ras' into x86/core, to fix conflicts by Ingo Molnar · 10 years ago
  79. e1884d6 x86/fpu: Pass 'struct fpu' to fpu__restore() by Ingo Molnar · 10 years ago
  80. c47ada3 x86/fpu: Harmonize FPU register state types by Ingo Molnar · 10 years ago
  81. e1cebad x86/fpu: Factor out the exception error code handling code by Ingo Molnar · 10 years ago
  82. 7366ed7 x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again) by Ingo Molnar · 10 years ago
  83. 4f83634 x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate() by Ingo Molnar · 10 years ago
  84. 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 10 years ago
  85. 0c07059 x86/fpu: Use 'struct fpu' in fpu__save() by Ingo Molnar · 10 years ago
  86. 3a0aee4 x86/fpu: Rename math_state_restore() to fpu__restore() by Ingo Molnar · 10 years ago
  87. 93b9071 x86/fpu: Move math_state_restore() to fpu/core.c by Ingo Molnar · 10 years ago
  88. f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 10 years ago
  89. c0c2803 x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter by Ingo Molnar · 10 years ago
  90. 97185c9 x86/fpu: Split an fpstate_alloc_init() function out of init_fpu() by Ingo Molnar · 10 years ago
  91. 0a78155 x86/fpu: Rename unlazy_fpu() to fpu__save() by Ingo Molnar · 10 years ago
  92. 51bb928 x86/asm/entry: Remove SYSCALL_VECTOR by Brian Gerst · 10 years ago
  93. 8cd161b x86/traps: Remove superfluous weak definitions and dead code by Borislav Petkov · 10 years ago
  94. 24fd78a x86/mce/amd: Introduce deferred error interrupt handler by Aravind Gopalakrishnan · 10 years ago
  95. e95e7f6 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  96. 421ec90 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  97. 55474c4 x86/asm/entry: Remove user_mode_ignore_vm86() by Ingo Molnar · 10 years ago
  98. d74ef11 x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checks by Andy Lutomirski · 10 years ago
  99. f39b6f0 x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' by Andy Lutomirski · 10 years ago
  100. ae60f07 x86/asm/entry: Use user_mode_ignore_vm86() where appropriate by Andy Lutomirski · 10 years ago