summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/microcode
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\
| * Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-144-13/+4Star
| |\
| * | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-1/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-291-5/+10
|\ \ \
| * | | x86/microcode: Fix the microcode load on CPU hotplug for realThomas Gleixner2019-06-191-5/+10
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-161-1/+1
|\| | | | |_|/ |/| |
| * | x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov2019-06-151-1/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 353Thomas Gleixner2019-06-051-3/+1Star
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-05-071-1/+1
|\
| * *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* | x86/microcode: Fix the ancient deprecated microcode loading methodBorislav Petkov2019-04-101-1/+2
* | x86/microcode/intel: Refactor Intel microcode blob loadingJann Horn2019-04-101-35/+36
|/
* x86/microcode: Announce reload operation's completionBorislav Petkov2019-03-211-0/+2
* x86/microcode/amd: Don't falsely trick the late loading mechanismThomas Lendacky2019-01-311-1/+1
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-2/+3
* x86/microcode/AMD: Update copyrightBorislav Petkov2018-11-191-1/+1
* x86/microcode/AMD: Check the equivalence table size when scanning itMaciej S. Szmigiero2018-11-191-6/+15
* x86/microcode/AMD: Convert CPU equivalence table variable into a structMaciej S. Szmigiero2018-11-191-14/+18
* x86/microcode/AMD: Check microcode container data in the late loaderMaciej S. Szmigiero2018-11-191-21/+17Star
* x86/microcode/AMD: Fix container size's typeBorislav Petkov2018-11-191-10/+12
* x86/microcode/AMD: Convert early parser to the new verification routinesBorislav Petkov2018-11-191-22/+24
* x86/microcode/AMD: Change verify_patch()'s return valueBorislav Petkov2018-11-191-39/+52
* x86/microcode/AMD: Move chipset-specific check into verify_patch()Borislav Petkov2018-11-191-6/+6
* x86/microcode/AMD: Move patch family check to verify_patch()Borislav Petkov2018-11-191-5/+10
* x86/microcode/AMD: Simplify patch family detectionBorislav Petkov2018-11-191-24/+3Star
* x86/microcode/AMD: Concentrate patch verificationBorislav Petkov2018-11-191-25/+54
* x86/microcode/AMD: Cleanup verify_patch_size() moreBorislav Petkov2018-11-191-12/+14
* x86/microcode/AMD: Clean up per-family patch size checksBorislav Petkov2018-11-191-13/+8Star
* x86/microcode/AMD: Move verify_patch_size() up in the fileBorislav Petkov2018-11-191-41/+41
* x86/microcode/AMD: Add microcode container verificationMaciej S. Szmigiero2018-11-191-0/+101
* x86/microcode/AMD: Subtract SECTION_HDR_SIZE from file leftover lengthMaciej S. Szmigiero2018-11-191-3/+12
*-. Merge branches 'x86/early-printk', 'x86/microcode' and 'core/objtool' into x8...Ingo Molnar2018-10-291-2/+2
|\ \
| * | x86/microcode: Make revision and processor flags world-readableJacek Tomaka2018-09-021-2/+2
| |/
* | x86/microcode: Update the new microcode revision unconditionallyFilippo Sironi2018-09-022-14/+21
* | x86/microcode: Make sure boot_cpu_data.microcode is up-to-datePrarit Bhargava2018-09-022-0/+8
|/
* x86/microcode: Allow late microcode loading with SMT disabledJosh Poimboeuf2018-08-101-4/+12
* x86/microcode/intel: Fix memleak in save_microcode_patch()Zhenzhong Duan2018-06-221-1/+4
* x86/microcode: Make the late update update_lock a raw lock for RTScott Wood2018-05-271-3/+3
* x86/microcode: Do not exit early from __reload_late()Borislav Petkov2018-04-241-4/+2Star
* x86/microcode/intel: Save microcode patch unconditionallyBorislav Petkov2018-04-241-2/+0Star
* Documentation: Fix early-microcode.txt references after file renameJaak Ristioja2018-03-271-1/+1
* x86/microcode: Fix CPU synchronization routineBorislav Petkov2018-03-161-27/+41
* x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov2018-03-163-19/+27
* x86/microcode: Synchronize late microcode loadingAshok Raj2018-03-081-26/+92
* x86/microcode: Request microcode on the BSPBorislav Petkov2018-03-081-6/+5Star
* x86/microcode/intel: Look into the patch cache firstBorislav Petkov2018-03-081-6/+5Star
* x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj2018-03-081-0/+18