]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'sched-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Jan 2026 17:29:41 +0000 (09:29 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Jan 2026 17:29:41 +0000 (09:29 -0800)
commitaf5a3fae860df6d065d796810a3e3a03fbb6f895
tree18452b33f14627955fd326347865a1218e27db26
parentceaeaf66a21f87febed73ec2051f9384390efe2f
parent15257cc2f905dbf5813c0bfdd3c15885f28093c4
Merge tag 'sched-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fixes from Ingo Molnar:

 - Fix PELT clock synchronization bug when entering idle

 - Disable the NEXT_BUDDY feature, as during extensive testing
   Mel found that the negatives outweigh the positives

 - Make wakeup preemption less aggressive, which resulted in
   an unreasonable increase in preemption frequency

* tag 'sched-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/fair: Revert force wakeup preemption
  sched/fair: Disable scheduler feature NEXT_BUDDY
  sched/fair: Fix pelt clock sync when entering idle