summaryrefslogtreecommitdiff
path: root/kernel/debug
AgeCommit message (Expand)AuthorFilesLines
2024-04-26kdb: Simplify management of tmpbuffer in kdb_read()Daniel Thompson1-23/+18
2024-04-26kdb: Replace double memcpy() with memmove() in kdb_read()Daniel Thompson1-12/+7
2024-04-26kdb: Use format-specifiers rather than memset() for padding in kdb_read()Daniel Thompson1-5/+3
2024-04-26kdb: Merge identical case statements in kdb_read()Daniel Thompson1-9/+1
2024-04-26kdb: Fix console handling when editing and tab-completing commandsDaniel Thompson1-0/+5
2024-04-26kdb: Use format-strings rather than '\0' injection in kdb_read()Daniel Thompson1-21/+34
2024-04-26kdb: Fix buffer overflow during tab-completeDaniel Thompson1-8/+13
2024-04-22kdb: Use str_plural() to fix Coccinelle warningThorsten Blum1-1/+1
2024-01-17kdb: Fix a potential buffer overflow in kdb_local()Christophe JAILLET1-2/+0
2023-11-06kdb: Corrects comment for kdballocenvYuran Pereira1-4/+3
2023-10-15kgdb: Flush console before entering kgdb on panicDouglas Anderson1-0/+3
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+2
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby1-1/+1
2023-07-20kdb: Do not assume write() callback availableJohn Ogness1-0/+2
2023-07-03kdb: move kdb_send_sig() declaration to a better header fileDaniel Thompson1-1/+0
2023-06-30kdb: Handle LF in the command parserDouglas Anderson1-1/+15
2023-06-29kdb: include kdb_private.h for function prototypesArnd Bergmann1-0/+2
2022-12-02kdb: use srcu console list iteratorJohn Ogness1-2/+16
2022-09-27mm: remove vmacacheLiam R. Howlett1-12/+0
2022-05-27Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-56/+0
2022-05-24lockdown: also lock down previous kgdb useDaniel Thompson2-3/+83
2022-04-05module: Move kdb module related code out of main kdb codeAaron Tomlin5-56/+0
2022-03-24kdb: Fix the putarea helper functionDaniel Thompson1-1/+1
2021-11-03kdb: Adopt scheduler's task classificationDaniel Thompson4-122/+53
2021-09-07Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds7-704/+352
2021-09-06kernel: debug: Convert to SPDX identifierCai Huoqing2-8/+2
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-1/+0
2021-07-27kdb: Rename members of struct kdbtab_tSumit Garg2-239/+237
2021-07-27kdb: Simplify kdb_defcmd macro logicSumit Garg1-49/+58
2021-07-27kdb: Get rid of redundant kdb_register_flags()Sumit Garg2-127/+53
2021-07-27kdb: Rename struct defcmd_set to struct kdb_macroSumit Garg1-20/+20
2021-07-27kdb: Get rid of custom debug heap allocatorSumit Garg3-307/+28
2021-07-12kernel: debug: Fix unreachable code in gdb_serial_stub()Gustavo A. R. Silva1-1/+1
2021-07-06Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds3-6/+7
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+1
2021-06-18sched: Change task_struct::statePeter Zijlstra1-8/+10
2021-06-01kgdb: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-06-01kgdb: Fix spelling mistakesZhen Lei3-6/+6
2021-05-17kdb: Switch to use %ptTsAndy Shevchenko1-8/+1
2021-04-28Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+5
2021-04-14kdb: Refactor env variables get/set codeSumit Garg1-74/+68
2021-03-19kernel: debug: Ordinary typo fixes in the file gdbstub.cBhaskar Chowdhury1-2/+2
2021-03-19kdb: Simplify kdb commands registrationSumit Garg3-213/+311
2021-03-19kdb: Remove redundant function definitions/prototypesSumit Garg2-20/+0
2021-03-08printk: kmsg_dump: remove _nolock() variantsJohn Ogness1-4/+4
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness1-5/+5
2021-03-08printk: kmsg_dumper: remove @active fieldJohn Ogness1-1/+1
2021-02-26kgdb: fix to kill breakpoints on initmem after bootSumit Garg1-0/+11
2021-02-11kgdb: Remove kgdb_schedule_breakpoint()Daniel Thompson1-26/+0
2021-02-08kdb: Make memory allocations more robustSumit Garg1-1/+1