summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2016-05-05watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo
2016-04-27sched: take into account of limited CPU min and max frequenciesJoonwoo 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-04-12kernel: sched: Fix compilation issues for Usermode LinuxJeevan Shriram
2016-03-23sched: fix circular dependency of rq->lock and kswadp waitqueue lockPavankumar Kondeti
2016-03-23sched: move out migration notification out of spinlockJoonwoo Park
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: clean up idle task's mark_start restoring in init_idle()Pavankumar Kondeti
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: Provide a wake up API without sending freq notificationsJunjie Wu
2016-03-23sched: Take downmigrate threshold into considerationPavankumar Kondeti
2016-03-23sched: Provide a facility to restrict RT tasks to lower power clusterPavankumar 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: Export sched_setscheduler_nocheck()Junjie Wu
2016-03-23Revert "sched: Export sched_setscheduler_nocheck"Bryan Huntsman
2016-03-23vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter
2016-03-23Merge remote-tracking branch 'lsk-44/linux-linaro-lsk-v4.4' into 44rc2David Keitel
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: use ktime instead of sched_clock for load trackingJoonwoo Park
2016-03-23sched: Update min/max capacity for the CPUFREQ_CREATE_POLICY notifierSyed Rameez Mustafa
2016-03-23sched/cputime: fix a deadlock on 32bit systemsPavankumar Kondeti
2016-03-23sched: Optimize scheduler trace events to reduce trace buffer usageSyed Rameez Mustafa
2016-03-23sched: initialize frequency domain cpumaskJoonwoo Park
2016-03-23sched: print sched_task_load alwaysJoonwoo Park
2016-03-23sched: add preference for prev and sibling CPU in RT task placementJoonwoo Park
2016-03-23sched: core: Don't use current task_cpu when migrating with stop_one_cpuVikram Mulukutla
2016-03-23sched: Notify cpufreq governor early about potential big tasksSyed Rameez Mustafa
2016-03-23sched: Skip resetting HMP stats when max frequencies remain unchangedSyed Rameez Mustafa
2016-03-23sched: update sched_task_load trace eventJoonwoo Park
2016-03-23sched: avoid unnecessary multiplication and divisionJoonwoo 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: account new task load so that governor can apply different policyJoonwoo Park
2016-03-23sched: Fix frequency change checks when affined tasks are migratingSyed Rameez Mustafa