aboutsummaryrefslogtreecommitdiff
path: root/kernel/debug/kdb/kdb_io.c
AgeCommit message (Expand)Author
2016-02-16kdb: support new lines without carriage returnsColin Cross
2015-02-19kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson
2015-02-19kdb: Provide forward search at more promptDaniel Thompson
2015-02-19kdb: Avoid printing KERN_ levels to consolesDaniel Thompson
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov
2012-10-12kdb,vt_console: Fix missed data due to pager overrunsJason Wessel
2012-07-31kdb: Remove cpu from the more promptJason Wessel
2012-03-29kdb: Fix smatch warning on dbg_io_ops->is_consoleJason Wessel
2012-03-22kdb: Avoid using dbg_io_ops until it is initializedTim Bird
2011-08-01kdb,kgdb: Allow arbitrary kgdb magic knock sequencesJason Wessel
2011-08-01kdb: Remove all references to DOING_KGDB2Jason Wessel
2011-08-01kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel
2010-10-22kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel
2010-05-20printk,kdb: capture printk() when in kdb shellJason Wessel
2010-05-20kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel
2010-05-20kgdb: gdb "monitor" -> kdb passthroughJason Wessel
2010-05-20kdb: core for kgdb back end (1 of 2)Jason Wessel