summaryrefslogtreecommitdiff
path: root/kernel/sched (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | sched: don't assume higher capacity means higher power in tick migrationPavankumar Kondeti2017-02-15
| * | | | | | | | | sched: optimize cpumask operations during task placementPavankumar Kondeti2017-02-15
| * | | | | | | | | sched: don't select an inactive/isolated CPU in sbc()Pavankumar Kondeti2017-02-09
* | | | | | | | | | Merge "sched: remove sched_new_task_windows tunable"Linux Build Service Account2017-02-09
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | sched: remove sched_new_task_windows tunablePavankumar Kondeti2017-02-08
| |/ / / / / / / /
* / / / / / / / / sched: fix bug in auto adjustment of group upmigrate/downmigratePavankumar Kondeti2017-02-08
|/ / / / / / / /
* | | | | | | | Merge "sched: fix argument type in update_task_burst()"Linux Build Service Account2017-02-07
|\ \ \ \ \ \ \ \
| * | | | | | | | sched: fix argument type in update_task_burst()Pavankumar Kondeti2017-02-02
* | | | | | | | | Merge "sysctl: define upper limit for sched_freq_reporting_policy"Linux Build Service Account2017-02-07
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sysctl: define upper limit for sched_freq_reporting_policyPavankumar Kondeti2017-02-03
| |/ / / / / / / /
* | | | | | | | | Merge "sched: Remove sched_enable_hmp flag"Linux Build Service Account2017-02-03
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: Remove sched_enable_hmp flagOlav Haugan2017-02-02
| |/ / / / / / / /
* / / / / / / / / sched: maintain group busy time counters in runqueuePavankumar Kondeti2017-02-01
|/ / / / / / / /
* | | | | | | | sched: set LBF_IGNORE_PREFERRED_CLUSTER_TASKS correctlyPavankumar Kondeti2017-01-27
* | | | | | | | sched: Update capacity and load scale factor for all clusters at bootSyed Rameez Mustafa2017-01-20
* | | | | | | | Merge "sched: kill sync_cpu maintenance"Linux Build Service Account2017-01-19
|\ \ \ \ \ \ \ \
| * | | | | | | | sched: kill sync_cpu maintenancePavankumar Kondeti2017-01-19
* | | | | | | | | Merge "sched: hmp: Remove the global sysctl_sched_enable_colocation tunable"Linux Build Service Account2017-01-18
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | sched: hmp: Remove the global sysctl_sched_enable_colocation tunableVikram Mulukutla2017-01-18
| * | | | | | | | sched: hmp: Ensure that best_cluster() never returns NULLVikram Mulukutla2017-01-18
* | | | | | | | | Merge "sched: Initialize variables"Linux Build Service Account2017-01-16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: Initialize variablesOlav Haugan2017-01-13
| |/ / / / / / / /
* | | | | | | | | Merge "sched: Fix compilation errors when CFS_BANDWIDTH && !SCHED_HMP"Linux Build Service Account2017-01-16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: Fix compilation errors when CFS_BANDWIDTH && !SCHED_HMPPavankumar Kondeti2017-01-12
| * | | | | | | | | sched: fix compiler errors with !SCHED_HMPPavankumar Kondeti2017-01-12
| |/ / / / / / / /
* | | | | | | | | Merge "sched: fix a bug in handling top task table rollover"Linux Build Service Account2017-01-14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: fix a bug in handling top task table rolloverPavankumar Kondeti2017-01-07
| |/ / / / / / / /
* / / / / / / / / sched: Convert the global wake_up_idle flag to a per cluster flagSyed Rameez Mustafa2017-01-10
|/ / / / / / / /
* | | | | | | | sched: fix stale predicted load in trace_sched_get_busy()Pavankumar Kondeti2017-01-07
* | | | | | | | Merge "sched: Delete heavy task heuristics in prediction code"Linux Build Service Account2017-01-05
|\ \ \ \ \ \ \ \
| * | | | | | | | sched: Delete heavy task heuristics in prediction codeRohit Gupta2017-01-04
* | | | | | | | | Merge "sched: Fix new task accounting bug in transfer_busy_time()"Linux Build Service Account2017-01-05
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | sched: Fix new task accounting bug in transfer_busy_time()Syed Rameez Mustafa2017-01-03
* | | | | | | | | sched: Fix deadlock between cpu hotplug and upmigrate changePavankumar Kondeti2016-12-30
|/ / / / / / / /
* | | | | | | | Merge "sched: Fix out of bounds array access in sched_reset_all_window_stats()"Linux Build Service Account2016-12-21
|\ \ \ \ \ \ \ \
| * | | | | | | | sched: Fix out of bounds array access in sched_reset_all_window_stats()Pavankumar Kondeti2016-11-29
* | | | | | | | | Merge "sched/tune: remove duplicate allow_attach in schedtune_cgrp_subsys"Linux Build Service Account2016-12-21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched/tune: remove duplicate allow_attach in schedtune_cgrp_subsysRunmin Wang2016-12-20
* | | | | | | | | | sched: Avoid packing tasks with low sleep timeSrivatsa Vaddagiri2016-12-20
|/ / / / / / / / /
* | | | | | | | | Merge "sched: Track average sleep time"Linux Build Service Account2016-12-19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: Track average sleep timeSrivatsa Vaddagiri2016-12-16
* | | | | | | | | | Merge "sched: Avoid waking idle cpu for short-burst tasks"Linux Build Service Account2016-12-19
|\| | | | | | | | |
| * | | | | | | | | sched: Avoid waking idle cpu for short-burst tasksSrivatsa Vaddagiri2016-12-16
* | | | | | | | | | Merge "sched: Track burst length for tasks"Linux Build Service Account2016-12-19
|\| | | | | | | | |
| * | | | | | | | | sched: Track burst length for tasksSrivatsa Vaddagiri2016-12-16
* | | | | | | | | | Merge "Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-android"Linux Build Service Account2016-12-19
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-androidRunmin Wang2016-12-16
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | / / / / / / / | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-09-20
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo2016-09-15
| | | | |_|_|_|/ / | | | |/| | | | |
| | | * | | | | | sched/nohz: Fix affine unpinned timers messWanpeng Li2016-09-07