aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug/debug_core.c
Commit message (Expand)AuthorAgeFilesLines
* kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel2012-04-131-29/+24
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng2010-10-291-13/+3
* kdb,debug_core: adjust master cpu switch logic against new debug_core lockingJason Wessel2010-10-221-14/+2
* debug_core: refactor locking for master/slave cpusJason Wessel2010-10-221-50/+55
* debug_core: disable hw_breakpoints on all cores in kgdb_cpu_enter()Dongdong Deng2010-10-221-2/+5
* debug_core: stop rcu warnings on kernel resumeJason Wessel2010-10-221-0/+2
* debug_core: move all watch dog syncs to a single functionJason Wessel2010-10-221-6/+9
* Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov2010-08-191-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-051-0/+2
|\
| * debug_core,kdb: fix crash when arch does not have single stepJason Wessel2010-08-051-0/+2
* | Merge branch 'master' into for-nextJiri Kosina2010-08-041-1/+1
|\ \ | |/
| * debug_core,kdb: fix kgdb_connected bit set in the wrong placeJason Wessel2010-07-211-1/+1
* | update email addressPavel Machek2010-07-191-1/+1
|/
* x86, kgdb, init: Add early and late debug statesJason Wessel2010-05-201-0/+16
* kdb,debug_core: Allow the debug core to receive a panic notificationJason Wessel2010-05-201-0/+19
* debug_core,kdb: Allow the debug core to process a recursive debug entryJason Wessel2010-05-201-0/+7
* kgdb: Add the ability to schedule a breakpoint via a taskletJason Wessel2010-05-201-0/+26
* x86,kgdb: Add low level debug hookJason Wessel2010-05-201-1/+1
* kgdb: remove post_primary_code referencesJason Wessel2010-05-201-8/+0
* kgdb: gdb "monitor" -> kdb passthroughJason Wessel2010-05-201-1/+1
* kgdb,8250,pl011: Return immediately from console pollJason Wessel2010-05-201-0/+2
* kgdb: core changes to support kdbJason Wessel2010-05-201-17/+90
* Separate the gdbstub from the debug coreJason Wessel2010-05-201-955/+39
* Move kernel/kgdb.c to kernel/debug/debug_core.cJason Wessel2010-05-201-0/+1764