summaryrefslogtreecommitdiffstats
path: root/kernel/debug
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-4/+7
* Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-123-53/+44
|\
| * kdb: use memmove instead of overlapping memcpyArnd Bergmann2018-02-041-2/+2
| * kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts()Baolin Wang2018-01-311-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/+5
* | signal: Simplify and fix kdb_send_sigEric W. Biederman2018-01-032-9/+3
|/
* 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-141-7/+2
* kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek2016-12-142-18/+13
* kdb: remove unused kdb_event handlingPetr Mladek2016-12-142-3/+0
* kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson2016-12-141-2/+2
* printk/kdb: handle more message headersPetr Mladek2016-12-121-1/+1
* mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook2016-02-221-3/+1
* 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/+0
* 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
* kdb: fix incorrect counts in KDB summary command outputJay Lan2015-02-191-1/+1
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-01-231-1/+1
|\
| * module: make module_refcount() a signed integer.Rusty Russell2015-01-221-1/+1
* | kernel/debug/debug_core.c: Logging clean-upFabian Frederick2014-11-111-22/+21
* | kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson2014-11-113-3/+14
* | kdb: Allow access to sensitive commands to be restricted by defaultDaniel Thompson2014-11-111-1/+1
* | kdb: Add enable mask for groups of commandsAnton Vorontsov2014-11-111-1/+29
* | kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson2014-11-112-40/+101
* | kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov2014-11-112-33/+32
* | kdb: Use KDB_REPEAT_* values as flagsAnton Vorontsov2014-11-111-14/+7
* | kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov2014-11-112-50/+50
* | kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov2014-11-112-4/+4
* | kdb: Remove currently unused kdbtab_t->cmd_flagsAnton Vorontsov2014-11-112-2/+0
|/
* kdb: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-3/+3
* kdb: Use ktime_get_ts()Thomas Gleixner2014-06-121-1/+1
* kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-043-3/+3
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
* mm: per-thread vma cachingDavidlohr Bueso2014-04-071-3/+11
* KGDB: make kgdb_breakpoint() as noinlineVijaya Kumar K2014-02-261-1/+1
OpenPOWER on IntegriCloud