| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, nmi: Wire up NMI handlers to new routines | Don Zickus | 2011-10-10 | 1 | -15/+45 |
* | perf: Add context field to perf_event | Avi Kivity | 2011-07-01 | 1 | -1/+1 |
* | perf: Remove the nmi parameter from the swevent and overflow interface | Peter Zijlstra | 2011-07-01 | 1 | -1/+1 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2011-03-25 | 1 | -2/+2 |
|\ |
|
| * | kgdb,x86_64: fix compile warning found with sparse | Jason Wessel | 2011-03-25 | 1 | -2/+2 |
* | | x86: Fix common misspellings | Lucas De Marchi | 2011-03-18 | 1 | -1/+1 |
* | | x86: Remove die_nmi() | Jan Beulich | 2011-02-18 | 1 | -9/+0 |
|/ |
|
* | x86, NMI: Remove DIE_NMI_IPI | Don Zickus | 2011-01-07 | 1 | -4/+0 |
* | x86, NMI: Add priorities to handlers | Don Zickus | 2011-01-07 | 1 | -1/+2 |
* | kgdb,x86: fix regression in detach handling | Jason Wessel | 2010-11-17 | 1 | -4/+8 |
* | debug_core,x86,blackfin: Clean up hw debug disable API | Dongdong Deng | 2010-10-29 | 1 | -1/+2 |
* | x86,kgdb: remove unnecessary call to kgdb_correct_hw_break() | Dongdong Deng | 2010-10-22 | 1 | -2/+0 |
* | kdb,kgdb: fix sparse fixups | Jason Wessel | 2010-10-22 | 1 | -1/+1 |
* | x86,kgdb: fix debugger hw breakpoint test regression in 2.6.35 | Jason Wessel | 2010-10-22 | 1 | -1/+6 |
* | kgdb: add missing __percpu markup in arch/x86/kernel/kgdb.c | Namhyung Kim | 2010-08-16 | 1 | -1/+1 |
* | kgdb,x86: use macro HBP_NUM to replace magic number 4 | Dongdong Deng | 2010-08-05 | 1 | -9/+9 |
* | KGDB: Remove set but unused newPC | Andi Kleen | 2010-08-05 | 1 | -3/+0 |
* | kgdb,x86: Individual register get/set for x86 | Jason Wessel | 2010-08-05 | 1 | -85/+83 |
* | x86,kgdb: Fix hw breakpoint regression | Jason Wessel | 2010-07-28 | 1 | -2/+7 |
* | x86,kgdb: Implement early hardware breakpoint debugging | Jason Wessel | 2010-05-20 | 1 | -2/+28 |
* | x86, kgdb, init: Add early and late debug states | Jason Wessel | 2010-05-20 | 1 | -7/+10 |
* | x86,kgdb: Add low level debug hook | Jason Wessel | 2010-05-20 | 1 | -1/+21 |
* | kgdb: remove post_primary_code references | Jason Wessel | 2010-05-20 | 1 | -29/+0 |
* | kgdb: core changes to support kdb | Jason Wessel | 2010-05-20 | 1 | -0/+5 |
* | x86,kgdb: Always initialize the hw breakpoint attribute | Jason Wessel | 2010-04-01 | 1 | -1/+1 |
* | perf, hw_breakpoint, kgdb: Do not take mutex for kernel debugger | Jason Wessel | 2010-01-30 | 1 | -0/+51 |
* | x86, hw_breakpoints, kgdb: Fix kgdb to use hw_breakpoint API | Jason Wessel | 2010-01-30 | 1 | -57/+114 |
* | kgdb,x86: do not set kgdb_single_step on x86 | Jason Wessel | 2009-12-11 | 1 | -1/+0 |
* | kgdb,i386: Fix corner case access to ss with NMI watch dog exception | Jason Wessel | 2009-12-11 | 1 | -2/+8 |
* | kgdb,x86: remove redundant test | Roel Kluin | 2009-12-11 | 1 | -2/+1 |
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-12-05 | 1 | -2/+1 |
|\ |
|
| * | x86: use kernel_stack_pointer() in kgdb.c | H. Peter Anvin | 2009-10-12 | 1 | -2/+1 |
* | | Merge branch 'linus' into tracing/hw-breakpoints | Ingo Molnar | 2009-06-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-10 | 1 | -1/+1 |
| |\ |
|
| | * | x86, 64-bit: ifdef out struct thread_struct::ip | Alexey Dobriyan | 2009-05-11 | 1 | -1/+1 |
* | | | hw-breakpoints: reset bits in dr6 after the corresponding exception is handled | K.Prasad | 2009-06-02 | 1 | -0/+6 |
|/ / |
|
* | | kgdb,i386: use address that SP register points to in the exception frame | Jason Wessel | 2009-05-15 | 1 | -1/+2 |
|/ |
|
* | x86, apic: remove genapic.h | Ingo Molnar | 2009-02-17 | 1 | -1/+1 |
* | x86, smp: remove mach_ipi.h | Ingo Molnar | 2009-01-29 | 1 | -1/+1 |
* | x86, apic: untangle the send_IPI_*() jungle | Ingo Molnar | 2009-01-28 | 1 | -1/+1 |
* | kgdb, x86: Avoid invoking kgdb_nmicallback twice per NMI | Jan Kiszka | 2008-10-06 | 1 | -6/+1 |
* | kgdb, x86_64: fix PS CS SS registers in gdb serial | Jason Wessel | 2008-09-26 | 1 | -4/+21 |
* | kgdb, x86, arm, mips, powerpc: ignore user space single stepping | Jason Wessel | 2008-09-26 | 1 | -7/+11 |
* | x86: KGDB build fix | Ingo Molnar | 2008-04-19 | 1 | -5/+1 |
* | x86: kgdb build fix | Harvey Harrison | 2008-04-18 | 1 | -2/+2 |
* | kgdb: fix several kgdb regressions | Jason Wessel | 2008-04-17 | 1 | -0/+4 |
* | kgdb: add x86 HW breakpoints | Jason Wessel | 2008-04-17 | 1 | -0/+138 |
* | kgdb: fix NMI hangs | Jason Wessel | 2008-04-17 | 1 | -3/+15 |
* | x86: kgdb support | Ingo Molnar | 2008-04-17 | 1 | -0/+417 |