summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2016-03-23sched: support legacy mode betterSrivatsa Vaddagiri
2016-03-23sched: code cleanupSrivatsa Vaddagiri
2016-03-23sched: Add BUG_ON when task_cpu() is incorrectSrivatsa Vaddagiri
2016-03-23sched: avoid active migration of tasks not in TASK_RUNNING stateSrivatsa Vaddagiri
2016-03-23sched: fix up task load during migrationSrivatsa Vaddagiri
2016-03-23sched: avoid pushing tasks to an offline CPUPrasad Sodagudi
2016-03-23sched: Add a per rq max_possible_capacity for use in power calculationsSyed Rameez Mustafa
2016-03-23sched: Disable interrupts when holding the rq lock in sched_get_busy()Syed Rameez Mustafa
2016-03-23sched: Make wallclock more accurateSrivatsa Vaddagiri
2016-03-23sched: Make task and CPU load calculations safe from truncationSyed Rameez Mustafa
2016-03-23sched/fair: Introduce C-state aware task placement for small tasksSyed Rameez Mustafa
2016-03-23sched/fair: Introduce scheduler boost for low latency workloadsSyed Rameez Mustafa
2016-03-23sched: Move call to trace_sched_cpu_load()Srivatsa Vaddagiri
2016-03-23sched: fair: Reset balance_interval before sending NOHZ kickSrivatsa Vaddagiri
2016-03-23sched: Avoid active migration of small tasksSrivatsa Vaddagiri
2016-03-23sched: Account for cpu's current frequency when calculating its power costSrivatsa Vaddagiri
2016-03-23sched: make sched_set_window() return failure when PELT is in useSrivatsa Vaddagiri
2016-03-23sched: debug: Print additional information in /proc/sched_debugSrivatsa Vaddagiri
2016-03-23sched: Move around codeSrivatsa Vaddagiri
2016-03-23sched: Update capacity of all online cpus when min_max_freq changesSrivatsa Vaddagiri
2016-03-23sched: update task statistics when CPU frequency changesSrivatsa Vaddagiri
2016-03-23sched: Add new trace eventsSrivatsa Vaddagiri
2016-03-23sched: do not balance on exec if SCHED_HMPSteve Muckle
2016-03-23sched: Use historical load for freq governor inputSrivatsa Vaddagiri
2016-03-23sched: window-stats: apply scaling to full elapsed windowsSrivatsa Vaddagiri
2016-03-23sched: notify cpufreq on over/underprovisioned CPUsSteve Muckle
2016-03-23sched: Introduce spill threshold tunables to manage overcommitmentSyed Rameez Mustafa
2016-03-23sched: add affinity, task load information to sched tracepointsSteve Muckle
2016-03-23sched: add migration load change notifier for frequency guidanceSteve Muckle
2016-03-23sched/fair: Limit MAX_PINNED_INTERVAL for more frequent load balancingSyed Rameez Mustafa
2016-03-23sched/fair: Help out higher capacity CPUs when they are overcommittedSyed Rameez Mustafa
2016-03-23sched/rt: Introduce power aware scheduling for real time tasksSyed Rameez Mustafa
2016-03-23sched: balance power inefficient CPUs with one taskSteve Muckle
2016-03-23sched: check for power inefficient task placement in tickSteve Muckle
2016-03-23sched: do nohz load balancing in order of power efficiencySteve Muckle
2016-03-23sched: run idle_balance() on most power-efficient CPUSteve Muckle
2016-03-23sched: add hook for platform-specific CPU power informationSteve Muckle
2016-03-23sched: add power aware scheduling sysctlSteve Muckle
2016-03-23sched: Extend update_task_ravg() to accept wallclock as argumentSrivatsa Vaddagiri
2016-03-23sched: add sched_get_busy, sched_set_window APIsSrivatsa Vaddagiri
2016-03-23sched: window-stats: adjust RQ curr, prev sums on task migrationSteve Muckle
2016-03-23sched: window-stats: Add aggregated runqueue windowed statsSteve Muckle
2016-03-23sched: window-stats: add prev_window counter per-taskSrivatsa Vaddagiri
2016-03-23sched: window-stats: synchronize windows across cpusSrivatsa Vaddagiri
2016-03-23sched: window-stats: Do not account wait timeSrivatsa Vaddagiri
2016-03-23sched: window-stats: update during migration and earlier at wakeupSrivatsa Vaddagiri
2016-03-23sched: move definition of update_task_ravg()Srivatsa Vaddagiri
2016-03-23sched: Switch to windows based load stats by defaultSrivatsa Vaddagiri
2016-03-23sched: Provide tunable to switch between PELT and window-based statsSrivatsa Vaddagiri
2016-03-23sched: Provide scaled load information for tasks in /procSrivatsa Vaddagiri