summaryrefslogtreecommitdiffstats
path: root/kernel/debug/debug_core.c
AgeCommit message (Expand)AuthorLines
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-3/+3
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+1
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+12
2020-06-02kgdb: Don't call the deinit under spinlockDouglas Anderson-2/+3
2020-05-18kgdb: Add kgdb_has_hit_break functionVincent Chen-0/+12
2020-05-18kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson-4/+18
2020-05-18kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson-0/+1
2020-05-18kgdb: Delay "kgdbwait" to dbg_late_init() by defaultDouglas Anderson-10/+15
2020-05-18kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdbDouglas Anderson-0/+4
2020-05-15kdb: constify sysrq_key_opEmil Velikov-1/+1
2020-05-07kgdb: Drop malformed kernel doc commentAndy Shevchenko-3/+1
2019-10-24kdb: Avoid array subscript warnings on non-SMP buildsDaniel Thompson-1/+1
2019-10-10kdb: Fix stack crawling on 'running' CPUs that aren't the masterDouglas Anderson-0/+34
2019-09-25kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson-20/+11
2019-09-03kgdb: fix comment regarding static functionNadav Amit-4/+1
2018-12-30kdb: Don't back trace on a cpu that didn't round upDouglas Anderson-0/+4
2018-12-30kgdb: Don't round up a CPU that failed rounding up beforeDouglas Anderson-1/+19
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson-0/+41
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...Ingo Molnar-2/+2
2016-12-14kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson-2/+2
2015-02-19debug: prevent entering debug mode on panic/exception.Colin Cross-0/+17
2015-02-19kdb: Fix off by one error in kdb_cpu()Jason Wessel-1/+1
2014-11-11kernel/debug/debug_core.c: Logging clean-upFabian Frederick-22/+21
2014-11-11kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson-2/+7
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-2/+2
2014-04-07mm: per-thread vma cachingDavidlohr Bueso-3/+11
2014-02-26KGDB: make kgdb_breakpoint() as noinlineVijaya Kumar K-1/+1
2014-01-25kgdb/kdb: Fix no KDB config problemMike Travis-2/+3
2013-10-03kdb: Add support for external NMI handler to call KGDB/KDBMike Travis-2/+30
2013-04-30kgdb/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)-1/+1
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