-
- 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: "These were the main changes in this cycle: - More -rt motivated separation of CONFIG_PREEMPT and CONFIG_PREEMPTION. - Add more low level scheduling topology sanity checks and warnings to filter out nonsensical topologies that break scheduling. - Extend uclamp constraints to influence wakeup CPU placement - Make the RT scheduler more aware of asymmetric topologies and CPU capacities, via uclamp metrics, if CONFIG_UCLAMP_TASK=y - Make idle CPU selection more consistent - Various fixes, smaller cleanups, updates and enhancements - please see the git log for details" * 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (58 commits) sched/fair: Define sched_idle_cpu() only for SMP configurations sched/topology: Assert non-NUMA topology masks don't (partially) overlap idle: fix spelling mistake "iterrupts" -> "interrupts" sched/fair: Remove redundant call to cpufreq_update_util() sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when psi enabled sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAP sched/fair: calculate delta runnable load only when it's needed sched/cputime: move rq parameter in irqtime_account_process_tick stop_machine: Make stop_cpus() static sched/debug: Reset watchdog on all CPUs while processing sysrq-t sched/core: Fix size of rq::uclamp initialization sched/uclamp: Fix a bug in propagating uclamp value in new cgroups sched/fair: Load balance aggressively for SCHED_IDLE CPUs sched/fair : Improve update_sd_pick_busiest for spare capacity case watchdog: Remove soft_lockup_hrtimer_cnt and related code sched/rt: Make RT capacity-aware sched/fair: Make EAS wakeup placement consider uclamp restrictions sched/fair: Make task_fits_capacity() consider uclamp restrictions sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with() sched/uclamp: Make uclamp util helpers use and return UL values ...
No related branches found
No related tags found
Showing
- arch/arc/kernel/entry.S 3 additions, 3 deletionsarch/arc/kernel/entry.S
- arch/arm/include/asm/switch_to.h 1 addition, 1 deletionarch/arm/include/asm/switch_to.h
- arch/arm/kernel/entry-armv.S 2 additions, 2 deletionsarch/arm/kernel/entry-armv.S
- arch/arm/kernel/traps.c 2 additions, 0 deletionsarch/arm/kernel/traps.c
- arch/arm/mm/cache-v7.S 2 additions, 2 deletionsarch/arm/mm/cache-v7.S
- arch/arm/mm/cache-v7m.S 2 additions, 2 deletionsarch/arm/mm/cache-v7m.S
- arch/arm64/Kconfig 26 additions, 26 deletionsarch/arm64/Kconfig
- arch/arm64/crypto/sha256-glue.c 1 addition, 1 deletionarch/arm64/crypto/sha256-glue.c
- arch/arm64/include/asm/assembler.h 3 additions, 3 deletionsarch/arm64/include/asm/assembler.h
- arch/arm64/include/asm/preempt.h 2 additions, 2 deletionsarch/arm64/include/asm/preempt.h
- arch/arm64/kernel/entry.S 1 addition, 1 deletionarch/arm64/kernel/entry.S
- arch/arm64/kernel/traps.c 3 additions, 0 deletionsarch/arm64/kernel/traps.c
- arch/c6x/kernel/entry.S 4 additions, 4 deletionsarch/c6x/kernel/entry.S
- arch/csky/kernel/entry.S 2 additions, 2 deletionsarch/csky/kernel/entry.S
- arch/h8300/kernel/entry.S 3 additions, 3 deletionsarch/h8300/kernel/entry.S
- arch/hexagon/kernel/vm_entry.S 3 additions, 3 deletionsarch/hexagon/kernel/vm_entry.S
- arch/ia64/kernel/entry.S 6 additions, 6 deletionsarch/ia64/kernel/entry.S
- arch/ia64/kernel/kprobes.c 1 addition, 1 deletionarch/ia64/kernel/kprobes.c
- arch/microblaze/kernel/entry.S 1 addition, 1 deletionarch/microblaze/kernel/entry.S
- arch/mips/include/asm/asmmacro.h 2 additions, 2 deletionsarch/mips/include/asm/asmmacro.h
Loading
Please register or sign in to comment