summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_io.c
Commit message (Expand)AuthorAgeFilesLines
* kdb: Simplify management of tmpbuffer in kdb_read()Daniel Thompson2024-04-261-23/+18
* kdb: Replace double memcpy() with memmove() in kdb_read()Daniel Thompson2024-04-261-12/+7
* kdb: Use format-specifiers rather than memset() for padding in kdb_read()Daniel Thompson2024-04-261-5/+3
* kdb: Merge identical case statements in kdb_read()Daniel Thompson2024-04-261-9/+1
* kdb: Fix console handling when editing and tab-completing commandsDaniel Thompson2024-04-261-0/+5
* kdb: Use format-strings rather than '\0' injection in kdb_read()Daniel Thompson2024-04-261-21/+34
* kdb: Fix buffer overflow during tab-completeDaniel Thompson2024-04-261-8/+13
* Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-09-041-0/+2
|\
| * kdb: Do not assume write() callback availableJohn Ogness2023-07-201-0/+2
* | kdb: Handle LF in the command parserDouglas Anderson2023-06-301-1/+15
|/
* kdb: use srcu console list iteratorJohn Ogness2022-12-021-2/+16
* module: Move kdb module related code out of main kdb codeAaron Tomlin2022-04-051-1/+0
* kdb: Fix pager search for multi-line stringsDaniel Thompson2020-10-011-2/+6
* kdb: remove unnecessary null check of dbg_io_opsCengiz Can2020-09-081-7/+7
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg2020-06-261-1/+3
* kdb: Make kdb_printf() console handling more robustSumit Garg2020-06-251-0/+11
* kdb: Check status of console prior to invoking handlersSumit Garg2020-06-251-0/+2
* kdb: Re-factor kdb_printf() message write codeSumit Garg2020-06-251-29/+28
* kdb: Use for_each_console() helperAndy Shevchenko2020-01-311-6/+3
* kdb: Tweak escape handling for vi usersDaniel Thompson2019-10-281-2/+2
* kdb: Improve handling of characters from different input sourcesDaniel Thompson2019-10-281-19/+19
* kdb: Remove special case logic from kdb_read()Daniel Thompson2019-10-281-34/+27
* kdb: Simplify code to fetch characters from consoleDaniel Thompson2019-10-281-24/+14
* kdb: Tidy up code to handle escape sequencesDaniel Thompson2019-10-281-61/+67
* kdb: Fix bound check compiler warningWenlin Kang2019-05-141-1/+1
* kdb: Use strscpy with destination buffer sizePrarit Bhargava2018-11-131-6/+9
* kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson2017-12-061-1/+1
* kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek2016-12-141-7/+2
* kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek2016-12-141-17/+13
* kdb: remove unused kdb_event handlingPetr Mladek2016-12-141-2/+0
* printk/kdb: handle more message headersPetr Mladek2016-12-121-1/+1
* 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-041-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/+0
* kdb: Fix smatch warning on dbg_io_ops->is_consoleJason Wessel2012-03-291-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-201-4/+20
* kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel2010-05-201-0/+16
* kgdb: gdb "monitor" -> kdb passthroughJason Wessel2010-05-201-4/+9
* kdb: core for kgdb back end (1 of 2)Jason Wessel2010-05-201-0/+789