summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_io.c
Commit message (Expand)AuthorAgeFilesLines
* kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson2015-02-191-1/+1
* kdb: Provide forward search at more promptDaniel Thompson2015-02-191-2/+20
* kdb: Avoid printing KERN_ levels to consolesDaniel Thompson2015-02-191-9/+13
* kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-051-1/+1
* kdb,vt_console: Fix missed data due to pager overrunsJason Wessel2012-10-121-5/+28
* kdb: Remove cpu from the more promptJason Wessel2012-07-311-11/+0Star
* kdb: Fix smatch warning on dbg_io_ops->is_consoleJason Wessel2012-03-301-1/+1
* kdb: Avoid using dbg_io_ops until it is initializedTim Bird2012-03-221-1/+1
* kdb,kgdb: Allow arbitrary kgdb magic knock sequencesJason Wessel2011-08-011-8/+20
* kdb: Remove all references to DOING_KGDB2Jason Wessel2011-08-011-1/+1
* kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel2011-08-011-4/+6
* kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel2010-10-221-1/+1
* printk,kdb: capture printk() when in kdb shellJason Wessel2010-05-211-4/+20
* kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel2010-05-211-0/+16
* kgdb: gdb "monitor" -> kdb passthroughJason Wessel2010-05-211-4/+9
* kdb: core for kgdb back end (1 of 2)Jason Wessel2010-05-211-0/+789