aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2016-05-10sched/rt, sched/dl: Don't push if task's scheduling class was changedXunlei Pang2-0/+2
2016-05-09sched/core: Fix comment typo in wake_q_add()Davidlohr Bueso1-1/+1
2016-05-09sched/core: Remove unused variableMuhammad Falak R Wani1-2/+2
2016-05-07sched/fair: Fix !CONFIG_SMP kernel cpufreq governor breakageRafael J. Wysocki1-1/+8
2016-05-06sched: Make hrtick_notifier an explicit callThomas Gleixner1-33/+1
2016-05-06sched/fair: Make ilb_notifier an explicit callThomas Gleixner3-14/+6
2016-05-06sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Thomas Gleixner1-50/+22
2016-05-06sched/migration: Move CPU_ONLINE into scheduler stateThomas Gleixner1-11/+22
2016-05-06sched/migration: Move calc_load_migrate() into CPU_DYINGThomas Gleixner1-3/+0
2016-05-06sched/migration: Move prepare transition to SCHED_STARTING stateThomas Gleixner1-9/+11
2016-05-06sched/hotplug: Move sync_rcu to be with set_cpu_active(false)Peter Zijlstra1-0/+14
2016-05-06sched/hotplug: Convert cpu_[in]active notifiers to state machineThomas Gleixner1-46/+21
2016-05-06sched: Move sched_domains_numa_masks_clear() to DOWN_PREPAREThomas Gleixner1-3/+0
2016-05-06sched: Consolidate the notifier mazeThomas Gleixner1-105/+69
2016-05-06sched: Allow hotplug notifiers to be setup earlyThomas Gleixner1-23/+36
2016-05-06sched: Make set_cpu_rq_start_time() a built in hotplug stateThomas Gleixner1-7/+9
2016-05-06sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)1-7/+42
2016-05-05sched/fair: Fix comment in calculate_imbalance()Dietmar Eggemann1-3/+4
2016-05-05sched/fair: Remove stale power aware scheduling commentsDietmar Eggemann1-10/+3
2016-05-05sched/fair: Update rq clock before updating nohz CPU loadMatt Fleming1-0/+1
2016-05-05sched/debug: Print out idle balance values even on !CONFIG_SCHEDSTATS kernelsWanpeng Li1-5/+5
2016-05-05sched/fair: Optimize sum computation with a lookup tableYuyang Du1-8/+13
2016-05-05sched/fair: Rename SCHED_LOAD_SHIFT to NICE_0_LOAD_SHIFT and remove SCHED_LOA...Yuyang Du2-13/+13
2016-05-05sched/fair: Generalize the load/util averages resolution definitionYuyang Du2-9/+10
2016-05-05sched/core: Enable increased load resolution on 64-bit kernelsPeter Zijlstra1-4/+6
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra7-53/+61
2016-05-05sched/core: Introduce 'struct rq_flags'Peter Zijlstra3-56/+62
2016-05-05sched/core: Move task_rq_lock() out of linePeter Zijlstra2-63/+69
2016-05-05Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar1-13/+16
2016-04-28Merge back earlier cpufreq material for v4.7.Rafael J. Wysocki4-11/+576
2016-04-28sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski1-3/+3
2016-04-28sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple timesWanpeng Li2-8/+8
2016-04-28nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra1-13/+16
2016-04-23sched/deadline: Fix a bug in dl_overflow()Xunlei Pang1-1/+2
2016-04-23sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updatesFrederic Weisbecker3-7/+13
2016-04-23sched/fair: Correctly handle nohz ticks CPU load accountingFrederic Weisbecker1-34/+63
2016-04-23sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker3-15/+15
2016-04-23sched/fair: Call cpufreq hook in additional pathsSteve Muckle1-31/+42
2016-04-23sched/fair: Do not call cpufreq hook unless util changedSteve Muckle1-4/+6
2016-04-23sched/fair: Move cpufreq hook to update_cfs_rq_load_avg()Steve Muckle1-24/+26
2016-04-23sched/fair: Fix asym packing to select correct CPUSrikar Dronamraju1-3/+9
2016-04-13sched/cpuacct: Check for NULL when using task_pt_regs()Anton Blanchard1-4/+3
2016-04-13sched/clock: Make local_clock()/cpu_clock() inlineDaniel Lezcano1-41/+1
2016-04-13sched/clock: Remove pointless test in cpu_clock/local_clockDaniel Lezcano1-8/+2
2016-04-13sched/debug: Don't dump sched debug info in SysRq-WRabin Vincent1-1/+2
2016-04-08cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()Rafael J. Wysocki1-0/+2
2016-04-02cpufreq: schedutil: New governor based on scheduler utilization dataRafael J. Wysocki3-0/+537
2016-04-02cpufreq: sched: Helpers to add and remove update_util hooksRafael J. Wysocki1-11/+37
2016-03-31sched/fair: Initiate a new task's util avg to a bounded valueYuyang Du3-2/+57
2016-03-31sched/fair: Update comments after a variable renameYuyang Du1-2/+2