summaryrefslogtreecommitdiffstats
path: root/kernel/debug
AgeCommit message (Expand)AuthorLines
2025-04-02Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-48/+3
2025-03-28kdb: Remove optional size arguments from strscpy() callsThorsten Blum-2/+2
2025-03-28kdb: remove usage of static environment bufferNir Lichtman-40/+8
2025-02-14Revert "kernel/debug: Mask KGDB NMI upon entry"Douglas Anderson-11/+3
2025-02-14Revert "kdb: Implement disable_nmi command"Douglas Anderson-37/+0
2025-01-25kdb: Remove unused flags stackDr. David Alan Gilbert-18/+0
2025-01-25kdb: use kmap_local_page()Zhang Heng-3/+3
2024-11-18kdb: fix ctrl+e/a/f/b/d/p/n broken in keyboard modeNir Lichtman-9/+24
2024-11-02kdb: Fix breakpoint enable to be silent if already enabledNir Lichtman-2/+4
2024-11-02kdb: Remove fallback interpretation of arbitrary numbers as hexNir Lichtman-12/+4
2024-11-02kdb: Replace the use of simple_strto with safer kstrto in kdb_mainYuran Pereira-48/+21
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-06-21kdb: Get rid of redundant kdb_curr_task()Zheng Zengkai-17/+5
2024-06-21kdb: Use the passed prompt in kdb_position_cursor()Douglas Anderson-1/+1
2024-06-21kdb: address -Wformat-security warningsArnd Bergmann-2/+2
2024-04-26kdb: Simplify management of tmpbuffer in kdb_read()Daniel Thompson-23/+18
2024-04-26kdb: Replace double memcpy() with memmove() in kdb_read()Daniel Thompson-12/+7
2024-04-26kdb: Use format-specifiers rather than memset() for padding in kdb_read()Daniel Thompson-5/+3
2024-04-26kdb: Merge identical case statements in kdb_read()Daniel Thompson-9/+1
2024-04-26kdb: Fix console handling when editing and tab-completing commandsDaniel Thompson-0/+5
2024-04-26kdb: Use format-strings rather than '\0' injection in kdb_read()Daniel Thompson-21/+34
2024-04-26kdb: Fix buffer overflow during tab-completeDaniel Thompson-8/+13
2024-04-22kdb: Use str_plural() to fix Coccinelle warningThorsten Blum-1/+1
2024-01-17kdb: Fix a potential buffer overflow in kdb_local()Christophe JAILLET-2/+0
2023-11-06kdb: Corrects comment for kdballocenvYuran Pereira-4/+3
2023-10-15kgdb: Flush console before entering kgdb on panicDouglas Anderson-0/+3
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-0/+2
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby-1/+1
2023-07-20kdb: Do not assume write() callback availableJohn Ogness-0/+2
2023-07-03kdb: move kdb_send_sig() declaration to a better header fileDaniel Thompson-1/+0
2023-06-30kdb: Handle LF in the command parserDouglas Anderson-1/+15
2023-06-29kdb: include kdb_private.h for function prototypesArnd Bergmann-0/+2
2022-12-02kdb: use srcu console list iteratorJohn Ogness-2/+16
2022-09-26mm: remove vmacacheLiam R. Howlett-12/+0
2022-05-26Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-56/+0
2022-05-24lockdown: also lock down previous kgdb useDaniel Thompson-3/+83
2022-04-05module: Move kdb module related code out of main kdb codeAaron Tomlin-56/+0
2022-03-24kdb: Fix the putarea helper functionDaniel Thompson-1/+1
2021-11-03kdb: Adopt scheduler's task classificationDaniel Thompson-122/+53
2021-09-07Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-704/+352
2021-09-06kernel: debug: Convert to SPDX identifierCai Huoqing-8/+2
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan-1/+0
2021-07-27kdb: Rename members of struct kdbtab_tSumit Garg-239/+237
2021-07-27kdb: Simplify kdb_defcmd macro logicSumit Garg-49/+58
2021-07-27kdb: Get rid of redundant kdb_register_flags()Sumit Garg-127/+53
2021-07-27kdb: Rename struct defcmd_set to struct kdb_macroSumit Garg-20/+20
2021-07-27kdb: Get rid of custom debug heap allocatorSumit Garg-307/+28
2021-07-12kernel: debug: Fix unreachable code in gdb_serial_stub()Gustavo A. R. Silva-1/+1
2021-07-06Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-6/+7
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+1