aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/microcode/core.c
AgeCommit message (Expand)Author
2023-03-11x86/microcode/AMD: Add a @cpu parameter to the reloading functionsBorislav Petkov (AMD)
2022-05-09x86/cpu: Load microcode during restore_processor_state()Borislav Petkov
2021-05-14x86/microcode: Check for offline CPUs before requesting new microcodeOtavio Pontes
2019-06-19x86/microcode: Fix the microcode load on CPU hotplug for realThomas Gleixner
2019-06-15x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-04-10x86/microcode: Fix the ancient deprecated microcode loading methodBorislav Petkov
2019-03-21x86/microcode: Announce reload operation's completionBorislav Petkov
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-09-02x86/microcode: Make revision and processor flags world-readableJacek Tomaka
2018-08-10x86/microcode: Allow late microcode loading with SMT disabledJosh Poimboeuf
2018-05-27x86/microcode: Make the late update update_lock a raw lock for RTScott Wood
2018-04-24x86/microcode: Do not exit early from __reload_late()Borislav Petkov
2018-03-16x86/microcode: Fix CPU synchronization routineBorislav Petkov
2018-03-16x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov
2018-03-08x86/microcode: Synchronize late microcode loadingAshok Raj
2018-03-08x86/microcode: Request microcode on the BSPBorislav Petkov
2018-03-08x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj
2018-03-08x86/microcode: Get rid of struct apply_microcode_ctxBorislav Petkov
2018-02-17x86/CPU: Add a microcode loader callbackBorislav Petkov
2018-02-17x86/microcode: Propagate return value from updating functionsBorislav Petkov
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-24x86/microcode: Fix again accessing initrd after having been freedBorislav Petkov
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches
2017-10-14x86/microcode: Do the family check firstBorislav Petkov
2017-08-18x86: Constify attribute_group structuresArvind Yadav
2017-06-20x86/microcode: Look for the initrd at the correct address on 32-bitBorislav Petkov
2017-05-12Tigran has movedAndrew Morton
2017-01-31Merge branch 'x86/urgent' into x86/microcode, to resolve conflictsIngo Molnar
2017-01-30x86/microcode: Do not access the initrd after it has been freedBorislav Petkov
2017-01-23x86/microcode/AMD: Check patch level only on the BSPBorislav Petkov
2017-01-23x86/microcode: Remove local vendor variableBorislav Petkov
2017-01-23x86/microcode: Decrease CPUID useBorislav Petkov
2016-12-21x86/microcode/AMD: Reload proper initrd start addressBorislav Petkov
2016-12-19x86/microcode/AMD: Do not load when running on a hypervisorBorislav Petkov
2016-10-25x86/microcode: Bump driver version, update copyrightsBorislav Petkov
2016-10-25x86/microcode: Rework microcode loadingBorislav Petkov
2016-10-25x86/microcode: Collect CPU info on resumeBorislav Petkov
2016-10-25x86/microcode: Issue the debug printk on resume only on successBorislav Petkov
2016-10-25x86/microcode/amd: Hand down the CPU familyBorislav Petkov
2016-10-25x86/microcode: Export the microcode cache linked listBorislav Petkov
2016-10-25x86/microcode: Move driver authors to CREDITSBorislav Petkov
2016-09-19x86/microcode: Convert to hotplug state machineSebastian Andrzej Siewior
2016-07-08x86/microcode: Remove unused symbol exportsBorislav Petkov
2016-06-08x86/microcode: Propagate save_microcode_in_initrd() retvalBorislav Petkov
2016-06-08x86/microcode: Fix suspend to RAM with builtin microcodeBorislav Petkov
2016-02-17x86/microcode: Remove unnecessary paravirt_enabled checkBoris Ostrovsky