aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26mm: remove vmacacheLiam R. Howlett1-12/+0
2022-05-26Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus 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/danielt/linuxLinus 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/danielt/linuxLinus Torvalds3-6/+7
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus 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-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus 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
2021-02-04kdb: kdb_support: Fix debugging information problemStephen Zhang2-33/+30
2021-02-04kernel: debug: fix typo issuewengjianfeng1-2/+2
2021-02-04kgdb: rectify kernel-doc for kgdb_unregister_io_module()Lukas Bulwahn1-1/+1
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-3/+3
2020-10-01kdb: Fix pager search for multi-line stringsDaniel Thompson1-2/+6
2020-10-01kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson3-3/+2
2020-10-01kgdb: Add NOKPROBE labels on the trap handler functionsDaniel Thompson1-0/+16
2020-09-28kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson2-0/+13
2020-09-11kernel/debug: Fix spelling mistake in debug_core.cYouling Tang1-2/+2
2020-09-08kdb: Use newer api for tasklist scanningDavidlohr Bueso4-12/+8
2020-09-08kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson1-8/+14
2020-09-08kdb: remove unnecessary null check of dbg_io_opsCengiz Can1-7/+7
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-8/+8
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-09kgdb: enable arch to support XML packet.Vincent Chen1-0/+13
2020-06-26kgdb: Avoid suspicious RCU usage warningDouglas Anderson1-0/+4