aboutsummaryrefslogtreecommitdiff
path: root/kernel/debug/debug_core.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-30kdb: Don't back trace on a cpu that didn't round upGravatar Douglas Anderson 1-0/+4
2018-12-30kgdb: Don't round up a CPU that failed rounding up beforeGravatar Douglas Anderson 1-1/+19
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Gravatar Douglas Anderson 1-0/+41
2018-12-30kgdb: Remove irq flags from roundupGravatar Douglas Anderson 1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...Gravatar Ingo Molnar 1-2/+2
2016-12-14kernel/debug/debug_core.c: more properly delay for secondary CPUsGravatar Douglas Anderson 1-2/+2
2015-02-19debug: prevent entering debug mode on panic/exception.Gravatar Colin Cross 1-0/+17
2015-02-19kdb: Fix off by one error in kdb_cpu()Gravatar Jason Wessel 1-1/+1
2014-11-11kernel/debug/debug_core.c: Logging clean-upGravatar Fabian Frederick 1-22/+21
2014-11-11kgdb: timeout if secondary CPUs ignore the roundupGravatar Daniel Thompson 1-2/+7
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-2/+2
2014-04-07mm: per-thread vma cachingGravatar Davidlohr Bueso 1-3/+11
2014-02-26KGDB: make kgdb_breakpoint() as noinlineGravatar Vijaya Kumar K 1-1/+1
2014-01-25kgdb/kdb: Fix no KDB config problemGravatar Mike Travis 1-2/+3
2013-10-03kdb: Add support for external NMI handler to call KGDB/KDBGravatar Mike Travis 1-2/+30
2013-04-30kgdb/sysrq: fix inconstistent help message of sysrq keyGravatar zhangwei(Jovi) 1-1/+1
2013-02-04kgdb: remove #include <linux/serial_8250.h> from kgdb.hGravatar Greg Kroah-Hartman 1-0/+1
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Gravatar Linus Torvalds 1-0/+18
2012-10-12kgdb: Add module event hooksGravatar Jason Wessel 1-0/+18
2012-09-26kernel/debug: Mask KGDB NMI upon entryGravatar Anton Vorontsov 1-3/+11
2012-04-04Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-29/+24
2012-03-29kgdb,debug_core: pass the breakpoint struct instead of address and memoryGravatar Jason Wessel 1-29/+24
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-22kgdb,debug_core: add the ability to control the reboot notifierGravatar Jason Wessel 1-0/+16
2012-03-22kgdb,debug-core,gdbstub: Hook the reboot notifier for debugger detachGravatar Jason Wessel 1-0/+17
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-10-29debug_core,x86,blackfin: Clean up hw debug disable APIGravatar Dongdong Deng 1-13/+3
2010-10-22kdb,debug_core: adjust master cpu switch logic against new debug_core lockingGravatar Jason Wessel 1-14/+2
2010-10-22debug_core: refactor locking for master/slave cpusGravatar Jason Wessel 1-50/+55
2010-10-22debug_core: disable hw_breakpoints on all cores in kgdb_cpu_enter()Gravatar Dongdong Deng 1-2/+5
2010-10-22debug_core: stop rcu warnings on kernel resumeGravatar Jason Wessel 1-0/+2
2010-10-22debug_core: move all watch dog syncs to a single functionGravatar Jason Wessel 1-6/+9
2010-08-19Input: sysrq - drop tty argument from sysrq ops handlersGravatar Dmitry Torokhov 1-1/+1
2010-08-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Gravatar Linus Torvalds 1-0/+2
2010-08-05debug_core,kdb: fix crash when arch does not have single stepGravatar Jason Wessel 1-0/+2
2010-08-04Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+1
2010-07-21debug_core,kdb: fix kgdb_connected bit set in the wrong placeGravatar Jason Wessel 1-1/+1
2010-07-19update email addressGravatar Pavel Machek 1-1/+1
2010-05-20x86, kgdb, init: Add early and late debug statesGravatar Jason Wessel 1-0/+16
2010-05-20kdb,debug_core: Allow the debug core to receive a panic notificationGravatar Jason Wessel 1-0/+19
2010-05-20debug_core,kdb: Allow the debug core to process a recursive debug entryGravatar Jason Wessel 1-0/+7
2010-05-20kgdb: Add the ability to schedule a breakpoint via a taskletGravatar Jason Wessel 1-0/+26
2010-05-20x86,kgdb: Add low level debug hookGravatar Jason Wessel 1-1/+1
2010-05-20kgdb: remove post_primary_code referencesGravatar Jason Wessel 1-8/+0
2010-05-20kgdb: gdb "monitor" -> kdb passthroughGravatar Jason Wessel 1-1/+1
2010-05-20kgdb,8250,pl011: Return immediately from console pollGravatar Jason Wessel 1-0/+2
2010-05-20kgdb: core changes to support kdbGravatar Jason Wessel 1-17/+90