]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'x86_cleanups_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Feb 2026 02:43:03 +0000 (18:43 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Feb 2026 02:43:03 +0000 (18:43 -0800)
commit9fbb4810404a02e0081d43d5c6b0b4c9057e15d6
tree47ba8cd1372110d2b928f7ae4c52cafdf1bf46e4
parentdcb49710189d104d4edc07709615748dab61341b
parent53ed3d91a141f5c8b3bce45b0004fbbfefe77956
Merge tag 'x86_cleanups_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 cleanups from Borislav Petkov:

 - The usual set of cleanups and simplifications all over the tree

* tag 'x86_cleanups_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/segment: Use MOVL when reading segment registers
  selftests/x86: Clean up sysret_rip coding style
  x86/mm: Hide mm_free_global_asid() definition under CONFIG_BROADCAST_TLB_FLUSH
  x86/crash: Use set_memory_p() instead of __set_memory_prot()
  x86/CPU/AMD: Simplify the spectral chicken fix
  x86/platform/olpc: Replace strcpy() with strscpy() in xo15_sci_add()
  x86/split_lock: Remove dead string when split_lock_detect=fatal
arch/x86/include/asm/msr-index.h
arch/x86/kernel/cpu/amd.c