aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug/debug_core.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-15kgdb: Flush console before entering kgdb on panicDouglas Anderson1-0/+3
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby1-1/+1
2022-09-26mm: remove vmacacheLiam R. Howlett1-12/+0
2022-05-24lockdown: also lock down previous kgdb useDaniel Thompson1-0/+24
2021-09-06kernel: debug: Convert to SPDX identifierCai Huoqing1-4/+1
2021-06-01kgdb: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-06-01kgdb: Fix spelling mistakesZhen Lei1-1/+1
2021-02-26kgdb: fix to kill breakpoints on initmem after bootSumit Garg1-0/+11
2021-02-11kgdb: Remove kgdb_schedule_breakpoint()Daniel Thompson1-26/+0
2021-02-04kgdb: rectify kernel-doc for kgdb_unregister_io_module()Lukas Bulwahn1-1/+1
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-3/+3
2020-10-01kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson1-0/+2
2020-10-01kgdb: Add NOKPROBE labels on the trap handler functionsDaniel Thompson1-0/+16
2020-09-28kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson1-0/+4
2020-09-11kernel/debug: Fix spelling mistake in debug_core.cYouling Tang1-2/+2
2020-09-08kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson1-8/+14
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-06-26kgdb: Avoid suspicious RCU usage warningDouglas Anderson1-0/+4
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-3/+3
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+12
2020-06-02kgdb: Don't call the deinit under spinlockDouglas Anderson1-2/+3
2020-05-18kgdb: Add kgdb_has_hit_break functionVincent Chen1-0/+12
2020-05-18kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson1-4/+18
2020-05-18kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson1-0/+1
2020-05-18kgdb: Delay "kgdbwait" to dbg_late_init() by defaultDouglas Anderson1-10/+15
2020-05-18kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdbDouglas Anderson1-0/+4
2020-05-15kdb: constify sysrq_key_opEmil Velikov1-1/+1
2020-05-07kgdb: Drop malformed kernel doc commentAndy Shevchenko1-3/+1
2019-10-24kdb: Avoid array subscript warnings on non-SMP buildsDaniel Thompson1-1/+1
2019-10-10kdb: Fix stack crawling on 'running' CPUs that aren't the masterDouglas Anderson1-0/+34
2019-09-25kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson1-20/+11
2019-09-03kgdb: fix comment regarding static functionNadav Amit1-4/+1
2018-12-30kdb: Don't back trace on a cpu that didn't round upDouglas Anderson1-0/+4
2018-12-30kgdb: Don't round up a CPU that failed rounding up beforeDouglas Anderson1-1/+19
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-0/+41
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...Ingo Molnar1-2/+2
2016-12-14kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson1-2/+2
2015-02-19debug: prevent entering debug mode on panic/exception.Colin Cross1-0/+17
2015-02-19kdb: Fix off by one error in kdb_cpu()Jason Wessel1-1/+1
2014-11-11kernel/debug/debug_core.c: Logging clean-upFabian Frederick1-22/+21
2014-11-11kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson1-2/+7
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-04-07mm: per-thread vma cachingDavidlohr Bueso1-3/+11
2014-02-26KGDB: make kgdb_breakpoint() as noinlineVijaya Kumar K1-1/+1
2014-01-25kgdb/kdb: Fix no KDB config problemMike Travis1-2/+3
2013-10-03kdb: Add support for external NMI handler to call KGDB/KDBMike Travis1-2/+30
2013-04-30kgdb/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-02-04kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman1-0/+1
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds1-0/+18
2012-10-12kgdb: Add module event hooksJason Wessel1-0/+18
2012-09-26kernel/debug: Mask KGDB NMI upon entryAnton Vorontsov1-3/+11
2012-04-04Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-29/+24
2012-03-29kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel1-29/+24
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-22kgdb,debug_core: add the ability to control the reboot notifierJason Wessel1-0/+16
2012-03-22kgdb,debug-core,gdbstub: Hook the reboot notifier for debugger detachJason Wessel1-0/+17
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-29debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng1-13/+3
2010-10-22kdb,debug_core: adjust master cpu switch logic against new debug_core lockingJason Wessel1-14/+2
2010-10-22debug_core: refactor locking for master/slave cpusJason Wessel1-50/+55
2010-10-22debug_core: disable hw_breakpoints on all cores in kgdb_cpu_enter()Dongdong Deng1-2/+5
2010-10-22debug_core: stop rcu warnings on kernel resumeJason Wessel1-0/+2
2010-10-22debug_core: move all watch dog syncs to a single functionJason Wessel1-6/+9
2010-08-19Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov1-1/+1
2010-08-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-0/+2
2010-08-05debug_core,kdb: fix crash when arch does not have single stepJason Wessel1-0/+2
2010-08-04Merge branch 'master' into for-nextJiri Kosina1-1/+1
2010-07-21debug_core,kdb: fix kgdb_connected bit set in the wrong placeJason Wessel1-1/+1
2010-07-19update email addressPavel Machek1-1/+1
2010-05-20x86, kgdb, init: Add early and late debug statesJason Wessel1-0/+16
2010-05-20kdb,debug_core: Allow the debug core to receive a panic notificationJason Wessel1-0/+19
2010-05-20debug_core,kdb: Allow the debug core to process a recursive debug entryJason Wessel1-0/+7
2010-05-20kgdb: Add the ability to schedule a breakpoint via a taskletJason Wessel1-0/+26
2010-05-20x86,kgdb: Add low level debug hookJason Wessel1-1/+1
2010-05-20kgdb: remove post_primary_code referencesJason Wessel1-8/+0
2010-05-20kgdb: gdb "monitor" -> kdb passthroughJason Wessel1-1/+1
2010-05-20kgdb,8250,pl011: Return immediately from console pollJason Wessel1-0/+2
2010-05-20kgdb: core changes to support kdbJason Wessel1-17/+90
2010-05-20Separate the gdbstub from the debug coreJason Wessel1-955/+39
2010-05-20Move kernel/kgdb.c to kernel/debug/debug_core.cJason Wessel1-0/+1764