index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
debug
/
kdb
/
kdb_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kdb: Fix a potential buffer overflow in kdb_local()
Christophe JAILLET
2024-01-17
1
-2
/
+0
*
kdb: Corrects comment for kdballocenv
Yuran Pereira
2023-11-06
1
-4
/
+3
*
Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-05-26
1
-49
/
+0
|
\
|
*
module: Move kdb module related code out of main kdb code
Aaron Tomlin
2022-04-05
1
-49
/
+0
*
|
lockdown: also lock down previous kgdb use
Daniel Thompson
2022-05-24
1
-3
/
+59
|
/
*
kdb: Adopt scheduler's task classification
Daniel Thompson
2021-11-03
1
-18
/
+19
*
kdb: Rename members of struct kdbtab_t
Sumit Garg
2021-07-27
1
-203
/
+201
*
kdb: Simplify kdb_defcmd macro logic
Sumit Garg
2021-07-27
1
-49
/
+58
*
kdb: Get rid of redundant kdb_register_flags()
Sumit Garg
2021-07-27
1
-114
/
+53
*
kdb: Rename struct defcmd_set to struct kdb_macro
Sumit Garg
2021-07-27
1
-20
/
+20
*
Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...
Linus Torvalds
2021-07-06
1
-4
/
+4
|
\
|
*
kgdb: Fix spelling mistakes
Zhen Lei
2021-06-01
1
-4
/
+4
*
|
kdb: Switch to use %ptTs
Andy Shevchenko
2021-05-17
1
-8
/
+1
|
/
*
Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-04-27
1
-5
/
+5
|
\
|
*
printk: kmsg_dump: remove _nolock() variants
John Ogness
2021-03-08
1
-4
/
+4
|
*
printk: introduce a kmsg_dump iterator
John Ogness
2021-03-08
1
-5
/
+5
|
*
printk: kmsg_dumper: remove @active field
John Ogness
2021-03-08
1
-1
/
+1
*
|
kdb: Refactor env variables get/set code
Sumit Garg
2021-04-14
1
-74
/
+68
*
|
kdb: Simplify kdb commands registration
Sumit Garg
2021-03-19
1
-188
/
+258
|
/
*
kdb: Use newer api for tasklist scanning
Davidlohr Bueso
2020-09-08
1
-4
/
+4
*
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
2020-06-17
1
-1
/
+2
*
kdb: Remove the misfeature 'KDBFLAGS'
Wei Li
2020-06-02
1
-4
/
+4
*
kdb: Cleanup math with KDB_CMD_HISTORY_COUNT
Douglas Anderson
2020-06-02
1
-1
/
+2
*
kdb: Censor attempts to set PROMPT without ENABLE_MEM_READ
Daniel Thompson
2020-04-01
1
-4
/
+8
*
kdb: Eliminate strncpy() warnings by replacing with strscpy()
Daniel Thompson
2020-04-01
1
-4
/
+4
*
Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no r...
Daniel Thompson
2020-02-06
1
-13
/
+15
*
kdb: Get rid of confusing diag msg from "rd" if current task has no regs
Douglas Anderson
2020-01-31
1
-15
/
+13
*
kdb: Gid rid of implicit setting of the current task / regs
Douglas Anderson
2020-01-31
1
-1
/
+1
*
kdb: kdb_current_task shouldn't be exported
Douglas Anderson
2020-01-31
1
-1
/
+0
*
kdb: Replace strncmp with str_has_prefix
Chuhong Yuan
2019-09-03
1
-1
/
+1
*
kdb: do a sanity check on the cpu in kdb_per_cpu()
Dan Carpenter
2019-05-12
1
-1
/
+1
*
kdb: Get rid of broken attempt to print CCVERSION in kdb summary
Douglas Anderson
2019-05-12
1
-1
/
+0
*
kdb: use bool for binary state indicators
Nicholas Mc Guire
2018-12-30
1
-7
/
+7
*
kdb: kdb_main: refactor code in kdb_md_line
Gustavo A. R. Silva
2018-11-13
1
-18
/
+3
*
kdb: print real address of pointers instead of hashed addresses
Christophe Leroy
2018-11-13
1
-7
/
+7
*
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
Johannes Weiner
2018-10-26
1
-6
/
+1
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-4
/
+7
*
Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
2018-04-12
1
-49
/
+40
|
\
|
*
kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts()
Baolin Wang
2018-01-31
1
-3
/
+3
|
*
kdb: drop newline in unknown command output
Randy Dunlap
2018-01-25
1
-0
/
+11
|
*
kdb: make "mdr" command repeat
Randy Dunlap
2018-01-25
1
-6
/
+21
|
*
kdb: use __ktime_get_real_seconds instead of __current_kernel_time
Arnd Bergmann
2018-01-25
1
-40
/
+5
*
|
signal: Simplify and fix kdb_send_sig
Eric W. Biederman
2018-01-03
1
-8
/
+2
|
/
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
kdb: remove unused kdb_event handling
Petr Mladek
2016-12-14
1
-1
/
+0
*
module: use a structure to encapsulate layout.
Rusty Russell
2015-12-04
1
-2
/
+2
*
kdb: Provide forward search at more prompt
Daniel Thompson
2015-02-19
1
-3
/
+4
[next]