aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAge
...
* | | | | sched/fair: Prepare to fix fairness problems on migrationPeter Zijlstra2016-05-12
* | | | | sched/fair: Move record_wakee()Peter Zijlstra2016-05-12
* | | | | Merge branch 'smp/hotplug' into sched/core, to resolve conflictsIngo Molnar2016-05-12
|\ \ \ \ \
| * | | | | sched: Make hrtick_notifier an explicit callThomas Gleixner2016-05-06
| * | | | | sched/fair: Make ilb_notifier an explicit callThomas Gleixner2016-05-06
| * | | | | sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Thomas Gleixner2016-05-06
| * | | | | sched/migration: Move CPU_ONLINE into scheduler stateThomas Gleixner2016-05-06
| * | | | | sched/migration: Move calc_load_migrate() into CPU_DYINGThomas Gleixner2016-05-06
| * | | | | sched/migration: Move prepare transition to SCHED_STARTING stateThomas Gleixner2016-05-06
| * | | | | sched/hotplug: Move sync_rcu to be with set_cpu_active(false)Peter Zijlstra2016-05-06
| * | | | | sched/hotplug: Convert cpu_[in]active notifiers to state machineThomas Gleixner2016-05-06
| * | | | | sched: Move sched_domains_numa_masks_clear() to DOWN_PREPAREThomas Gleixner2016-05-06
| * | | | | sched: Consolidate the notifier mazeThomas Gleixner2016-05-06
| * | | | | sched: Allow hotplug notifiers to be setup earlyThomas Gleixner2016-05-06
| * | | | | sched: Make set_cpu_rq_start_time() a built in hotplug stateThomas Gleixner2016-05-06
| * | | | | sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)2016-05-06
| | |/ / / | |/| | |
* | | | | Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar2016-05-12
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Revert "sched/fair: Fix fairness issue on migration"Ingo Molnar2016-05-11
| * | | | sched/rt, sched/dl: Don't push if task's scheduling class was changedXunlei Pang2016-05-10
| * | | | sched/fair: Fix !CONFIG_SMP kernel cpufreq governor breakageRafael J. Wysocki2016-05-07
| | |/ / | |/| |
* | | | sched/core: Fix comment typo in wake_q_add()Davidlohr Bueso2016-05-09
* | | | sched/core: Remove unused variableMuhammad Falak R Wani2016-05-09
* | | | sched/fair: Fix comment in calculate_imbalance()Dietmar Eggemann2016-05-05
* | | | sched/fair: Remove stale power aware scheduling commentsDietmar Eggemann2016-05-05
* | | | sched/fair: Update rq clock before updating nohz CPU loadMatt Fleming2016-05-05
* | | | sched/debug: Print out idle balance values even on !CONFIG_SCHEDSTATS kernelsWanpeng Li2016-05-05
* | | | sched/fair: Optimize sum computation with a lookup tableYuyang Du2016-05-05
* | | | sched/fair: Rename SCHED_LOAD_SHIFT to NICE_0_LOAD_SHIFT and remove SCHED_LOA...Yuyang Du2016-05-05
* | | | sched/fair: Generalize the load/util averages resolution definitionYuyang Du2016-05-05
* | | | sched/core: Enable increased load resolution on 64-bit kernelsPeter Zijlstra2016-05-05
* | | | locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra2016-05-05
* | | | sched/core: Introduce 'struct rq_flags'Peter Zijlstra2016-05-05
* | | | sched/core: Move task_rq_lock() out of linePeter Zijlstra2016-05-05
* | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2016-05-05
|\| | |
| * | | nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra2016-04-28
| |/ /
* | | sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski2016-04-28
* | | sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple timesWanpeng Li2016-04-28
* | | sched/deadline: Fix a bug in dl_overflow()Xunlei Pang2016-04-23
* | | sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updatesFrederic Weisbecker2016-04-23
* | | sched/fair: Correctly handle nohz ticks CPU load accountingFrederic Weisbecker2016-04-23
* | | sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker2016-04-23
* | | sched/fair: Call cpufreq hook in additional pathsSteve Muckle2016-04-23
* | | sched/fair: Do not call cpufreq hook unless util changedSteve Muckle2016-04-23
* | | sched/fair: Move cpufreq hook to update_cfs_rq_load_avg()Steve Muckle2016-04-23
* | | sched/fair: Fix asym packing to select correct CPUSrikar Dronamraju2016-04-23
* | | sched/cpuacct: Check for NULL when using task_pt_regs()Anton Blanchard2016-04-13
* | | sched/clock: Make local_clock()/cpu_clock() inlineDaniel Lezcano2016-04-13
* | | sched/clock: Remove pointless test in cpu_clock/local_clockDaniel Lezcano2016-04-13
* | | sched/debug: Don't dump sched debug info in SysRq-WRabin Vincent2016-04-13
* | | sched/fair: Initiate a new task's util avg to a bounded valueYuyang Du2016-03-31