summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar
2016-05-11Revert "sched/fair: Fix fairness issue on migration"Ingo Molnar
2016-05-10sched/rt, sched/dl: Don't push if task's scheduling class was changedXunlei Pang
2016-05-09sched/core: Fix comment typo in wake_q_add()Davidlohr Bueso
2016-05-09sched/core: Remove unused variableMuhammad Falak R Wani
2016-05-07sched/fair: Fix !CONFIG_SMP kernel cpufreq governor breakageRafael J. Wysocki
2016-05-05sched/fair: Fix comment in calculate_imbalance()Dietmar Eggemann
2016-05-05sched/fair: Remove stale power aware scheduling commentsDietmar Eggemann
2016-05-05sched/fair: Update rq clock before updating nohz CPU loadMatt Fleming
2016-05-05sched/debug: Print out idle balance values even on !CONFIG_SCHEDSTATS kernelsWanpeng Li
2016-05-05sched/fair: Optimize sum computation with a lookup tableYuyang Du
2016-05-05sched/fair: Rename SCHED_LOAD_SHIFT to NICE_0_LOAD_SHIFT and remove SCHED_LOA...Yuyang Du
2016-05-05sched/fair: Generalize the load/util averages resolution definitionYuyang Du
2016-05-05sched/core: Enable increased load resolution on 64-bit kernelsPeter Zijlstra
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra
2016-05-05sched/core: Introduce 'struct rq_flags'Peter Zijlstra
2016-05-05sched/core: Move task_rq_lock() out of linePeter Zijlstra
2016-05-05Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2016-04-28sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski
2016-04-28sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple timesWanpeng Li
2016-04-28nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra
2016-04-23sched/deadline: Fix a bug in dl_overflow()Xunlei Pang
2016-04-23sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updatesFrederic Weisbecker
2016-04-23sched/fair: Correctly handle nohz ticks CPU load accountingFrederic Weisbecker
2016-04-23sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker
2016-04-23sched/fair: Call cpufreq hook in additional pathsSteve Muckle
2016-04-23sched/fair: Do not call cpufreq hook unless util changedSteve Muckle
2016-04-23sched/fair: Move cpufreq hook to update_cfs_rq_load_avg()Steve Muckle
2016-04-23sched/fair: Fix asym packing to select correct CPUSrikar Dronamraju
2016-04-13sched/cpuacct: Check for NULL when using task_pt_regs()Anton Blanchard
2016-04-13sched/clock: Make local_clock()/cpu_clock() inlineDaniel Lezcano
2016-04-13sched/clock: Remove pointless test in cpu_clock/local_clockDaniel Lezcano
2016-04-13sched/debug: Don't dump sched debug info in SysRq-WRabin Vincent
2016-03-31sched/fair: Initiate a new task's util avg to a bounded valueYuyang Du
2016-03-31sched/fair: Update comments after a variable renameYuyang Du
2016-03-31sched/core: Add preempt checks in preempt_schedule() codeSteven Rostedt
2016-03-31sched/numa: Remove unnecessary NUMA dequeue update from non-SMP kernelsTim Chen
2016-03-31sched/fair: Reset nr_balance_failed after active balancingSrikar Dronamraju
2016-03-31sched/cpuacct: Split usage accounting into user_usage and sys_usageDongsheng Yang
2016-03-31sched/cpuacct: Show all possible CPUs in cpuacct outputZhao Lei
2016-03-29locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker
2016-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-21sched/cpuacct: Simplify the cpuacct codeZhao Lei
2016-03-21sched/cpuacct: Rename parameter in cpuusage_write() for readabilityDongsheng Yang
2016-03-21sched/fair: Add comments to explain select_idle_sibling()Matt Fleming
2016-03-21sched/fair: Fix fairness issue on migrationPeter Zijlstra
2016-03-21sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra
2016-03-21Merge branch 'linus' into sched/urgent, to pick up dependenciesIngo Molnar
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds