aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/microcode (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-18x86/microcode/AMD: Apply the patch early on every logical threadBorislav Petkov1-3/+13
2022-09-23x86/microcode/AMD: Track patch allocation size explicitlyKees Cook1-1/+2
2022-09-02x86/microcode: Print previous version of microcode after reloadAshok Raj1-2/+3
2022-08-26x86/microcode: Remove ->request_microcode_user()Borislav Petkov2-24/+0
2022-05-31x86/microcode: Remove unnecessary perf callbackBorislav Petkov1-3/+0
2022-05-31x86/microcode: Taint and warn on late loadingBorislav Petkov1-0/+5
2022-05-31x86/microcode: Default-disable late loadingBorislav Petkov1-1/+6
2022-05-31x86/microcode: Rip out the OLD_INTERFACEBorislav Petkov1-100/+0
2022-05-23Merge tag 'platform-drivers-x86-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-52/+7
2022-05-12x86/microcode/intel: Expose collect_cpu_info_early() for IFSJithu Joseph1-52/+7
2022-04-19x86/cpu: Load microcode during restore_processor_state()Borislav Petkov1-3/+3
2021-10-22x86/microcode: Use the firmware_loader built-in APIBorislav Petkov3-22/+18
2021-08-10x86/microcode: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-9/+9
2021-03-22x86/microcode: Check for offline CPUs before requesting new microcodeOtavio Pontes1-4/+4
2020-12-31x86/microcode: Make microcode_init() staticBorislav Petkov1-1/+1
2020-12-14Merge tag 'x86_microcode_update_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2020-11-17x86/microcode/intel: Check patch signature before saving microcode for early loadingChen Yu1-53/+10
2020-10-26x86/microcode/amd: Remove unneeded breakTom Rix1-1/+0
2020-06-15x86/microcode: Do not select FW_LOADERHerbert Xu1-2/+0
2020-04-22x86/microcode: Fix return value for microcode late loadingMihai Carabas1-8/+7
2019-10-01x86/microcode/intel: Issue the revision updated message only on the BSPBorislav Petkov1-2/+3
2019-10-01x86/microcode: Update late microcode in parallelAshok Raj1-15/+21
2019-10-01x86/microcode/amd: Fix two -Wunused-but-set-variable warningsBorislav Petkov1-2/+2
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-06-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+10
2019-06-19x86/microcode: Fix the microcode load on CPU hotplug for realThomas Gleixner1-5/+10
2019-06-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-06-15x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov1-1/+1
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet4-13/+4
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 353Thomas Gleixner1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds1-1/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-04-10x86/microcode: Fix the ancient deprecated microcode loading methodBorislav Petkov1-1/+2
2019-04-10x86/microcode/intel: Refactor Intel microcode blob loadingJann Horn1-35/+36
2019-03-21x86/microcode: Announce reload operation's completionBorislav Petkov1-0/+2
2019-01-31x86/microcode/amd: Don't falsely trick the late loading mechanismThomas Lendacky1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-2/+3
2018-11-19x86/microcode/AMD: Update copyrightBorislav Petkov1-1/+1
2018-11-19x86/microcode/AMD: Check the equivalence table size when scanning itMaciej S. Szmigiero1-6/+15
2018-11-19x86/microcode/AMD: Convert CPU equivalence table variable into a structMaciej S. Szmigiero1-14/+18
2018-11-19x86/microcode/AMD: Check microcode container data in the late loaderMaciej S. Szmigiero1-21/+17
2018-11-19x86/microcode/AMD: Fix container size's typeBorislav Petkov1-10/+12
2018-11-19x86/microcode/AMD: Convert early parser to the new verification routinesBorislav Petkov1-22/+24
2018-11-19x86/microcode/AMD: Change verify_patch()'s return valueBorislav Petkov1-39/+52
2018-11-19x86/microcode/AMD: Move chipset-specific check into verify_patch()Borislav Petkov1-6/+6
2018-11-19x86/microcode/AMD: Move patch family check to verify_patch()Borislav Petkov1-5/+10