Age | Commit message (Expand) | Author |
2020-01-31 | kdb: Use for_each_console() helper | Andy Shevchenko |
2019-10-28 | kdb: Tweak escape handling for vi users | Daniel Thompson |
2019-10-28 | kdb: Improve handling of characters from different input sources | Daniel Thompson |
2019-10-28 | kdb: Remove special case logic from kdb_read() | Daniel Thompson |
2019-10-28 | kdb: Simplify code to fetch characters from console | Daniel Thompson |
2019-10-28 | kdb: Tidy up code to handle escape sequences | Daniel Thompson |
2019-05-14 | kdb: Fix bound check compiler warning | Wenlin Kang |
2018-11-13 | kdb: Use strscpy with destination buffer size | Prarit Bhargava |
2017-12-06 | kdb: Fix handling of kallsyms_symbol_next() return value | Daniel Thompson |
2016-12-14 | kdb: call vkdb_printf() from vprintk_default() only when wanted | Petr Mladek |
2016-12-14 | kdb: properly synchronize vkdb_printf() calls with other CPUs | Petr Mladek |
2016-12-14 | kdb: remove unused kdb_event handling | Petr Mladek |
2016-12-12 | printk/kdb: handle more message headers | Petr Mladek |
2015-02-19 | kdb: Const qualifier for kdb_getstr's prompt argument | Daniel Thompson |
2015-02-19 | kdb: Provide forward search at more prompt | Daniel Thompson |
2015-02-19 | kdb: Avoid printing KERN_ levels to consoles | Daniel Thompson |
2014-06-04 | kernel/printk: use symbolic defines for console loglevels | Borislav Petkov |
2012-10-12 | kdb,vt_console: Fix missed data due to pager overruns | Jason Wessel |
2012-07-31 | kdb: Remove cpu from the more prompt | Jason Wessel |
2012-03-29 | kdb: Fix smatch warning on dbg_io_ops->is_console | Jason Wessel |
2012-03-22 | kdb: Avoid using dbg_io_ops until it is initialized | Tim Bird |
2011-08-01 | kdb,kgdb: Allow arbitrary kgdb magic knock sequences | Jason Wessel |
2011-08-01 | kdb: Remove all references to DOING_KGDB2 | Jason Wessel |
2011-08-01 | kdb,kgdb: Implement switch and pass buffer from kdb -> gdb | Jason Wessel |
2010-10-22 | kdb: Allow kernel loadable modules to add kdb shell functions | Jason Wessel |
2010-05-20 | printk,kdb: capture printk() when in kdb shell | Jason Wessel |
2010-05-20 | kgdboc,kdb: Allow kdb to work on a non open console port | Jason Wessel |
2010-05-20 | kgdb: gdb "monitor" -> kdb passthrough | Jason Wessel |
2010-05-20 | kdb: core for kgdb back end (1 of 2) | Jason Wessel |