Merge tag 'x86-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jan 2024 01:45:24 +0000 (17:45 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jan 2024 01:45:24 +0000 (17:45 -0800)
commit33677aef32cf07ebbed07647e88136258c4b95ba
tree587c47b4ccc74fb6a8dfd60122bbcfcc2488fafd
parentb51cc5d02834a9c38cfd95b00b7d981b701b13f9
parentedc8fc01f608108b0b7580cb2c29dfb5135e5f0e
Merge tag 'x86-core-2024-01-08' of git://git./linux/kernel/git/tip/tip

Pull x86 core updates from Ingo Molnar:

 - Add comments about the magic behind the shadow STI
   before MWAIT in __sti_mwait().

 - Fix possible unintended timer delays caused by a race
   in mwait_idle_with_hints().

* tag 'x86-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86: Fix CPUIDLE_FLAG_IRQ_ENABLE leaking timer reprogram
  x86: Add a comment about the "magic" behind shadow sti before mwait