summaryrefslogtreecommitdiffstats
path: root/kernel/debug
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into for-nextJiri Kosina2010-08-043-9/+9
|\
| * sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionJason Wessel2010-07-221-2/+1Star
| * debug_core,kdb: fix kgdb_connected bit set in the wrong placeJason Wessel2010-07-221-1/+1
| * Fix merge regression from external kdb to upstream kdbJason Wessel2010-07-221-0/+1
| * repair gdbstub to match the gdbserial protocol specificationJason Wessel2010-07-221-6/+3Star
| * kdb: break out of kdb_ll() when command is terminatedMartin Hicks2010-07-221-0/+3
* | update email addressPavel Machek2010-07-192-2/+2
|/
* module: fix kdb's illicit use of struct module_use.Rusty Russell2010-06-051-9/+3Star
* x86, kgdb, init: Add early and late debug statesJason Wessel2010-05-211-0/+16
* kdb,debug_core: Allow the debug core to receive a panic notificationJason Wessel2010-05-211-0/+19
* debug_core,kdb: Allow the debug core to process a recursive debug entryJason Wessel2010-05-211-0/+7
* printk,kdb: capture printk() when in kdb shellJason Wessel2010-05-213-4/+26
* kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel2010-05-211-0/+16
* kgdb: Add the ability to schedule a breakpoint via a taskletJason Wessel2010-05-211-0/+26
* x86,kgdb: Add low level debug hookJason Wessel2010-05-211-1/+1
* kgdb: remove post_primary_code referencesJason Wessel2010-05-211-8/+0Star
* kgdboc,keyboard: Keyboard driver for kdb with kgdbJason Wessel2010-05-212-0/+213
* kgdb: gdb "monitor" -> kdb passthroughJason Wessel2010-05-215-6/+34
* kgdb,8250,pl011: Return immediately from console pollJason Wessel2010-05-213-6/+43
* kgdb: core changes to support kdbJason Wessel2010-05-213-17/+150
* kdb: core for kgdb back end (1 of 2)Jason Wessel2010-05-2111-0/+5854
* Separate the gdbstub from the debug coreJason Wessel2010-05-214-957/+1029
* Move kernel/kgdb.c to kernel/debug/debug_core.cJason Wessel2010-05-212-0/+1770