summaryrefslogtreecommitdiffstats
path: root/kernel/debug/debug_core.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...Ingo Molnar2017-03-021-2/+2
* kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson2016-12-141-2/+2
* debug: prevent entering debug mode on panic/exception.Colin Cross2015-02-191-0/+17
* kdb: Fix off by one error in kdb_cpu()Jason Wessel2015-02-191-1/+1
* kernel/debug/debug_core.c: Logging clean-upFabian Frederick2014-11-111-22/+21
* kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson2014-11-111-2/+7
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
* mm: per-thread vma cachingDavidlohr Bueso2014-04-071-3/+11
* KGDB: make kgdb_breakpoint() as noinlineVijaya Kumar K2014-02-261-1/+1
* kgdb/kdb: Fix no KDB config problemMike Travis2014-01-251-2/+3
* kdb: Add support for external NMI handler to call KGDB/KDBMike Travis2013-10-031-2/+30
* kgdb/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)2013-04-301-1/+1
* kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman2013-02-041-0/+1
* Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2012-10-131-0/+18
|\
| * kgdb: Add module event hooksJason Wessel2012-10-121-0/+18
* | kernel/debug: Mask KGDB NMI upon entryAnton Vorontsov2012-09-261-3/+11
|/
* Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-041-29/+24
|\
| * kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel2012-03-291-29/+24
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\ \ | |/ |/|
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | kgdb,debug_core: add the ability to control the reboot notifierJason Wessel2012-03-221-0/+16
* | kgdb,debug-core,gdbstub: Hook the reboot notifier for debugger detachJason Wessel2012-03-221-0/+17
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* 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
OpenPOWER on IntegriCloud