summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-08-10sched/{fair,tune}: simplify fair.c codePatrick Bellasi
2016-08-10FIXUP: sched/tune: fix payoff calculation for boost regionPatrick Bellasi
2016-08-10sched/tune: Add support for negative boost valuesSrinath Sridharan
2016-08-10FIX: sched/tune: move schedtune_nornalize_energy into fair.cPatrick Bellasi
2016-08-10FIX: sched/tune: update usage of boosted task utilisation on CPU selectionPatrick Bellasi
2016-08-10sched/fair: add tunable to set initial task loadTodd Kjos
2016-08-10sched/fair: add tunable to force selection at cpu granularityJuri Lelli
2016-08-10sched: EAS: take cstate into account when selecting idle coreSrinath Sridharan
2016-08-10sched/cpufreq_sched: Consolidated updateSrinath Sridharan
2016-08-10FIXUP: sched: fix build for non-SMP targetPatrick Bellasi
2016-08-10DEBUG: sched/tune: add tracepoint on P-E space filteringPatrick Bellasi
2016-08-10DEBUG: sched/tune: add tracepoint for energy_diff() valuesPatrick Bellasi
2016-08-10DEBUG: sched/tune: add tracepoint for task boost signalPatrick Bellasi
2016-08-10CHROMIUM: sched: update the average of nr_runningJoseph Lo
2016-08-01Revert "panic: Add board ID to panic output"Amit Pundir
2016-07-25UPSTREAM: sched: panic on corrupted stack endJann Horn
2016-07-21cpuset: Add allow_attach hook for cpusets on android.Riley Andrews
2016-07-07BACKPORT: ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-07-01BACKPORT: timer: convert timer_slack_ns from unsigned long to u64John Stultz
2016-06-21ANDROID: cpu: send KOBJ_ONLINE event when enabling cpusThierry Strudel
2016-05-31FROMLIST: security,perf: Allow further restriction of perf_event_openJeff Vander Stoep
2016-05-10DEBUG: schedtune: add tracepoint for schedtune_tasks_update() valuesPatrick Bellasi
2016-05-10DEBUG: schedtune: add tracepoint for CPU boost signalPatrick Bellasi
2016-05-10DEBUG: schedtune: add tracepoint for SchedTune configuration updatePatrick Bellasi
2016-05-10DEBUG: sched: add energy procfs interfaceDietmar Eggemann
2016-05-10DEBUG: sched,cpufreq: add cpu_capacity change tracepointJuri Lelli
2016-05-10DEBUG: sched: add tracepoint for CPU load/util signalsJuri Lelli
2016-05-10DEBUG: sched: add tracepoint for task load/util signalsJuri Lelli
2016-05-10DEBUG: sched: add tracepoint for cpu/freq scale invarianceJuri Lelli
2016-05-10sched/fair: filter energy_diff() based on energy_payoff valuePatrick Bellasi
2016-05-10sched/tune: add support to compute normalized energyPatrick Bellasi
2016-05-10sched/fair: keep track of energy/capacity variationsPatrick Bellasi
2016-05-10sched/fair: add boosted task utilizationPatrick Bellasi
2016-05-10sched/{fair,tune}: track RUNNABLE tasks impact on per CPU boost valuePatrick Bellasi
2016-05-10sched/tune: compute and keep track of per CPU boost valuePatrick Bellasi
2016-05-10sched/tune: add initial support for CGroups based boostingPatrick Bellasi
2016-05-10sched/fair: add boosted CPU usagePatrick Bellasi
2016-05-10sched/fair: add function to convert boost value into "margin"Patrick Bellasi
2016-05-10sched/tune: add sysctl interface to define a boost valuePatrick Bellasi
2016-05-10fixup! sched/fair: jump to max OPP when crossing UP thresholdJuri Lelli
2016-05-10fixup! sched: scheduler-driven cpu frequency selectionJuri Lelli
2016-05-10sched: rt scheduler sets capacity requirementVincent Guittot
2016-05-10sched: deadline: use deadline bandwidth in scale_rt_capacityVincent Guittot
2016-05-10sched: remove call of sched_avg_update from sched_rt_avg_updateVincent Guittot
2016-05-10sched/cpufreq_sched: add trace eventsSteve Muckle
2016-05-10sched/fair: jump to max OPP when crossing UP thresholdSteve Muckle
2016-05-10sched/fair: cpufreq_sched triggers for load balancingJuri Lelli
2016-05-10sched/{core,fair}: trigger OPP change request on fork()Juri Lelli
2016-05-10sched/fair: add triggers for OPP change requestsJuri Lelli
2016-05-10sched: scheduler-driven cpu frequency selectionMichael Turquette