Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler updates from Thomas Gleixner: - Cleanup and improvement of NUMA balancing - Refactoring and improvements to the PELT (Per Entity Load Tracking) code - Watchdog simplification and related cleanups - The usual pile of small incremental fixes and improvements * 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (41 commits) watchdog: Reduce message verbosity stop_machine: Reflow cpu_stop_queue_two_works() sched/numa: Move task_numa_placement() closer to numa_migrate_preferred() sched/numa: Use group_weights to identify if migration degrades locality sched/numa: Update the scan period without holding the numa_group lock sched/numa: Remove numa_has_capacity() sched/numa: Modify migrate_swap() to accept additional parameters sched/numa: Remove unused task_capacity from 'struct numa_stats' sched/numa: Skip nodes that are at 'hoplimit' sched/debug: Reverse the order of printing faults sched/numa: Use task faults only if numa_group is not yet set up sched/numa: Set preferred_node based on best_cpu sched/numa: Simplify load_too_imbalanced() sched/numa: Evaluate move once per node sched/numa: Remove redundant field sched/debug: Show the sum wait time of a task group sched/fair: Remove #ifdefs from scale_rt_capacity() sched/core: Remove get_cpu() from sched_fork() sched/cpufreq: Clarify sugov_get_util() sched/sysctl: Remove unused sched_time_avg_ms sysctl ...
No related branches found
No related tags found
Showing
- arch/mips/kvm/mips.c 2 additions, 2 deletionsarch/mips/kvm/mips.c
- arch/powerpc/kvm/book3s_hv.c 3 additions, 3 deletionsarch/powerpc/kvm/book3s_hv.c
- arch/s390/kvm/interrupt.c 1 addition, 1 deletionarch/s390/kvm/interrupt.c
- arch/x86/kernel/kvm.c 2 additions, 2 deletionsarch/x86/kernel/kvm.c
- arch/x86/kvm/lapic.c 1 addition, 1 deletionarch/x86/kvm/lapic.c
- include/linux/cpuhotplug.h 1 addition, 0 deletionsinclude/linux/cpuhotplug.h
- include/linux/nmi.h 8 additions, 2 deletionsinclude/linux/nmi.h
- include/linux/sched.h 0 additions, 1 deletioninclude/linux/sched.h
- include/linux/sched/sysctl.h 0 additions, 1 deletioninclude/linux/sched/sysctl.h
- include/linux/smpboot.h 1 addition, 14 deletionsinclude/linux/smpboot.h
- include/linux/swait.h 18 additions, 18 deletionsinclude/linux/swait.h
- kernel/cpu.c 5 additions, 0 deletionskernel/cpu.c
- kernel/kthread.c 4 additions, 2 deletionskernel/kthread.c
- kernel/power/suspend.c 2 additions, 2 deletionskernel/power/suspend.c
- kernel/rcu/srcutiny.c 2 additions, 2 deletionskernel/rcu/srcutiny.c
- kernel/rcu/tree.c 4 additions, 4 deletionskernel/rcu/tree.c
- kernel/rcu/tree_exp.h 2 additions, 2 deletionskernel/rcu/tree_exp.h
- kernel/rcu/tree_plugin.h 6 additions, 6 deletionskernel/rcu/tree_plugin.h
- kernel/sched/Makefile 1 addition, 1 deletionkernel/sched/Makefile
- kernel/sched/core.c 24 additions, 48 deletionskernel/sched/core.c
Loading
Please register or sign in to comment