summaryrefslogtreecommitdiff
path: root/kernel/debug/kdb/kdb_io.c
AgeCommit message (Expand)Author
2020-10-29kdb: Fix pager search for multi-line stringsDaniel Thompson
2018-12-01kdb: Use strscpy with destination buffer sizePrarit Bhargava
2017-12-16kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson
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