summaryrefslogtreecommitdiffstats
path: root/kernel/debug
Commit message (Expand)AuthorAgeFilesLines
* kdb: Fix a potential buffer overflow in kdb_local()Christophe JAILLET2024-01-171-2/+0
* kdb: Corrects comment for kdballocenvYuran Pereira2023-11-061-4/+3
* kgdb: Flush console before entering kgdb on panicDouglas Anderson2023-10-151-0/+3
* Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-09-041-0/+2
|\
| * kdb: Do not assume write() callback availableJohn Ogness2023-07-201-0/+2
* | tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-251-1/+1
* | kdb: move kdb_send_sig() declaration to a better header fileDaniel Thompson2023-07-031-1/+0
* | kdb: Handle LF in the command parserDouglas Anderson2023-06-301-1/+15
* | kdb: include kdb_private.h for function prototypesArnd Bergmann2023-06-291-0/+2
|/
* kdb: use srcu console list iteratorJohn Ogness2022-12-021-2/+16
* mm: remove vmacacheLiam R. Howlett2022-09-261-12/+0
* Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-265-56/+0
|\
| * module: Move kdb module related code out of main kdb codeAaron Tomlin2022-04-055-56/+0
* | lockdown: also lock down previous kgdb useDaniel Thompson2022-05-242-3/+83
|/
* kdb: Fix the putarea helper functionDaniel Thompson2022-03-241-1/+1
* kdb: Adopt scheduler's task classificationDaniel Thompson2021-11-034-122/+53
* Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2021-09-077-704/+352
|\
| * kernel: debug: Convert to SPDX identifierCai Huoqing2021-09-062-8/+2
| * kdb: Rename members of struct kdbtab_tSumit Garg2021-07-272-239/+237
| * kdb: Simplify kdb_defcmd macro logicSumit Garg2021-07-271-49/+58
| * kdb: Get rid of redundant kdb_register_flags()Sumit Garg2021-07-272-127/+53
| * kdb: Rename struct defcmd_set to struct kdb_macroSumit Garg2021-07-271-20/+20
| * kdb: Get rid of custom debug heap allocatorSumit Garg2021-07-273-307/+28
* | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
|/
* kernel: debug: Fix unreachable code in gdb_serial_stub()Gustavo A. R. Silva2021-07-121-1/+1
* Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2021-07-063-6/+7
|\
| * kgdb: Fix fall-through warning for ClangGustavo A. R. Silva2021-06-011-0/+1
| * kgdb: Fix spelling mistakesZhen Lei2021-06-013-6/+6
* | Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-06-291-8/+1
|\ \
| * | kdb: Switch to use %ptTsAndy Shevchenko2021-05-171-8/+1
| |/
* / sched: Change task_struct::statePeter Zijlstra2021-06-181-8/+10
|/
* Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-271-5/+5
|\
| * printk: kmsg_dump: remove _nolock() variantsJohn Ogness2021-03-081-4/+4
| * printk: introduce a kmsg_dump iteratorJohn Ogness2021-03-081-5/+5
| * printk: kmsg_dumper: remove @active fieldJohn Ogness2021-03-081-1/+1
* | kdb: Refactor env variables get/set codeSumit Garg2021-04-141-74/+68
* | kernel: debug: Ordinary typo fixes in the file gdbstub.cBhaskar Chowdhury2021-03-191-2/+2
* | kdb: Simplify kdb commands registrationSumit Garg2021-03-193-213/+311
* | kdb: Remove redundant function definitions/prototypesSumit Garg2021-03-192-20/+0
* | kgdb: fix to kill breakpoints on initmem after bootSumit Garg2021-02-261-0/+11
* | kgdb: Remove kgdb_schedule_breakpoint()Daniel Thompson2021-02-111-26/+0
* | kdb: Make memory allocations more robustSumit Garg2021-02-081-1/+1
* | kdb: kdb_support: Fix debugging information problemStephen Zhang2021-02-042-33/+30
* | kernel: debug: fix typo issuewengjianfeng2021-02-041-2/+2
* | kgdb: rectify kernel-doc for kgdb_unregister_io_module()Lukas Bulwahn2021-02-041-1/+1
|/
* smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-241-3/+3
* kdb: Fix pager search for multi-line stringsDaniel Thompson2020-10-011-2/+6
* kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson2020-10-013-3/+2
* kgdb: Add NOKPROBE labels on the trap handler functionsDaniel Thompson2020-10-011-0/+16
* kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson2020-09-282-0/+13