summaryrefslogtreecommitdiffstats
path: root/kernel/debug
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* kdb: Fix bound check compiler warningWenlin Kang2019-05-141-1/+1
* kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter2019-05-121-1/+1
* kdb: Get rid of broken attempt to print CCVERSION in kdb summaryDouglas Anderson2019-05-122-2/+0Star
* kdb: kdb_support: replace strcpy() by strscpy()Gustavo A. R. Silva2019-05-021-1/+1
* gdbstub: Replace strcpy() by strscpy()Gustavo A. R. Silva2019-05-021-2/+2
* gdbstub: mark expected switch fall-throughsGustavo A. R. Silva2019-05-021-2/+3
* kdb: use bool for binary state indicatorsNicholas Mc Guire2018-12-301-7/+7
* kdb: Don't back trace on a cpu that didn't round upDouglas Anderson2018-12-303-8/+14
* kgdb: Don't round up a CPU that failed rounding up beforeDouglas Anderson2018-12-302-1/+20
* kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-0/+41
* kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-1/+1
* kdb: kdb_support: mark expected switch fall-throughsGustavo A. R. Silva2018-11-131-3/+3
* kdb: kdb_keyboard: mark expected switch fall-throughsGustavo A. R. Silva2018-11-131-2/+2
* kdb: kdb_main: refactor code in kdb_md_lineGustavo A. R. Silva2018-11-131-18/+3Star
* kdb: Use strscpy with destination buffer sizePrarit Bhargava2018-11-133-12/+15
* kdb: print real address of pointers instead of hashed addressesChristophe Leroy2018-11-132-13/+13
* kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy2018-11-131-2/+2
* sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-271-6/+1Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-4/+7
* Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-123-53/+44Star
|\
| * kdb: use memmove instead of overlapping memcpyArnd Bergmann2018-02-051-2/+2
| * kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts()Baolin Wang2018-02-011-3/+3
| * kdb: bl: don't use tab character in outputRandy Dunlap2018-01-251-2/+2
| * kdb: drop newline in unknown command outputRandy Dunlap2018-01-251-0/+11
| * kdb: make "mdr" command repeatRandy Dunlap2018-01-251-6/+21
| * kdb: use __ktime_get_real_seconds instead of __current_kernel_timeArnd Bergmann2018-01-251-40/+5Star
* | signal: Simplify and fix kdb_send_sigEric W. Biederman2018-01-042-9/+3Star
|/
* kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson2017-12-061-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...Ingo Molnar2017-03-021-2/+2
* kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek2016-12-151-7/+2Star
* kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek2016-12-152-18/+13Star
* kdb: remove unused kdb_event handlingPetr Mladek2016-12-152-3/+0Star
* kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson2016-12-151-2/+2
* printk/kdb: handle more message headersPetr Mladek2016-12-131-1/+1
* mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook2016-02-221-3/+1Star
* module: use a structure to encapsulate layout.Rusty Russell2015-12-041-2/+2
* debug: prevent entering debug mode on panic/exception.Colin Cross2015-02-191-0/+17
* kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson2015-02-192-2/+2
* kdb: Provide forward search at more promptDaniel Thompson2015-02-193-5/+26
* kdb: Fix a prompt management bug when using | grepDaniel Thompson2015-02-191-2/+2
* kdb: Remove stack dump when entering kgdb due to NMIDaniel Thompson2015-02-191-1/+0Star
* kdb: Avoid printing KERN_ levels to consolesDaniel Thompson2015-02-191-9/+13
* kdb: Fix off by one error in kdb_cpu()Jason Wessel2015-02-192-2/+2