summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb
Commit message (Expand)AuthorAgeFilesLines
* kdb: Fix a potential buffer overflow in kdb_local()Christophe JAILLET2024-01-171-2/+0
* kdb: Corrects comment for kdballocenvYuran Pereira2023-11-061-4/+3
* Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-09-041-0/+2
|\
| * kdb: Do not assume write() callback availableJohn Ogness2023-07-201-0/+2
* | kdb: move kdb_send_sig() declaration to a better header fileDaniel Thompson2023-07-031-1/+0
* | kdb: Handle LF in the command parserDouglas Anderson2023-06-301-1/+15
* | kdb: include kdb_private.h for function prototypesArnd Bergmann2023-06-291-0/+2
|/
* kdb: use srcu console list iteratorJohn Ogness2022-12-021-2/+16
* Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-265-56/+0
|\
| * module: Move kdb module related code out of main kdb codeAaron Tomlin2022-04-055-56/+0
* | lockdown: also lock down previous kgdb useDaniel Thompson2022-05-241-3/+59
|/
* kdb: Fix the putarea helper functionDaniel Thompson2022-03-241-1/+1
* kdb: Adopt scheduler's task classificationDaniel Thompson2021-11-034-122/+53
* Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2021-09-075-696/+350
|\
| * 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
|/
* Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2021-07-062-5/+5
|\
| * kgdb: Fix spelling mistakesZhen Lei2021-06-012-5/+5
* | 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
* | kdb: Simplify kdb commands registrationSumit Garg2021-03-193-213/+311
* | kdb: Remove redundant function definitions/prototypesSumit Garg2021-03-192-20/+0
* | kdb: Make memory allocations more robustSumit Garg2021-02-081-1/+1
* | kdb: kdb_support: Fix debugging information problemStephen Zhang2021-02-042-33/+30
|/
* kdb: Fix pager search for multi-line stringsDaniel Thompson2020-10-011-2/+6
* kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson2020-10-011-2/+0
* kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson2020-09-281-0/+9
* kdb: Use newer api for tasklist scanningDavidlohr Bueso2020-09-083-10/+6
* kdb: remove unnecessary null check of dbg_io_opsCengiz Can2020-09-081-7/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-5/+5
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* 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-172-4/+6
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-1/+1
* kdb: don't play with console_loglevelDmitry Safonov2020-06-091-7/+8
* kdb: Remove the misfeature 'KDBFLAGS'Wei Li2020-06-021-4/+4
* kdb: Cleanup math with KDB_CMD_HISTORY_COUNTDouglas Anderson2020-06-021-1/+2