summaryrefslogtreecommitdiff
path: root/kernel/debug/kdb/kdb_io.c
AgeCommit message (Expand)Author
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2023-07-20kdb: Do not assume write() callback availableJohn Ogness
2023-06-30kdb: Handle LF in the command parserDouglas Anderson
2022-12-02kdb: use srcu console list iteratorJohn Ogness
2022-04-05module: Move kdb module related code out of main kdb codeAaron Tomlin
2020-10-01kdb: Fix pager search for multi-line stringsDaniel Thompson
2020-09-08kdb: remove unnecessary null check of dbg_io_opsCengiz Can
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg
2020-06-25kdb: Make kdb_printf() console handling more robustSumit Garg
2020-06-25kdb: Check status of console prior to invoking handlersSumit Garg
2020-06-25kdb: Re-factor kdb_printf() message write codeSumit Garg
2020-01-31kdb: Use for_each_console() helperAndy Shevchenko
2019-10-28kdb: Tweak escape handling for vi usersDaniel Thompson
2019-10-28kdb: Improve handling of characters from different input sourcesDaniel Thompson
2019-10-28kdb: Remove special case logic from kdb_read()Daniel Thompson
2019-10-28kdb: Simplify code to fetch characters from consoleDaniel Thompson
2019-10-28kdb: Tidy up code to handle escape sequencesDaniel Thompson
2019-05-14kdb: Fix bound check compiler warningWenlin Kang
2018-11-13kdb: Use strscpy with destination buffer sizePrarit Bhargava
2017-12-06kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson
2016-12-14kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek
2016-12-14kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek
2016-12-14kdb: remove unused kdb_event handlingPetr Mladek
2016-12-12printk/kdb: handle more message headersPetr Mladek
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