aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-07-11Merge 4.9.112 into android-4.9Greg Kroah-Hartman
2018-07-11tracing: Fix missing return symbol in function_graph outputChangbin Du
2018-07-03Merge 4.9.111 into android-4.9Greg Kroah-Hartman
2018-07-03time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven
2018-07-03printk: fix possible reuse of va_list variableTetsuo Handa
2018-06-22UPSTREAM: cpufreq: schedutil: use now as reference when aggregating shared po...Juri Lelli
2018-06-08ANDROID: sched/tune: fix boost_group spin_lock re-initializationPatrick Bellasi
2018-06-07ANDROID: sched/tune: cleanup schedtune_boostgroup_{init,release}Patrick Bellasi
2018-06-07ANDROID: sched/tune: remove unused variablePatrick Bellasi
2018-06-07ANDROID: sched/fair: cosmeticsPatrick Bellasi
2018-06-06Merge 4.9.107 into android-4.9Greg Kroah-Hartman
2018-06-06tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)
2018-06-05Merge 4.9.106 into android-4.9Greg Kroah-Hartman
2018-06-05objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf
2018-06-04ANDROID: add extra free kbytes tunableRik van Riel
2018-05-31ANDROID: sched/walt: Fix compilation issue for x86_64Satya Durga Srinivasu Prabhala
2018-05-30Merge 4.9.104 into android-4.9Greg Kroah-Hartman
2018-05-30kdb: make "mdr" command repeatRandy Dunlap
2018-05-30rcu: Call touch_nmi_watchdog() while printing stall warningsTejun Heo
2018-05-30audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs
2018-05-30perf/core: Fix perf_output_read_group()Peter Zijlstra
2018-05-30sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso
2018-05-30perf/cgroup: Fix child event counting bugSong Liu
2018-05-30workqueue: use put_device() instead of kfree()Arvind Yadav
2018-05-30kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes
2018-05-30locking/qspinlock: Ensure node->count is updated before initialising nodeWill Deacon
2018-05-30x86/power: Fix swsusp_arch_resume prototypeArnd Bergmann
2018-05-30kernel/signal.c: avoid undefined behaviour in kill_something_infozhongjiang
2018-05-30kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva
2018-05-29UPSTREAM: sched/fair: Consider RT/IRQ pressure in capacity_spare_wakeJoel Fernandes
2018-05-22Merge 4.9.102 into android-4.9Greg Kroah-Hartman
2018-05-22seccomp: Move speculation migitation control to arch codeThomas Gleixner
2018-05-22seccomp: Add filter flag to opt-out of SSB mitigationKees Cook
2018-05-22seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner
2018-05-22seccomp: Enable speculation flaw mitigationsKees Cook
2018-05-22nospec: Allow getting/setting on non-current taskKees Cook
2018-05-22prctl: Add speculation control prctlsThomas Gleixner
2018-05-22tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui
2018-05-22signals: avoid unnecessary taking of sighand->siglockWaiman Long
2018-05-19Merge 4.9.101 into android-4.9Greg Kroah-Hartman
2018-05-19kernel/exit.c: avoid undefined behaviour when calling wait4()zhongjiang
2018-05-19futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby
2018-05-19futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2018-05-16Merge 4.9.100 into android-4.9Greg Kroah-Hartman
2018-05-16perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra
2018-05-16tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu
2018-05-16tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)
2018-05-16perf: Remove superfluous allocation error checkJiri Olsa
2018-05-11ANDROID: ftrace: fix function type mismatchesSami Tolvanen
2018-05-09Merge 4.9.99 into android-4.9Greg Kroah-Hartman