1. aa283f4 x86, fpu: lazy allocation of FPU area - v5 by Suresh Siddha · 18 years ago
  2. 61c4628 x86, fpu: split FPU state from task struct - v5 by Suresh Siddha · 18 years ago
  3. 5deb45e ftrace: add notrace annotations for NMI routines by Steven Rostedt · 18 years ago
  4. 9732b61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb by Linus Torvalds · 18 years ago
  5. 737a460 kgdb: fix several kgdb regressions by Jason Wessel · 18 years ago
  6. d359752 kgdb: fix NMI hangs by Jason Wessel · 18 years ago
  7. e32ede1 x86: wipe get_nmi_reason out of nmi_64.h by Glauber de Oliveira Costa · 18 years ago
  8. e8bff74 x86: fix "BUG: sleeping function called from invalid context" in print_vma_addr() by Ingo Molnar · 18 years ago
  9. 85e2aee x86: use KSYM_NAME_LEN by Cyrill Gorcunov · 18 years ago
  10. a5ff677 x86: make printk_address available on X86_32 by Harvey Harrison · 18 years ago
  11. ade1af7 x86: remove unneded casts by Jan Engelhardt · 18 years ago
  12. 0325291 x86: print which shared library/executable faulted in segfault etc. messages v3 by Andi Kleen · 18 years ago
  13. aafbd7e x86: make printk_address regs->ip always reliable by Arjan van de Ven · 18 years ago
  14. a25bd94 x86: add the "print code before the trapping instruction" feature to 64 bit by Arjan van de Ven · 18 years ago
  15. 80b51f3 x86: use the stack frames to get exact stack-traces for CONFIG_FRAMEPOINTER on x86-64 by Arjan van de Ven · 18 years ago
  16. e4a9456 x86: turn 64 bit x86 HANDLE_STACK into print_context_stack like 32 bit has by Arjan van de Ven · 18 years ago
  17. bc850d6 x86: add the capability to print fuzzy backtraces by Arjan van de Ven · 18 years ago
  18. b3a5acc x86: use fixup_exception() in traps_64.c by Harvey Harrison · 18 years ago
  19. 053de04 x86: get rid of _MASK flags by Glauber de Oliveira Costa · 18 years ago
  20. 22f5991 x86-64: honor notify_die() returning NOTIFY_STOP by Jan Beulich · 18 years ago
  21. 21db558 x86: export math_state_restore by Glauber de Oliveira Costa · 18 years ago
  22. faca622 x86: use generic register name in the thread and tss structures by H. Peter Anvin · 18 years ago
  23. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 18 years ago
  24. 10faa81 x86: debugctlmsr arch_has_block_step by Roland McGrath · 18 years ago
  25. e1f2877 x86 single_step: TIF_FORCED_TF by Roland McGrath · 18 years ago
  26. 3abf024 x86: nuke a ton of unused exports by Thomas Gleixner · 18 years ago
  27. fb1dac9 lockdep: more hardirq annotations for notify_die() by Peter Zijlstra · 18 years ago
  28. 000f4a9 lockdep: annotate do_debug() trap handler by Peter Zijlstra · 19 years ago
  29. 57c351d x86: printk kernel version in WARN_ON and other dump_stack users by Arjan van de Ven · 19 years ago
  30. 143a5d3 lockdep: fixup irq tracing by Peter Zijlstra · 19 years ago
  31. c00046c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  32. 676b185 spelling fixes: arch/x86_64/ by Simon Arlott · 19 years ago
  33. 39743c9 x86: use raw locks during oopses by Andi Kleen · 19 years ago
  34. 9689ba8 x86: constify stacktrace_ops by Jan Beulich · 19 years ago
  35. 835c34a Delete filenames in comments. by Dave Jones · 19 years ago
  36. 250c227 x86_64: move kernel by Thomas Gleixner · 19 years ago[Renamed from arch/x86_64/kernel/traps_64.c]
  37. 76acb5c x86_64: prepare shared kernel/traps.c by Thomas Gleixner · 19 years ago[Renamed from arch/x86_64/kernel/traps.c]
  38. abd4f75 x86: i386-show-unhandled-signals-v3 by Masoud Asgharifard Sharbiani · 19 years ago
  39. c0d1217 drivers/edac: add new nmi rescan by Dave Jiang · 19 years ago
  40. 1c978b9 Inhibit NMI watchdog when Alt-SysRq-T operation is underway by Konrad Rzeszutek · 19 years ago
  41. bcdcd8e Report that kernel is tainted if there was an OOPS by Pavel Emelianov · 19 years ago
  42. 608e261 generic bug: use show_regs() instead of dump_stack() by Heiko Carstens · 19 years ago
  43. b39b703 x86_64: oops_begin() fix by Andrew Morton · 19 years ago
  44. faa8b6c Revert "ipmi: add new IPMI nmi watchdog handling" by Linus Torvalds · 19 years ago
  45. 02b6732 x86_64: fix default_do_nmi() missing return after an if () by Mathieu Desnoyers · 19 years ago
  46. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 19 years ago
  47. f64da95 ipmi: add new IPMI nmi watchdog handling by Corey Minyard · 19 years ago
  48. d039c68 [PATCH] x86-64: Minor white space cleanup in traps.c by Andi Kleen · 19 years ago
  49. d189518 [PATCH] x86: Fix i386 and x86_64 fault information pollution by Andi Kleen · 19 years ago
  50. 7523c4d [PATCH] x86_64: Fix dump_trace() by OGAWA Hirofumi · 19 years ago
  51. d1526e2 Remove stack unwinder for now by Linus Torvalds · 19 years ago
  52. c31a0bf [PATCH] Generic BUG for x86-64 by Jeremy Fitzhardinge · 20 years ago
  53. a0429d0 [PATCH] x86-64: Remove unwind stack pointer alignment forcing again by Andi Kleen · 20 years ago
  54. 359ad0d [PATCH] unwinder: more sanity checks in Dwarf2 unwinder by Jan Beulich · 20 years ago
  55. 446f713 [PATCH] unwinder: always use unlocked module list access in unwinder fallback by Andi Kleen · 20 years ago
  56. 0741f4d [PATCH] x86: add sysctl for kstack_depth_to_print by Chuck Ebbert · 20 years ago
  57. ab2bf0c [PATCH] x86-64: Use probe_kernel_address in arch/x86_64/* by Andi Kleen · 20 years ago
  58. 9c5f8be [PATCH] x86: Mention PCI instead of RAM in NMI parity error message by Andi Kleen · 20 years ago
  59. da68933 [PATCH] x86-64: dump_trace() atomicity fix by Andrew Morton · 20 years ago
  60. dd315df [PATCH] x86: Compress stack unwinder output by Andi Kleen · 20 years ago
  61. b615ebd [PATCH] x86: shorten lines in unwinder to be <= 80 characters by Andi Kleen · 20 years ago
  62. c547c77 [PATCH] x86-64: Use stricter in process stack check for unwinder by Andi Kleen · 20 years ago
  63. 0796bdb [PATCH] x86_64: stack unwinder crash fix by Ingo Molnar · 20 years ago
  64. 4b0ff1a [PATCH] x86-64: Fix compilation without CONFIG_KALLSYMS by Randy Dunlap · 20 years ago
  65. e8c7391 [PATCH] Don't use kernel_text_address in oops context by Andi Kleen · 20 years ago
  66. f574164 [PATCH] Remove most of the special cases for the debug IST stack by Keith Owens · 20 years ago
  67. 151f8cc [PATCH] Remove safe_smp_processor_id() by Andi Kleen · 20 years ago
  68. abf0f10 [PATCH] wire up oops_enter()/oops_exit() by Andrew Morton · 20 years ago
  69. e07e23e [PATCH] non lazy "sleazy" fpu implementation by Arjan van de Ven · 20 years ago
  70. be7a917 [PATCH] Check for end of stack trace before falling back by Andi Kleen · 20 years ago
  71. c0b766f [PATCH] Merge stacktrace and show_trace by Andi Kleen · 20 years ago
  72. 2c8c0e6 [PATCH] Convert x86-64 to early param by Andi Kleen · 20 years ago
  73. 7f11d8a [PATCH] Remove all ifdefs for local/io apic by Andi Kleen · 20 years ago
  74. fac5855 [PATCH] Fix up panic messages for different NMI panics by Andi Kleen · 20 years ago
  75. c41c5cd [PATCH] x86: x86 clean up nmi panic messages by Don Zickus · 20 years ago
  76. 8da5add [PATCH] x86: Allow users to force a panic on NMI by Don Zickus · 20 years ago
  77. 3adbbcce [PATCH] x86: Cleanup NMI interrupt path by Don Zickus · 20 years ago
  78. 01ebb77 [PATCH] x86_64: Save original IST values for checking stack addresses by Keith Owens · 20 years ago
  79. ea42405 [PATCH] x86: Make backtracer fallback logic more bullet-proof by Jan Beulich · 20 years ago
  80. 012c437 [PATCH] Change panic_on_oops message to "Fatal exception" by Horms · 20 years ago
  81. cea6a4b [PATCH] panic_on_oops: remove ssleep() by Horms · 20 years ago
  82. b13761e [PATCH] x86_64: Dump leftover backtrace entries when dwarf2 unwinder got stuck by Andi Kleen · 20 years ago
  83. 1454aed [PATCH] put a comment at register_die_notifier that the export is used by Arjan van de Ven · 20 years ago
  84. c9ca1ba [PATCH] lockdep: x86_64 document stack frame internals by Ingo Molnar · 20 years ago
  85. 3ac9493 [PATCH] lockdep: beautify x86_64 stacktraces by Ingo Molnar · 20 years ago
  86. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 20 years ago
  87. 2ee60e17 [PATCH] x86_64: Move export symbols to their C functions by Andi Kleen · 20 years ago
  88. cab093b [PATCH] x86_64: adjust kstack_depth_to_print default by Jan Beulich · 20 years ago
  89. c33bd9a [PATCH] i386/x86-64: fall back to old-style call trace if no unwinding by Jan Beulich · 20 years ago
  90. b538ed2 [PATCH] x86_64: reliable stack trace support (x86-64) by Jan Beulich · 20 years ago
  91. 5c0f80f [PATCH] x86_64: Remove long obsolete CVS by Andi Kleen · 20 years ago
  92. 40e59a6 [PATCH] x86_64: Don't schedule on exception stack on preemptive kernels by Andi Kleen · 20 years ago
  93. 8b1ffe95 [PATCH] x86_64: add nmi_exit to die_nmi by Corey Minyard · 20 years ago
  94. cdc60a4 [PATCH] x86_64: fix die_lock nesting by Corey Minyard · 20 years ago
  95. 8bcc528 [PATCH] x86_64: x86_64 add crashdump trigger points by Vivek Goyal · 20 years ago
  96. 9b41046 [PATCH] Don't pass boot parameters to argv_init[] by OGAWA Hirofumi · 20 years ago
  97. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 20 years ago
  98. e57113b [PATCH] x86_64: miscellaneous cleanup by Jan Beulich · 20 years ago
  99. 2b692a8 [PATCH] x86_64: Clean up white space in traps.c by Roberto Nibali · 20 years ago
  100. 8c914cb [PATCH] x86_64: actively synchronize vmalloc area when registering certain callbacks by Jan Beulich · 20 years ago