summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2016-03-23sched: add preference for prev and sibling CPU in HMP task placementJoonwoo Park
2016-03-23sched: Update task->on_rq when tasks are moving between runqueuesOlav Haugan
2016-03-23sched: remove temporary demand fixups in fixup_busy_time()Syed Rameez Mustafa
2016-03-23sched: add frequency zone awareness to the load balancerSyed Rameez Mustafa
2016-03-23sched: Update the wakeup placement logic for fair and rt tasksSyed Rameez Mustafa
2016-03-23sched: remove the notion of small tasks and small task packingSyed Rameez Mustafa
2016-03-23sched: Rework energy aware schedulingSyed Rameez Mustafa
2016-03-23sched: encourage idle load balance and discourage active load balanceJoonwoo Park
2016-03-23sched: avoid stale cumulative_runnable_avg HMP statisticsJoonwoo Park
2016-03-23sched: Add load based placement for RT tasksSyed Rameez Mustafa
2016-03-23sched: Avoid running idle_balance() consecutivelySyed Rameez Mustafa
2016-03-23sched: inline function scale_load_to_cpu()Joonwoo Park
2016-03-23sched: look for least busy and fallback CPU only when it's neededJoonwoo Park
2016-03-23sched: iterate search CPUs starting from prev_cpu for optimizationJoonwoo Park
2016-03-23sched: Optimize the select_best_cpu() "for" loopSyed Rameez Mustafa
2016-03-23sched: Optimize select_best_cpu() to reduce execution timeSyed Rameez Mustafa
2016-03-23sched/debug: Add Kconfig to trigger panics on all 'BUG:' conditionsMatt Wagantall
2016-03-23sched: fix incorrect prev_runnable_sum accounting with long ISR runJoonwoo Park
2016-03-23sched: prevent task migration while governor queries CPUs' loadJoonwoo Park
2016-03-23sched: report loads greater than 100% only during load alert notificationsSrivatsa Vaddagiri
2016-03-23sched: turn off the TTWU_QUEUE featureSyed Rameez Mustafa
2016-03-23sched: avoid unnecessary HMP scheduler stat re-accountingJoonwoo Park
2016-03-23sched/fair: Fix capacity and nr_run comparisons in can_migrate_task()Syed Rameez Mustafa
2016-03-23Revert "sched: Use only partial wait time as task demand"Joonwoo Park
2016-03-23sched/deadline: Add basic HMP extensionsSyed Rameez Mustafa
2016-03-23sched: Fix racy invocation of fixup_busy_time via move_queued_taskVikram Mulukutla
2016-03-23sched: don't inflate the task load when the CPU max freq is restrictedPavankumar Kondeti
2016-03-23sched: auto adjust the upmigrate and downmigrate thresholdsPavankumar Kondeti
2016-03-23sched: don't inherit initial task load from the parentPavankumar Kondeti
2016-03-23sched/fair: Add irq load awareness to the tick CPU selection logicOlav Haugan
2016-03-23sched: disable IRQs in update_min_max_capacitySteve Muckle
2016-03-23sched: Use only partial wait time as task demandSyed Rameez Mustafa
2016-03-23sched: fix race conditions where HMP tunables changeJoonwoo Park
2016-03-23sched: check HMP scheduler tunables validityJoonwoo Park
2016-03-23sched: Update max_capacity when an entire cluster is hotpluggedSyed Rameez Mustafa
2016-03-23sched: Ensure attempting load balance when HMP active balance flags are setSyed Rameez Mustafa
2016-03-23sched: add scheduling latency tracking procfs nodeJoonwoo Park
2016-03-23sched: warn/panic upon excessive scheduling latencyJoonwoo Park
2016-03-23sched/core: Fix incorrect wait time and wait count statisticsJoonwoo Park
2016-03-23sched: Update cur_freq in the cpufreq policy notifier callbackSyed Rameez Mustafa
2016-03-23sched: avoid CPUs with high irq activity for non-small tasksJoonwoo Park
2016-03-23sched: actively migrate big tasks on power CPU to idle performance CPUJoonwoo Park
2016-03-23sched: Add cgroup-based criteria for upmigrationSrivatsa Vaddagiri
2016-03-23sched: avoid running idle_balance() on behalf of wrong CPUJoonwoo Park
2016-03-23sched: Keep track of average nr_big_tasksSrivatsa Vaddagiri
2016-03-23sched: Fix bug in average nr_running and nr_iowait calculationSrivatsa Vaddagiri
2016-03-23sched: Avoid pulling all tasks from a CPU during load balanceSyed Rameez Mustafa
2016-03-23sched: Avoid pulling big tasks to the little cluster during load balanceSyed Rameez Mustafa
2016-03-23sched: fix rounding error on scaled execution time calculationJoonwoo Park
2016-03-23sched/fair: Respect wake to idle over sync wakeupOlav Haugan