summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-10-16sched: Update task->on_rq when tasks are moving between runqueuesOlav Haugan
2017-10-12Merge 4.4.92 into android-4.4Greg Kroah-Hartman
2017-10-12sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra
2017-10-12ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang
2017-10-06FROMLIST: tracing: Add support for preempt and irq enable/disable eventsJoel Fernandes
2017-10-06FROMLIST: tracing: Prepare to add preempt and irq trace eventsJoel Fernandes
2017-10-05Merge 4.4.90 into android-4.4Greg Kroah-Hartman
2017-10-05timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung
2017-10-05seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov
2017-10-05tracing: Erase irqsoff trace with empty writeBo Yan
2017-10-05tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan
2017-10-03UPSTREAM: cpufreq: schedutil: use now as reference when aggregating shared po...Juri Lelli
2017-09-27Merge 4.4.89 into android-4.4Greg Kroah-Hartman
2017-09-27ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)
2017-09-27tracing: Apply trace_clock changes to instance max bufferBaohong Liu
2017-09-27ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)
2017-09-23Revert "ANDROID: sched/tune: Initialize raw_spin_lock in boosted_groups"Vikram Mulukutla
2017-09-21BACKPORT: partial: mm, oom_reaper: do not mmput synchronously from the oom re...Michal Hocko
2017-09-15UPSTREAM: Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman
2017-09-14Merge 4.4.88 into android-4.4Greg Kroah-Hartman
2017-09-13locktorture: Fix potential memory leak with rw lock testYang Shi
2017-09-07Merge 4.4.87 into android-4.4Greg Kroah-Hartman
2017-09-07cpuset: Fix incorrect memory_pressure control file mappingWaiman Long
2017-09-06BACKPORT: cpufreq: schedutil: Use policy-dependent transition delaysRafael J. Wysocki
2017-09-04Merge 4.4.86 into android-4.4Greg Kroah-Hartman
2017-09-02gcov: support GCC 7.1Martin Liska
2017-09-02gcov: add support for gcc version >= 6Florian Meier
2017-09-01sched: WALT: fix window mis-alignmentJoonwoo Park
2017-09-01sched: EAS: kill incorrect nohz idle cpu kickJoonwoo Park
2017-09-01sched: EAS: fix incorrect energy delta calculation due to rounding errorJoonwoo Park
2017-09-01sched: EAS/WALT: take into account of waking task's loadJoonwoo Park
2017-09-01cpufreq: sched: WALT: don't apply capacity margin twiceJoonwoo Park
2017-09-01sched: WALT: fix potential overflowJoonwoo Park
2017-09-01sched: EAS: schedfreq: fix CPU util over estimationJoonwoo Park
2017-09-01sched: EAS/WALT: use cr_avg instead of prev_runnable_sumJoonwoo Park
2017-09-01sched: WALT: fix broken cumulative runnable average accountingJoonwoo Park
2017-09-01sched: deadline: WALT: account cumulative runnable avgJoonwoo Park
2017-08-31UPSTREAM: cpufreq: schedutil: Use unsigned int for iowait boostJoel Fernandes
2017-08-31UPSTREAM: cpufreq: schedutil: Make iowait boost more energy efficientJoel Fernandes
2017-08-30Merge 4.4.85 into android-4.4Greg Kroah-Hartman
2017-08-30perf/core: Fix group {cpu,task} validationMark Rutland
2017-08-30tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)
2017-08-29Merge 4.4.84 into android-4.4Greg Kroah-Hartman
2017-08-24pids: make task_tgid_nr_ns() safeOleg Nesterov
2017-08-24audit: Fix use after free in audit_remove_watch_rule()Jan Kara
2017-08-16Merge 4.4.83 into android-4.4Greg Kroah-Hartman
2017-08-16cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()Dima Zavin
2017-08-14UPSTREAM: locking: avoid passing around 'thread_info' in mutex debugging codeLinus Torvalds
2017-08-11Merge 4.4.81 into android-4.4Greg Kroah-Hartman
2017-08-11workqueue: implicit ordered attribute should be overridableTejun Heo