summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_private.h
Commit message (Expand)AuthorAgeFilesLines
* kdb: move kdb_send_sig() declaration to a better header fileDaniel Thompson2023-07-031-1/+0
* module: Move kdb module related code out of main kdb codeAaron Tomlin2022-04-051-4/+0
* kdb: Adopt scheduler's task classificationDaniel Thompson2021-11-031-3/+1
* kdb: Get rid of redundant kdb_register_flags()Sumit Garg2021-07-271-13/+0
* kdb: Get rid of custom debug heap allocatorSumit Garg2021-07-271-5/+0
* kgdb: Fix spelling mistakesZhen Lei2021-06-011-1/+1
* kdb: Simplify kdb commands registrationSumit Garg2021-03-191-0/+3
* kdb: Remove redundant function definitions/prototypesSumit Garg2021-03-191-2/+0
* kdb: Make memory allocations more robustSumit Garg2021-02-081-1/+1
* kdb: kdb_support: Fix debugging information problemStephen Zhang2021-02-041-0/+10
* kdb: Use newer api for tasklist scanningDavidlohr Bueso2020-09-081-4/+0
* kdb: Gid rid of implicit setting of the current task / regsDouglas Anderson2020-01-311-1/+0
* kdb: kdb_current_regs should be privateDouglas Anderson2020-01-311-0/+1
* kdb: Remove special case logic from kdb_read()Daniel Thompson2019-10-281-0/+1
* kdb: Use strscpy with destination buffer sizePrarit Bhargava2018-11-131-1/+1
* signal: Simplify and fix kdb_send_sigEric W. Biederman2018-01-031-1/+1
* kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek2016-12-141-1/+0
* kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson2015-02-191-1/+1
* kdb: Provide forward search at more promptDaniel Thompson2015-02-191-0/+2
* kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov2014-11-111-1/+1
* kdb: Remove currently unused kdbtab_t->cmd_flagsAnton Vorontsov2014-11-111-1/+0
* kdb: Remove unhandled ssb commandVincent2013-03-021-4/+0
* printk: Remove kdb_syslog_dataAnton Vorontsov2012-07-211-1/+0
* KDB: Fix usability issues relating to the 'enter' key.Andrei Warkentin2012-03-221-0/+7
* kdb: Remove all references to DOING_KGDB2Jason Wessel2011-08-011-2/+0
* kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel2011-08-011-0/+1
* kdb,kgdb: fix sparse fixupsJason Wessel2010-10-221-8/+1
* kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel2010-10-221-39/+0
* kdb: fix compile error without CONFIG_KALLSYMSJason Wessel2010-08-161-0/+7
* vt,console,kdb: automatically set kdb LINES variableJason Wessel2010-08-051-2/+0
* kgdb: gdb "monitor" -> kdb passthroughJason Wessel2010-05-201-1/+0
* kdb: core for kgdb back end (1 of 2)Jason Wessel2010-05-201-0/+301