summaryrefslogtreecommitdiff
path: root/include/linux/kdb.h
AgeCommit message (Expand)Author
2021-07-27kdb: Rename members of struct kdbtab_tSumit Garg
2021-07-27kdb: Get rid of redundant kdb_register_flags()Sumit Garg
2020-06-02kdb: Remove the misfeature 'KDBFLAGS'Wei Li
2020-01-31kdb: kdb_current_regs should be privateDouglas Anderson
2016-12-14kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek
2016-12-14kdb: remove unused kdb_event handlingPetr Mladek
2016-07-28kdb: use task_cpu() instead of task_thread_info()->cpuAndy Lutomirski
2015-02-19kdb: Avoid printing KERN_ levels to consolesDaniel Thompson
2014-11-11kdb: Add enable mask for groups of commandsAnton Vorontsov
2014-11-11kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson
2014-11-11kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov
2014-11-11kdb: Use KDB_REPEAT_* values as flagsAnton Vorontsov
2014-11-11kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov
2014-11-11kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov
2013-10-03kdb: Add support for external NMI handler to call KGDB/KDBMike Travis
2012-09-26kdb: Turn KGDB_KDB=n stubs into static inlinesAnton Vorontsov
2012-07-31kdb: Remove unused KDB_FLAG_ONLY_DO_DUMPJason Wessel
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2010-10-22kdb,kgdb: fix sparse fixupsJason Wessel
2010-10-22kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel
2010-08-05vt,console,kdb: automatically set kdb LINES variableJason Wessel
2010-05-20printk,kdb: capture printk() when in kdb shellJason Wessel
2010-05-20kgdb,8250,pl011: Return immediately from console pollJason Wessel
2010-05-20kdb: core for kgdb back end (1 of 2)Jason Wessel