Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c95d9c140cea04bb052bd853eee24d0020734d9d
/
kernel
/
debug
c58ff64
kdb: Tweak escape handling for vi users
by Daniel Thompson
· 5 years ago
cdca8d8
kdb: Improve handling of characters from different input sources
by Daniel Thompson
· 5 years ago
4f27e82
kdb: Remove special case logic from kdb_read()
by Daniel Thompson
· 5 years ago
d04213a
kdb: Simplify code to fetch characters from console
by Daniel Thompson
· 5 years ago
53b6313
kdb: Tidy up code to handle escape sequences
by Daniel Thompson
· 5 years ago
d07ce4e3
kdb: Avoid array subscript warnings on non-SMP builds
by Daniel Thompson
· 5 years ago
2277b49
kdb: Fix stack crawling on 'running' CPUs that aren't the master
by Douglas Anderson
· 5 years ago
55a7e23
kdb: Fix "btc <cpu>" crash if the CPU didn't round up
by Douglas Anderson
· 5 years ago
54af3e3
kdb: Remove unused "argcount" param from kdb_bt1(); make btaprompt bool
by Douglas Anderson
· 5 years ago
0f8b5b6
kgdb: Remove unused DCPU_SSTEP definition
by Douglas Anderson
· 5 years ago
7d92bda
kgdb: don't use a notifier to enter kgdb at panic; call directly
by Douglas Anderson
· 5 years ago
d8a050f
kgdb: fix comment regarding static function
by Nadav Amit
· 6 years ago
6357143
kdb: Replace strncmp with str_has_prefix
by Chuhong Yuan
· 5 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
ca976bf
kdb: Fix bound check compiler warning
by Wenlin Kang
· 6 years ago
b586627
kdb: do a sanity check on the cpu in kdb_per_cpu()
by Dan Carpenter
· 6 years ago
ecebc5c
kdb: Get rid of broken attempt to print CCVERSION in kdb summary
by Douglas Anderson
· 6 years ago
9b555c4
kdb: kdb_support: replace strcpy() by strscpy()
by Gustavo A. R. Silva
· 6 years ago
4cc168e
gdbstub: Replace strcpy() by strscpy()
by Gustavo A. R. Silva
· 6 years ago
a5d5092
gdbstub: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
7faedcd
kdb: use bool for binary state indicators
by Nicholas Mc Guire
· 6 years ago
162bc7f
kdb: Don't back trace on a cpu that didn't round up
by Douglas Anderson
· 6 years ago
87b0959
kgdb: Don't round up a CPU that failed rounding up before
by Douglas Anderson
· 6 years ago
3cd99ac
kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()
by Douglas Anderson
· 6 years ago
9ef7fa5
kgdb: Remove irq flags from roundup
by Douglas Anderson
· 6 years ago
646558f
kdb: kdb_support: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
01cb373
kdb: kdb_keyboard: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
9eb62f0
kdb: kdb_main: refactor code in kdb_md_line
by Gustavo A. R. Silva
· 6 years ago
c2b94c7
kdb: Use strscpy with destination buffer size
by Prarit Bhargava
· 6 years ago
568fb6f
kdb: print real address of pointers instead of hashed addresses
by Christophe Leroy
· 6 years ago
dded2e1
kdb: use correct pointer when 'btc' calls 'btt'
by Christophe Leroy
· 6 years ago
8508cf3
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
by Johannes Weiner
· 6 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
cb098d5
Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb
by Linus Torvalds
· 7 years ago
2cf2f0d
kdb: use memmove instead of overlapping memcpy
by Arnd Bergmann
· 7 years ago
40b90ef
kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts()
by Baolin Wang
· 7 years ago
33f765f
kdb: bl: don't use tab character in output
by Randy Dunlap
· 7 years ago
b0f73bc
kdb: drop newline in unknown command output
by Randy Dunlap
· 7 years ago
1e0ce03
kdb: make "mdr" command repeat
by Randy Dunlap
· 7 years ago
6909e29
kdb: use __ktime_get_real_seconds instead of __current_kernel_time
by Arnd Bergmann
· 7 years ago
0b44bf9
signal: Simplify and fix kdb_send_sig
by Eric W. Biederman
· 7 years ago
c07d353
kdb: Fix handling of kallsyms_symbol_next() return value
by Daniel Thompson
· 10 years ago
b17b015
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
03441a3
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>
by Ingo Molnar
· 8 years ago
38b8d20
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>
by Ingo Molnar
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
4f17722
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>
by Ingo Molnar
· 8 years ago
314ff78
mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <linux/sched.h> to <linux/mm_types>
by Ingo Molnar
· 8 years ago
34aaff4
kdb: call vkdb_printf() from vprintk_default() only when wanted
by Petr Mladek
· 8 years ago
d5d8d3d
kdb: properly synchronize vkdb_printf() calls with other CPUs
by Petr Mladek
· 8 years ago
d1bd8ea
kdb: remove unused kdb_event handling
by Petr Mladek
· 8 years ago
2d13bb6
kernel/debug/debug_core.c: more properly delay for secondary CPUs
by Douglas Anderson
· 8 years ago
4979575
printk/kdb: handle more message headers
by Petr Mladek
· 8 years ago
d2aa1ac
mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel mappings
by Kees Cook
· 9 years ago
7523e4d
module: use a structure to encapsulate layout.
by Rusty Russell
· 9 years ago
5516fd7
debug: prevent entering debug mode on panic/exception.
by Colin Cross
· 10 years ago
32d375f
kdb: Const qualifier for kdb_getstr's prompt argument
by Daniel Thompson
· 10 years ago
fb6daa7
kdb: Provide forward search at more prompt
by Daniel Thompson
· 10 years ago
ab08e46
kdb: Fix a prompt management bug when using | grep
by Daniel Thompson
· 10 years ago
5454388
kdb: Remove stack dump when entering kgdb due to NMI
by Daniel Thompson
· 10 years ago
f7d4ca8
kdb: Avoid printing KERN_ levels to consoles
by Daniel Thompson
· 10 years ago
df0036d
kdb: Fix off by one error in kdb_cpu()
by Jason Wessel
· 10 years ago
1467559
kdb: fix incorrect counts in KDB summary command output
by Jay Lan
· 10 years ago
1939341
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
d5db139
module: make module_refcount() a signed integer.
by Rusty Russell
· 10 years ago
0f16996
kernel/debug/debug_core.c: Logging clean-up
by Fabian Frederick
· 11 years ago
a1465d2
kgdb: timeout if secondary CPUs ignore the roundup
by Daniel Thompson
· 10 years ago
b801717
kdb: Allow access to sensitive commands to be restricted by default
by Daniel Thompson
· 10 years ago
420c2b1
kdb: Add enable mask for groups of commands
by Anton Vorontsov
· 10 years ago
9452e97
kdb: Categorize kdb commands (similar to SysRq categorization)
by Daniel Thompson
· 10 years ago
e8ab24d
kdb: Remove KDB_REPEAT_NONE flag
by Anton Vorontsov
· 10 years ago
04bb171e
kdb: Use KDB_REPEAT_* values as flags
by Anton Vorontsov
· 10 years ago
42c884c
kdb: Rename kdb_register_repeat() to kdb_register_flags()
by Anton Vorontsov
· 10 years ago
15a42a9
kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flags
by Anton Vorontsov
· 10 years ago
a2e5d18
kdb: Remove currently unused kdbtab_t->cmd_flags
by Anton Vorontsov
· 10 years ago
f9f2bac
kdb: replace strnicmp with strncasecmp
by Rasmus Villemoes
· 10 years ago
a9821c7
kdb: Use ktime_get_ts()
by Thomas Gleixner
· 11 years ago
a8fe19e
kernel/printk: use symbolic defines for console loglevels
by Borislav Petkov
· 11 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
615d6e8
mm: per-thread vma caching
by Davidlohr Bueso
· 11 years ago
d498d4b
KGDB: make kgdb_breakpoint() as noinline
by Vijaya Kumar K
· 11 years ago
fc8b137
kgdb/kdb: Fix no KDB config problem
by Mike Travis
· 11 years ago
8daaa5f
kdb: Add support for external NMI handler to call KGDB/KDB
by Mike Travis
· 11 years ago
f345650
kgdb/sysrq: fix inconstistent help message of sysrq key
by zhangwei(Jovi)
· 12 years ago
3cfb077
Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb
by Linus Torvalds
· 12 years ago
36dfea4
kdb: Remove unhandled ssb command
by Vincent
· 12 years ago
a37372f
kdb: Prevent kernel oops with kdb_defcmd
by Jason Wessel
· 12 years ago
1b2caa2d
kdb: Remove the ll command
by Jason Wessel
· 12 years ago
074604a
kdb_main: fix help print
by Jason Wessel
· 12 years ago
4eb7a66
kdb: Fix overlap in buffers with strcpy
by Jason Wessel
· 12 years ago
00370b8
kdb: Setup basic kdb state before invoking commands via kgdb
by Matt Klein
· 12 years ago
5f784f7
kdb: use ARRAY_SIZE where possible
by Sasha Levin
· 12 years ago
f7c82d5
kdb: A fix for kdb command table expansion
by John Blackwood
· 12 years ago
16559ae
kgdb: remove #include <linux/serial_8250.h> from kgdb.h
by Greg Kroah-Hartman
· 12 years ago
0d21b0e
module: add new state MODULE_STATE_UNFORMED.
by Rusty Russell
· 12 years ago
6c536a1
Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb
by Linus Torvalds
· 12 years ago
17b572e8
kdb,vt_console: Fix missed data due to pager overruns
by Jason Wessel
· 12 years ago
d1871b3
kdb: Fix dmesg/bta scroll to quit with 'q'
by Jason Wessel
· 12 years ago
f30fed1
kgdb: Add module event hooks
by Jason Wessel
· 12 years ago
Next »