summaryrefslogtreecommitdiffstats
path: root/kernel/debug
AgeCommit message (Expand)AuthorLines
2021-11-03kdb: Adopt scheduler's task classificationDaniel Thompson-122/+53
2021-09-07Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-704/+352
2021-09-06kernel: debug: Convert to SPDX identifierCai Huoqing-8/+2
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan-1/+0
2021-07-27kdb: Rename members of struct kdbtab_tSumit Garg-239/+237
2021-07-27kdb: Simplify kdb_defcmd macro logicSumit Garg-49/+58
2021-07-27kdb: Get rid of redundant kdb_register_flags()Sumit Garg-127/+53
2021-07-27kdb: Rename struct defcmd_set to struct kdb_macroSumit Garg-20/+20
2021-07-27kdb: Get rid of custom debug heap allocatorSumit Garg-307/+28
2021-07-12kernel: debug: Fix unreachable code in gdb_serial_stub()Gustavo A. R. Silva-1/+1
2021-07-06Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-6/+7
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+1
2021-06-18sched: Change task_struct::statePeter Zijlstra-8/+10
2021-06-01kgdb: Fix fall-through warning for ClangGustavo A. R. Silva-0/+1
2021-06-01kgdb: Fix spelling mistakesZhen Lei-6/+6
2021-05-17kdb: Switch to use %ptTsAndy Shevchenko-8/+1
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+5
2021-04-14kdb: Refactor env variables get/set codeSumit Garg-74/+68
2021-03-19kernel: debug: Ordinary typo fixes in the file gdbstub.cBhaskar Chowdhury-2/+2
2021-03-19kdb: Simplify kdb commands registrationSumit Garg-213/+311
2021-03-19kdb: Remove redundant function definitions/prototypesSumit Garg-20/+0
2021-03-08printk: kmsg_dump: remove _nolock() variantsJohn Ogness-4/+4
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness-5/+5
2021-03-08printk: kmsg_dumper: remove @active fieldJohn Ogness-1/+1
2021-02-26kgdb: fix to kill breakpoints on initmem after bootSumit Garg-0/+11
2021-02-11kgdb: Remove kgdb_schedule_breakpoint()Daniel Thompson-26/+0
2021-02-08kdb: Make memory allocations more robustSumit Garg-1/+1
2021-02-04kdb: kdb_support: Fix debugging information problemStephen Zhang-33/+30
2021-02-04kernel: debug: fix typo issuewengjianfeng-2/+2
2021-02-04kgdb: rectify kernel-doc for kgdb_unregister_io_module()Lukas Bulwahn-1/+1
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra-3/+3
2020-10-01kdb: Fix pager search for multi-line stringsDaniel Thompson-2/+6
2020-10-01kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson-3/+2
2020-10-01kgdb: Add NOKPROBE labels on the trap handler functionsDaniel Thompson-0/+16
2020-09-28kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson-0/+13
2020-09-11kernel/debug: Fix spelling mistake in debug_core.cYouling Tang-2/+2
2020-09-08kdb: Use newer api for tasklist scanningDavidlohr Bueso-12/+8
2020-09-08kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson-8/+14
2020-09-08kdb: remove unnecessary null check of dbg_io_opsCengiz Can-7/+7
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-8/+8
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-07-09kgdb: enable arch to support XML packet.Vincent Chen-0/+13
2020-06-26kgdb: Avoid suspicious RCU usage warningDouglas Anderson-0/+4
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg-1/+3
2020-06-25kdb: Make kdb_printf() console handling more robustSumit Garg-0/+11
2020-06-25kdb: Check status of console prior to invoking handlersSumit Garg-0/+2
2020-06-25kdb: Re-factor kdb_printf() message write codeSumit Garg-29/+28
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-10/+12