Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-15kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek
2016-12-15kdb: remove unused kdb_event handlingPetr Mladek
2016-07-29kdb: 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-27kdb: Turn KGDB_KDB=n stubs into static inlinesAnton Vorontsov
2012-07-31kdb: Remove unused KDB_FLAG_ONLY_DO_DUMPJason Wessel
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-07-27atomic: use <linux/atomic.h>Arun Sharma
2010-10-23kdb,kgdb: fix sparse fixupsJason Wessel
2010-10-23kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel
2010-08-05vt,console,kdb: automatically set kdb LINES variableJason Wessel
2010-05-21printk,kdb: capture printk() when in kdb shellJason Wessel
2010-05-21kgdb,8250,pl011: Return immediately from console pollJason Wessel
2010-05-21kdb: core for kgdb back end (1 of 2)Jason Wessel