- 9d85f21 sched: Track the runnable average on a per-task entity basis by Paul Turner · 12 years ago
- 0b981cb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 37407ea Revert "sched: Improve scalability via 'CPU buddies', which withstand random perturbations" by Linus Torvalds · 12 years ago
- c1cc017 sched/nohz: Clean up select_nohz_load_balancer() by Alex Shi · 12 years ago
- 5ed4f1d sched: Fix nohz_idle_balance() by Vincent Guittot · 12 years ago
- 59f9794 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 12 years ago
- 9450d57 sched: Fix kernel-doc warnings in kernel/sched/fair.c by Randy Dunlap · 12 years ago
- a4c96ae sched: Unthrottle rt runqueues in __disable_runtime() by Peter Boonstoppel · 12 years ago
- f03542a sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean up by Alex Shi · 12 years ago
- 78feefc sched: using dst_rq instead of this_rq during load balance by Michael Wang · 12 years ago
- 532b185 sched: Fix __sched_period comment by Borislav Petkov · 12 years ago
- a35b646 sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchies by Peter Zijlstra · 12 years ago
- b9403130 sched/cleanups: Add load balance cpumask pointer to 'struct lb_env' by Michael Wang · 13 years ago
- 88b8dac sched: Improve balance_cpu() to consider other cpus in its group as target of (pinned) task by Srivatsa Vaddagiri · 13 years ago
- bbf18b1 sched: Reset loop counters if all tasks are pinned and we need to redo load balance by Prashanth Nageshappa · 13 years ago
- 85c1e7d sched: Reorder 'struct lb_env' members to reduce its size by Prashanth Nageshappa · 13 years ago
- 970e178 sched: Improve scalability via 'CPU buddies', which withstand random perturbations by Mike Galbraith · 13 years ago
- 7249450 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- cd96891 sched/fair: fix lots of kernel-doc warnings by Randy Dunlap · 13 years ago
- c3decf0 sched: Always initialize cpu-power by Peter Zijlstra · 13 years ago
- c117487 sched: Fix domain iteration by Peter Zijlstra · 13 years ago
- 29baa74 sched: Move nr_cpus_allowed out of 'struct sched_rt_entity' by Peter Zijlstra · 13 years ago
- b654f7d sched: Make sure to not re-read variables after validation by Peter Zijlstra · 13 years ago
- 74a5ce2 sched: Fix SD_OVERLAP by Peter Zijlstra · 13 years ago
- 8e7fbcb sched: Remove stale power aware scheduling remnants and dysfunctional knobs by Peter Zijlstra · 13 years ago
- e44bc5c sched/fair: Improve the ->group_imb logic by Peter Zijlstra · 13 years ago
- 556061b sched/nohz: Fix rq->cpu_load[] calculations by Peter Zijlstra · 13 years ago
- 04f733b sched/fair: Revert sched-domain iteration breakage by Peter Zijlstra · 13 years ago
- bd939f4 sched/fair: Propagate 'struct lb_env' usage into find_busiest_group by Peter Zijlstra · 13 years ago
- 0ce9047 sched/fair: Add some serialization to the sched_domain load-balance walk by Peter Zijlstra · 13 years ago
- c22402a sched/fair: Let minimally loaded cpu balance the group by Peter Zijlstra · 13 years ago
- c82513e sched: Change rq->nr_running to unsigned int by Peter Zijlstra · 13 years ago
- eb95308 sched: Fix more load-balancing fallout by Peter Zijlstra · 13 years ago
- 7fda041 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 6c16a6d sched: Fix compiler warning about declared inline after use by Peter Zijlstra · 13 years ago
- 2ba6894 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 554ceca sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancer by Diwakar Tundlam · 13 years ago
- 5d6523e sched: Fix load-balance wreckage by Peter Zijlstra · 13 years ago
- 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 13 years ago
- 367456c sched: Ditch per cgroup task lists for load-balancing by Peter Zijlstra · 13 years ago
- ddcdf6e sched: Rename load-balancing fields by Peter Zijlstra · 13 years ago
- 8e45cb5 sched: Move load-balancing arguments into helper struct by Peter Zijlstra · 13 years ago
- 7e4d960 Merge branch 'linus' into sched/core by Ingo Molnar · 13 years ago
- c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 13 years ago
- 62f6536 sched: Remove rcu_read_lock/unlock() from select_idle_sibling() by Nikunj A. Dadhania · 13 years ago
- 8c79a04 sched/events: Revert trace_sched_stat_sleeptime() by Peter Zijlstra · 13 years ago
- ed387b7 sched: Move SMP-only variable into the SMP section by Hiroshi Shimamoto · 13 years ago
- 4ec4412 sched: Ensure cpu_power periodic update by Vincent Guittot · 13 years ago
- 7132596 sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplug by Suresh Siddha · 13 years ago
- bced76a sched: Fix lockup by limiting load-balance retries on lock-break by Peter Zijlstra · 13 years ago
- 1ac9bc6 sched/tracing: Add a new tracepoint for sleeptime by Arun Sharma · 13 years ago
- 62af378 sched: Fix cgroup movement of waking process by Daisuke Nishimura · 13 years ago
- 7ceff01 sched: Fix cgroup movement of newly created process by Daisuke Nishimura · 13 years ago
- 4fc420c sched: Fix cgroup movement of forking process by Daisuke Nishimura · 13 years ago
- a195f00 sched: Fix load-balance lock-breaking by Peter Zijlstra · 13 years ago
- 5b54b56 sched: Replace all_pinned with a generic flags field by Peter Zijlstra · 13 years ago
- 518cd62 sched: Only queue remote wakeups when crossing cache boundaries by Peter Zijlstra · 13 years ago
- 067491b sched, nohz: Fix missing RCU read lock by Peter Zijlstra · 13 years ago
- cd490c5 sched, nohz: Set the NOHZ_BALANCE_KICK flag for idle load balancer by Suresh Siddha · 13 years ago
- 8a6d42d sched, nohz: Fix the idle cpu check in nohz_idle_balance by Suresh Siddha · 13 years ago
- b39e66e sched: Save some hrtick_start_fair cycles by Mike Galbraith · 13 years ago
- 786d6dc7 sched, nohz: Clean up the find_new_ilb() using sched groups nr_busy_cpus by Suresh Siddha · 13 years ago
- 0b005cf sched, nohz: Implement sched group, domain aware nohz idle load balancing by Suresh Siddha · 13 years ago
- 69e1e81 sched, nohz: Track nr_busy_cpus in the sched_group_power by Suresh Siddha · 13 years ago
- 1c792db sched, nohz: Introduce nohz_flags in 'struct rq' by Suresh Siddha · 13 years ago
- 916671c sched: Set skip_clock_update in yield_task_fair() by Mike Galbraith · 13 years ago
- 76854c7 sched: Use rt.nr_cpus_allowed to recover select_task_rq() cycles by Mike Galbraith · 13 years ago
- 77e8136 sched: Clean up domain traversal in select_idle_sibling() by Suresh Siddha · 13 years ago
- b781a60 events, sched: Add tracepoint for accounting blocked time by Andrew Vagin · 13 years ago
- 391e43d sched: Move all scheduler bits into kernel/sched/ by Peter Zijlstra · 13 years ago[Renamed from kernel/sched_fair.c]
- 029632f sched: Make separate sched*.c translation units by Peter Zijlstra · 13 years ago
- 56f570e sched: Use jump labels to reduce overhead when bandwidth control is inactive by Paul Turner · 13 years ago
- fccfdc6 sched: Fix buglet in return_cfs_rq_runtime() by Paul Turner · 13 years ago
- 4dcfe102 sched: Avoid SMT siblings in select_idle_sibling() if possible by Peter Zijlstra · 13 years ago
- 461819a sched_fair: Fix a typo in the comment describing update_sd_lb_stats by Hui Kang · 13 years ago
- cf5f0ac sched: Add a comment to effective_load() since it's a pain by Peter Zijlstra · 13 years ago
- fa17b50 sched: Wrap scheduler p->cpus_allowed access by Peter Zijlstra · 14 years ago
- 6eb57e0 sched: Request for idle balance during nohz idle load balance by Suresh Siddha · 13 years ago
- ca38062 sched: Use resched IPI to kick off the nohz idle balance by Suresh Siddha · 13 years ago
- f4cfb33 sched: Remove redundant test in check_preempt_tick() by Wang Xingchao · 13 years ago
- d8b4986 sched: Return unused runtime on group dequeue by Paul Turner · 13 years ago
- e8da1b1 sched: Add exports tracking cfs bandwidth control statistics by Nikhil Rao · 13 years ago
- d3d9dc3 sched: Throttle entities exceeding their allowed bandwidth by Paul Turner · 13 years ago
- 5238cdd sched: Prevent buddy interactions with throttled entities by Paul Turner · 13 years ago
- 64660c8 sched: Prevent interactions with throttled entities by Paul Turner · 13 years ago
- 671fd9d sched: Add support for unthrottling group entities by Paul Turner · 13 years ago
- 85dac90 sched: Add support for throttling group entities by Paul Turner · 13 years ago
- a9cf55b sched: Expire invalid runtime by Paul Turner · 13 years ago
- 58088ad sched: Add a timer to handle CFS bandwidth refresh by Paul Turner · 13 years ago
- ec12cb7 sched: Accumulate per-cfs_rq cpu usage and charge against bandwidth by Paul Turner · 13 years ago
- ab84d31 sched: Introduce primitives to account for CFS bandwidth tracking by Paul Turner · 13 years ago
- 953bfcd sched: Implement hierarchical task accounting for SCHED_OTHER by Paul Turner · 13 years ago
- 0835471 sched: Remove noop in lowest_flag_domain() by Hillf Danton · 14 years ago
- 2c2efae sched: Kill WAKEUP_PREEMPT by Yong Zhang · 13 years ago
- 0f31714 sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fair by Lin Ming · 13 years ago
- 2bd2d6f sched: Replace use of entity_key() by Stephan Baerwolf · 13 years ago
- 045176d sched: Remove unused function cpu_cfs_rq() by Jan Schoenherr · 14 years ago
- 9763b67 sched, cgroup: Optimize load_balance_fair() by Peter Zijlstra · 14 years ago
- 9598c82 sched: Don't update shares twice on on_rq parent by Paul Turner · 14 years ago
- 9bbd737 sched: update correct entity's runtime in check_preempt_wakeup() by Paul Turner · 14 years ago