Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler changes from Ingo Molnar: "Major changes: - Reworked CPU capacity code, for better SMP load balancing on systems with assymetric CPUs. (Vincent Guittot, Morten Rasmussen) - Reworked RT task SMP balancing to be push based instead of pull based, to reduce latencies on large CPU count systems. (Steven Rostedt) - SCHED_DEADLINE support updates and fixes. (Juri Lelli) - SCHED_DEADLINE task migration support during CPU hotplug. (Wanpeng Li) - x86 mwait-idle optimizations and fixes. (Mike Galbraith, Len Brown) - sched/numa improvements. (Rik van Riel) - various cleanups" * 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (28 commits) sched/core: Drop debugging leftover trace_printk call sched/deadline: Support DL task migration during CPU hotplug sched/core: Check for available DL bandwidth in cpuset_cpu_inactive() sched/deadline: Always enqueue on previous rq when dl_task_timer() fires sched/core: Remove unused argument from init_[rt|dl]_rq() sched/deadline: Fix rt runtime corruption when dl fails its global constraints sched/deadline: Avoid a superfluous check sched: Improve load balancing in the presence of idle CPUs sched: Optimize freq invariant accounting sched: Move CFS tasks to CPUs with higher capacity sched: Add SD_PREFER_SIBLING for SMT level sched: Remove unused struct sched_group_capacity::capacity_orig sched: Replace capacity_factor by usage sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::group_usage sched: Add struct rq::cpu_capacity_orig sched: Make scale_rt invariant with frequency sched: Make sched entity usage tracking scale-invariant sched: Remove frequency scaling from cpu_capacity sched: Track group sched_entity usage contributions sched: Add sched_avg::utilization_avg_contrib ...
No related branches found
No related tags found
Showing
- arch/x86/include/asm/mwait.h 8 additions, 0 deletionsarch/x86/include/asm/mwait.h
- arch/x86/kernel/process.c 51 additions, 0 deletionsarch/x86/kernel/process.c
- include/linux/irq_work.h 2 additions, 1 deletioninclude/linux/irq_work.h
- include/linux/sched.h 17 additions, 4 deletionsinclude/linux/sched.h
- kernel/sched/core.c 50 additions, 46 deletionskernel/sched/core.c
- kernel/sched/deadline.c 66 additions, 11 deletionskernel/sched/deadline.c
- kernel/sched/debug.c 9 additions, 3 deletionskernel/sched/debug.c
- kernel/sched/fair.c 262 additions, 163 deletionskernel/sched/fair.c
- kernel/sched/features.h 13 additions, 0 deletionskernel/sched/features.h
- kernel/sched/rt.c 179 additions, 2 deletionskernel/sched/rt.c
- kernel/sched/sched.h 33 additions, 5 deletionskernel/sched/sched.h
Loading
Please register or sign in to comment