1. ae60f07 x86/asm/entry: Use user_mode_ignore_vm86() where appropriate by Andy Lutomirski · 10 years ago
  2. e4518ab Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts by Ingo Molnar · 10 years ago
  3. 394838c x86/asm/entry/32: Fix user_mode() misuses by Andy Lutomirski · 10 years ago
  4. 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
  5. 75182b1 x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0() by Andy Lutomirski · 10 years ago
  6. 5eca745 x86/traps: Separate set_intr_gate() and clean up early_trap_init() by Wang Nan · 10 years ago
  7. b4d8327 x86/traps: Enable DEBUG_STACK after cpu_init() for TRAP_DB/BP by Wang Nan · 10 years ago
  8. 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
  9. b926e6f x86, traps: Fix ist_enter from userspace by Andy Lutomirski · 10 years ago
  10. 7575637 x86, fpu: Fix math_state_restore() race with kernel_fpu_begin() by Oleg Nesterov · 10 years ago
  11. bced35b x86, traps: Add ist_begin_non_atomic and ist_end_non_atomic by Andy Lutomirski · 10 years ago
  12. 9592747 x86, traps: Track entry into and exit from IST context by Andy Lutomirski · 10 years ago
  13. 48e08d0 x86, entry: Switch stacks on a paranoid entry from userspace by Andy Lutomirski · 10 years ago
  14. 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
  15. 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
  16. e10abb2 x86_64/traps: Fix always true condition by Dan Carpenter · 10 years ago
  17. 7ddc6a2 x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regs by Andy Lutomirski · 10 years ago
  18. b645af2 x86_64, traps: Rework bad_iret by Andy Lutomirski · 10 years ago
  19. 6f442be x86_64, traps: Stop using IST for #SS by Andy Lutomirski · 10 years ago
  20. af726f2 x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C by Andy Lutomirski · 10 years ago
  21. fe3d197 x86, mpx: On-demand kernel allocation of bounds tables by Dave Hansen · 10 years ago
  22. 4cdf77a x86/kprobes: Fix build errors and blacklist context_track_user by Masami Hiramatsu · 11 years ago
  23. ec00010 Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patches by Ingo Molnar · 11 years ago
  24. 10b02564 Merge branch 'perf/kprobes' into perf/core by Ingo Molnar · 11 years ago
  25. b02ef20 uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap by Oleg Nesterov · 11 years ago
  26. 0eb1483 x86/traps: Kill DO_ERROR_INFO() by Oleg Nesterov · 11 years ago
  27. 1c326c4 x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap() by Oleg Nesterov · 11 years ago
  28. 958d3d7 x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO() by Oleg Nesterov · 11 years ago
  29. dff0796 x86/traps: Introduce do_error_trap() by Oleg Nesterov · 11 years ago
  30. 38cad57 x86/traps: Use SEND_SIG_PRIV instead of force_sig() by Oleg Nesterov · 11 years ago
  31. 5e1b05b x86/traps: Make math_error() static by Oleg Nesterov · 11 years ago
  32. 2605fc2 asmlinkage, x86: Add explicit __visible to arch/x86/* by Andi Kleen · 11 years ago
  33. 9326638 kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation by Masami Hiramatsu · 11 years ago
  34. ecd50f7 kprobes, x86: Call exception_enter after kprobes handled by Masami Hiramatsu · 11 years ago
  35. 6f6343f kprobes/x86: Call exception handlers directly from do_int3/do_debug by Masami Hiramatsu · 11 years ago
  36. d8af4ce x86/traps: Clean up error exception handler definitions by Ingo Molnar · 11 years ago
  37. 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
  38. c375f15 x86: move fpu_counter into ARCH specific thread_struct by Vineet Gupta · 11 years ago
  39. 25c74b1 x86, trace: Register exception handler to trace IDT by Seiji Aguchi · 11 years ago
  40. bdb4380 sched: Extract the basic add/sub preempt_count modifiers by Peter Zijlstra · 11 years ago
  41. 17f4157 kprobes/x86: Call out into INT3 handler directly instead of using notifier by Jiri Kosina · 11 years ago
  42. 4df05f3 x86: Make sure IDT is page aligned by Kees Cook · 12 years ago
  43. 96a3d99 Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  44. 55a0d3f Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  45. 629f4f9 x86: Rename variables for debugging by Seiji Aguchi · 12 years ago
  46. 5a802e1 x86: Remove weird PTR_ERR() in do_debug by Rusty Russell · 12 years ago
  47. 4d067d8 x86: Extend #DF debugging aid to 64-bit by Borislav Petkov · 12 years ago
  48. 01c7cd0 Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  49. 4eefbe7 x86: Use a read-only IDT alias on all CPUs by Kees Cook · 12 years ago
  50. 6c1e025 context_tracking: Restore correct previous context state on exception exit by Frederic Weisbecker · 12 years ago
  51. 56dd947 context_tracking: Move exception handling to generic code by Frederic Weisbecker · 12 years ago
  52. 8170e6b x86, 64bit: Use a #PF handler to materialize early mappings on demand by H. Peter Anvin · 12 years ago
  53. 1bd12c9 Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  54. bc3eba6 x86, 386 removal: Remove support for IRQ 13 FPU error reporting by H. Peter Anvin · 12 years ago
  55. 91d1aa43 context_tracking: New context tracking susbsystem by Frederic Weisbecker · 12 years ago
  56. 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
  57. 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
  58. 6ba3c97 x86: Exception hooks for userspace RCU extended QS by Frederic Weisbecker · 13 years ago
  59. ef3f6288 x86: Unspaghettize do_general_protection() by Frederic Weisbecker · 12 years ago
  60. c416ddf x86: Unspaghettize do_trap() by Frederic Weisbecker · 12 years ago
  61. 5d2bd70 x86, fpu: decouple non-lazy/eager fpu restore from xsave by Suresh Siddha · 12 years ago
  62. 304bced x86, fpu: use non-lazy fpu restore for processors supporting xsave by Suresh Siddha · 12 years ago
  63. c767a54 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> by Joe Perches · 13 years ago
  64. a192cd0 ftrace: Synchronize variable setting with breakpoints by Steven Rostedt · 13 years ago
  65. d5b4bb4 Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  66. bb8187d MCA: delete all remaining traces of microchannel bus support. by Paul Gortmaker · 13 years ago
  67. 08d636b ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine by Steven Rostedt · 13 years ago
  68. 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
  69. f05e798 Disintegrate asm/system.h for X86 by David Howells · 13 years ago
  70. 51e7dc7 x86: Rename trap_no to trap_nr in thread_struct by Srikar Dronamraju · 13 years ago
  71. c940826 x86: Use enum instead of literals for trap values by Kees Cook · 13 years ago
  72. 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 13 years ago
  73. 80ab6f1 i387: use 'restore_fpu_checking()' directly in task switching code by Linus Torvalds · 13 years ago
  74. 34ddc81 i387: re-introduce FPU state preloading at context switch time by Linus Torvalds · 13 years ago
  75. f94edac i387: move TS_USEDFPU flag from thread_info to task_struct by Linus Torvalds · 13 years ago
  76. 4903062 i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore by Linus Torvalds · 13 years ago
  77. b3b0870 i387: do not preload FPU state at task switch time by Linus Torvalds · 13 years ago
  78. 6d59d7a i387: don't ever touch TS_USEDFPU directly, use helper functions by Linus Torvalds · 13 years ago
  79. 15d8791 i387: fix x86-64 preemption-unsafe user stack save/restore by Linus Torvalds · 13 years ago
  80. 5b1cbac i387: make irq_fpu_usable() tests more robust by Linus Torvalds · 13 years ago
  81. be98c2c i387: math_state_restore() isn't called from asm by Linus Torvalds · 13 years ago
  82. 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
  83. 4218118 x86: Add counter when debug stack is used with interrupts enabled by Steven Rostedt · 13 years ago
  84. 228bdaa x86: Keep current stack in NMI breakpoints by Steven Rostedt · 13 years ago
  85. cc3a1bf x86: Clean up and extend do_int3() by Srikar Dronamraju · 13 years ago
  86. 1d48922 x86, nmi: Split out nmi from traps.c by Don Zickus · 13 years ago
  87. 06e727d Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-tip by Linus Torvalds · 13 years ago
  88. 3ae3665 x86-64: Rework vsyscall emulation and add vsyscall= parameter by Andy Lutomirski · 13 years ago
  89. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  90. 5cec93c x86-64: Emulate legacy vsyscalls by Andy Lutomirski · 14 years ago
  91. f2fd439 x86, NMI: Clean-up default_do_nmi() by Don Zickus · 14 years ago
  92. ab846f1 x86, NMI: Allow NMI reason io port (0x61) to be processed on any CPU by Don Zickus · 14 years ago
  93. c410b83 x86, NMI: Remove DIE_NMI_IPI by Don Zickus · 14 years ago
  94. 1c7b74d x86, NMI: Add NMI symbol constants and rename memory parity to PCI SERR by Huang Ying · 14 years ago
  95. 74d91e3 x86, NMI: Add touch_nmi_watchdog to io_check_error delay by Huang Ying · 14 years ago
  96. 5dc3055 x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctls by Don Zickus · 14 years ago
  97. 072b198 x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog by Don Zickus · 14 years ago
  98. 5f2b0ba x86, nmi_watchdog: Remove the old nmi_watchdog by Don Zickus · 14 years ago
  99. 02f3603 Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linus', 'x86-quirks-for-linus', 'x86-setup-for-linus', 'x86-uv-for-linus' and 'x86-vm86-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  100. 6554287 x86, vm86: Fix preemption bug for int1 debug and int3 breakpoint handlers. by Bart Oldeman · 14 years ago