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_main.c
Age
Commit message (
Expand
)
Author
2022-05-26
Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-05-24
lockdown: also lock down previous kgdb use
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: Rename members of struct kdbtab_t
Sumit Garg
2021-07-27
kdb: Simplify kdb_defcmd macro logic
Sumit Garg
2021-07-27
kdb: Get rid of redundant kdb_register_flags()
Sumit Garg
2021-07-27
kdb: Rename struct defcmd_set to struct kdb_macro
Sumit Garg
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
[next]