1. 4df05f3 x86: Make sure IDT is page aligned by Kees Cook · 11 years ago
  2. 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
  3. 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
  4. 629f4f9 x86: Rename variables for debugging by Seiji Aguchi · 12 years ago
  5. 5a802e1 x86: Remove weird PTR_ERR() in do_debug by Rusty Russell · 12 years ago
  6. 4d067d8 x86: Extend #DF debugging aid to 64-bit by Borislav Petkov · 12 years ago
  7. 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
  8. 4eefbe7 x86: Use a read-only IDT alias on all CPUs by Kees Cook · 12 years ago
  9. 6c1e025 context_tracking: Restore correct previous context state on exception exit by Frederic Weisbecker · 12 years ago
  10. 56dd947 context_tracking: Move exception handling to generic code by Frederic Weisbecker · 12 years ago
  11. 8170e6b x86, 64bit: Use a #PF handler to materialize early mappings on demand by H. Peter Anvin · 12 years ago
  12. 1bd12c9 Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  13. bc3eba6 x86, 386 removal: Remove support for IRQ 13 FPU error reporting by H. Peter Anvin · 12 years ago
  14. 91d1aa43 context_tracking: New context tracking susbsystem by Frederic Weisbecker · 12 years ago
  15. 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
  16. 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
  17. 6ba3c97 x86: Exception hooks for userspace RCU extended QS by Frederic Weisbecker · 12 years ago
  18. ef3f628 x86: Unspaghettize do_general_protection() by Frederic Weisbecker · 12 years ago
  19. c416ddf x86: Unspaghettize do_trap() by Frederic Weisbecker · 12 years ago
  20. 5d2bd70 x86, fpu: decouple non-lazy/eager fpu restore from xsave by Suresh Siddha · 12 years ago
  21. 304bced x86, fpu: use non-lazy fpu restore for processors supporting xsave by Suresh Siddha · 12 years ago
  22. c767a54 x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> by Joe Perches · 13 years ago
  23. a192cd0 ftrace: Synchronize variable setting with breakpoints by Steven Rostedt · 13 years ago
  24. d5b4bb4 Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  25. bb8187d MCA: delete all remaining traces of microchannel bus support. by Paul Gortmaker · 13 years ago
  26. 08d636b ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine by Steven Rostedt · 13 years ago
  27. 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
  28. f05e798 Disintegrate asm/system.h for X86 by David Howells · 13 years ago
  29. 51e7dc7 x86: Rename trap_no to trap_nr in thread_struct by Srikar Dronamraju · 13 years ago
  30. c940826 x86: Use enum instead of literals for trap values by Kees Cook · 13 years ago
  31. 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 13 years ago
  32. 80ab6f1 i387: use 'restore_fpu_checking()' directly in task switching code by Linus Torvalds · 13 years ago
  33. 34ddc81 i387: re-introduce FPU state preloading at context switch time by Linus Torvalds · 13 years ago
  34. f94edac i387: move TS_USEDFPU flag from thread_info to task_struct by Linus Torvalds · 13 years ago
  35. 4903062 i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore by Linus Torvalds · 13 years ago
  36. b3b0870 i387: do not preload FPU state at task switch time by Linus Torvalds · 13 years ago
  37. 6d59d7a i387: don't ever touch TS_USEDFPU directly, use helper functions by Linus Torvalds · 13 years ago
  38. 15d8791 i387: fix x86-64 preemption-unsafe user stack save/restore by Linus Torvalds · 13 years ago
  39. 5b1cbac i387: make irq_fpu_usable() tests more robust by Linus Torvalds · 13 years ago
  40. be98c2c i387: math_state_restore() isn't called from asm by Linus Torvalds · 13 years ago
  41. 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
  42. 4218118 x86: Add counter when debug stack is used with interrupts enabled by Steven Rostedt · 13 years ago
  43. 228bdaa x86: Keep current stack in NMI breakpoints by Steven Rostedt · 13 years ago
  44. cc3a1bf x86: Clean up and extend do_int3() by Srikar Dronamraju · 13 years ago
  45. 1d48922 x86, nmi: Split out nmi from traps.c by Don Zickus · 13 years ago
  46. 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
  47. 3ae3665 x86-64: Rework vsyscall emulation and add vsyscall= parameter by Andy Lutomirski · 13 years ago
  48. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  49. 5cec93c x86-64: Emulate legacy vsyscalls by Andy Lutomirski · 14 years ago
  50. f2fd439 x86, NMI: Clean-up default_do_nmi() by Don Zickus · 14 years ago
  51. ab846f1 x86, NMI: Allow NMI reason io port (0x61) to be processed on any CPU by Don Zickus · 14 years ago
  52. c410b83 x86, NMI: Remove DIE_NMI_IPI by Don Zickus · 14 years ago
  53. 1c7b74d x86, NMI: Add NMI symbol constants and rename memory parity to PCI SERR by Huang Ying · 14 years ago
  54. 74d91e3 x86, NMI: Add touch_nmi_watchdog to io_check_error delay by Huang Ying · 14 years ago
  55. 5dc3055 x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctls by Don Zickus · 14 years ago
  56. 072b198 x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog by Don Zickus · 14 years ago
  57. 5f2b0ba x86, nmi_watchdog: Remove the old nmi_watchdog by Don Zickus · 14 years ago
  58. 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
  59. 6554287 x86, vm86: Fix preemption bug for int1 debug and int3 breakpoint handlers. by Bart Oldeman · 14 years ago
  60. a334fe4 x86-32, fpu: Remove math_emulate stub by Brian Gerst · 14 years ago
  61. 6ac8bac x86, fpu: Merge fpu_init() by Brian Gerst · 14 years ago
  62. 61be7fd Merge branch 'perf/nmi' into perf/core by Ingo Molnar · 14 years ago
  63. a1e80fa x86: Send a SIGTRAP for user icebp traps by Frederic Weisbecker · 15 years ago
  64. 29c8439 x86, kgdb: early trap init for early debug by Jan Kiszka · 15 years ago
  65. f503b5a x86,kgdb: Add low level debug hook by Jason Wessel · 15 years ago
  66. 41d5910 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  67. 58687ac lockup_detector: Combine nmi_watchdog and softlockup detector by Don Zickus · 15 years ago
  68. 2508250 x86-32: Don't set ignore_fpu_irq in simd exception by Brian Gerst · 15 years ago
  69. e2e75c9 x86: Merge kernel_math_error() into math_error() by Brian Gerst · 15 years ago
  70. 9b6dba9 x86: Merge simd_math_error() into math_error() by Brian Gerst · 15 years ago
  71. 40d2e76 x86-32: Rework cache flush denied handler by Brian Gerst · 15 years ago
  72. ea8e61b x86, ptrace: Fix block-step by Peter Zijlstra · 15 years ago
  73. faa4602 x86, perf, bts, mm: Delete the never used BTS-ptrace code by Peter Zijlstra · 15 years ago
  74. 47195d5 nmi_watchdog: Clean up various small details by Don Zickus · 15 years ago
  75. 84e478c nmi_watchdog: Config option to enable new nmi_watchdog by Don Zickus · 15 years ago
  76. e40b172 x86: Move notify_die from nmi.c to traps.c by Don Zickus · 15 years ago
  77. 40f9249 x86/debug: Clear reserved bits of DR6 in do_debug() by K.Prasad · 15 years ago
  78. 0f8f86c Merge commit 'perf/core' into perf/hw-breakpoint by Frederic Weisbecker · 15 years ago
  79. 5bb241b Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  80. 704daf5 Merge branch 'x86/asm' into x86/urgent by Ingo Molnar · 15 years ago
  81. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  82. 144374d includecheck fix: x86, traps.c by Jaswinder Singh Rajput · 15 years ago
  83. 78f28b7 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  84. 07e81d6 x86: Use section .data.page_aligned for the idt_table. by Tim Abbott · 15 years ago
  85. dca2d6a Merge branch 'linus' into tracing/hw-breakpoints by Ingo Molnar · 15 years ago
  86. 625037c Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  87. 15b0404 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  88. a1922ed Merge branch 'tracing/core' into tracing/hw-breakpoints by Ingo Molnar · 15 years ago
  89. 428cf90 x86: Move traps_init to x86_init_ops by Thomas Gleixner · 15 years ago
  90. fde0312 x86: Remove unused patch_espfix_desc() by Akinobu Mita · 15 years ago
  91. 9ff80942 x86: Clean up idt_descr and idt_tableby using NR_VECTORS instead of hardcoded number by Cyrill Gorcunov · 16 years ago
  92. 5211a24 x86: Add sysctl to allow panic on IOCK NMI error by Kurt Garloff · 16 years ago
  93. c4c5ab3 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  94. e6e9cac x86: split out core __math_state_restore by Jeremy Fitzhardinge · 16 years ago
  95. eadb8a0 Merge branch 'linus' into tracing/hw-breakpoints by Ingo Molnar · 16 years ago
  96. 9e55e44 x86, mce: unify mce.h by Hidetoshi Seto · 16 years ago
  97. 722f2a6 Merge commit 'linus/master' into HEAD by Vegard Nossum · 16 years ago
  98. f856129 x86: add hooks for kmemcheck by Vegard Nossum · 17 years ago
  99. 0d59597 Merge branch 'linus' into x86/mce3 by Ingo Molnar · 16 years ago
  100. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 16 years ago