summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_main.c
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 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-261-49/+0
|\
| * module: Move kdb module related code out of main kdb codeAaron Tomlin2022-04-051-49/+0
* | lockdown: also lock down previous kgdb useDaniel Thompson2022-05-241-3/+59
|/
* kdb: Adopt scheduler's task classificationDaniel Thompson2021-11-031-18/+19
* kdb: Rename members of struct kdbtab_tSumit Garg2021-07-271-203/+201
* kdb: Simplify kdb_defcmd macro logicSumit Garg2021-07-271-49/+58
* kdb: Get rid of redundant kdb_register_flags()Sumit Garg2021-07-271-114/+53
* kdb: Rename struct defcmd_set to struct kdb_macroSumit Garg2021-07-271-20/+20
* Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2021-07-061-4/+4
|\
| * kgdb: Fix spelling mistakesZhen Lei2021-06-011-4/+4
* | kdb: Switch to use %ptTsAndy Shevchenko2021-05-171-8/+1
|/
* 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-191-188/+258
|/
* kdb: Use newer api for tasklist scanningDavidlohr Bueso2020-09-081-4/+4
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+2
* kdb: Remove the misfeature 'KDBFLAGS'Wei Li2020-06-021-4/+4
* kdb: Cleanup math with KDB_CMD_HISTORY_COUNTDouglas Anderson2020-06-021-1/+2
* kdb: Censor attempts to set PROMPT without ENABLE_MEM_READDaniel Thompson2020-04-011-4/+8
* kdb: Eliminate strncpy() warnings by replacing with strscpy()Daniel Thompson2020-04-011-4/+4
* Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no r...Daniel Thompson2020-02-061-13/+15
* kdb: Get rid of confusing diag msg from "rd" if current task has no regsDouglas Anderson2020-01-311-15/+13
* kdb: Gid rid of implicit setting of the current task / regsDouglas Anderson2020-01-311-1/+1
* kdb: kdb_current_task shouldn't be exportedDouglas Anderson2020-01-311-1/+0
* kdb: Replace strncmp with str_has_prefixChuhong Yuan2019-09-031-1/+1
* kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter2019-05-121-1/+1
* kdb: Get rid of broken attempt to print CCVERSION in kdb summaryDouglas Anderson2019-05-121-1/+0
* kdb: use bool for binary state indicatorsNicholas Mc Guire2018-12-301-7/+7
* kdb: kdb_main: refactor code in kdb_md_lineGustavo A. R. Silva2018-11-131-18/+3
* kdb: print real address of pointers instead of hashed addressesChristophe Leroy2018-11-131-7/+7
* sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-261-6/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-4/+7
* Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-121-49/+40
|\
| * kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts()Baolin Wang2018-01-311-3/+3
| * kdb: drop newline in unknown command outputRandy Dunlap2018-01-251-0/+11
| * kdb: make "mdr" command repeatRandy Dunlap2018-01-251-6/+21
| * kdb: use __ktime_get_real_seconds instead of __current_kernel_timeArnd Bergmann2018-01-251-40/+5
* | signal: Simplify and fix kdb_send_sigEric W. Biederman2018-01-031-8/+2
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* kdb: remove unused kdb_event handlingPetr Mladek2016-12-141-1/+0
* module: use a structure to encapsulate layout.Rusty Russell2015-12-041-2/+2
* kdb: Provide forward search at more promptDaniel Thompson2015-02-191-3/+4