index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
debug
/
kdb
/
kdb_private.h
Age
Commit message (
Expand
)
Author
2024-06-21
kdb: Get rid of redundant kdb_curr_task()
Zheng Zengkai
2023-07-03
kdb: move kdb_send_sig() declaration to a better header file
Daniel Thompson
2022-04-05
module: Move kdb module related code out of main kdb code
Aaron Tomlin
2021-11-03
kdb: Adopt scheduler's task classification
Daniel Thompson
2021-07-27
kdb: Get rid of redundant kdb_register_flags()
Sumit Garg
2021-07-27
kdb: Get rid of custom debug heap allocator
Sumit Garg
2021-06-01
kgdb: Fix spelling mistakes
Zhen Lei
2021-03-19
kdb: Simplify kdb commands registration
Sumit Garg
2021-03-19
kdb: Remove redundant function definitions/prototypes
Sumit Garg
2021-02-08
kdb: Make memory allocations more robust
Sumit Garg
2021-02-04
kdb: kdb_support: Fix debugging information problem
Stephen Zhang
2020-09-08
kdb: Use newer api for tasklist scanning
Davidlohr Bueso
2020-01-31
kdb: Gid rid of implicit setting of the current task / regs
Douglas Anderson
2020-01-31
kdb: kdb_current_regs should be private
Douglas Anderson
2019-10-28
kdb: Remove special case logic from kdb_read()
Daniel Thompson
2018-11-13
kdb: Use strscpy with destination buffer size
Prarit Bhargava
2018-01-03
signal: Simplify and fix kdb_send_sig
Eric W. Biederman
2016-12-14
kdb: properly synchronize vkdb_printf() calls with other CPUs
Petr Mladek
2015-02-19
kdb: Const qualifier for kdb_getstr's prompt argument
Daniel Thompson
2015-02-19
kdb: Provide forward search at more prompt
Daniel Thompson
2014-11-11
kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flags
Anton Vorontsov
2014-11-11
kdb: Remove currently unused kdbtab_t->cmd_flags
Anton Vorontsov
2013-03-02
kdb: Remove unhandled ssb command
Vincent
2012-07-21
printk: Remove kdb_syslog_data
Anton Vorontsov
2012-03-22
KDB: Fix usability issues relating to the 'enter' key.
Andrei Warkentin
2011-08-01
kdb: Remove all references to DOING_KGDB2
Jason Wessel
2011-08-01
kdb,kgdb: Implement switch and pass buffer from kdb -> gdb
Jason Wessel
2010-10-22
kdb,kgdb: fix sparse fixups
Jason Wessel
2010-10-22
kdb: Allow kernel loadable modules to add kdb shell functions
Jason Wessel
2010-08-16
kdb: fix compile error without CONFIG_KALLSYMS
Jason Wessel
2010-08-05
vt,console,kdb: automatically set kdb LINES variable
Jason Wessel
2010-05-20
kgdb: gdb "monitor" -> kdb passthrough
Jason Wessel
2010-05-20
kdb: core for kgdb back end (1 of 2)
Jason Wessel