index
:
linux-sh
development
for-next
j2-devel
j2-stable
jcore-4.6
jcore-4.8
linux-sh-draft
linux-sh-draft-2
master
sh-for-4.6
sh-for-4.6-old1
temp-j2
v4.6-rc3+j2
v4.6-rc5+j2
v5.16+j2
DO NOT CLONE THIS REPO DIRECTLY. Clone kernel.org then fetch just differences from here. Linux SH repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
debug
/
kdb
/
kdb_main.c
Age
Commit message (
Expand
)
Author
Lines
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
-1
/
+2
2020-06-02
kdb: Remove the misfeature 'KDBFLAGS'
Wei Li
-4
/
+4
2020-06-02
kdb: Cleanup math with KDB_CMD_HISTORY_COUNT
Douglas Anderson
-1
/
+2
2020-04-01
kdb: Censor attempts to set PROMPT without ENABLE_MEM_READ
Daniel Thompson
-4
/
+8
2020-04-01
kdb: Eliminate strncpy() warnings by replacing with strscpy()
Daniel Thompson
-4
/
+4
2020-02-06
Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no r...
Daniel Thompson
-13
/
+15
2020-01-31
kdb: Get rid of confusing diag msg from "rd" if current task has no regs
Douglas Anderson
-15
/
+13
2020-01-31
kdb: Gid rid of implicit setting of the current task / regs
Douglas Anderson
-1
/
+1
2020-01-31
kdb: kdb_current_task shouldn't be exported
Douglas Anderson
-1
/
+0
2019-09-03
kdb: Replace strncmp with str_has_prefix
Chuhong Yuan
-1
/
+1
2019-05-12
kdb: do a sanity check on the cpu in kdb_per_cpu()
Dan Carpenter
-1
/
+1
2019-05-12
kdb: Get rid of broken attempt to print CCVERSION in kdb summary
Douglas Anderson
-1
/
+0
2018-12-30
kdb: use bool for binary state indicators
Nicholas Mc Guire
-7
/
+7
2018-11-13
kdb: kdb_main: refactor code in kdb_md_line
Gustavo A. R. Silva
-18
/
+3
2018-11-13
kdb: print real address of pointers instead of hashed addresses
Christophe Leroy
-7
/
+7
2018-10-26
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
Johannes Weiner
-6
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
-1
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
-4
/
+7
2018-04-12
Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
-49
/
+40
2018-01-31
kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts()
Baolin Wang
-3
/
+3
2018-01-25
kdb: drop newline in unknown command output
Randy Dunlap
-0
/
+11
2018-01-25
kdb: make "mdr" command repeat
Randy Dunlap
-6
/
+21
2018-01-25
kdb: use __ktime_get_real_seconds instead of __current_kernel_time
Arnd Bergmann
-40
/
+5
2018-01-03
signal: Simplify and fix kdb_send_sig
Eric W. Biederman
-8
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
-0
/
+1
2016-12-14
kdb: remove unused kdb_event handling
Petr Mladek
-1
/
+0
2015-12-04
module: use a structure to encapsulate layout.
Rusty Russell
-2
/
+2
2015-02-19
kdb: Provide forward search at more prompt
Daniel Thompson
-3
/
+4
2015-02-19
kdb: Fix a prompt management bug when using | grep
Daniel Thompson
-2
/
+2
2015-02-19
kdb: Remove stack dump when entering kgdb due to NMI
Daniel Thompson
-1
/
+0
2015-02-19
kdb: Fix off by one error in kdb_cpu()
Jason Wessel
-1
/
+1
2015-02-19
kdb: fix incorrect counts in KDB summary command output
Jay Lan
-1
/
+1
2015-01-23
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+1
2015-01-22
module: make module_refcount() a signed integer.
Rusty Russell
-1
/
+1
2014-11-11
kgdb: timeout if secondary CPUs ignore the roundup
Daniel Thompson
-1
/
+3
2014-11-11
kdb: Allow access to sensitive commands to be restricted by default
Daniel Thompson
-1
/
+1
2014-11-11
kdb: Add enable mask for groups of commands
Anton Vorontsov
-1
/
+29
2014-11-11
kdb: Categorize kdb commands (similar to SysRq categorization)
Daniel Thompson
-33
/
+87
2014-11-11
kdb: Remove KDB_REPEAT_NONE flag
Anton Vorontsov
-30
/
+29
2014-11-11
kdb: Use KDB_REPEAT_* values as flags
Anton Vorontsov
-14
/
+7
2014-11-11
kdb: Rename kdb_register_repeat() to kdb_register_flags()
Anton Vorontsov
-43
/
+43
2014-11-11
kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flags
Anton Vorontsov
-3
/
+3
2014-11-11
kdb: Remove currently unused kdbtab_t->cmd_flags
Anton Vorontsov
-1
/
+0
2014-06-12
kdb: Use ktime_get_ts()
Thomas Gleixner
-1
/
+1
2014-06-04
kernel/printk: use symbolic defines for console loglevels
Borislav Petkov
-1
/
+1
2013-10-03
kdb: Add support for external NMI handler to call KGDB/KDB
Mike Travis
-0
/
+3
2013-03-02
kdb: Remove unhandled ssb command
Vincent
-16
/
+0
2013-03-02
kdb: Prevent kernel oops with kdb_defcmd
Jason Wessel
-2
/
+6
[next]