summaryrefslogtreecommitdiff
path: root/kernel/debug/kdb/kdb_private.h
AgeCommit message (Expand)Author
2023-07-03kdb: move kdb_send_sig() declaration to a better header fileDaniel Thompson
2022-04-05module: Move kdb module related code out of main kdb codeAaron Tomlin
2021-11-03kdb: Adopt scheduler's task classificationDaniel Thompson
2021-07-27kdb: Get rid of redundant kdb_register_flags()Sumit Garg
2021-07-27kdb: Get rid of custom debug heap allocatorSumit Garg
2021-06-01kgdb: Fix spelling mistakesZhen Lei
2021-03-19kdb: Simplify kdb commands registrationSumit Garg
2021-03-19kdb: Remove redundant function definitions/prototypesSumit Garg
2021-02-08kdb: Make memory allocations more robustSumit Garg
2021-02-04kdb: kdb_support: Fix debugging information problemStephen Zhang
2020-09-08kdb: Use newer api for tasklist scanningDavidlohr Bueso
2020-01-31kdb: Gid rid of implicit setting of the current task / regsDouglas Anderson
2020-01-31kdb: kdb_current_regs should be privateDouglas Anderson
2019-10-28kdb: Remove special case logic from kdb_read()Daniel Thompson
2018-11-13kdb: Use strscpy with destination buffer sizePrarit Bhargava
2018-01-03signal: Simplify and fix kdb_send_sigEric W. Biederman
2016-12-14kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek
2015-02-19kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson
2015-02-19kdb: Provide forward search at more promptDaniel Thompson
2014-11-11kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov
2014-11-11kdb: Remove currently unused kdbtab_t->cmd_flagsAnton Vorontsov
2013-03-02kdb: Remove unhandled ssb commandVincent
2012-07-21printk: Remove kdb_syslog_dataAnton Vorontsov
2012-03-22KDB: Fix usability issues relating to the 'enter' key.Andrei Warkentin
2011-08-01kdb: Remove all references to DOING_KGDB2Jason Wessel
2011-08-01kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel
2010-10-22kdb,kgdb: fix sparse fixupsJason Wessel
2010-10-22kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel
2010-08-16kdb: fix compile error without CONFIG_KALLSYMSJason Wessel
2010-08-05vt,console,kdb: automatically set kdb LINES variableJason Wessel
2010-05-20kgdb: gdb "monitor" -> kdb passthroughJason Wessel
2010-05-20kdb: core for kgdb back end (1 of 2)Jason Wessel