summaryrefslogtreecommitdiffstats
path: root/include/linux/kdb.h
Commit message (Expand)AuthorAgeFilesLines
* kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek2016-12-141-0/+1
* kdb: remove unused kdb_event handlingPetr Mladek2016-12-141-1/+0
* kdb: use task_cpu() instead of task_thread_info()->cpuAndy Lutomirski2016-07-281-1/+1
* kdb: Avoid printing KERN_ levels to consolesDaniel Thompson2015-02-191-1/+7
* kdb: Add enable mask for groups of commandsAnton Vorontsov2014-11-111-0/+1
* kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson2014-11-111-2/+46
* kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov2014-11-111-1/+0
* kdb: Use KDB_REPEAT_* values as flagsAnton Vorontsov2014-11-111-2/+2
* kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov2014-11-111-5/+5
* kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov2014-11-111-3/+3
* kdb: Add support for external NMI handler to call KGDB/KDBMike Travis2013-10-031-0/+1
* kdb: Turn KGDB_KDB=n stubs into static inlinesAnton Vorontsov2012-09-261-13/+16
* kdb: Remove unused KDB_FLAG_ONLY_DO_DUMPJason Wessel2012-07-311-2/+0
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-6/+3
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* kdb,kgdb: fix sparse fixupsJason Wessel2010-10-221-0/+8
* kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel2010-10-221-0/+43
* vt,console,kdb: automatically set kdb LINES variableJason Wessel2010-08-051-0/+4
* printk,kdb: capture printk() when in kdb shellJason Wessel2010-05-201-0/+3
* kgdb,8250,pl011: Return immediately from console pollJason Wessel2010-05-201-0/+1
* kdb: core for kgdb back end (1 of 2)Jason Wessel2010-05-201-0/+113