Skip to content
  • Linus Torvalds's avatar
    Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · fdd78889
    Linus Torvalds authored
    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
    fdd78889