index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
debug
/
kdb
/
kdb_io.c
Age
Commit message (
Expand
)
Author
2023-06-30
kdb: Handle LF in the command parser
Douglas Anderson
2022-12-02
kdb: use srcu console list iterator
John Ogness
2022-04-05
module: Move kdb module related code out of main kdb code
Aaron Tomlin
2020-10-01
kdb: Fix pager search for multi-line strings
Daniel Thompson
2020-09-08
kdb: remove unnecessary null check of dbg_io_ops
Cengiz Can
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
2020-06-26
kdb: Switch to use safer dbg_io_ops over console APIs
Sumit Garg
2020-06-25
kdb: Make kdb_printf() console handling more robust
Sumit Garg
2020-06-25
kdb: Check status of console prior to invoking handlers
Sumit Garg
2020-06-25
kdb: Re-factor kdb_printf() message write code
Sumit Garg
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