]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'x86_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 Oct 2025 14:41:27 +0000 (04:41 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 19 Oct 2025 14:41:27 +0000 (04:41 -1000)
commitc7864eeaa4b743bffe4abb396a03b9d4730195fe
tree723c26f63dee88a25edf5b8942350c4337e3122d
parent1c64efcb083c48c85227cb4d72ab137feef2cdac
parente6416c2dfe23c9a6fec881fda22ebb9ae486cfc5
Merge tag 'x86_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fixes from Borislav Petkov:

 - Reset the why-the-system-rebooted register on AMD to avoid stale bits
   remaining from previous boots

 - Add a missing barrier in the TLB flushing code to prevent erroneously
   not flushing a TLB generation

 - Make sure cpa_flush() does not overshoot when computing the end range
   of a flush region

 - Fix resctrl bandwidth counting on AMD systems when the amount of
   monitoring groups created exceeds the number the hardware can track

* tag 'x86_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/CPU/AMD: Prevent reset reasons from being retained across reboot
  x86/mm: Fix SMP ordering in switch_mm_irqs_off()
  x86/mm: Fix overflow in __cpa_addr()
  x86/resctrl: Fix miscount of bandwidth event when reactivating previously unavailable RMID