summaryrefslogtreecommitdiffstats
path: root/kernel/debug
Commit message (Expand)AuthorAgeFilesLines
* 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
* kernel/debug: Fix spelling mistake in debug_core.cYouling Tang2020-09-111-2/+2
* kdb: Use newer api for tasklist scanningDavidlohr Bueso2020-09-084-12/+8
* kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson2020-09-081-8/+14
* kdb: remove unnecessary null check of dbg_io_opsCengiz Can2020-09-081-7/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-8/+8
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
* | kgdb: enable arch to support XML packet.Vincent Chen2020-07-091-0/+13
|/
* kgdb: Avoid suspicious RCU usage warningDouglas Anderson2020-06-261-0/+4
* kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg2020-06-261-1/+3
* kdb: Make kdb_printf() console handling more robustSumit Garg2020-06-251-0/+11
* kdb: Check status of console prior to invoking handlersSumit Garg2020-06-251-0/+2
* kdb: Re-factor kdb_printf() message write codeSumit Garg2020-06-251-29/+28
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-174-10/+12
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-1/+1