summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_main.c
AgeCommit message (Expand)AuthorLines
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov-1/+1
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds-1/+3
2010-08-05kgdb,kdb: individual register set and and get APIJason Wessel-12/+120
2010-07-29kgdb: Do not access xtime directlyThomas Gleixner-1/+3
2010-07-21sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionJason Wessel-2/+1
2010-07-21Fix merge regression from external kdb to upstream kdbJason Wessel-0/+1
2010-07-21kdb: break out of kdb_ll() when command is terminatedMartin Hicks-0/+3
2010-06-05module: fix kdb's illicit use of struct module_use.Rusty Russell-9/+3
2010-05-20printk,kdb: capture printk() when in kdb shellJason Wessel-0/+4
2010-05-20kdb: core for kgdb back end (1 of 2)Jason Wessel-0/+2845