aboutsummaryrefslogtreecommitdiff
path: root/kernel/debug
AgeCommit message (Expand)AuthorFilesLines
2024-01-17kdb: Fix a potential buffer overflow in kdb_local()Gravatar Christophe JAILLET 1-2/+0
2023-11-06kdb: Corrects comment for kdballocenvGravatar Yuran Pereira 1-4/+3
2023-10-15kgdb: Flush console before entering kgdb on panicGravatar Douglas Anderson 1-0/+3
2023-09-04Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+2
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Gravatar Jiri Slaby 1-1/+1
2023-07-20kdb: Do not assume write() callback availableGravatar John Ogness 1-0/+2
2023-07-03kdb: move kdb_send_sig() declaration to a better header fileGravatar Daniel Thompson 1-1/+0
2023-06-30kdb: Handle LF in the command parserGravatar Douglas Anderson 1-1/+15
2023-06-29kdb: include kdb_private.h for function prototypesGravatar Arnd Bergmann 1-0/+2
2022-12-02kdb: use srcu console list iteratorGravatar John Ogness 1-2/+16
2022-09-26mm: remove vmacacheGravatar Liam R. Howlett 1-12/+0
2022-05-26Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-56/+0
2022-05-24lockdown: also lock down previous kgdb useGravatar Daniel Thompson 2-3/+83
2022-04-05module: Move kdb module related code out of main kdb codeGravatar Aaron Tomlin 5-56/+0
2022-03-24kdb: Fix the putarea helper functionGravatar Daniel Thompson 1-1/+1
2021-11-03kdb: Adopt scheduler's task classificationGravatar Daniel Thompson 4-122/+53
2021-09-07Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 7-704/+352
2021-09-06kernel: debug: Convert to SPDX identifierGravatar Cai Huoqing 2-8/+2
2021-08-19isystem: trim/fixup stdarg.h and other headersGravatar Alexey Dobriyan 1-1/+0
2021-07-27kdb: Rename members of struct kdbtab_tGravatar Sumit Garg 2-239/+237
2021-07-27kdb: Simplify kdb_defcmd macro logicGravatar Sumit Garg 1-49/+58
2021-07-27kdb: Get rid of redundant kdb_register_flags()Gravatar Sumit Garg 2-127/+53
2021-07-27kdb: Rename struct defcmd_set to struct kdb_macroGravatar Sumit Garg 1-20/+20
2021-07-27kdb: Get rid of custom debug heap allocatorGravatar Sumit Garg 3-307/+28
2021-07-12kernel: debug: Fix unreachable code in gdb_serial_stub()Gravatar Gustavo A. R. Silva 1-1/+1
2021-07-06Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 3-6/+7
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-8/+1
2021-06-18sched: Change task_struct::stateGravatar Peter Zijlstra 1-8/+10
2021-06-01kgdb: Fix fall-through warning for ClangGravatar Gustavo A. R. Silva 1-0/+1
2021-06-01kgdb: Fix spelling mistakesGravatar Zhen Lei 3-6/+6
2021-05-17kdb: Switch to use %ptTsGravatar Andy Shevchenko 1-8/+1
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+5
2021-04-14kdb: Refactor env variables get/set codeGravatar Sumit Garg 1-74/+68
2021-03-19kernel: debug: Ordinary typo fixes in the file gdbstub.cGravatar Bhaskar Chowdhury 1-2/+2
2021-03-19kdb: Simplify kdb commands registrationGravatar Sumit Garg 3-213/+311
2021-03-19kdb: Remove redundant function definitions/prototypesGravatar Sumit Garg 2-20/+0
2021-03-08printk: kmsg_dump: remove _nolock() variantsGravatar John Ogness 1-4/+4
2021-03-08printk: introduce a kmsg_dump iteratorGravatar John Ogness 1-5/+5
2021-03-08printk: kmsg_dumper: remove @active fieldGravatar John Ogness 1-1/+1
2021-02-26kgdb: fix to kill breakpoints on initmem after bootGravatar Sumit Garg 1-0/+11
2021-02-11kgdb: Remove kgdb_schedule_breakpoint()Gravatar Daniel Thompson 1-26/+0
2021-02-08kdb: Make memory allocations more robustGravatar Sumit Garg 1-1/+1
2021-02-04kdb: kdb_support: Fix debugging information problemGravatar Stephen Zhang 2-33/+30
2021-02-04kernel: debug: fix typo issueGravatar wengjianfeng 1-2/+2
2021-02-04kgdb: rectify kernel-doc for kgdb_unregister_io_module()Gravatar Lukas Bulwahn 1-1/+1
2020-11-24smp: Cleanup smp_call_function*()Gravatar Peter Zijlstra 1-3/+3
2020-10-01kdb: Fix pager search for multi-line stringsGravatar Daniel Thompson 1-2/+6
2020-10-01kernel: debug: Centralize dbg_[de]activate_sw_breakpointsGravatar Daniel Thompson 3-3/+2
2020-10-01kgdb: Add NOKPROBE labels on the trap handler functionsGravatar Daniel Thompson 1-0/+16
2020-09-28kgdb: Honour the kprobe blocklist when setting breakpointsGravatar Daniel Thompson 2-0/+13