summaryrefslogtreecommitdiffstats
path: root/kernel/debug/debug_core.c
Commit message (Expand)AuthorAgeFilesLines
* kgdb: Flush console before entering kgdb on panicDouglas Anderson2023-10-151-0/+3
* tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby2023-07-251-1/+1
* mm: remove vmacacheLiam R. Howlett2022-09-261-12/+0
* lockdown: also lock down previous kgdb useDaniel Thompson2022-05-241-0/+24
* kernel: debug: Convert to SPDX identifierCai Huoqing2021-09-061-4/+1
* kgdb: Fix fall-through warning for ClangGustavo A. R. Silva2021-06-011-0/+1
* kgdb: Fix spelling mistakesZhen Lei2021-06-011-1/+1
* kgdb: fix to kill breakpoints on initmem after bootSumit Garg2021-02-261-0/+11
* kgdb: Remove kgdb_schedule_breakpoint()Daniel Thompson2021-02-111-26/+0
* kgdb: rectify kernel-doc for kgdb_unregister_io_module()Lukas Bulwahn2021-02-041-1/+1
* smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-241-3/+3
* kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson2020-10-011-0/+2
* kgdb: Add NOKPROBE labels on the trap handler functionsDaniel Thompson2020-10-011-0/+16
* kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson2020-09-281-0/+4
* kernel/debug: Fix spelling mistake in debug_core.cYouling Tang2020-09-111-2/+2
* kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson2020-09-081-8/+14
* treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
* kgdb: Avoid suspicious RCU usage warningDouglas Anderson2020-06-261-0/+4
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-3/+3
* Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-071-1/+1
|\
| * kdb: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
* | Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-041-0/+12
|\ \
| * | kgdb: Add kgdb_has_hit_break functionVincent Chen2020-05-181-0/+12
| |/
* | kgdb: Don't call the deinit under spinlockDouglas Anderson2020-06-021-2/+3
* | kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson2020-05-181-4/+18
* | kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson2020-05-181-0/+1
* | kgdb: Delay "kgdbwait" to dbg_late_init() by defaultDouglas Anderson2020-05-181-10/+15
* | kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdbDouglas Anderson2020-05-181-0/+4
* | kgdb: Drop malformed kernel doc commentAndy Shevchenko2020-05-071-3/+1
|/
* kdb: Avoid array subscript warnings on non-SMP buildsDaniel Thompson2019-10-241-1/+1
* kdb: Fix stack crawling on 'running' CPUs that aren't the masterDouglas Anderson2019-10-101-0/+34
* kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson2019-09-251-20/+11
* kgdb: fix comment regarding static functionNadav Amit2019-09-031-4/+1
* kdb: Don't back trace on a cpu that didn't round upDouglas Anderson2018-12-301-0/+4
* kgdb: Don't round up a CPU that failed rounding up beforeDouglas Anderson2018-12-301-1/+19
* kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-0/+41
* kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-1/+1
* 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