1. 7dc3ca3 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  2. fcc5c4a x86: avoid theoretical spurious NMI backtraces with CONFIG_CPUMASK_OFFSTACK=y by Rusty Russell · 16 years ago
  3. 2f537a9 x86: fix boot crash in NMI watchdog with CONFIG_CPUMASK_OFFSTACK=y and flat APIC by Rusty Russell · 16 years ago
  4. 2c1b284 x86: clean up declarations and variables by Jaswinder Singh Rajput · 16 years ago
  5. fcef857 cpumask: convert arch/x86/kernel/nmi.c's backtrace_mask to a cpumask_var_t by Rusty Russell · 16 years ago
  6. f62bae5 x86, apic: move APIC drivers to arch/x86/kernel/apic/* by Ingo Molnar · 16 years ago[Renamed from arch/x86/kernel/nmi.c]
  7. 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 16 years ago
  8. c1eeb2d x86: fold apic_ops into genapic by Yinghai Lu · 16 years ago
  9. 1164dd0 x86: move mach-default/*.h files to asm/ by Ingo Molnar · 16 years ago
  10. 1b437c8 x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
  11. 9e91973 x86: remove duplicated #include's by Huang Weiyi · 16 years ago
  12. dceb452 x86: nmi.c fix style problems by Jaswinder Singh Rajput · 16 years ago
  13. fa623d1 Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core by Ingo Molnar · 16 years ago
  14. b062f84 x86: nmi - add sensible names to nmi_watchdog boot param by Cyrill Gorcunov · 16 years ago
  15. 7d5a78c x86, NMI watchdog: disable NMIs on LVT0 in case NMI watchdog is not working by Aristeu Rozanski · 16 years ago
  16. 6f290b4 x86, NMI watchdog: add support to enable and disable IOAPIC NMI by Aristeu Rozanski · 16 years ago
  17. b3e15bd x86, NMI watchdog: setup before enabling NMI watchdog by Aristeu Rozanski · 16 years ago
  18. 8bb8519 x86, nmi: clean UP NMI watchdog failure message by Ingo Molnar · 17 years ago
  19. 1563666 x86, NMI: fix watchdog failure message by Aristeu Rozanski · 17 years ago
  20. acee709 Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus by Ingo Molnar · 17 years ago
  21. e3a61b0 x86: add unknown_nmi_panic kernel parameter by Simon Arlott · 17 years ago
  22. 593f4a7 x86: APIC: remove apic_write_around(); use alternatives by Maciej W. Rozycki · 17 years ago
  23. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 17 years ago
  24. 5b4d238 x86: Recover timer_ack lost in the merge of the NMI watchdog by Maciej W. Rozycki · 17 years ago
  25. 4de0043 x86: nmi_watchdog - introduce nmi_watchdog_active() helper by Cyrill Gorcunov · 17 years ago
  26. c376d45 x86: nmi_watchdog - use NMI_NONE by default by Cyrill Gorcunov · 17 years ago
  27. 2b6adda x86: nmi_watchdog - remove useless check by Cyrill Gorcunov · 17 years ago
  28. 4b62ac9 Merge branch 'x86/nmi' into x86/devel by Ingo Molnar · 17 years ago
  29. b8e0418b x86: fix typo CONFIX -> CONFIG by Glauber Costa · 17 years ago
  30. f781b03 x86: touch_nmi_watchdog(): reset alert counters for supported nmi_watchdog modes only by Cyrill Gorcunov · 17 years ago
  31. 75b9f5d x86, nmi: fix build by mingo@elte.hu · 17 years ago
  32. 3ed3f06 x86: nmi - consolidate nmi_watchdog_default for 32bit mode by Cyrill Gorcunov · 17 years ago
  33. 3d1ba1d x86: fix nmi.c build bug by Ingo Molnar · 17 years ago
  34. 88ff0a4 x86: coding style fixes for nmi.c by Hiroshi Shimamoto · 17 years ago
  35. 19ec673 x86: nmi - fix incorrect NMI watchdog used by default by Cyrill Gorcunov · 17 years ago
  36. 1798bc2 x86: nmi_32/64.c - merge down nmi_32.c and nmi_64.c to nmi.c by Cyrill Gorcunov · 17 years ago[Renamed (85%) from arch/x86/kernel/nmi_32.c]
  37. fd5cea0 x86: nmi_32/64.c - add helper functions to hide arch specific data by Cyrill Gorcunov · 17 years ago
  38. 7c2ba83 x86: nmi_32.c cleanup - use for_each_online_cpu helper by Cyrill Gorcunov · 17 years ago
  39. 6c8decdf x86: nmi_32.c - unknown_nmi_panic_callback should always panic by Cyrill Gorcunov · 17 years ago
  40. ad63ba1 x86: nmi_32/64.c - use apic_write_around instead of apic_write by Cyrill Gorcunov · 17 years ago
  41. 4b82b27 x86: nmi_32.c - add nmi_watchdog_default helper by Cyrill Gorcunov · 17 years ago
  42. d1b946b x86: nmi_32.c - add "panic" option by Cyrill Gorcunov · 17 years ago
  43. ddca03c x86: nmi - unify die_nmi() interface by Cyrill Gorcunov · 17 years ago
  44. f784946 x86: use per_cpu data in nmi_32 by Hiroshi Shimamoto · 17 years ago
  45. 5deb45e ftrace: add notrace annotations for NMI routines by Steven Rostedt · 17 years ago
  46. 6e90894 x86: fix ioapic bug again by Ingo Molnar · 17 years ago
  47. 0054f4b x86: Explicitly include required header files. by Robert P. J. Day · 17 years ago
  48. 4626df1 x86: call check_nmi_watchdog explicitly in native_smp_cpus_done by Glauber de Oliveira Costa · 17 years ago
  49. 6d60cd5 x86: unify nmi_32.h and nmi_64.h by Glauber de Oliveira Costa · 17 years ago
  50. a062bae x86: fix compile warning building without CONFIG_SYSCTL by Li Zefan · 17 years ago
  51. 416b721 x86: clean up nmi_32/64.c by Hiroshi Shimamoto · 17 years ago
  52. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  53. 4960c9d Revert "x86: fix NMI watchdog & 'stopped time' problem" by Thomas Gleixner · 17 years ago
  54. 75bc122 x86: add the word 'WARNING' in check_nmi_watchdog() output by Don Zickus · 17 years ago
  55. d4d25de x86: fix NMI watchdog & 'stopped time' problem by Maciej W. Rozycki · 17 years ago
  56. 0492007 x86: make nmi_cpu_busy() always defined by Ingo Molnar · 17 years ago
  57. 835c34a Delete filenames in comments. by Dave Jones · 17 years ago
  58. 3c9aea4 x86: Fix irq0 / local apic timer accounting by Thomas Gleixner · 17 years ago
  59. 9a163ed i386: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/nmi_32.c]
  60. 77399ad i386: prepare shared kernel/nmi.c by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/nmi.c]
  61. d958654 i386: fix a hang on stuck nmi watchdog by Daniel Walker · 18 years ago
  62. 0328ece x86_64: Fix to keep watchdog disabled by default for i386/x86_64 by Daniel Gollub · 18 years ago
  63. 20fe1d3 i386: Do not include other cpus' interrupt 0 in nmi_watchdog by Keith Owens · 18 years ago
  64. f289025 i386: speedup touch_nmi_watchdog by Andrew Morton · 18 years ago
  65. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 18 years ago
  66. 09198e6 [PATCH] i386: Clean up NMI watchdog code by Andi Kleen · 18 years ago
  67. bbba11c [PATCH] i386: Remove unneeded externs in nmi.c by Andi Kleen · 18 years ago
  68. bf8696e [PATCH] i386: i386 make NMI use PERFCTR1 for architectural perfmon (take 2) by Stephane Eranian · 18 years ago
  69. 8689b51 [PATCH] i386: Fix some warnings added by earlier patch by Andi Kleen · 18 years ago
  70. 1714f9b [PATCH] x86: Fix potential overflow in perfctr reservation by Andi Kleen · 18 years ago
  71. 0fb2ebf [PATCH] x86-64: Increase NMI watchdog probing timeout by Andi Kleen · 18 years ago
  72. 89e0756 [PATCH] x86-64: Let oprofile reserve MSR on all CPUs by Andi Kleen · 18 years ago
  73. 8ce5e3e Disable NMI watchdog by default properly by Linus Torvalds · 18 years ago
  74. f8b5035 [PATCH] i386 prepare nmi watchdog for dynticks by Thomas Gleixner · 18 years ago
  75. 0a4599c [PATCH] x86: Enable NMI watchdog for AMD Family 0x10 CPUs by Andi Kleen · 18 years ago
  76. 5d0e600 [PATCH] x86: fix laptop bootup hang in init_acpi() by Ingo Molnar · 18 years ago
  77. 90ce4bc4 [PATCH] i386: Handle 32 bit PerfMon Counter writes cleanly in i386 nmi_watchdog by Venkatesh Pallipadi · 18 years ago
  78. 58d9ce7d [PATCH] Revert nmi_known_cpu() check during boot option parsing by Venkatesh Pallipadi · 18 years ago
  79. 92715e2 [PATCH] x86: Fix boot hang due to nmi watchdog init code by Ravikiran G Thirumalai · 18 years ago
  80. c6ea396 [PATCH] i386: Don't touch per cpu memory of offline CPUs in touch_nmi_watchdog by Jan Beulich · 18 years ago
  81. bb81a09 [PATCH] x86: all cpu backtrace by Andrew Morton · 18 years ago
  82. a1bae67 [PATCH] i386: Disable nmi watchdog on all ThinkPads by Andi Kleen · 18 years ago
  83. 5a73fdc [PATCH] Some config.h removals by Zachary Amsden · 18 years ago
  84. 29cbc78 [PATCH] x86: Clean up x86 NMI sysctls by Andi Kleen · 18 years ago
  85. 0603975 [PATCH] i386: Disallow kprobes on NMI handlers by Fernando Luis Vázquez Cao · 18 years ago
  86. 248dcb2 [PATCH] x86: i386/x86-64 Add nmi watchdog support for new Intel CPUs by Venkatesh Pallipadi · 18 years ago
  87. 1de8497 [PATCH] i386: Enable NMI watchdog by default by Andi Kleen · 18 years ago
  88. 4038f90 [PATCH] i386/x86-64: Fix NMI watchdog suspend/resume by Shaohua Li · 18 years ago
  89. e33e89a [PATCH] x86: Add abilty to enable/disable nmi watchdog from procfs (update) by Don Zickus · 18 years ago
  90. 407984f [PATCH] x86: Add abilty to enable/disable nmi watchdog with sysctl by Don Zickus · 18 years ago
  91. 2fbe7b2 [PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi functions by Don Zickus · 18 years ago
  92. 3adbbcc [PATCH] x86: Cleanup NMI interrupt path by Don Zickus · 18 years ago
  93. b7471c6 [PATCH] i386: Add SMP support on i386 to reservation framework by Don Zickus · 18 years ago
  94. 828f0af [PATCH] x86: Add performance counter reservation framework for UP kernels by Don Zickus · 18 years ago
  95. b07f891 [PATCH] x86: Temporarily revert parts of the Core 2 nmi nmi watchdog support by Andi Kleen · 18 years ago
  96. 1e86240 [PATCH] IDE: Touch NMI watchdog during resume from STR by Michal Schmidt · 19 years ago
  97. 366c7f5 [PATCH] lockdep: annotate enable_in_hardirq() by Ingo Molnar · 19 years ago
  98. 0080e66 [PATCH] x86_64: i386/x86-64 Add nmi watchdog support for new Intel CPUs by Venkatesh Pallipadi · 19 years ago
  99. 3e4ff11 [PATCH] x86_64: nmi watchdog header cleanup by Don Zickus · 19 years ago
  100. b791cce [PATCH] fix signed vs unsigned in nmi watchdog by Jesper Juhl · 19 years ago