aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kgdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-24kgdb: sparse fixJason Wessel1-1/+2
2008-05-28kgdb: use common ascii helpers and put_unaligned_be32 helperHarvey Harrison1-10/+6
2008-05-14lib: create common ascii hex arrayHarvey Harrison1-8/+0
2008-05-05kgdb: fix signedness mixmatches, add statics, add declaration to headerHarvey Harrison1-4/+4
2008-04-17kgdb: always use icache flush for sw breakpointsJason Wessel1-2/+2
2008-04-17kgdb: fix SMP NMI kgdb_handle_exception exit raceJason Wessel1-19/+8
2008-04-17kgdb: fix several kgdb regressionsJason Wessel1-6/+8
2008-04-17kgdb: fix optional arch functions and probe_kernel_*Jason Wessel1-0/+11
2008-04-17kgdb: add x86 HW breakpointsJason Wessel1-2/+2
2008-04-17kgdb: print breakpoint removed on exceptionJason Wessel1-1/+2
2008-04-17kgdb: clocksource watchdogJason Wessel1-0/+4
2008-04-17kgdb: coreJason Wessel1-0/+1693