Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler updates from Ingo Molnar: - Remove the unused per rq load array and all its infrastructure, by Dietmar Eggemann. - Add utilization clamping support by Patrick Bellasi. This is a refinement of the energy aware scheduling framework with support for boosting of interactive and capping of background workloads: to make sure critical GUI threads get maximum frequency ASAP, and to make sure background processing doesn't unnecessarily move to cpufreq governor to higher frequencies and less energy efficient CPU modes. - Add the bare minimum of tracepoints required for LISA EAS regression testing, by Qais Yousef - which allows automated testing of various power management features, including energy aware scheduling. - Restructure the former tsk_nr_cpus_allowed() facility that the -rt kernel used to modify the scheduler's CPU affinity logic such as migrate_disable() - introduce the task->cpus_ptr value instead of taking the address of &task->cpus_allowed directly - by Sebastian Andrzej Siewior. - Misc optimizations, fixes, cleanups and small enhancements - see the Git log for details. * 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (33 commits) sched/uclamp: Add uclamp support to energy_compute() sched/uclamp: Add uclamp_util_with() sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasks sched/uclamp: Set default clamps for RT tasks sched/uclamp: Reset uclamp values on RESET_ON_FORK sched/uclamp: Extend sched_setattr() to support utilization clamping sched/core: Allow sched_setattr() to use the current policy sched/uclamp: Add system default clamps sched/uclamp: Enforce last task's UCLAMP_MAX sched/uclamp: Add bucket local max tracking sched/uclamp: Add CPU's clamp buckets refcounting sched/fair: Rename weighted_cpuload() to cpu_runnable_load() sched/debug: Export the newly added tracepoints sched/debug: Add sched_overutilized tracepoint sched/debug: Add new tracepoint to track PELT at se level sched/debug: Add new tracepoints to track PELT at rq level sched/debug: Add a new sched_trace_*() helper functions sched/autogroup: Make autogroup_path() always available sched/wait: Deduplicate code with do-while sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity() ...
No related branches found
No related tags found
Showing
- Documentation/scheduler/sched-pelt.c 2 additions, 1 deletionDocumentation/scheduler/sched-pelt.c
- arch/arm/kernel/topology.c 1 addition, 1 deletionarch/arm/kernel/topology.c
- arch/ia64/kernel/mca.c 1 addition, 1 deletionarch/ia64/kernel/mca.c
- arch/mips/include/asm/switch_to.h 2 additions, 2 deletionsarch/mips/include/asm/switch_to.h
- arch/mips/kernel/mips-mt-fpaff.c 1 addition, 1 deletionarch/mips/kernel/mips-mt-fpaff.c
- arch/mips/kernel/traps.c 3 additions, 3 deletionsarch/mips/kernel/traps.c
- arch/powerpc/platforms/cell/spufs/sched.c 1 addition, 1 deletionarch/powerpc/platforms/cell/spufs/sched.c
- arch/x86/kernel/cpu/resctrl/pseudo_lock.c 1 addition, 1 deletionarch/x86/kernel/cpu/resctrl/pseudo_lock.c
- drivers/base/arch_topology.c 3 additions, 3 deletionsdrivers/base/arch_topology.c
- drivers/infiniband/hw/hfi1/affinity.c 3 additions, 3 deletionsdrivers/infiniband/hw/hfi1/affinity.c
- drivers/infiniband/hw/hfi1/sdma.c 1 addition, 2 deletionsdrivers/infiniband/hw/hfi1/sdma.c
- drivers/infiniband/hw/qib/qib_file_ops.c 3 additions, 4 deletionsdrivers/infiniband/hw/qib/qib_file_ops.c
- fs/proc/array.c 2 additions, 2 deletionsfs/proc/array.c
- include/linux/arch_topology.h 1 addition, 1 deletioninclude/linux/arch_topology.h
- include/linux/energy_model.h 1 addition, 1 deletioninclude/linux/energy_model.h
- include/linux/log2.h 34 additions, 0 deletionsinclude/linux/log2.h
- include/linux/sched.h 76 additions, 3 deletionsinclude/linux/sched.h
- include/linux/sched/nohz.h 0 additions, 8 deletionsinclude/linux/sched/nohz.h
- include/linux/sched/sysctl.h 11 additions, 0 deletionsinclude/linux/sched/sysctl.h
- include/linux/sched/topology.h 3 additions, 22 deletionsinclude/linux/sched/topology.h
Loading
Please register or sign in to comment