aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kgdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-30perf, hw_breakpoint, kgdb: Do not take mutex for kernel debuggerJason Wessel1-0/+51
2010-01-30x86, hw_breakpoints, kgdb: Fix kgdb to use hw_breakpoint APIJason Wessel1-57/+114
2009-12-11kgdb,x86: do not set kgdb_single_step on x86Jason Wessel1-1/+0
2009-12-11kgdb,i386: Fix corner case access to ss with NMI watch dog exceptionJason Wessel1-2/+8
2009-12-11kgdb,x86: remove redundant testRoel Kluin1-2/+1
2009-12-05Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1
2009-10-12x86: use kernel_stack_pointer() in kgdb.cH. Peter Anvin1-2/+1
2009-06-17Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar1-1/+1
2009-06-10Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-06-02hw-breakpoints: reset bits in dr6 after the corresponding exception is handledK.Prasad1-0/+6
2009-05-15kgdb,i386: use address that SP register points to in the exception frameJason Wessel1-1/+2
2009-05-11x86, 64-bit: ifdef out struct thread_struct::ipAlexey Dobriyan1-1/+1
2009-02-17x86, apic: remove genapic.hIngo Molnar1-1/+1
2009-01-29x86, smp: remove mach_ipi.hIngo Molnar1-1/+1
2009-01-28x86, apic: untangle the send_IPI_*() jungleIngo Molnar1-1/+1
2008-10-06kgdb, x86: Avoid invoking kgdb_nmicallback twice per NMIJan Kiszka1-6/+1
2008-09-26kgdb, x86_64: fix PS CS SS registers in gdb serialJason Wessel1-4/+21
2008-09-26kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel1-7/+11
2008-04-19x86: KGDB build fixIngo Molnar1-5/+1
2008-04-18x86: kgdb build fixHarvey Harrison1-2/+2
2008-04-17kgdb: fix several kgdb regressionsJason Wessel1-0/+4
2008-04-17kgdb: add x86 HW breakpointsJason Wessel1-0/+138
2008-04-17kgdb: fix NMI hangsJason Wessel1-3/+15
2008-04-17x86: kgdb supportIngo Molnar1-0/+417