summaryrefslogtreecommitdiff
path: root/kernel/debug/kdb
AgeCommit message (Expand)Author
2021-11-03kdb: Adopt scheduler's task classificationDaniel Thompson
2021-09-07Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan
2021-07-27kdb: Rename members of struct kdbtab_tSumit Garg
2021-07-27kdb: Simplify kdb_defcmd macro logicSumit Garg
2021-07-27kdb: Get rid of redundant kdb_register_flags()Sumit Garg
2021-07-27kdb: Rename struct defcmd_set to struct kdb_macroSumit Garg
2021-07-27kdb: Get rid of custom debug heap allocatorSumit Garg
2021-07-06Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-06-01kgdb: Fix spelling mistakesZhen Lei
2021-05-17kdb: Switch to use %ptTsAndy Shevchenko
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-14kdb: Refactor env variables get/set codeSumit Garg
2021-03-19kdb: Simplify kdb commands registrationSumit Garg
2021-03-19kdb: Remove redundant function definitions/prototypesSumit Garg
2021-03-08printk: kmsg_dump: remove _nolock() variantsJohn Ogness
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness
2021-03-08printk: kmsg_dumper: remove @active fieldJohn Ogness
2021-02-08kdb: Make memory allocations more robustSumit Garg
2021-02-04kdb: kdb_support: Fix debugging information problemStephen Zhang
2020-10-01kdb: Fix pager search for multi-line stringsDaniel Thompson
2020-10-01kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson
2020-09-28kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson
2020-09-08kdb: Use newer api for tasklist scanningDavidlohr Bueso
2020-09-08kdb: remove unnecessary null check of dbg_io_opsCengiz Can
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg
2020-06-25kdb: Make kdb_printf() console handling more robustSumit Garg
2020-06-25kdb: Check status of console prior to invoking handlersSumit Garg
2020-06-25kdb: Re-factor kdb_printf() message write codeSumit Garg
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09kdb: don't play with console_loglevelDmitry Safonov
2020-06-02kdb: Remove the misfeature 'KDBFLAGS'Wei Li
2020-06-02kdb: Cleanup math with KDB_CMD_HISTORY_COUNTDouglas Anderson
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-01kdb: Censor attempts to set PROMPT without ENABLE_MEM_READDaniel Thompson
2020-04-01kdb: Eliminate strncpy() warnings by replacing with strscpy()Daniel Thompson
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-02-06Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no r...Daniel Thompson
2020-01-31kdb: Use for_each_console() helperAndy Shevchenko
2020-01-31kdb: remove redundant assignment to pointer bpColin Ian King
2020-01-31kdb: Get rid of confusing diag msg from "rd" if current task has no regsDouglas Anderson
2020-01-31kdb: Gid rid of implicit setting of the current task / regsDouglas Anderson
2020-01-31kdb: kdb_current_task shouldn't be exportedDouglas Anderson
2020-01-31kdb: kdb_current_regs should be privateDouglas Anderson
2019-10-28kdb: Tweak escape handling for vi usersDaniel Thompson