1. 9dda165 Merge branch 'x86/asm' into x86/core, to prepare for new patch by Ingo Molnar · 9 years ago
  2. b2502b4 x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64 and entry_INT80_32 by Ingo Molnar · 9 years ago
  3. 2cd2355 x86/asm/entry: Rename compat syscall entry points by Ingo Molnar · 9 years ago
  4. c2f9b0a Merge branch 'x86/ras' into x86/core, to fix conflicts by Ingo Molnar · 9 years ago
  5. 51bb928 x86/asm/entry: Remove SYSCALL_VECTOR by Brian Gerst · 9 years ago
  6. 8cd161b x86/traps: Remove superfluous weak definitions and dead code by Borislav Petkov · 9 years ago
  7. 24fd78a x86/mce/amd: Introduce deferred error interrupt handler by Aravind Gopalakrishnan · 9 years ago
  8. 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
  9. 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
  10. 55474c4 x86/asm/entry: Remove user_mode_ignore_vm86() by Ingo Molnar · 10 years ago
  11. d74ef11 x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checks by Andy Lutomirski · 10 years ago
  12. f39b6f0 x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' by Andy Lutomirski · 10 years ago
  13. ae60f07 x86/asm/entry: Use user_mode_ignore_vm86() where appropriate by Andy Lutomirski · 10 years ago
  14. e4518ab Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts by Ingo Molnar · 10 years ago
  15. b85e67d x86/fpu: Rename drop_init_fpu() to fpu_reset_state() by Borislav Petkov · 10 years ago
  16. eda2360 Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflicts by Ingo Molnar · 10 years ago
  17. 394838c x86/asm/entry/32: Fix user_mode() misuses by Andy Lutomirski · 10 years ago
  18. c467ea7 context_tracking: Rename context symbols to prepare for transition state by Frederic Weisbecker · 10 years ago
  19. a7fcf28 x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it on x86_32 by Andy Lutomirski · 10 years ago
  20. 75182b1 x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0() by Andy Lutomirski · 10 years ago
  21. 5eca745 x86/traps: Separate set_intr_gate() and clean up early_trap_init() by Wang Nan · 10 years ago
  22. b4d8327 x86/traps: Enable DEBUG_STACK after cpu_init() for TRAP_DB/BP by Wang Nan · 10 years ago
  23. f353e61 Merge branch 'tip-x86-fpu' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/fpu by Ingo Molnar · 10 years ago
  24. 08a744c x86/fpu: Change math_error() to use unlazy_fpu(), kill (now) unused save_init_fpu() by Oleg Nesterov · 10 years ago
  25. c93eced Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  26. b926e6f x86, traps: Fix ist_enter from userspace by Andy Lutomirski · 10 years ago
  27. 7575637 x86, fpu: Fix math_state_restore() race with kernel_fpu_begin() by Oleg Nesterov · 10 years ago
  28. bced35b x86, traps: Add ist_begin_non_atomic and ist_end_non_atomic by Andy Lutomirski · 10 years ago
  29. 9592747 x86, traps: Track entry into and exit from IST context by Andy Lutomirski · 10 years ago
  30. 48e08d0 x86, entry: Switch stacks on a paranoid entry from userspace by Andy Lutomirski · 10 years ago
  31. 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
  32. 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
  33. e10abb2 x86_64/traps: Fix always true condition by Dan Carpenter · 10 years ago
  34. 7ddc6a2 x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regs by Andy Lutomirski · 10 years ago
  35. b645af2 x86_64, traps: Rework bad_iret by Andy Lutomirski · 10 years ago
  36. 6f442be x86_64, traps: Stop using IST for #SS by Andy Lutomirski · 10 years ago
  37. af726f2 x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C by Andy Lutomirski · 10 years ago
  38. fe3d197 x86, mpx: On-demand kernel allocation of bounds tables by Dave Hansen · 10 years ago
  39. 4cdf77a x86/kprobes: Fix build errors and blacklist context_track_user by Masami Hiramatsu · 10 years ago
  40. ec00010 Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patches by Ingo Molnar · 10 years ago
  41. 10b02564 Merge branch 'perf/kprobes' into perf/core by Ingo Molnar · 10 years ago
  42. b02ef20 uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap by Oleg Nesterov · 10 years ago
  43. 0eb1483 x86/traps: Kill DO_ERROR_INFO() by Oleg Nesterov · 10 years ago
  44. 1c326c4 x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap() by Oleg Nesterov · 10 years ago
  45. 958d3d7 x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO() by Oleg Nesterov · 10 years ago
  46. dff0796 x86/traps: Introduce do_error_trap() by Oleg Nesterov · 10 years ago
  47. 38cad57 x86/traps: Use SEND_SIG_PRIV instead of force_sig() by Oleg Nesterov · 10 years ago
  48. 5e1b05b x86/traps: Make math_error() static by Oleg Nesterov · 10 years ago
  49. 2605fc2 asmlinkage, x86: Add explicit __visible to arch/x86/* by Andi Kleen · 10 years ago
  50. 9326638 kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation by Masami Hiramatsu · 10 years ago
  51. ecd50f7 kprobes, x86: Call exception_enter after kprobes handled by Masami Hiramatsu · 10 years ago
  52. 6f6343f kprobes/x86: Call exception handlers directly from do_int3/do_debug by Masami Hiramatsu · 10 years ago
  53. d8af4ce x86/traps: Clean up error exception handler definitions by Ingo Molnar · 11 years ago
  54. 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
  55. c375f15 x86: move fpu_counter into ARCH specific thread_struct by Vineet Gupta · 11 years ago
  56. 25c74b1 x86, trace: Register exception handler to trace IDT by Seiji Aguchi · 11 years ago
  57. bdb4380 sched: Extract the basic add/sub preempt_count modifiers by Peter Zijlstra · 11 years ago
  58. 17f4157 kprobes/x86: Call out into INT3 handler directly instead of using notifier by Jiri Kosina · 11 years ago
  59. 4df05f3 x86: Make sure IDT is page aligned by Kees Cook · 11 years ago
  60. 96a3d99 Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  61. 55a0d3f Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  62. 629f4f9 x86: Rename variables for debugging by Seiji Aguchi · 11 years ago
  63. 5a802e1 x86: Remove weird PTR_ERR() in do_debug by Rusty Russell · 11 years ago
  64. 4d067d8 x86: Extend #DF debugging aid to 64-bit by Borislav Petkov · 11 years ago
  65. 01c7cd0 Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  66. 4eefbe7 x86: Use a read-only IDT alias on all CPUs by Kees Cook · 11 years ago
  67. 6c1e025 context_tracking: Restore correct previous context state on exception exit by Frederic Weisbecker · 12 years ago
  68. 56dd947 context_tracking: Move exception handling to generic code by Frederic Weisbecker · 12 years ago
  69. 8170e6b x86, 64bit: Use a #PF handler to materialize early mappings on demand by H. Peter Anvin · 12 years ago
  70. 1bd12c9 Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  71. bc3eba6 x86, 386 removal: Remove support for IRQ 13 FPU error reporting by H. Peter Anvin · 12 years ago
  72. 91d1aa43 context_tracking: New context tracking susbsystem by Frederic Weisbecker · 12 years ago
  73. ac07f5c Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  74. da83479 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  75. 6ba3c97 x86: Exception hooks for userspace RCU extended QS by Frederic Weisbecker · 12 years ago
  76. ef3f628 x86: Unspaghettize do_general_protection() by Frederic Weisbecker · 12 years ago
  77. c416ddf x86: Unspaghettize do_trap() by Frederic Weisbecker · 12 years ago
  78. 5d2bd70 x86, fpu: decouple non-lazy/eager fpu restore from xsave by Suresh Siddha · 12 years ago
  79. 304bced x86, fpu: use non-lazy fpu restore for processors supporting xsave by Suresh Siddha · 12 years ago
  80. c767a54 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> by Joe Perches · 12 years ago
  81. a192cd0 ftrace: Synchronize variable setting with breakpoints by Steven Rostedt · 12 years ago
  82. d5b4bb4 Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  83. bb8187d MCA: delete all remaining traces of microchannel bus support. by Paul Gortmaker · 12 years ago
  84. 08d636b ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine by Steven Rostedt · 13 years ago
  85. eb05df9 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  86. f05e798 Disintegrate asm/system.h for X86 by David Howells · 13 years ago
  87. 51e7dc7 x86: Rename trap_no to trap_nr in thread_struct by Srikar Dronamraju · 13 years ago
  88. c940826 x86: Use enum instead of literals for trap values by Kees Cook · 13 years ago
  89. 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 13 years ago
  90. 80ab6f1 i387: use 'restore_fpu_checking()' directly in task switching code by Linus Torvalds · 13 years ago
  91. 34ddc81 i387: re-introduce FPU state preloading at context switch time by Linus Torvalds · 13 years ago
  92. f94edac i387: move TS_USEDFPU flag from thread_info to task_struct by Linus Torvalds · 13 years ago
  93. 4903062 i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore by Linus Torvalds · 13 years ago
  94. b3b0870 i387: do not preload FPU state at task switch time by Linus Torvalds · 13 years ago
  95. 6d59d7a i387: don't ever touch TS_USEDFPU directly, use helper functions by Linus Torvalds · 13 years ago
  96. 15d8791 i387: fix x86-64 preemption-unsafe user stack save/restore by Linus Torvalds · 13 years ago
  97. 5b1cbac i387: make irq_fpu_usable() tests more robust by Linus Torvalds · 13 years ago
  98. be98c2c i387: math_state_restore() isn't called from asm by Linus Torvalds · 13 years ago
  99. 83c2f91 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  100. 4218118 x86: Add counter when debug stack is used with interrupts enabled by Steven Rostedt · 13 years ago