summaryrefslogtreecommitdiff
path: root/kernel/debug (follow)
Commit message (Expand)AuthorAge
* Merge 4.4.259 into android-4.4-pGreg Kroah-Hartman2021-03-03
|\
| * kdb: Make memory allocations more robustSumit Garg2021-03-03
* | Merge 4.4.242 into android-4.4-pGreg Kroah-Hartman2020-11-10
|\|
| * kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson2020-11-10
* | Merge 4.4.241 into android-4.4-pGreg Kroah-Hartman2020-10-29
|\|
| * kdb: Fix pager search for multi-line stringsDaniel Thompson2020-10-29
* | Merge 4.4.230 into android-4.4-pGreg Kroah-Hartman2020-07-09
|\|
| * kgdb: Avoid suspicious RCU usage warningDouglas Anderson2020-07-09
* | Merge 4.4.228 into android-4.4-pGreg Kroah-Hartman2020-06-20
|\|
| * kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson2020-06-20
* | Merge 4.4.212 into android-4.4-pGreg Kroah-Hartman2020-01-29
|\|
| * kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter2020-01-29
* | Merge 4.4.167 into android-4.4-pGreg Kroah-Hartman2018-12-13
|\|
| * kdb: use memmove instead of overlapping memcpyArnd Bergmann2018-12-13
* | Merge 4.4.166 into android-4.4-pGreg Kroah-Hartman2018-12-01
|\|
| * kdb: Use strscpy with destination buffer sizePrarit Bhargava2018-12-01
* | Merge 4.4.134 into android-4.4Greg Kroah-Hartman2018-05-30
|\|
| * kdb: make "mdr" command repeatRandy Dunlap2018-05-30
* | Merge 4.4.106 into android-4.4Greg Kroah-Hartman2017-12-18
|\|
| * kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson2017-12-16
* | Merge tag 'v4.4.40' into android-4.4.yDmitry Shmidt2017-01-09
|\|
| * kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson2017-01-06
* | UPSTREAM: mm/init: Add 'rodata=off' boot cmdline parameter to disable read-on...Kees Cook2016-09-23
* | kdb: support new lines without carriage returnsColin Cross2016-02-16
|/
* 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-23
|\
| * module: make module_refcount() a signed integer.Rusty Russell2015-01-22
* | 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-14
* 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