index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
debug
/
kdb
/
kdb_main.c
Age
Commit message (
Expand
)
Author
2021-07-06
Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...
Linus Torvalds
2021-06-01
kgdb: Fix spelling mistakes
Zhen Lei
2021-05-17
kdb: Switch to use %ptTs
Andy Shevchenko
2021-04-27
Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-04-14
kdb: Refactor env variables get/set code
Sumit Garg
2021-03-19
kdb: Simplify kdb commands registration
Sumit Garg
2021-03-08
printk: kmsg_dump: remove _nolock() variants
John Ogness
2021-03-08
printk: introduce a kmsg_dump iterator
John Ogness
2021-03-08
printk: kmsg_dumper: remove @active field
John Ogness
2020-09-08
kdb: Use newer api for tasklist scanning
Davidlohr Bueso
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
2020-06-02
kdb: Remove the misfeature 'KDBFLAGS'
Wei Li
2020-06-02
kdb: Cleanup math with KDB_CMD_HISTORY_COUNT
Douglas Anderson
2020-04-01
kdb: Censor attempts to set PROMPT without ENABLE_MEM_READ
Daniel Thompson
2020-04-01
kdb: Eliminate strncpy() warnings by replacing with strscpy()
Daniel Thompson
2020-02-06
Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no r...
Daniel Thompson
2020-01-31
kdb: Get rid of confusing diag msg from "rd" if current task has no regs
Douglas Anderson
2020-01-31
kdb: Gid rid of implicit setting of the current task / regs
Douglas Anderson
2020-01-31
kdb: kdb_current_task shouldn't be exported
Douglas Anderson
2019-09-03
kdb: Replace strncmp with str_has_prefix
Chuhong Yuan
2019-05-12
kdb: do a sanity check on the cpu in kdb_per_cpu()
Dan Carpenter
2019-05-12
kdb: Get rid of broken attempt to print CCVERSION in kdb summary
Douglas Anderson
2018-12-30
kdb: use bool for binary state indicators
Nicholas Mc Guire
2018-11-13
kdb: kdb_main: refactor code in kdb_md_line
Gustavo A. R. Silva
2018-11-13
kdb: print real address of pointers instead of hashed addresses
Christophe Leroy
2018-10-26
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
Johannes Weiner
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-04-12
Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
2018-01-31
kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts()
Baolin Wang
2018-01-25
kdb: drop newline in unknown command output
Randy Dunlap
2018-01-25
kdb: make "mdr" command repeat
Randy Dunlap
2018-01-25
kdb: use __ktime_get_real_seconds instead of __current_kernel_time
Arnd Bergmann
2018-01-03
signal: Simplify and fix kdb_send_sig
Eric W. Biederman
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-12-14
kdb: remove unused kdb_event handling
Petr Mladek
2015-12-04
module: use a structure to encapsulate layout.
Rusty Russell
2015-02-19
kdb: Provide forward search at more prompt
Daniel Thompson
2015-02-19
kdb: Fix a prompt management bug when using | grep
Daniel Thompson
2015-02-19
kdb: Remove stack dump when entering kgdb due to NMI
Daniel Thompson
2015-02-19
kdb: Fix off by one error in kdb_cpu()
Jason Wessel
2015-02-19
kdb: fix incorrect counts in KDB summary command output
Jay Lan
2015-01-23
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-01-22
module: make module_refcount() a signed integer.
Rusty Russell
2014-11-11
kgdb: timeout if secondary CPUs ignore the roundup
Daniel Thompson
2014-11-11
kdb: Allow access to sensitive commands to be restricted by default
Daniel Thompson
2014-11-11
kdb: Add enable mask for groups of commands
Anton Vorontsov
2014-11-11
kdb: Categorize kdb commands (similar to SysRq categorization)
Daniel Thompson
[next]