aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/microcode/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-02x86/microcode: Print previous version of microcode after reloadAshok Raj1-2/+3
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-04-19x86/cpu: Load microcode during restore_processor_state()Borislav Petkov1-3/+3
2021-10-22x86/microcode: Use the firmware_loader built-in APIBorislav Petkov1-17/+0
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-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: Update late microcode in parallelAshok Raj1-15/+21
2019-06-19x86/microcode: Fix the microcode load on CPU hotplug for realThomas Gleixner1-5/+10
2019-06-15x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+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-03-21x86/microcode: Announce reload operation's completionBorislav Petkov1-0/+2
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-09-02x86/microcode: Make revision and processor flags world-readableJacek Tomaka1-2/+2
2018-08-10x86/microcode: Allow late microcode loading with SMT disabledJosh Poimboeuf1-4/+12
2018-05-27x86/microcode: Make the late update update_lock a raw lock for RTScott Wood1-3/+3
2018-04-24x86/microcode: Do not exit early from __reload_late()Borislav Petkov1-4/+2
2018-03-16x86/microcode: Fix CPU synchronization routineBorislav Petkov1-27/+41
2018-03-16x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov1-5/+3
2018-03-08x86/microcode: Synchronize late microcode loadingAshok Raj1-26/+92
2018-03-08x86/microcode: Request microcode on the BSPBorislav Petkov1-6/+5
2018-03-08x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj1-0/+18
2018-03-08x86/microcode: Get rid of struct apply_microcode_ctxBorislav Petkov1-11/+8
2018-02-17x86/CPU: Add a microcode loader callbackBorislav Petkov1-2/+6
2018-02-17x86/microcode: Propagate return value from updating functionsBorislav Petkov1-16/+17
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2018-01-24x86/microcode: Fix again accessing initrd after having been freedBorislav Petkov1-1/+1
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches1-1/+1
2017-10-14x86/microcode: Do the family check firstBorislav Petkov1-9/+18
2017-08-18x86: Constify attribute_group structuresArvind Yadav1-2/+2
2017-06-20x86/microcode: Look for the initrd at the correct address on 32-bitBorislav Petkov1-0/+11
2017-05-12Tigran has movedAndrew Morton1-1/+1
2017-01-31Merge branch 'x86/urgent' into x86/microcode, to resolve conflictsIngo Molnar1-4/+16
2017-01-30x86/microcode: Do not access the initrd after it has been freedBorislav Petkov1-5/+17
2017-01-23x86/microcode/AMD: Check patch level only on the BSPBorislav Petkov1-0/+41
2017-01-23x86/microcode: Remove local vendor variableBorislav Petkov1-6/+4
2017-01-23x86/microcode: Decrease CPUID useBorislav Petkov1-24/+14
2016-12-21x86/microcode/AMD: Reload proper initrd start addressBorislav Petkov1-7/+5
2016-12-19x86/microcode/AMD: Do not load when running on a hypervisorBorislav Petkov1-9/+19
2016-10-25x86/microcode: Bump driver version, update copyrightsBorislav Petkov1-3/+3
2016-10-25x86/microcode: Rework microcode loadingBorislav Petkov1-7/+56