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