index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
debug
Age
Commit message (
Expand
)
Author
2025-10-24
kdb: Adapt kdb_msg_write to work with NBCON consoles
Marcos Paulo de Souza
2025-09-20
kdb: remove redundant check for scancode 0xe0
Colin Ian King
2025-09-20
kdb: Replace deprecated strcpy() with helper function in kdb_defcmd()
Thorsten Blum
2025-09-20
kdb: Replace deprecated strcpy() with memcpy() in parse_grep()
Thorsten Blum
2025-09-20
kdb: Replace deprecated strcpy() with memmove() in vkdb_printf()
Thorsten Blum
2025-09-20
kdb: Replace deprecated strcpy() with memcpy() in kdb_strdup()
Thorsten Blum
2025-09-20
kernel: debug: gdbstub: Replace deprecated strcpy() with strscpy()
Thorsten Blum
2025-04-02
Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2025-03-28
kdb: Remove optional size arguments from strscpy() calls
Thorsten Blum
2025-03-28
kdb: remove usage of static environment buffer
Nir Lichtman
2025-02-14
Revert "kernel/debug: Mask KGDB NMI upon entry"
Douglas Anderson
2025-02-14
Revert "kdb: Implement disable_nmi command"
Douglas Anderson
2025-01-25
kdb: Remove unused flags stack
Dr. David Alan Gilbert
2025-01-25
kdb: use kmap_local_page()
Zhang Heng
2024-11-18
kdb: fix ctrl+e/a/f/b/d/p/n broken in keyboard mode
Nir Lichtman
2024-11-02
kdb: Fix breakpoint enable to be silent if already enabled
Nir Lichtman
2024-11-02
kdb: Remove fallback interpretation of arbitrary numbers as hex
Nir Lichtman
2024-11-02
kdb: Replace the use of simple_strto with safer kstrto in kdb_main
Yuran Pereira
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-06-21
kdb: Get rid of redundant kdb_curr_task()
Zheng Zengkai
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
2024-04-22
kdb: Use str_plural() to fix Coccinelle warning
Thorsten Blum
2024-01-17
kdb: Fix a potential buffer overflow in kdb_local()
Christophe JAILLET
2023-11-06
kdb: Corrects comment for kdballocenv
Yuran Pereira
2023-10-15
kgdb: Flush console before entering kgdb on panic
Douglas Anderson
2023-09-04
Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2023-07-25
tty: sysrq: switch sysrq handlers from int to u8
Jiri Slaby
2023-07-20
kdb: Do not assume write() callback available
John Ogness
2023-07-03
kdb: move kdb_send_sig() declaration to a better header file
Daniel Thompson
2023-06-30
kdb: Handle LF in the command parser
Douglas Anderson
2023-06-29
kdb: include kdb_private.h for function prototypes
Arnd Bergmann
2022-12-02
kdb: use srcu console list iterator
John Ogness
2022-09-26
mm: remove vmacache
Liam R. Howlett
2022-05-26
Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-05-24
lockdown: also lock down previous kgdb use
Daniel Thompson
2022-04-05
module: Move kdb module related code out of main kdb code
Aaron Tomlin
2022-03-24
kdb: Fix the putarea helper function
Daniel Thompson
2021-11-03
kdb: Adopt scheduler's task classification
Daniel Thompson
2021-09-07
Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...
Linus Torvalds
2021-09-06
kernel: debug: Convert to SPDX identifier
Cai Huoqing
2021-08-19
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
2021-07-27
kdb: Rename members of struct kdbtab_t
Sumit Garg
[next]