summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/microcode/core.c
AgeCommit message (Expand)AuthorLines
2021-10-22x86/microcode: Use the firmware_loader built-in APIBorislav Petkov-17/+0
2021-08-10x86/microcode: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior-9/+9
2021-03-22x86/microcode: Check for offline CPUs before requesting new microcodeOtavio Pontes-4/+4
2020-12-31x86/microcode: Make microcode_init() staticBorislav Petkov-1/+1
2020-06-15x86/microcode: Do not select FW_LOADERHerbert Xu-2/+0
2020-04-22x86/microcode: Fix return value for microcode late loadingMihai Carabas-8/+7
2019-10-01x86/microcode: Update late microcode in parallelAshok Raj-15/+21
2019-06-19x86/microcode: Fix the microcode load on CPU hotplug for realThomas Gleixner-5/+10
2019-06-15x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+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-03-21x86/microcode: Announce reload operation's completionBorislav Petkov-0/+2
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-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-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-03-16x86/microcode: Fix CPU synchronization routineBorislav Petkov-27/+41
2018-03-16x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov-5/+3
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: Do not upload microcode if CPUs are offlineAshok Raj-0/+18
2018-03-08x86/microcode: Get rid of struct apply_microcode_ctxBorislav Petkov-11/+8
2018-02-17x86/CPU: Add a microcode loader callbackBorislav Petkov-2/+6
2018-02-17x86/microcode: Propagate return value from updating functionsBorislav Petkov-16/+17
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2018-01-24x86/microcode: Fix again accessing initrd after having been freedBorislav Petkov-1/+1
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches-1/+1
2017-10-14x86/microcode: Do the family check firstBorislav Petkov-9/+18
2017-08-18x86: Constify attribute_group structuresArvind Yadav-2/+2
2017-06-20x86/microcode: Look for the initrd at the correct address on 32-bitBorislav Petkov-0/+11
2017-05-12Tigran has movedAndrew Morton-1/+1
2017-01-31Merge branch 'x86/urgent' into x86/microcode, to resolve conflictsIngo Molnar-4/+16
2017-01-30x86/microcode: Do not access the initrd after it has been freedBorislav Petkov-5/+17
2017-01-23x86/microcode/AMD: Check patch level only on the BSPBorislav Petkov-0/+41
2017-01-23x86/microcode: Remove local vendor variableBorislav Petkov-6/+4
2017-01-23x86/microcode: Decrease CPUID useBorislav Petkov-24/+14
2016-12-21x86/microcode/AMD: Reload proper initrd start addressBorislav Petkov-7/+5
2016-12-19x86/microcode/AMD: Do not load when running on a hypervisorBorislav Petkov-9/+19
2016-10-25x86/microcode: Bump driver version, update copyrightsBorislav Petkov-3/+3
2016-10-25x86/microcode: Rework microcode loadingBorislav Petkov-7/+56
2016-10-25x86/microcode: Collect CPU info on resumeBorislav Petkov-0/+3
2016-10-25x86/microcode: Issue the debug printk on resume only on successBorislav Petkov-2/+2
2016-10-25x86/microcode/amd: Hand down the CPU familyBorislav Petkov-2/+2
2016-10-25x86/microcode: Export the microcode cache linked listBorislav Petkov-0/+2
2016-10-25x86/microcode: Move driver authors to CREDITSBorislav Petkov-2/+1
2016-09-19x86/microcode: Convert to hotplug state machineSebastian Andrzej Siewior-35/+17