index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
debug
/
kdb
/
kdb_io.c
Age
Commit message (
Expand
)
Author
2024-06-21
kdb: Use the passed prompt in kdb_position_cursor()
Douglas Anderson
2024-06-21
kdb: address -Wformat-security warnings
Arnd Bergmann
2024-04-26
kdb: Simplify management of tmpbuffer in kdb_read()
Daniel Thompson
2024-04-26
kdb: Replace double memcpy() with memmove() in kdb_read()
Daniel Thompson
2024-04-26
kdb: Use format-specifiers rather than memset() for padding in kdb_read()
Daniel Thompson
2024-04-26
kdb: Merge identical case statements in kdb_read()
Daniel Thompson
2024-04-26
kdb: Fix console handling when editing and tab-completing commands
Daniel Thompson
2024-04-26
kdb: Use format-strings rather than '\0' injection in kdb_read()
Daniel Thompson
2024-04-26
kdb: Fix buffer overflow during tab-complete
Daniel Thompson
2023-09-04
Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2023-07-20
kdb: Do not assume write() callback available
John Ogness
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