index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
debug
/
kdb
/
kdb_private.h
Age
Commit message (
Expand
)
Author
2016-12-14
kdb: properly synchronize vkdb_printf() calls with other CPUs
Petr Mladek
2015-02-19
kdb: Const qualifier for kdb_getstr's prompt argument
Daniel Thompson
2015-02-19
kdb: Provide forward search at more prompt
Daniel Thompson
2014-11-11
kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flags
Anton Vorontsov
2014-11-11
kdb: Remove currently unused kdbtab_t->cmd_flags
Anton Vorontsov
2013-03-02
kdb: Remove unhandled ssb command
Vincent
2012-07-21
printk: Remove kdb_syslog_data
Anton Vorontsov
2012-03-22
KDB: Fix usability issues relating to the 'enter' key.
Andrei Warkentin
2011-08-01
kdb: Remove all references to DOING_KGDB2
Jason Wessel
2011-08-01
kdb,kgdb: Implement switch and pass buffer from kdb -> gdb
Jason Wessel
2010-10-22
kdb,kgdb: fix sparse fixups
Jason Wessel
2010-10-22
kdb: Allow kernel loadable modules to add kdb shell functions
Jason Wessel
2010-08-16
kdb: fix compile error without CONFIG_KALLSYMS
Jason Wessel
2010-08-05
vt,console,kdb: automatically set kdb LINES variable
Jason Wessel
2010-05-20
kgdb: gdb "monitor" -> kdb passthrough
Jason Wessel
2010-05-20
kdb: core for kgdb back end (1 of 2)
Jason Wessel