aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug
AgeCommit message (Expand)Author
2023-07-03kdb: move kdb_send_sig() declaration to a better header fileDaniel Thompson
2023-06-30kdb: Handle LF in the command parserDouglas Anderson
2023-06-29kdb: include kdb_private.h for function prototypesArnd Bergmann
2022-12-02kdb: use srcu console list iteratorJohn Ogness
2022-09-26mm: remove vmacacheLiam R. Howlett
2022-05-26Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-24lockdown: also lock down previous kgdb useDaniel Thompson
2022-04-05module: Move kdb module related code out of main kdb codeAaron Tomlin
2022-03-24kdb: Fix the putarea helper functionDaniel Thompson
2021-11-03kdb: Adopt scheduler's task classificationDaniel Thompson
2021-09-07Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2021-09-06kernel: debug: Convert to SPDX identifierCai Huoqing
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-07-27kdb: Rename members of struct kdbtab_tSumit Garg
2021-07-27kdb: Simplify kdb_defcmd macro logicSumit Garg
2021-07-27kdb: Get rid of redundant kdb_register_flags()Sumit Garg
2021-07-27kdb: Rename struct defcmd_set to struct kdb_macroSumit Garg
2021-07-27kdb: Get rid of custom debug heap allocatorSumit Garg
2021-07-12kernel: debug: Fix unreachable code in gdb_serial_stub()Gustavo A. R. Silva
2021-07-06Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-06-01kgdb: Fix fall-through warning for ClangGustavo A. R. Silva
2021-06-01kgdb: Fix spelling mistakesZhen Lei
2021-05-17kdb: Switch to use %ptTsAndy Shevchenko
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-14kdb: Refactor env variables get/set codeSumit Garg
2021-03-19kernel: debug: Ordinary typo fixes in the file gdbstub.cBhaskar Chowdhury
2021-03-19kdb: Simplify kdb commands registrationSumit Garg
2021-03-19kdb: Remove redundant function definitions/prototypesSumit Garg
2021-03-08printk: kmsg_dump: remove _nolock() variantsJohn Ogness
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness
2021-03-08printk: kmsg_dumper: remove @active fieldJohn Ogness
2021-02-26kgdb: fix to kill breakpoints on initmem after bootSumit Garg
2021-02-11kgdb: Remove kgdb_schedule_breakpoint()Daniel Thompson
2021-02-08kdb: Make memory allocations more robustSumit Garg
2021-02-04kdb: kdb_support: Fix debugging information problemStephen Zhang
2021-02-04kernel: debug: fix typo issuewengjianfeng
2021-02-04kgdb: rectify kernel-doc for kgdb_unregister_io_module()Lukas Bulwahn
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra
2020-10-01kdb: Fix pager search for multi-line stringsDaniel Thompson
2020-10-01kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson
2020-10-01kgdb: Add NOKPROBE labels on the trap handler functionsDaniel Thompson
2020-09-28kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson
2020-09-11kernel/debug: Fix spelling mistake in debug_core.cYouling Tang
2020-09-08kdb: Use newer api for tasklist scanningDavidlohr Bueso
2020-09-08kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson
2020-09-08kdb: remove unnecessary null check of dbg_io_opsCengiz Can
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds