Merge tag 'x86_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Borislav Petkov: - Add a terminating zero end-element to the array describing AMD CPUs affected by erratum 1386 so that the matching loop actually terminates instead of going off into the weeds - Update the boot protocol documentation to mention the fact that the preferred address to load the kernel to is considered in the relocatable kernel case too - Flush the memory buffer containing the microcode patch after applying microcode on AMD Zen1 and Zen2, to avoid unnecessary slowdowns - Make sure the PPIN CPU feature flag is cleared on all CPUs if PPIN has been disabled * tag 'x86_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/CPU/AMD: Terminate the erratum_1386_microcode array x86/Documentation: Update algo in init_size description of boot protocol x86/microcode/AMD: Flush patch buffer mapping after application x86/mm: Carve out INVLPG inline asm for use by others x86/cpu: Fix PPIN initialization
Showing
- Documentation/arch/x86/boot.rst 13 additions, 4 deletionsDocumentation/arch/x86/boot.rst
- arch/x86/include/asm/tlb.h 4 additions, 0 deletionsarch/x86/include/asm/tlb.h
- arch/x86/kernel/cpu/amd.c 1 addition, 0 deletionsarch/x86/kernel/cpu/amd.c
- arch/x86/kernel/cpu/common.c 1 addition, 1 deletionarch/x86/kernel/cpu/common.c
- arch/x86/kernel/cpu/microcode/amd.c 20 additions, 5 deletionsarch/x86/kernel/cpu/microcode/amd.c
- arch/x86/mm/tlb.c 2 additions, 1 deletionarch/x86/mm/tlb.c
Loading
Please register or sign in to comment