aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/microcode/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-17x86/microcode: move to use bus_get_dev_root()Greg Kroah-Hartman1-4/+9
2023-02-06x86/microcode/core: Return an error only when necessaryBorislav Petkov (AMD)1-3/+3
2023-02-06x86/microcode/AMD: Add a @cpu parameter to the reloading functionsBorislav Petkov (AMD)1-3/+3
2023-01-31x86/microcode: Allow only "1" as a late reload trigger valueAshok Raj1-5/+2
2023-01-21x86/microcode: Adjust late loading result reporting messageAshok Raj1-4/+7
2023-01-21x86/microcode: Check CPU capabilities after late microcode update correctlyAshok Raj1-0/+6
2023-01-20x86/microcode: Add a parameter to microcode_check() to store CPU capabilitiesAshok Raj1-1/+2
2023-01-18x86/microcode: Use the DEVICE_ATTR_RO() macroGuangju Wang[baidu]1-3/+3
2022-11-02x86/microcode: Drop struct ucode_cpu_info.validBorislav Petkov1-2/+2
2022-11-02x86/microcode: Do some minor fixupsBorislav Petkov1-6/+5
2022-11-02x86/microcode: Kill refresh_fwBorislav Petkov1-1/+1
2022-11-02x86/microcode: Simplify init path even moreBorislav Petkov1-104/+16
2022-11-02x86/microcode: Rip out the subsys interface gunkBorislav Petkov1-58/+20
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...Linus 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