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