aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb
Commit message (Expand)AuthorAge
* kdb: Replace strncmp with str_has_prefixChuhong Yuan2019-09-03
* kdb: Fix bound check compiler warningWenlin Kang2019-05-14
* kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter2019-05-12
* kdb: Get rid of broken attempt to print CCVERSION in kdb summaryDouglas Anderson2019-05-12
* kdb: kdb_support: replace strcpy() by strscpy()Gustavo A. R. Silva2019-05-02
* kdb: use bool for binary state indicatorsNicholas Mc Guire2018-12-30
* kdb: Don't back trace on a cpu that didn't round upDouglas Anderson2018-12-30
* kdb: kdb_support: mark expected switch fall-throughsGustavo A. R. Silva2018-11-13
* kdb: kdb_keyboard: mark expected switch fall-throughsGustavo A. R. Silva2018-11-13
* kdb: kdb_main: refactor code in kdb_md_lineGustavo A. R. Silva2018-11-13
* kdb: Use strscpy with destination buffer sizePrarit Bhargava2018-11-13
* kdb: print real address of pointers instead of hashed addressesChristophe Leroy2018-11-13
* kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy2018-11-13
* sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-26
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-12
|\
| * kdb: use memmove instead of overlapping memcpyArnd Bergmann2018-02-04
| * kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts()Baolin Wang2018-01-31
| * kdb: bl: don't use tab character in outputRandy Dunlap2018-01-25
| * kdb: drop newline in unknown command outputRandy Dunlap2018-01-25
| * kdb: make "mdr" command repeatRandy Dunlap2018-01-25
| * kdb: use __ktime_get_real_seconds instead of __current_kernel_timeArnd Bergmann2018-01-25
* | signal: Simplify and fix kdb_send_sigEric W. Biederman2018-01-03
|/
* kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson2017-12-06
* 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
* 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
* 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
* 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
* | 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