aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kgdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-20Move kernel/kgdb.c to kernel/debug/debug_core.cJason Wessel1-1764/+0
2010-04-02kgdb: Turn off tracing while in the debuggerJason Wessel1-0/+8
2010-04-02kgdb: use atomic_inc and atomic_dec instead of atomic_setJason Wessel1-8/+7
2010-04-02kgdb: eliminate kgdb_wait(), all cpus enter the same wayJason Wessel1-83/+82
2010-04-02kgdb: have ebin2mem call probe_kernel_write onceJason Wessel1-14/+9
2010-02-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+3
2010-02-01softlockup: Add sched_clock_tick() to avoid kernel warning on kgdb resumeJason Wessel1-3/+3
2010-01-30x86, hw_breakpoints, kgdb: Fix kgdb to use hw_breakpoint APIJason Wessel1-0/+3
2009-12-11kgdb: Always process the whole breakpoint list on activate or deactivateJason Wessel1-8/+15
2009-12-11kgdb: continue and warn on signal passing from gdbJason Wessel1-2/+4
2009-12-11kgdb: allow for cpu switch when single steppingJason Wessel1-5/+15
2009-12-11kgdb: Read buffer overflowJason Wessel1-1/+6
2009-11-04sched: Remove unused __schedule() declarationHiroshi Shimamoto1-1/+1
2009-05-15sysrq, intel_fb: fix sysrq g collisionJason Wessel1-2/+2
2008-10-06kgdb: call touch_softlockup_watchdog on resumeJason Wessel1-0/+3
2008-09-26kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel1-4/+4
2008-09-26kgdb: could not write to the last of valid memory with kgdbAtsuo Igarashi1-1/+1
2008-08-01kgdb: fix gdb serial thread queriesJason Wessel1-18/+50
2008-08-01kgdb: fix kgdb_validate_break_address to perform a mem writeJason Wessel1-7/+19
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