index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
debug
/
debug_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-06
kernel: debug: Convert to SPDX identifier
Cai Huoqing
1
-4
/
+1
2021-06-01
kgdb: Fix fall-through warning for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-06-01
kgdb: Fix spelling mistakes
Zhen Lei
1
-1
/
+1
2021-02-26
kgdb: fix to kill breakpoints on initmem after boot
Sumit Garg
1
-0
/
+11
2021-02-11
kgdb: Remove kgdb_schedule_breakpoint()
Daniel Thompson
1
-26
/
+0
2021-02-04
kgdb: rectify kernel-doc for kgdb_unregister_io_module()
Lukas Bulwahn
1
-1
/
+1
2020-11-24
smp: Cleanup smp_call_function*()
Peter Zijlstra
1
-3
/
+3
2020-10-01
kernel: debug: Centralize dbg_[de]activate_sw_breakpoints
Daniel Thompson
1
-0
/
+2
2020-10-01
kgdb: Add NOKPROBE labels on the trap handler functions
Daniel Thompson
1
-0
/
+16
2020-09-28
kgdb: Honour the kprobe blocklist when setting breakpoints
Daniel Thompson
1
-0
/
+4
2020-09-11
kernel/debug: Fix spelling mistake in debug_core.c
Youling Tang
1
-2
/
+2
2020-09-08
kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"
Douglas Anderson
1
-8
/
+14
2020-07-30
treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()
Kees Cook
1
-1
/
+1
2020-06-26
kgdb: Avoid suspicious RCU usage warning
Douglas Anderson
1
-0
/
+4
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
1
-3
/
+3
2020-06-07
Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+1
2020-06-04
Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+12
2020-06-02
kgdb: Don't call the deinit under spinlock
Douglas Anderson
1
-2
/
+3
2020-05-18
kgdb: Add kgdb_has_hit_break function
Vincent Chen
1
-0
/
+12
2020-05-18
kgdboc: Add kgdboc_earlycon to support early kgdb using boot consoles
Douglas Anderson
1
-4
/
+18
2020-05-18
kgdb: Prevent infinite recursive entries to the debugger
Douglas Anderson
1
-0
/
+1
2020-05-18
kgdb: Delay "kgdbwait" to dbg_late_init() by default
Douglas Anderson
1
-10
/
+15
2020-05-18
kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdb
Douglas Anderson
1
-0
/
+4
2020-05-15
kdb: constify sysrq_key_op
Emil Velikov
1
-1
/
+1
2020-05-07
kgdb: Drop malformed kernel doc comment
Andy Shevchenko
1
-3
/
+1
2019-10-24
kdb: Avoid array subscript warnings on non-SMP builds
Daniel Thompson
1
-1
/
+1
2019-10-10
kdb: Fix stack crawling on 'running' CPUs that aren't the master
Douglas Anderson
1
-0
/
+34
2019-09-25
kgdb: don't use a notifier to enter kgdb at panic; call directly
Douglas Anderson
1
-20
/
+11
2019-09-03
kgdb: fix comment regarding static function
Nadav Amit
1
-4
/
+1
2018-12-30
kdb: Don't back trace on a cpu that didn't round up
Douglas Anderson
1
-0
/
+4
2018-12-30
kgdb: Don't round up a CPU that failed rounding up before
Douglas Anderson
1
-1
/
+19
2018-12-30
kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()
Douglas Anderson
1
-0
/
+41
2018-12-30
kgdb: Remove irq flags from roundup
Douglas Anderson
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...
Ingo Molnar
1
-2
/
+2
2016-12-14
kernel/debug/debug_core.c: more properly delay for secondary CPUs
Douglas Anderson
1
-2
/
+2
2015-02-19
debug: prevent entering debug mode on panic/exception.
Colin Cross
1
-0
/
+17
2015-02-19
kdb: Fix off by one error in kdb_cpu()
Jason Wessel
1
-1
/
+1
2014-11-11
kernel/debug/debug_core.c: Logging clean-up
Fabian Frederick
1
-22
/
+21
2014-11-11
kgdb: timeout if secondary CPUs ignore the roundup
Daniel Thompson
1
-2
/
+7
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
1
-2
/
+2
2014-04-07
mm: per-thread vma caching
Davidlohr Bueso
1
-3
/
+11
2014-02-26
KGDB: make kgdb_breakpoint() as noinline
Vijaya Kumar K
1
-1
/
+1
2014-01-25
kgdb/kdb: Fix no KDB config problem
Mike Travis
1
-2
/
+3
2013-10-03
kdb: Add support for external NMI handler to call KGDB/KDB
Mike Travis
1
-2
/
+30
2013-04-30
kgdb/sysrq: fix inconstistent help message of sysrq key
zhangwei(Jovi)
1
-1
/
+1
2013-02-04
kgdb: remove #include <linux/serial_8250.h> from kgdb.h
Greg Kroah-Hartman
1
-0
/
+1
2012-10-13
Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...
Linus Torvalds
1
-0
/
+18
2012-10-12
kgdb: Add module event hooks
Jason Wessel
1
-0
/
+18
2012-09-26
kernel/debug: Mask KGDB NMI upon entry
Anton Vorontsov
1
-3
/
+11
[next]