1. 762db43 i386: remove kprobes' restore_interrupts in favour of conditional_sti by Alexander van Heukelum · 16 years ago
  2. da654b7 signals: demultiplexing SIGTRAP signal by Srinivasa Ds · 16 years ago
  3. dc1e35c x86, xsave: enable xsave/xrstor on cpus with xsave support by Suresh Siddha · 16 years ago
  4. 6ac8d51 x86: introducing asm-x86/traps.h by Jaswinder Singh · 16 years ago
  5. 7dedcee x86: traps_xx: modify x86_64 to use _log_lvl variants by Alexander van Heukelum · 17 years ago
  6. 78cbac65 x86: traps_xx: refactor die() like in x86_64 by Alexander van Heukelum · 17 years ago
  7. 7b4fd4b x86: traps_xx: various small changes by Alexander van Heukelum · 17 years ago
  8. abd3480 x86: traps_xx: modify default_do_nmi by Alexander van Heukelum · 17 years ago
  9. 13485ab x86: traps_xx: restructure do_general_protection() by Alexander van Heukelum · 17 years ago
  10. e423f49 x86: traps_xx: modify __die by Alexander van Heukelum · 17 years ago
  11. badc765 x86: traps_xx: shuffle headers and globals by Alexander van Heukelum · 17 years ago
  12. a8c1be9 x86: initial changes to unify traps_32.c and traps_64.c by Alexander van Heukelum · 17 years ago
  13. aea5f9f x86: fix "x86: let setup_arch call init_apic_mappings for 32bit" by Ingo Molnar · 17 years ago
  14. f3294a3 x86: let setup_arch call init_apic_mappings for 32bit by Yinghai Lu · 17 years ago
  15. 736f12b x86: don't use gdt_page openly. by Glauber Costa · 17 years ago
  16. 28638ea Merge branch 'linus' into x86/nmi by Ingo Molnar · 17 years ago
  17. 4461145 x86, lockdep: fix "WARNING: at kernel/lockdep.c:2658 check_flags+0x4c/0x128()" by Vegard Nossum · 17 years ago
  18. ddca03c x86: nmi - unify die_nmi() interface by Cyrill Gorcunov · 17 years ago
  19. 79bf0e035 i386: fix signal type for iret exception by Jan Beulich · 17 years ago
  20. aa283f4 x86, fpu: lazy allocation of FPU area - v5 by Suresh Siddha · 17 years ago
  21. 61c4628 x86, fpu: split FPU state from task struct - v5 by Suresh Siddha · 17 years ago
  22. 5deb45e ftrace: add notrace annotations for NMI routines by Steven Rostedt · 17 years ago
  23. 9732b61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb by Linus Torvalds · 17 years ago
  24. d359752 kgdb: fix NMI hangs by Jason Wessel · 17 years ago
  25. 6b6891f x86: cleanup - rename VM_MASK to X86_VM_MASK by gorcunov@gmail.com · 17 years ago
  26. 6093015 x86: cleanup replace most vm86 flags with flags from processor-flags.h, fix by Ingo Molnar · 17 years ago
  27. b596440 x86: clean up traps_32.c by Ingo Molnar · 17 years ago
  28. deef79e x86: fix sparse error in traps_32.c by Harvey Harrison · 17 years ago
  29. 927222b x86: fix EISA ioremap by Ingo Molnar · 17 years ago
  30. a5ff677 x86: make printk_address available on X86_32 by Harvey Harrison · 17 years ago
  31. 0325291 x86: print which shared library/executable faulted in segfault etc. messages v3 by Andi Kleen · 17 years ago
  32. 5bc27dc x86: pull bp calculation earlier into the backtrace path by Arjan van de Ven · 17 years ago
  33. e9d4efd x86: improve the 32 bit Frame Pointer backtracer to also use the traditional backtrace by Arjan van de Ven · 17 years ago
  34. bc850d6 x86: add the capability to print fuzzy backtraces by Arjan van de Ven · 17 years ago
  35. 3d1f7ca x86: fix 32-bit FRAME_POINTER chasing code by Arjan van de Ven · 17 years ago
  36. a604b38 x86: introduce __die helper to X86_32 by Harvey Harrison · 17 years ago
  37. 75604d7 x86: remove all definitions with fastcall by Harvey Harrison · 17 years ago
  38. 507f90c x86: move _set_gate and its users to a common location by Glauber de Oliveira Costa · 17 years ago
  39. 010d4f8 x86: introduce gate_desc type. by Glauber de Oliveira Costa · 17 years ago
  40. 6842ef0 x86: unify desc_struct by Glauber de Oliveira Costa · 17 years ago
  41. faca622 x86: use generic register name in the thread and tss structures by H. Peter Anvin · 17 years ago
  42. 0f53409 x86: x86-32 thread_struct.debugreg by Roland McGrath · 17 years ago
  43. 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
  44. 10faa81 x86: debugctlmsr arch_has_block_step by Roland McGrath · 17 years ago
  45. fb1dac9 lockdep: more hardirq annotations for notify_die() by Peter Zijlstra · 17 years ago
  46. c0a698b x86: fix die() to not be preemptible by Ingo Molnar · 17 years ago
  47. 000f4a9 lockdep: annotate do_debug() trap handler by Peter Zijlstra · 17 years ago
  48. 57c351d x86: printk kernel version in WARN_ON and other dump_stack users by Arjan van de Ven · 17 years ago
  49. 143a5d3 lockdep: fixup irq tracing by Peter Zijlstra · 17 years ago
  50. 60812a4 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 by Linus Torvalds · 17 years ago
  51. 19c5870 Use helpers to obtain task pid in printks (arch code) by Alexey Dobriyan · 17 years ago
  52. dbeb2be i386: introduce "used_vectors" bitmap which can be used to reserve vectors. by Rusty Russell · 17 years ago
  53. 39743c9 x86: use raw locks during oopses by Andi Kleen · 17 years ago
  54. 9d975eb i386: consolidate show_regs and show_registers for i386 by Pavel Emelyanov · 17 years ago
  55. 9aa8d71 i386: clean up oops/bug reports by Pavel Emelyanov · 17 years ago
  56. 9689ba8 x86: constify stacktrace_ops by Jan Beulich · 17 years ago
  57. d72b1b4 i386: fix section mismatch warning in intel.c by Sam Ravnborg · 17 years ago
  58. 835c34a Delete filenames in comments. by Dave Jones · 17 years ago
  59. 9a163ed i386: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/traps_32.c]
  60. 311d64a i386: prepare shared kernel/traps.c by Thomas Gleixner · 17 years ago[Renamed from arch/i386/kernel/traps.c]
  61. 36ad488 x86: be even more careful about checking the stack frame on dumping by Linus Torvalds · 17 years ago
  62. 8f4e956 x86: Stop MCEs and NMIs during code patching by Andi Kleen · 17 years ago
  63. abd4f75 x86: i386-show-unhandled-signals-v3 by Masoud Asgharifard Sharbiani · 17 years ago
  64. 028a690 i386: Remove unneeded test of 'task' in dump_trace() by Jesper Juhl · 17 years ago
  65. 601e625 i386: touch_nmi_watchdog() in print_trace_address() by Konrad Rzeszutek · 17 years ago
  66. c0d1217 drivers/edac: add new nmi rescan by Dave Jiang · 17 years ago
  67. 5992b6d lguest: export symbols for lguest as a module by Rusty Russell · 17 years ago
  68. a10d9a7 i386: fixup TRACE_IRQ breakage by Peter Zijlstra · 17 years ago
  69. bcdcd8e Report that kernel is tainted if there was an OOPS by Pavel Emelianov · 17 years ago
  70. 608e261 generic bug: use show_regs() instead of dump_stack() by Heiko Carstens · 17 years ago
  71. faa8b6c Revert "ipmi: add new IPMI nmi watchdog handling" by Linus Torvalds · 18 years ago
  72. c9f4f06 wrap access to thread_info by Roman Zippel · 18 years ago
  73. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 18 years ago
  74. f64da95 ipmi: add new IPMI nmi watchdog handling by Corey Minyard · 18 years ago
  75. 7a61d35 [PATCH] i386: Page-align the GDT by Jeremy Fitzhardinge · 18 years ago
  76. a75c54f [PATCH] i386: i386 separate hardware-defined TSS from Linux additions by Rusty Russell · 18 years ago
  77. 4fbb596 [PATCH] i386: cleanup GDT Access by Rusty Russell · 18 years ago
  78. d189518 [PATCH] x86: Fix i386 and x86_64 fault information pollution by Andi Kleen · 18 years ago
  79. 86c4183 [PATCH] i386: add option to show more code in oops reports by Chuck Ebbert · 18 years ago
  80. 464d1a7 [PATCH] i386: Convert i386 PDA code to use %fs by Jeremy Fitzhardinge · 18 years ago
  81. d1526e2 Remove stack unwinder for now by Linus Torvalds · 18 years ago
  82. 91768d6 [PATCH] Generic BUG for i386 by Jeremy Fitzhardinge · 18 years ago
  83. 4522d58 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  84. 6cfd76a [PATCH] lockdep: name some old style locks by Peter Zijlstra · 18 years ago
  85. 359ad0d [PATCH] unwinder: more sanity checks in Dwarf2 unwinder by Jan Beulich · 18 years ago
  86. a36df98 [PATCH] i386: touch softlockup during backtracing by Dave Jones · 18 years ago
  87. 0741f4d [PATCH] x86: add sysctl for kstack_depth_to_print by Chuck Ebbert · 18 years ago
  88. 11a4180 [PATCH] i386: Use probe_kernel_address instead of __get_user in fault paths by Andi Kleen · 18 years ago
  89. 9c5f8be [PATCH] x86: Mention PCI instead of RAM in NMI parity error message by Andi Kleen · 18 years ago
  90. acc2076 [PATCH] i386: add sleazy FPU optimization by Chuck Ebbert · 18 years ago
  91. be44d2a [PATCH] i386: espfix cleanup by Stas Sergeev · 18 years ago
  92. e5e3a04 [PATCH] i386: remove default_ldt, and simplify ldt-setting. by Jeremy Fitzhardinge · 18 years ago
  93. a63954b [PATCH] i386: remove pointless printk from i386 oops output by Dave Jones · 18 years ago
  94. dd315df [PATCH] x86: Compress stack unwinder output by Andi Kleen · 18 years ago
  95. b615ebd [PATCH] x86: shorten lines in unwinder to be <= 80 characters by Andi Kleen · 18 years ago
  96. 808dbbb x86: be more careful when walking back the frame pointer chain by Linus Torvalds · 18 years ago
  97. 96b644b [PATCH] namespaces: utsname: use init_utsname when appropriate by Serge E. Hallyn · 18 years ago
  98. 29cbc78 [PATCH] x86: Clean up x86 NMI sysctls by Andi Kleen · 18 years ago
  99. 1e2af92 [PATCH] x86: use probe_kernel_address in handle_BUG() by Andrew Morton · 18 years ago
  100. b278240 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago