1. 663b55b9 x86: Delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  2. 42c1221 kgdb,x86: fix warning about unused variable by Jason Wessel · 12 years ago
  3. c15acff x86: Fix kernel-doc warnings by Wanpeng Li · 13 years ago
  4. 6c216ec Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 13 years ago
  5. 3751d3e x86,kgdb: Fix DEBUG_RODATA limitation using text_poke() by Jason Wessel · 13 years ago
  6. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  7. f05e798 Disintegrate asm/system.h for X86 by David Howells · 13 years ago
  8. 639077f kgdb: x86: Return all segment registers also in 64-bit mode by Jan Kiszka · 13 years ago
  9. 9c48f1c x86, nmi: Wire up NMI handlers to new routines by Don Zickus · 13 years ago
  10. 4dc0da8 perf: Add context field to perf_event by Avi Kivity · 14 years ago
  11. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 14 years ago
  12. 95e14ed Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  13. 21431c2 kgdb,x86_64: fix compile warning found with sparse by Jason Wessel · 15 years ago
  14. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
  15. 02ca752 x86: Remove die_nmi() by Jan Beulich · 14 years ago
  16. c410b83 x86, NMI: Remove DIE_NMI_IPI by Don Zickus · 14 years ago
  17. 166d751 x86, NMI: Add priorities to handlers by Don Zickus · 14 years ago
  18. 10a6e67 kgdb,x86: fix regression in detach handling by Jason Wessel · 14 years ago
  19. d7ba979d debug_core,x86,blackfin: Clean up hw debug disable API by Dongdong Deng · 14 years ago
  20. 39a0715 x86,kgdb: remove unnecessary call to kgdb_correct_hw_break() by Dongdong Deng · 14 years ago
  21. 91b152a kdb,kgdb: fix sparse fixups by Jason Wessel · 14 years ago
  22. fad99fa x86,kgdb: fix debugger hw breakpoint test regression in 2.6.35 by Jason Wessel · 14 years ago
  23. 8c8aefc kgdb: add missing __percpu markup in arch/x86/kernel/kgdb.c by Namhyung Kim · 14 years ago
  24. df49393 kgdb,x86: use macro HBP_NUM to replace magic number 4 by Dongdong Deng · 14 years ago
  25. 9264b27 KGDB: Remove set but unused newPC by Andi Kleen · 14 years ago
  26. 12bfa3d kgdb,x86: Individual register get/set for x86 by Jason Wessel · 14 years ago
  27. ba773f7 x86,kgdb: Fix hw breakpoint regression by Jason Wessel · 14 years ago
  28. 031acd8 x86,kgdb: Implement early hardware breakpoint debugging by Jason Wessel · 15 years ago
  29. 0b4b382 x86, kgdb, init: Add early and late debug states by Jason Wessel · 15 years ago
  30. f503b5a x86,kgdb: Add low level debug hook by Jason Wessel · 15 years ago
  31. 98ec1878 kgdb: remove post_primary_code references by Jason Wessel · 16 years ago
  32. dcc7871 kgdb: core changes to support kdb by Jason Wessel · 15 years ago
  33. ab310b5 x86,kgdb: Always initialize the hw breakpoint attribute by Jason Wessel · 15 years ago
  34. 5352ae63 perf, hw_breakpoint, kgdb: Do not take mutex for kernel debugger by Jason Wessel · 15 years ago
  35. cc09674 x86, hw_breakpoints, kgdb: Fix kgdb to use hw_breakpoint API by Jason Wessel · 15 years ago
  36. 8097551 kgdb,x86: do not set kgdb_single_step on x86 by Jason Wessel · 15 years ago
  37. cf6f196 kgdb,i386: Fix corner case access to ss with NMI watch dog exception by Jason Wessel · 15 years ago
  38. a5d09d6 kgdb,x86: remove redundant test by Roel Kluin · 15 years ago
  39. c2ed69c 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
  40. 5ca6c0c x86: use kernel_stack_pointer() in kgdb.c by H. Peter Anvin · 15 years ago
  41. eadb8a0 Merge branch 'linus' into tracing/hw-breakpoints by Ingo Molnar · 16 years ago
  42. aa98936 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  43. 62edab9 hw-breakpoints: reset bits in dr6 after the corresponding exception is handled by K.Prasad · 16 years ago
  44. 33ab197 kgdb,i386: use address that SP register points to in the exception frame by Jason Wessel · 16 years ago
  45. 0c23590 x86, 64-bit: ifdef out struct thread_struct::ip by Alexey Dobriyan · 16 years ago
  46. 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 16 years ago
  47. d53e2f2 x86, smp: remove mach_ipi.h by Ingo Molnar · 16 years ago
  48. dac5f41 x86, apic: untangle the send_IPI_*() jungle by Ingo Molnar · 16 years ago
  49. e85ceae kgdb, x86: Avoid invoking kgdb_nmicallback twice per NMI by Jan Kiszka · 16 years ago
  50. 703a1ed kgdb, x86_64: fix PS CS SS registers in gdb serial by Jason Wessel · 16 years ago
  51. d7161a6 kgdb, x86, arm, mips, powerpc: ignore user space single stepping by Jason Wessel · 16 years ago
  52. f8dfd5e x86: KGDB build fix by Ingo Molnar · 17 years ago
  53. fda31d7 x86: kgdb build fix by Harvey Harrison · 17 years ago
  54. 737a460 kgdb: fix several kgdb regressions by Jason Wessel · 17 years ago
  55. 64e9ee3 kgdb: add x86 HW breakpoints by Jason Wessel · 17 years ago
  56. d359752 kgdb: fix NMI hangs by Jason Wessel · 17 years ago
  57. 82da3ff x86: kgdb support by Ingo Molnar · 17 years ago