summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/microcode (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-4/+9
|\
| * x86/microcode: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-4/+9
* | docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-301-1/+1
|/
* x86/microcode/core: Return an error only when necessaryBorislav Petkov (AMD)2023-02-061-3/+3
* x86/microcode/AMD: Fix mixed steppings supportBorislav Petkov (AMD)2023-02-061-13/+21
* x86/microcode/AMD: Add a @cpu parameter to the reloading functionsBorislav Petkov (AMD)2023-02-062-4/+4
* x86/microcode/amd: Remove load_microcode_amd()'s bsp parameterBorislav Petkov (AMD)2023-02-061-15/+4
* x86/microcode: Allow only "1" as a late reload trigger valueAshok Raj2023-01-311-5/+2
* x86/microcode/intel: Print old and new revision during early bootAshok Raj2023-01-211-12/+16
* x86/microcode/intel: Pass the microcode revision to print_ucode_info() directlyAshok Raj2023-01-211-21/+9
* x86/microcode: Adjust late loading result reporting messageAshok Raj2023-01-211-4/+7
* x86/microcode: Check CPU capabilities after late microcode update correctlyAshok Raj2023-01-211-0/+6
* x86/microcode: Add a parameter to microcode_check() to store CPU capabilitiesAshok Raj2023-01-201-1/+2
* x86/microcode: Use the DEVICE_ATTR_RO() macroGuangju Wang[baidu]2023-01-181-3/+3
* x86/microcode/AMD: Handle multiple glued containers properlyBorislav Petkov2022-12-261-3/+4
* x86/microcode/AMD: Rename a couple of functionsBorislav Petkov2022-12-261-7/+7
* Merge tag 'x86_microcode_for_v6.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-143-322/+53
|\
| * x86/microcode/intel: Do not retry microcode reloading on the APsAshok Raj2022-12-051-7/+1
| * x86/microcode/intel: Do not print microcode revision and processor flagsAshok Raj2022-12-031-8/+0
| * x86/microcode/intel: Add hdr_type to intel_microcode_sanity_check()Jithu Joseph2022-11-181-2/+2
| * x86/microcode/intel: Reuse microcode_sanity_check()Jithu Joseph2022-11-181-100/+2
| * x86/microcode/intel: Use appropriate type in microcode_sanity_check()Jithu Joseph2022-11-181-3/+3
| * x86/microcode/intel: Reuse find_matching_signature()Jithu Joseph2022-11-181-36/+8
| * x86/microcode: Drop struct ucode_cpu_info.validBorislav Petkov2022-11-021-2/+2
| * x86/microcode: Do some minor fixupsBorislav Petkov2022-11-021-6/+5
| * x86/microcode: Kill refresh_fwBorislav Petkov2022-11-023-6/+4
| * x86/microcode: Simplify init path even moreBorislav Petkov2022-11-021-104/+16
| * x86/microcode: Rip out the subsys interface gunkBorislav Petkov2022-11-021-58/+20
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
* | x86/microcode/AMD: Apply the patch early on every logical threadBorislav Petkov2022-10-181-3/+13
|/
* x86/microcode/AMD: Track patch allocation size explicitlyKees Cook2022-09-231-1/+2
* x86/microcode: Print previous version of microcode after reloadAshok Raj2022-09-021-2/+3
* x86/microcode: Remove ->request_microcode_user()Borislav Petkov2022-08-262-24/+0
* x86/microcode: Remove unnecessary perf callbackBorislav Petkov2022-05-311-3/+0
* x86/microcode: Taint and warn on late loadingBorislav Petkov2022-05-311-0/+5
* x86/microcode: Default-disable late loadingBorislav Petkov2022-05-311-1/+6
* x86/microcode: Rip out the OLD_INTERFACEBorislav Petkov2022-05-311-100/+0
* Merge tag 'platform-drivers-x86-v5.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-05-241-52/+7
|\
| * x86/microcode/intel: Expose collect_cpu_info_early() for IFSJithu Joseph2022-05-121-52/+7
* | x86/cpu: Load microcode during restore_processor_state()Borislav Petkov2022-04-191-3/+3
|/
* x86/microcode: Use the firmware_loader built-in APIBorislav Petkov2021-10-223-22/+18
* x86/microcode: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-9/+9
* x86/microcode: Check for offline CPUs before requesting new microcodeOtavio Pontes2021-03-221-4/+4
* x86/microcode: Make microcode_init() staticBorislav Petkov2020-12-311-1/+1
* Merge tag 'x86_microcode_update_for_v5.11' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-12-141-1/+0
|\
| * x86/microcode/amd: Remove unneeded breakTom Rix2020-10-261-1/+0
* | x86/microcode/intel: Check patch signature before saving microcode for early ...Chen Yu2020-11-171-53/+10
|/
* x86/microcode: Do not select FW_LOADERHerbert Xu2020-06-151-2/+0
* x86/microcode: Fix return value for microcode late loadingMihai Carabas2020-04-221-8/+7
* x86/microcode/intel: Issue the revision updated message only on the BSPBorislav Petkov2019-10-011-2/+3