-
- Downloads
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler updates from Ingo Molnar: "The main changes in this cycle are: - Various NUMA scheduling updates: harmonize the load-balancer and NUMA placement logic to not work against each other. The intended result is better locality, better utilization and fewer migrations. - Introduce Thermal Pressure tracking and optimizations, to improve task placement on thermally overloaded systems. - Implement frequency invariant scheduler accounting on (some) x86 CPUs. This is done by observing and sampling the 'recent' CPU frequency average at ~tick boundaries. The CPU provides this data via the APERF/MPERF MSRs. This hopefully makes our capacity estimates more precise and keeps tasks on the same CPU better even if it might seem overloaded at a lower momentary frequency. (As usual, turbo mode is a complication that we resolve by observing the maximum frequency and renormalizing to it.) - Add asymmetric CPU capacity wakeup scan to improve capacity utilization on asymmetric topologies. (big.LITTLE systems) - PSI fixes and optimizations. - RT scheduling capacity awareness fixes & improvements. - Optimize the CONFIG_RT_GROUP_SCHED constraints code. - Misc fixes, cleanups and optimizations - see the changelog for details" * 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (62 commits) threads: Update PID limit comment according to futex UAPI change sched/fair: Fix condition of avg_load calculation sched/rt: cpupri_find: Trigger a full search as fallback kthread: Do not preempt current task if it is going to call schedule() sched/fair: Improve spreading of utilization sched: Avoid scale real weight down to zero psi: Move PF_MEMSTALL out of task->flags MAINTAINERS: Add maintenance information for psi psi: Optimize switching tasks inside shared cgroups psi: Fix cpu.pressure for cpu.max and competing cgroups sched/core: Distribute tasks within affinity masks sched/fair: Fix enqueue_task_fair warning thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to generic scheduler code sched/rt: Remove unnecessary push for unfit tasks sched/rt: Allow pulling unfitting task sched/rt: Optimize cpupri_find() on non-heterogenous systems sched/rt: Re-instate old behavior in select_task_rq_rt() sched/rt: cpupri_find: Implement fallback mechanism for !fit case sched/fair: Fix reordering of enqueue/dequeue_task_fair() sched/fair: Fix runnable_avg for throttled cfs ...
No related branches found
No related tags found
Showing
- Documentation/admin-guide/kernel-parameters.txt 16 additions, 0 deletionsDocumentation/admin-guide/kernel-parameters.txt
- Documentation/robust-futex-ABI.txt 6 additions, 8 deletionsDocumentation/robust-futex-ABI.txt
- MAINTAINERS 6 additions, 0 deletionsMAINTAINERS
- arch/arm/include/asm/topology.h 3 additions, 0 deletionsarch/arm/include/asm/topology.h
- arch/arm64/configs/defconfig 1 addition, 0 deletionsarch/arm64/configs/defconfig
- arch/arm64/include/asm/topology.h 3 additions, 0 deletionsarch/arm64/include/asm/topology.h
- arch/x86/include/asm/topology.h 25 additions, 0 deletionsarch/x86/include/asm/topology.h
- arch/x86/kernel/smpboot.c 289 additions, 1 deletionarch/x86/kernel/smpboot.c
- drivers/cpufreq/intel_pstate.c 1 addition, 0 deletionsdrivers/cpufreq/intel_pstate.c
- drivers/thermal/cpufreq_cooling.c 17 additions, 2 deletionsdrivers/thermal/cpufreq_cooling.c
- include/linux/arch_topology.h 10 additions, 0 deletionsinclude/linux/arch_topology.h
- include/linux/cpumask.h 7 additions, 0 deletionsinclude/linux/cpumask.h
- include/linux/kernel.h 7 additions, 0 deletionsinclude/linux/kernel.h
- include/linux/preempt.h 30 additions, 0 deletionsinclude/linux/preempt.h
- include/linux/psi.h 2 additions, 0 deletionsinclude/linux/psi.h
- include/linux/psi_types.h 9 additions, 1 deletioninclude/linux/psi_types.h
- include/linux/sched.h 21 additions, 16 deletionsinclude/linux/sched.h
- include/linux/sched/topology.h 8 additions, 0 deletionsinclude/linux/sched/topology.h
- include/linux/threads.h 1 addition, 1 deletioninclude/linux/threads.h
- include/trace/events/sched.h 31 additions, 22 deletionsinclude/trace/events/sched.h
Loading
Please register or sign in to comment