aboutsummaryrefslogtreecommitdiff
path: root/kernel/debug/debug_core.c
AgeCommit message (Expand)Author
2013-04-30kgdb/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-02-04kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds
2012-10-12kgdb: Add module event hooksJason Wessel
2012-09-26kernel/debug: Mask KGDB NMI upon entryAnton Vorontsov
2012-04-04Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-03-29kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-22kgdb,debug_core: add the ability to control the reboot notifierJason Wessel
2012-03-22kgdb,debug-core,gdbstub: Hook the reboot notifier for debugger detachJason Wessel
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-29debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng
2010-10-22kdb,debug_core: adjust master cpu switch logic against new debug_core lockingJason Wessel
2010-10-22debug_core: refactor locking for master/slave cpusJason Wessel
2010-10-22debug_core: disable hw_breakpoints on all cores in kgdb_cpu_enter()Dongdong Deng
2010-10-22debug_core: stop rcu warnings on kernel resumeJason Wessel
2010-10-22debug_core: move all watch dog syncs to a single functionJason Wessel
2010-08-19Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov
2010-08-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2010-08-05debug_core,kdb: fix crash when arch does not have single stepJason Wessel
2010-08-04Merge branch 'master' into for-nextJiri Kosina
2010-07-21debug_core,kdb: fix kgdb_connected bit set in the wrong placeJason Wessel
2010-07-19update email addressPavel Machek
2010-05-20x86, kgdb, init: Add early and late debug statesJason Wessel
2010-05-20kdb,debug_core: Allow the debug core to receive a panic notificationJason Wessel
2010-05-20debug_core,kdb: Allow the debug core to process a recursive debug entryJason Wessel
2010-05-20kgdb: Add the ability to schedule a breakpoint via a taskletJason Wessel
2010-05-20x86,kgdb: Add low level debug hookJason Wessel
2010-05-20kgdb: remove post_primary_code referencesJason Wessel
2010-05-20kgdb: gdb "monitor" -> kdb passthroughJason Wessel
2010-05-20kgdb,8250,pl011: Return immediately from console pollJason Wessel
2010-05-20kgdb: core changes to support kdbJason Wessel
2010-05-20Separate the gdbstub from the debug coreJason Wessel
2010-05-20Move kernel/kgdb.c to kernel/debug/debug_core.cJason Wessel