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