summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2016-07-16sched/core: Fix null-pointer dereferenceOlav Haugan
2016-06-23sched: break the forever prev_cpu selection preferencePavankumar Kondeti
2016-06-03Revert "sched: warn/panic upon excessive scheduling latency"Joonwoo Park
2016-06-03Revert "sched: add scheduling latency tracking procfs node"Joonwoo Park
2016-06-03sched: Remove the sched heavy task frequency guidance featureJoonwoo Park
2016-06-03sched: eliminate sched_migration_fixup knobJoonwoo Park
2016-06-03sched: eliminate sched_upmigrate_min_nice knobJoonwoo Park
2016-06-01sched: eliminate sched_enable_power_aware knob and parameterJoonwoo Park
2016-06-01sched: eliminate sched_freq_account_wait_time knobJoonwoo Park
2016-06-01sched: eliminate sched_account_wait_time knobJoonwoo Park
2016-05-26sched: Aggregate for frequencySrivatsa Vaddagiri
2016-05-16sched: use correct Kconfig macro name CONFIG_SCHED_HMP_CSTATE_AWAREJoonwoo Park
2016-05-16Revert "sched: set HMP scheduler's default initial task load to 100%"Joonwoo Park
2016-04-27sched: add support for CPU frequency estimation with cycle counterJoonwoo Park
2016-04-25sched: revise sched_boost to make the best of big cluster CPUsJoonwoo Park
2016-04-22sched: fix excessive task packing where CONFIG_SCHED_HMP_CSTATE_AWARE=yJoonwoo Park
2016-04-22sched: add option whether CPU C-state is used to guide task placementJoonwoo Park
2016-04-22sched: update placement logic to prefer C-state and busier CPUsSyed Rameez Mustafa
2016-04-22sched: Optimize wakeup placement logic when need_idle is setSyed Rameez Mustafa
2016-03-23sched: fix compile failure with !CONFIG_SCHED_HMPJoonwoo Park
2016-03-23sched: restrict sync wakee placement bias with waker's demandJoonwoo Park
2016-03-23sched: add preference for waker cluster CPU in wakee task placementJoonwoo Park
2016-03-23sched/core: Add protection against null-pointer dereferenceOlav Haugan
2016-03-23sched: allow select_prev_cpu_us to be set to values greater than 100usJoonwoo Park
2016-03-23sched: let sched_boost take precedence over sched_restrict_cluster_spillPavankumar Kondeti
2016-03-23sched: Add separate load tracking histogram to predict loadsPavankumar Kondeti
2016-03-23sched: Take downmigrate threshold into considerationPavankumar Kondeti
2016-03-23sched: Take cluster's minimum power into account for optimizing sbc()Pavankumar Kondeti
2016-03-23sched: Revise the inter cluster load balance restrictionsPavankumar Kondeti
2016-03-23sched: colocate related threadsSrivatsa Vaddagiri
2016-03-23sched: Update fair and rt placement logic to use scheduler clustersSrivatsa Vaddagiri
2016-03-23sched: Introduce the concept CPU clusters in the schedulerSrivatsa Vaddagiri
2016-03-23sched: remove init_new_task_load from CONFIG_SMPJeevan Shriram
2016-03-23sched: fix compile failure where !CONFIG_SCHED_HMPJoonwoo Park
2016-03-23sched: select task's prev_cpu as the best CPU when it was chosen recentlyJoonwoo Park
2016-03-23sched: Optimize scheduler trace events to reduce trace buffer usageSyed Rameez Mustafa
2016-03-23sched: print sched_task_load alwaysJoonwoo Park
2016-03-23sched: update sched_task_load trace eventJoonwoo Park
2016-03-23sched: precompute required frequency for CPU loadJoonwoo Park
2016-03-23sched: clean up fixup_hmp_sched_stats()Joonwoo Park
2016-03-23sched: Add tunables for static cpu and cluster costOlav Haugan
2016-03-23sched: take into account of governor's frequency max loadJoonwoo Park
2016-03-23sched: set HMP scheduler's default initial task load to 100%Joonwoo Park
2016-03-23sched: add preference for prev and sibling CPU in HMP task placementJoonwoo Park
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