index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
debug
/
kdb
/
kdb_main.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-02
Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-37
/
+0
2025-03-28
kdb: remove usage of static environment buffer
Nir Lichtman
1
-40
/
+8
2025-02-14
Revert "kdb: Implement disable_nmi command"
Douglas Anderson
1
-37
/
+0
2024-11-02
kdb: Remove fallback interpretation of arbitrary numbers as hex
Nir Lichtman
1
-12
/
+4
2024-11-02
kdb: Replace the use of simple_strto with safer kstrto in kdb_main
Yuran Pereira
1
-48
/
+21
2024-06-21
kdb: Get rid of redundant kdb_curr_task()
Zheng Zengkai
1
-14
/
+4
2024-04-22
kdb: Use str_plural() to fix Coccinelle warning
Thorsten Blum
1
-1
/
+1
2024-01-17
kdb: Fix a potential buffer overflow in kdb_local()
Christophe JAILLET
1
-2
/
+0
2023-11-06
kdb: Corrects comment for kdballocenv
Yuran Pereira
1
-4
/
+3
2022-05-26
Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
1
-49
/
+0
2022-05-24
lockdown: also lock down previous kgdb use
Daniel Thompson
1
-3
/
+59
2022-04-05
module: Move kdb module related code out of main kdb code
Aaron Tomlin
1
-49
/
+0
2021-11-03
kdb: Adopt scheduler's task classification
Daniel Thompson
1
-18
/
+19
2021-07-27
kdb: Rename members of struct kdbtab_t
Sumit Garg
1
-203
/
+201
2021-07-27
kdb: Simplify kdb_defcmd macro logic
Sumit Garg
1
-49
/
+58
2021-07-27
kdb: Get rid of redundant kdb_register_flags()
Sumit Garg
1
-114
/
+53
2021-07-27
kdb: Rename struct defcmd_set to struct kdb_macro
Sumit Garg
1
-20
/
+20
2021-07-06
Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
Linus Torvalds
1
-4
/
+4
2021-06-01
kgdb: Fix spelling mistakes
Zhen Lei
1
-4
/
+4
2021-05-17
kdb: Switch to use %ptTs
Andy Shevchenko
1
-8
/
+1
2021-04-27
Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
1
-5
/
+5
2021-04-14
kdb: Refactor env variables get/set code
Sumit Garg
1
-74
/
+68
2021-03-19
kdb: Simplify kdb commands registration
Sumit Garg
1
-188
/
+258
2021-03-08
printk: kmsg_dump: remove _nolock() variants
John Ogness
1
-4
/
+4
2021-03-08
printk: introduce a kmsg_dump iterator
John Ogness
1
-5
/
+5
2021-03-08
printk: kmsg_dumper: remove @active field
John Ogness
1
-1
/
+1
2020-09-08
kdb: Use newer api for tasklist scanning
Davidlohr Bueso
1
-4
/
+4
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
1
-1
/
+2
2020-06-02
kdb: Remove the misfeature 'KDBFLAGS'
Wei Li
1
-4
/
+4
2020-06-02
kdb: Cleanup math with KDB_CMD_HISTORY_COUNT
Douglas Anderson
1
-1
/
+2
2020-04-01
kdb: Censor attempts to set PROMPT without ENABLE_MEM_READ
Daniel Thompson
1
-4
/
+8
2020-04-01
kdb: Eliminate strncpy() warnings by replacing with strscpy()
Daniel Thompson
1
-4
/
+4
2020-02-06
Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no regs"
Daniel Thompson
1
-13
/
+15
2020-01-31
kdb: Get rid of confusing diag msg from "rd" if current task has no regs
Douglas Anderson
1
-15
/
+13
2020-01-31
kdb: Gid rid of implicit setting of the current task / regs
Douglas Anderson
1
-1
/
+1
2020-01-31
kdb: kdb_current_task shouldn't be exported
Douglas Anderson
1
-1
/
+0
2019-09-03
kdb: Replace strncmp with str_has_prefix
Chuhong Yuan
1
-1
/
+1
2019-05-12
kdb: do a sanity check on the cpu in kdb_per_cpu()
Dan Carpenter
1
-1
/
+1
2019-05-12
kdb: Get rid of broken attempt to print CCVERSION in kdb summary
Douglas Anderson
1
-1
/
+0
2018-12-30
kdb: use bool for binary state indicators
Nicholas Mc Guire
1
-7
/
+7
2018-11-13
kdb: kdb_main: refactor code in kdb_md_line
Gustavo A. R. Silva
1
-18
/
+3
2018-11-13
kdb: print real address of pointers instead of hashed addresses
Christophe Leroy
1
-7
/
+7
2018-10-26
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
Johannes Weiner
1
-6
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-4
/
+7
2018-04-12
Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb
Linus Torvalds
1
-49
/
+40
2018-01-31
kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts()
Baolin Wang
1
-3
/
+3
2018-01-25
kdb: drop newline in unknown command output
Randy Dunlap
1
-0
/
+11
2018-01-25
kdb: make "mdr" command repeat
Randy Dunlap
1
-6
/
+21
2018-01-25
kdb: use __ktime_get_real_seconds instead of __current_kernel_time
Arnd Bergmann
1
-40
/
+5
[next]