summaryrefslogtreecommitdiff
path: root/kernel/debug/debug_core.c
AgeCommit message (Expand)Author
2023-10-15kgdb: Flush console before entering kgdb on panicDouglas Anderson
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby
2022-09-26mm: remove vmacacheLiam R. Howlett
2022-05-24lockdown: also lock down previous kgdb useDaniel Thompson
2021-09-06kernel: debug: Convert to SPDX identifierCai Huoqing
2021-06-01kgdb: Fix fall-through warning for ClangGustavo A. R. Silva
2021-06-01kgdb: Fix spelling mistakesZhen Lei
2021-02-26kgdb: fix to kill breakpoints on initmem after bootSumit Garg
2021-02-11kgdb: Remove kgdb_schedule_breakpoint()Daniel Thompson
2021-02-04kgdb: rectify kernel-doc for kgdb_unregister_io_module()Lukas Bulwahn
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra
2020-10-01kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson
2020-10-01kgdb: Add NOKPROBE labels on the trap handler functionsDaniel Thompson
2020-09-28kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson
2020-09-11kernel/debug: Fix spelling mistake in debug_core.cYouling Tang
2020-09-08kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2020-06-26kgdb: Avoid suspicious RCU usage warningDouglas Anderson
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-02kgdb: Don't call the deinit under spinlockDouglas Anderson
2020-05-18kgdb: Add kgdb_has_hit_break functionVincent Chen
2020-05-18kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson
2020-05-18kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson
2020-05-18kgdb: Delay "kgdbwait" to dbg_late_init() by defaultDouglas Anderson
2020-05-18kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdbDouglas Anderson
2020-05-15kdb: constify sysrq_key_opEmil Velikov
2020-05-07kgdb: Drop malformed kernel doc commentAndy Shevchenko
2019-10-24kdb: Avoid array subscript warnings on non-SMP buildsDaniel Thompson
2019-10-10kdb: Fix stack crawling on 'running' CPUs that aren't the masterDouglas Anderson
2019-09-25kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson
2019-09-03kgdb: fix comment regarding static functionNadav Amit
2018-12-30kdb: Don't back trace on a cpu that didn't round upDouglas Anderson
2018-12-30kgdb: Don't round up a CPU that failed rounding up beforeDouglas Anderson
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...Ingo Molnar
2016-12-14kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson
2015-02-19debug: prevent entering debug mode on panic/exception.Colin Cross
2015-02-19kdb: Fix off by one error in kdb_cpu()Jason Wessel
2014-11-11kernel/debug/debug_core.c: Logging clean-upFabian Frederick
2014-11-11kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-07mm: per-thread vma cachingDavidlohr Bueso
2014-02-26KGDB: make kgdb_breakpoint() as noinlineVijaya Kumar K
2014-01-25kgdb/kdb: Fix no KDB config problemMike Travis
2013-10-03kdb: Add support for external NMI handler to call KGDB/KDBMike Travis
2013-04-30kgdb/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)