-
- Downloads
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 microcode loading update from Ingo Molnar: "Two main changes that improve microcode loading on AMD CPUs: - Add support for all-in-one binary microcode files that concatenate the microcode images of multiple processor families, by Jacob Shin - Add early microcode loading (embedded in the initrd) support, also by Jacob Shin" * 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86, microcode, amd: Another early loading fixup x86, microcode, amd: Allow multiple families' bin files appended together x86, microcode, amd: Make find_ucode_in_initrd() __init x86, microcode, amd: Fix warnings and errors on with CONFIG_MICROCODE=m x86, microcode, amd: Early microcode patch loading support for AMD x86, microcode, amd: Refactor functions to prepare for early loading x86, microcode: Vendor abstract out save_microcode_in_initrd() x86, microcode, intel: Correct typo in printk
Showing
- Documentation/x86/early-microcode.txt 5 additions, 6 deletionsDocumentation/x86/early-microcode.txt
- arch/x86/Kconfig 9 additions, 5 deletionsarch/x86/Kconfig
- arch/x86/include/asm/microcode_amd.h 78 additions, 0 deletionsarch/x86/include/asm/microcode_amd.h
- arch/x86/include/asm/microcode_intel.h 2 additions, 0 deletionsarch/x86/include/asm/microcode_intel.h
- arch/x86/kernel/Makefile 1 addition, 0 deletionsarch/x86/kernel/Makefile
- arch/x86/kernel/microcode_amd.c 64 additions, 69 deletionsarch/x86/kernel/microcode_amd.c
- arch/x86/kernel/microcode_amd_early.c 302 additions, 0 deletionsarch/x86/kernel/microcode_amd_early.c
- arch/x86/kernel/microcode_core_early.c 45 additions, 4 deletionsarch/x86/kernel/microcode_core_early.c
- arch/x86/kernel/microcode_intel_early.c 3 additions, 3 deletionsarch/x86/kernel/microcode_intel_early.c
Loading
Please register or sign in to comment