summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_io.c
AgeCommit message (Expand)AuthorLines
2022-04-05module: Move kdb module related code out of main kdb codeAaron Tomlin-1/+0
2020-10-01kdb: Fix pager search for multi-line stringsDaniel Thompson-2/+6
2020-09-08kdb: remove unnecessary null check of dbg_io_opsCengiz Can-7/+7
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg-1/+3
2020-06-25kdb: Make kdb_printf() console handling more robustSumit Garg-0/+11
2020-06-25kdb: Check status of console prior to invoking handlersSumit Garg-0/+2
2020-06-25kdb: Re-factor kdb_printf() message write codeSumit Garg-29/+28
2020-01-31kdb: Use for_each_console() helperAndy Shevchenko-6/+3
2019-10-28kdb: Tweak escape handling for vi usersDaniel Thompson-2/+2
2019-10-28kdb: Improve handling of characters from different input sourcesDaniel Thompson-19/+19
2019-10-28kdb: Remove special case logic from kdb_read()Daniel Thompson-34/+27
2019-10-28kdb: Simplify code to fetch characters from consoleDaniel Thompson-24/+14
2019-10-28kdb: Tidy up code to handle escape sequencesDaniel Thompson-61/+67
2019-05-14kdb: Fix bound check compiler warningWenlin Kang-1/+1
2018-11-13kdb: Use strscpy with destination buffer sizePrarit Bhargava-6/+9
2017-12-06kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson-1/+1
2016-12-14kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek-7/+2
2016-12-14kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek-17/+13
2016-12-14kdb: remove unused kdb_event handlingPetr Mladek-2/+0
2016-12-12printk/kdb: handle more message headersPetr Mladek-1/+1
2015-02-19kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson-1/+1
2015-02-19kdb: Provide forward search at more promptDaniel Thompson-2/+20
2015-02-19kdb: Avoid printing KERN_ levels to consolesDaniel Thompson-9/+13
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov-1/+1
2012-10-12kdb,vt_console: Fix missed data due to pager overrunsJason Wessel-5/+28
2012-07-31kdb: Remove cpu from the more promptJason Wessel-11/+0
2012-03-29kdb: Fix smatch warning on dbg_io_ops->is_consoleJason Wessel-1/+1
2012-03-22kdb: Avoid using dbg_io_ops until it is initializedTim Bird-1/+1
2011-08-01kdb,kgdb: Allow arbitrary kgdb magic knock sequencesJason Wessel-8/+20
2011-08-01kdb: Remove all references to DOING_KGDB2Jason Wessel-1/+1
2011-08-01kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel-4/+6
2010-10-22kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel-1/+1
2010-05-20printk,kdb: capture printk() when in kdb shellJason Wessel-4/+20
2010-05-20kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel-0/+16
2010-05-20kgdb: gdb "monitor" -> kdb passthroughJason Wessel-4/+9
2010-05-20kdb: core for kgdb back end (1 of 2)Jason Wessel-0/+789