summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb
AgeCommit message (Expand)AuthorLines
2022-12-02kdb: use srcu console list iteratorJohn Ogness-2/+16
2022-05-26Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-56/+0
2022-05-24lockdown: also lock down previous kgdb useDaniel Thompson-3/+59
2022-04-05module: Move kdb module related code out of main kdb codeAaron Tomlin-56/+0
2022-03-24kdb: Fix the putarea helper functionDaniel Thompson-1/+1
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-696/+350
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-06Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds-5/+5
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 spelling mistakesZhen Lei-5/+5
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-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-08kdb: Make memory allocations more robustSumit Garg-1/+1
2021-02-04kdb: kdb_support: Fix debugging information problemStephen Zhang-33/+30
2020-10-01kdb: Fix pager search for multi-line stringsDaniel Thompson-2/+6
2020-10-01kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson-2/+0
2020-09-28kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson-0/+9
2020-09-08kdb: Use newer api for tasklist scanningDavidlohr Bueso-10/+6
2020-09-08kdb: remove unnecessary null check of dbg_io_opsCengiz Can-7/+7
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-5/+5
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
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-4/+6
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov-1/+1
2020-06-09kdb: don't play with console_loglevelDmitry Safonov-7/+8
2020-06-02kdb: Remove the misfeature 'KDBFLAGS'Wei Li-4/+4
2020-06-02kdb: Cleanup math with KDB_CMD_HISTORY_COUNTDouglas Anderson-1/+2
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2020-04-01kdb: Censor attempts to set PROMPT without ENABLE_MEM_READDaniel Thompson-4/+8
2020-04-01kdb: Eliminate strncpy() warnings by replacing with strscpy()Daniel Thompson-4/+4
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-02-06Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no r...Daniel Thompson-13/+15
2020-01-31kdb: Use for_each_console() helperAndy Shevchenko-6/+3
2020-01-31kdb: remove redundant assignment to pointer bpColin Ian King-1/+0