index
:
Linux
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
debug
/
kdb
/
kdb_io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kdb: Use the passed prompt in kdb_position_cursor()
Douglas Anderson
2024-06-21
1
-1
/
+1
*
kdb: address -Wformat-security warnings
Arnd Bergmann
2024-06-21
1
-2
/
+2
*
kdb: Simplify management of tmpbuffer in kdb_read()
Daniel Thompson
2024-04-26
1
-23
/
+18
*
kdb: Replace double memcpy() with memmove() in kdb_read()
Daniel Thompson
2024-04-26
1
-12
/
+7
*
kdb: Use format-specifiers rather than memset() for padding in kdb_read()
Daniel Thompson
2024-04-26
1
-5
/
+3
*
kdb: Merge identical case statements in kdb_read()
Daniel Thompson
2024-04-26
1
-9
/
+1
*
kdb: Fix console handling when editing and tab-completing commands
Daniel Thompson
2024-04-26
1
-0
/
+5
*
kdb: Use format-strings rather than '\0' injection in kdb_read()
Daniel Thompson
2024-04-26
1
-21
/
+34
*
kdb: Fix buffer overflow during tab-complete
Daniel Thompson
2024-04-26
1
-8
/
+13
*
Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2023-09-04
1
-0
/
+2
|
\
|
*
kdb: Do not assume write() callback available
John Ogness
2023-07-20
1
-0
/
+2
*
|
kdb: Handle LF in the command parser
Douglas Anderson
2023-06-30
1
-1
/
+15
|
/
*
kdb: use srcu console list iterator
John Ogness
2022-12-02
1
-2
/
+16
*
module: Move kdb module related code out of main kdb code
Aaron Tomlin
2022-04-05
1
-1
/
+0
*
kdb: Fix pager search for multi-line strings
Daniel Thompson
2020-10-01
1
-2
/
+6
*
kdb: remove unnecessary null check of dbg_io_ops
Cengiz Can
2020-09-08
1
-7
/
+7
*
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
*
kdb: Switch to use safer dbg_io_ops over console APIs
Sumit Garg
2020-06-26
1
-1
/
+3
*
kdb: Make kdb_printf() console handling more robust
Sumit Garg
2020-06-25
1
-0
/
+11
*
kdb: Check status of console prior to invoking handlers
Sumit Garg
2020-06-25
1
-0
/
+2
*
kdb: Re-factor kdb_printf() message write code
Sumit Garg
2020-06-25
1
-29
/
+28
*
kdb: Use for_each_console() helper
Andy Shevchenko
2020-01-31
1
-6
/
+3
*
kdb: Tweak escape handling for vi users
Daniel Thompson
2019-10-28
1
-2
/
+2
*
kdb: Improve handling of characters from different input sources
Daniel Thompson
2019-10-28
1
-19
/
+19
*
kdb: Remove special case logic from kdb_read()
Daniel Thompson
2019-10-28
1
-34
/
+27
*
kdb: Simplify code to fetch characters from console
Daniel Thompson
2019-10-28
1
-24
/
+14
*
kdb: Tidy up code to handle escape sequences
Daniel Thompson
2019-10-28
1
-61
/
+67
*
kdb: Fix bound check compiler warning
Wenlin Kang
2019-05-14
1
-1
/
+1
*
kdb: Use strscpy with destination buffer size
Prarit Bhargava
2018-11-13
1
-6
/
+9
*
kdb: Fix handling of kallsyms_symbol_next() return value
Daniel Thompson
2017-12-06
1
-1
/
+1
*
kdb: call vkdb_printf() from vprintk_default() only when wanted
Petr Mladek
2016-12-14
1
-7
/
+2
*
kdb: properly synchronize vkdb_printf() calls with other CPUs
Petr Mladek
2016-12-14
1
-17
/
+13
*
kdb: remove unused kdb_event handling
Petr Mladek
2016-12-14
1
-2
/
+0
*
printk/kdb: handle more message headers
Petr Mladek
2016-12-12
1
-1
/
+1
*
kdb: Const qualifier for kdb_getstr's prompt argument
Daniel Thompson
2015-02-19
1
-1
/
+1
*
kdb: Provide forward search at more prompt
Daniel Thompson
2015-02-19
1
-2
/
+20
*
kdb: Avoid printing KERN_ levels to consoles
Daniel Thompson
2015-02-19
1
-9
/
+13
*
kernel/printk: use symbolic defines for console loglevels
Borislav Petkov
2014-06-04
1
-1
/
+1
*
kdb,vt_console: Fix missed data due to pager overruns
Jason Wessel
2012-10-12
1
-5
/
+28
*
kdb: Remove cpu from the more prompt
Jason Wessel
2012-07-31
1
-11
/
+0
*
kdb: Fix smatch warning on dbg_io_ops->is_console
Jason Wessel
2012-03-29
1
-1
/
+1
*
kdb: Avoid using dbg_io_ops until it is initialized
Tim Bird
2012-03-22
1
-1
/
+1
*
kdb,kgdb: Allow arbitrary kgdb magic knock sequences
Jason Wessel
2011-08-01
1
-8
/
+20
*
kdb: Remove all references to DOING_KGDB2
Jason Wessel
2011-08-01
1
-1
/
+1
*
kdb,kgdb: Implement switch and pass buffer from kdb -> gdb
Jason Wessel
2011-08-01
1
-4
/
+6
*
kdb: Allow kernel loadable modules to add kdb shell functions
Jason Wessel
2010-10-22
1
-1
/
+1
*
printk,kdb: capture printk() when in kdb shell
Jason Wessel
2010-05-20
1
-4
/
+20
*
kgdboc,kdb: Allow kdb to work on a non open console port
Jason Wessel
2010-05-20
1
-0
/
+16
*
kgdb: gdb "monitor" -> kdb passthrough
Jason Wessel
2010-05-20
1
-4
/
+9
*
kdb: core for kgdb back end (1 of 2)
Jason Wessel
2010-05-20
1
-0
/
+789