summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/microcode
AgeCommit message (Expand)AuthorLines
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2019-06-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+10
2019-06-19x86/microcode: Fix the microcode load on CPU hotplug for realThomas Gleixner-5/+10
2019-06-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2019-06-15x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov-1/+1
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet-13/+4
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 353Thomas Gleixner-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds-1/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov-1/+1
2019-04-10x86/microcode: Fix the ancient deprecated microcode loading methodBorislav Petkov-1/+2
2019-04-10x86/microcode/intel: Refactor Intel microcode blob loadingJann Horn-35/+36
2019-03-21x86/microcode: Announce reload operation's completionBorislav Petkov-0/+2
2019-01-31x86/microcode/amd: Don't falsely trick the late loading mechanismThomas Lendacky-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS-2/+3
2018-11-19x86/microcode/AMD: Update copyrightBorislav Petkov-1/+1
2018-11-19x86/microcode/AMD: Check the equivalence table size when scanning itMaciej S. Szmigiero-6/+15
2018-11-19x86/microcode/AMD: Convert CPU equivalence table variable into a structMaciej S. Szmigiero-14/+18
2018-11-19x86/microcode/AMD: Check microcode container data in the late loaderMaciej S. Szmigiero-21/+17
2018-11-19x86/microcode/AMD: Fix container size's typeBorislav Petkov-10/+12
2018-11-19x86/microcode/AMD: Convert early parser to the new verification routinesBorislav Petkov-22/+24
2018-11-19x86/microcode/AMD: Change verify_patch()'s return valueBorislav Petkov-39/+52
2018-11-19x86/microcode/AMD: Move chipset-specific check into verify_patch()Borislav Petkov-6/+6
2018-11-19x86/microcode/AMD: Move patch family check to verify_patch()Borislav Petkov-5/+10
2018-11-19x86/microcode/AMD: Simplify patch family detectionBorislav Petkov-24/+3
2018-11-19x86/microcode/AMD: Concentrate patch verificationBorislav Petkov-25/+54
2018-11-19x86/microcode/AMD: Cleanup verify_patch_size() moreBorislav Petkov-12/+14
2018-11-19x86/microcode/AMD: Clean up per-family patch size checksBorislav Petkov-13/+8
2018-11-19x86/microcode/AMD: Move verify_patch_size() up in the fileBorislav Petkov-41/+41
2018-11-19x86/microcode/AMD: Add microcode container verificationMaciej S. Szmigiero-0/+101
2018-11-19x86/microcode/AMD: Subtract SECTION_HDR_SIZE from file leftover lengthMaciej S. Szmigiero-3/+12
2018-10-29Merge branches 'x86/early-printk', 'x86/microcode' and 'core/objtool' into x8...Ingo Molnar-2/+2
2018-09-02x86/microcode: Update the new microcode revision unconditionallyFilippo Sironi-14/+21
2018-09-02x86/microcode: Make sure boot_cpu_data.microcode is up-to-datePrarit Bhargava-0/+8
2018-09-02x86/microcode: Make revision and processor flags world-readableJacek Tomaka-2/+2
2018-08-10x86/microcode: Allow late microcode loading with SMT disabledJosh Poimboeuf-4/+12
2018-06-22x86/microcode/intel: Fix memleak in save_microcode_patch()Zhenzhong Duan-1/+4
2018-05-27x86/microcode: Make the late update update_lock a raw lock for RTScott Wood-3/+3
2018-04-24x86/microcode: Do not exit early from __reload_late()Borislav Petkov-4/+2
2018-04-24x86/microcode/intel: Save microcode patch unconditionallyBorislav Petkov-2/+0
2018-03-27Documentation: Fix early-microcode.txt references after file renameJaak Ristioja-1/+1
2018-03-16x86/microcode: Fix CPU synchronization routineBorislav Petkov-27/+41
2018-03-16x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov-19/+27
2018-03-08x86/microcode: Synchronize late microcode loadingAshok Raj-26/+92
2018-03-08x86/microcode: Request microcode on the BSPBorislav Petkov-6/+5
2018-03-08x86/microcode/intel: Look into the patch cache firstBorislav Petkov-6/+5
2018-03-08x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj-0/+18