summaryrefslogtreecommitdiffstats
path: root/kernel/debug
Commit message (Expand)AuthorAge
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...Ingo Molnar2017-03-02
* kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek2016-12-14
* kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek2016-12-14
* kdb: remove unused kdb_event handlingPetr Mladek2016-12-14
* kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson2016-12-14
* printk/kdb: handle more message headersPetr Mladek2016-12-12
* mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook2016-02-22
* module: use a structure to encapsulate layout.Rusty Russell2015-12-04
* debug: prevent entering debug mode on panic/exception.Colin Cross2015-02-19
* kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson2015-02-19
* kdb: Provide forward search at more promptDaniel Thompson2015-02-19
* kdb: Fix a prompt management bug when using | grepDaniel Thompson2015-02-19
* kdb: Remove stack dump when entering kgdb due to NMIDaniel Thompson2015-02-19
* kdb: Avoid printing KERN_ levels to consolesDaniel Thompson2015-02-19
* kdb: Fix off by one error in kdb_cpu()Jason Wessel2015-02-19
* kdb: fix incorrect counts in KDB summary command outputJay Lan2015-02-19
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-01-22
|\
| * module: make module_refcount() a signed integer.Rusty Russell2015-01-21
* | kernel/debug/debug_core.c: Logging clean-upFabian Frederick2014-11-11
* | kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson2014-11-11
* | kdb: Allow access to sensitive commands to be restricted by defaultDaniel Thompson2014-11-11
* | kdb: Add enable mask for groups of commandsAnton Vorontsov2014-11-11
* | kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson2014-11-11
* | kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov2014-11-11
* | kdb: Use KDB_REPEAT_* values as flagsAnton Vorontsov2014-11-11
* | kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov2014-11-11
* | kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov2014-11-11
* | kdb: Remove currently unused kdbtab_t->cmd_flagsAnton Vorontsov2014-11-11
|/
* kdb: replace strnicmp with strncasecmpRasmus Villemoes2014-10-13
* kdb: Use ktime_get_ts()Thomas Gleixner2014-06-12
* kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-04
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-18
* mm: per-thread vma cachingDavidlohr Bueso2014-04-07
* KGDB: make kgdb_breakpoint() as noinlineVijaya Kumar K2014-02-26
* kgdb/kdb: Fix no KDB config problemMike Travis2014-01-25
* kdb: Add support for external NMI handler to call KGDB/KDBMike Travis2013-10-03
* kgdb/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)2013-04-30
* Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2013-03-02
|\
| * kdb: Remove unhandled ssb commandVincent2013-03-02
| * kdb: Prevent kernel oops with kdb_defcmdJason Wessel2013-03-02
| * kdb: Remove the ll commandJason Wessel2013-03-02
| * kdb_main: fix help printJason Wessel2013-03-02
| * kdb: Fix overlap in buffers with strcpyJason Wessel2013-03-02
| * kdb: Setup basic kdb state before invoking commands via kgdbMatt Klein2013-03-02
| * kdb: use ARRAY_SIZE where possibleSasha Levin2013-03-02