summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-22UPSTREAM: sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner8-43/+22
2019-03-22UPSTREAM: sched/headers: Prepare for new header dependencies before moving co...Ingo Molnar18-0/+23
2018-12-08Merge 4.9.144 into android-4.9Greg Kroah-Hartman86-689/+1727
2018-12-08kdb: use memmove instead of overlapping memcpyArnd Bergmann1-2/+2
2018-12-01Merge 4.9.142 into android-4.9Greg Kroah-Hartman86-462/+1317
2018-12-01kdb: Use strscpy with destination buffer sizePrarit Bhargava3-12/+15
2018-05-30Merge 4.9.104 into android-4.9Greg Kroah-Hartman348-2235/+3819
2018-05-30kdb: make "mdr" command repeatRandy Dunlap1-6/+21
2017-12-14Merge 4.9.69 into android-4.9Greg Kroah-Hartman144-526/+906
2017-12-14kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson1-1/+1
2017-01-31Merge tag 'v4.9.6' into android-4.9Dmitry Shmidt717-3524/+6726
2017-01-27ANDROID: kdb: support new lines without carriage returnsColin Cross1-2/+10
2017-01-06kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson1-2/+2
2016-02-22mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook3-7/+28
2015-12-04module: use a structure to encapsulate layout.Rusty Russell14-199/+178
2015-02-19debug: prevent entering debug mode on panic/exception.Colin Cross1-0/+17
2015-02-19kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson2-2/+2
2015-02-19kdb: Provide forward search at more promptDaniel Thompson3-5/+26
2015-02-19kdb: Fix a prompt management bug when using | grepDaniel Thompson1-2/+2
2015-02-19kdb: Remove stack dump when entering kgdb due to NMIDaniel Thompson1-1/+0
2015-02-19kdb: Avoid printing KERN_ levels to consolesDaniel Thompson3-11/+21
2015-02-19kdb: Fix off by one error in kdb_cpu()Jason Wessel2-2/+2
2015-02-19kdb: fix incorrect counts in KDB summary command outputJay Lan1-1/+1
2015-01-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds18-65/+94
2015-01-22module: make module_refcount() a signed integer.Rusty Russell3-6/+15
2014-11-11kernel/debug/debug_core.c: Logging clean-upFabian Frederick1-22/+21
2014-11-11kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson3-3/+14
2014-11-11kdb: Allow access to sensitive commands to be restricted by defaultDaniel Thompson2-1/+26
2014-11-11kdb: Add enable mask for groups of commandsAnton Vorontsov2-1/+30
2014-11-11kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson4-43/+148
2014-11-11kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov4-35/+33
2014-11-11kdb: Use KDB_REPEAT_* values as flagsAnton Vorontsov2-16/+9
2014-11-11kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov4-56/+56
2014-11-11kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov3-7/+7
2014-11-11kdb: Remove currently unused kdbtab_t->cmd_flagsAnton Vorontsov2-2/+0
2014-10-14kdb: replace strnicmp with strncasecmpRasmus Villemoes1-3/+3
2014-06-12kdb: Use ktime_get_ts()Thomas Gleixner1-1/+1
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov10-32/+36
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra106-288/+284
2014-04-07mm: per-thread vma cachingDavidlohr Bueso12-44/+231
2014-02-26KGDB: make kgdb_breakpoint() as noinlineVijaya Kumar K1-1/+1
2014-01-25kgdb/kdb: Fix no KDB config problemMike Travis4-6/+6
2013-10-03kdb: Add support for external NMI handler to call KGDB/KDBMike Travis6-3/+42
2013-05-01kgdb/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds8-127/+82
2013-03-02kdb: Remove unhandled ssb commandVincent4-39/+2
2013-03-02kdb: Prevent kernel oops with kdb_defcmdJason Wessel1-2/+6
2013-03-02kdb: Remove the ll commandJason Wessel1-65/+0
2013-03-02kdb_main: fix help printJason Wessel1-3/+7
2013-03-02kdb: Fix overlap in buffers with strcpyJason Wessel1-9/+21
[next]