| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-03-07 | 1 | -1/+1 |
|\ |
|
| * | sched/fair: Make select_idle_cpu() more aggressive | Peter Zijlstra | 2017-03-02 | 1 | -1/+1 |
* | | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+2 |
* | | sched/core: Remove the tsk_cpus_allowed() wrapper | Ingo Molnar | 2017-03-02 | 1 | -13/+12 |
|/ |
|
* | sched/fair: Explain why MIN_SHARES isn't scaled in calc_cfs_shares() | Dietmar Eggemann | 2017-01-14 | 1 | -0/+12 |
* | sched/core: Fix group_entity's share update | Vincent Guittot | 2017-01-14 | 1 | -13/+37 |
* | sched/core: Add missing update_rq_clock() call for task_hot() | Peter Zijlstra | 2017-01-14 | 1 | -0/+2 |
* | sched/core: Add missing update_rq_clock() in post_init_entity_util_avg() | Peter Zijlstra | 2017-01-14 | 1 | -0/+1 |
* | sched/fair: Push rq lock pin/unpin into idle_balance() | Matt Fleming | 2017-01-14 | 1 | -12/+15 |
* | sched/core: Add wrappers for lockdep_(un)pin_lock() | Matt Fleming | 2017-01-14 | 1 | -3/+3 |
* | sched/core: Use load_avg for selecting idlest group | Vincent Guittot | 2016-12-11 | 1 | -11/+44 |
* | sched/core: Fix find_idlest_group() for fork | Vincent Guittot | 2016-12-11 | 1 | -0/+8 |
* | sched: Extend scheduler's asym packing | Tim Chen | 2016-11-24 | 1 | -17/+36 |
* | sched/fair: Clean up the tunable parameter definitions | Ingo Molnar | 2016-11-23 | 1 | -22/+28 |
* | sched/fair: Fix task group initialization | Vincent Guittot | 2016-11-16 | 1 | -1/+1 |
* | sched/fair: Propagate asynchrous detach | Vincent Guittot | 2016-11-16 | 1 | -0/+6 |
* | sched/fair: Propagate load during synchronous attach/detach | Vincent Guittot | 2016-11-16 | 1 | -1/+187 |
* | sched/fair: Factorize PELT update | Vincent Guittot | 2016-11-16 | 1 | -51/+25 |
* | sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_list | Vincent Guittot | 2016-11-16 | 1 | -7/+47 |
* | sched/fair: Factorize attach/detach entity | Vincent Guittot | 2016-11-16 | 1 | -22/+31 |
* | sched/fair: Fix incorrect comment for capacity_margin | Morten Rasmussen | 2016-11-16 | 1 | -1/+1 |
* | sched/fair: Avoid pulling tasks from non-overloaded higher capacity groups | Morten Rasmussen | 2016-11-16 | 1 | -0/+25 |
* | sched/fair: Add per-CPU min capacity to sched_group_capacity | Morten Rasmussen | 2016-11-16 | 1 | -5/+12 |
* | sched/fair: Consider spare capacity in find_idlest_group() | Morten Rasmussen | 2016-11-16 | 1 | -5/+45 |
* | sched/fair: Compute task/cpu utilization at wake-up correctly | Morten Rasmussen | 2016-11-16 | 1 | -4/+35 |
* | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2016-11-11 | 1 | -3/+0 |
|\ |
|
| * | sched/fair: Remove unused but set variable 'rq' | Tobias Klauser | 2016-10-27 | 1 | -3/+0 |
* | | sched/fair: Kill the unused 'sched_shares_window_ns' tunable | Matt Fleming | 2016-10-20 | 1 | -7/+0 |
|/ |
|
* | sched/fair: Fix incorrect task group ->load_avg | Vincent Guittot | 2016-10-19 | 1 | -1/+8 |
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-10-18 | 1 | -3/+8 |
|\ |
|
| * | sched/fair: Fix sched domains NULL dereference in select_idle_sibling() | Wanpeng Li | 2016-10-11 | 1 | -3/+8 |
* | | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-10-15 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | latent_entropy: Mark functions with __latent_entropy | Emese Revfy | 2016-10-10 | 1 | -1/+1 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-10-03 | 1 | -258/+494 |
|\ \ |
|
| * | | sched/fair: Fix min_vruntime tracking | Peter Zijlstra | 2016-09-30 | 1 | -7/+22 |
| * | | sched/debug: Add SCHED_WARN_ON() | Peter Zijlstra | 2016-09-30 | 1 | -5/+3 |
| * | | sched/core: Optimize SCHED_SMT | Peter Zijlstra | 2016-09-30 | 1 | -1/+7 |
| * | | sched/core: Rewrite and improve select_idle_siblings() | Peter Zijlstra | 2016-09-30 | 1 | -46/+221 |
| * | | sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_shared | Peter Zijlstra | 2016-09-30 | 1 | -10/+12 |
| * | | sched/fair: Fix fixed point arithmetic width for shares and effective load | Dietmar Eggemann | 2016-09-30 | 1 | -2/+2 |
| * | | sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasks | Srivatsa Vaddagiri | 2016-09-22 | 1 | -1/+1 |
| * | | Revert "sched/fair: Make update_min_vruntime() more readable" | Peter Zijlstra | 2016-09-10 | 1 | -4/+7 |
| * | | sched/debug: Remove several CONFIG_SCHEDSTATS guards | Josh Poimboeuf | 2016-09-05 | 1 | -79/+69 |
| * | | sched/debug: Clean up schedstat macros | Josh Poimboeuf | 2016-09-05 | 1 | -21/+21 |
| * | | sched/debug: Rename and move enqueue_sleeper() | Josh Poimboeuf | 2016-09-05 | 1 | -69/+73 |
| * | | sched/fair: Fix load_above_capacity fixed point arithmetic width | Dietmar Eggemann | 2016-09-05 | 1 | -1/+1 |
| * | | sched/fair: Make update_min_vruntime() more readable | Byungchul Park | 2016-09-05 | 1 | -10/+7 |
| * | | sched/fair: Let asymmetric CPU configurations balance at wake-up | Morten Rasmussen | 2016-08-18 | 1 | -1/+34 |
| * | | sched/fair: Optimize find_idlest_cpu() when there is no choice | Morten Rasmussen | 2016-08-10 | 1 | -0/+4 |