Merge tag 'x86_cleanups_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Jun 2026 00:11:22 +0000 (05:41 +0530)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Jun 2026 00:11:22 +0000 (05:41 +0530)
commit454761e12197938b6b362b7ab485e6e025bd4320
tree26250b1abe4c690e3cf882ffa82e2665b1c22c2f
parent3c26a6bc40fac7051b002411e771a8a5faed028f
parenta5f28da54f36f1a8b289d9bdd3e780b2ede0da6f
Merge tag 'x86_cleanups_for_v7.2_rc1' of gitolite.pub/scm/linux/kernel/git/tip/tip

Pull x86 cleanups from Borislav Petkov:

 - The usual pile of cleanups and fixlets the cat dragged in

* tag 'x86_cleanups_for_v7.2_rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tip:
  x86/cpu: Remove obsolete aperfmperf_get_khz() declaration
  x86/pmem: Check for platform_device_alloc() retval
  x86/platform/uv: Use str_enabled_disabled() in uv_nmi_setup_hubless_intr()
  x86/cpu: Keep the PROCESSOR_SELECT menu together
  x86/tlb: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user()
  x86/purgatory: Fix #endif comment
  x86/boot: Get rid of kstrtoull()
  x86/boot/compressed: Use boot_kstrtoul() for hugepages= parsing
arch/x86/Kconfig.cpu
arch/x86/mm/tlb.c