index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
debug
/
kdb
/
kdb_private.h
Age
Commit message (
Expand
)
Author
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