From: Borislav Petkov <[email protected]> Hi guys,
some fixes that got ready in the meantime. Yazen's goes to tip:ras/core and the other two to tip:x86/microcode. Thanks. Borislav Petkov (1): x86/microcode: Document the three loading methods Shu Wang (1): x86/microcode/AMD: Free unneeded patch before exit from update_cache() Yazen Ghannam (1): x86/mce/AMD: Allow any CPU to initialize smca_banks array Documentation/x86/early-microcode.txt | 70 ----------------- Documentation/x86/microcode.txt | 137 ++++++++++++++++++++++++++++++++++ arch/x86/kernel/cpu/mcheck/mce_amd.c | 9 +-- arch/x86/kernel/cpu/microcode/amd.c | 5 +- 4 files changed, 143 insertions(+), 78 deletions(-) delete mode 100644 Documentation/x86/early-microcode.txt create mode 100644 Documentation/x86/microcode.txt -- 2.14.0.rc0

