summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/microcode
AgeCommit message (Expand)Author
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet
2023-03-17x86/microcode: move to use bus_get_dev_root()Greg Kroah-Hartman
2023-02-06x86/microcode/core: Return an error only when necessaryBorislav Petkov (AMD)
2023-02-06x86/microcode/AMD: Fix mixed steppings supportBorislav Petkov (AMD)
2023-02-06x86/microcode/AMD: Add a @cpu parameter to the reloading functionsBorislav Petkov (AMD)
2023-02-06x86/microcode/amd: Remove load_microcode_amd()'s bsp parameterBorislav Petkov (AMD)
2023-01-31x86/microcode: Allow only "1" as a late reload trigger valueAshok Raj
2023-01-21x86/microcode/intel: Print old and new revision during early bootAshok Raj
2023-01-21x86/microcode/intel: Pass the microcode revision to print_ucode_info() directlyAshok Raj
2023-01-21x86/microcode: Adjust late loading result reporting messageAshok Raj
2023-01-21x86/microcode: Check CPU capabilities after late microcode update correctlyAshok Raj
2023-01-20x86/microcode: Add a parameter to microcode_check() to store CPU capabilitiesAshok Raj
2023-01-18x86/microcode: Use the DEVICE_ATTR_RO() macroGuangju Wang[baidu]
2022-12-26x86/microcode/AMD: Handle multiple glued containers properlyBorislav Petkov
2022-12-26x86/microcode/AMD: Rename a couple of functionsBorislav Petkov
2022-12-13Merge tag 'x86_microcode_for_v6.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-05x86/microcode/intel: Do not retry microcode reloading on the APsAshok Raj
2022-12-03x86/microcode/intel: Do not print microcode revision and processor flagsAshok Raj
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-18x86/microcode/intel: Add hdr_type to intel_microcode_sanity_check()Jithu Joseph
2022-11-18x86/microcode/intel: Reuse microcode_sanity_check()Jithu Joseph
2022-11-18x86/microcode/intel: Use appropriate type in microcode_sanity_check()Jithu Joseph
2022-11-18x86/microcode/intel: Reuse find_matching_signature()Jithu Joseph
2022-11-02x86/microcode: Drop struct ucode_cpu_info.validBorislav Petkov
2022-11-02x86/microcode: Do some minor fixupsBorislav Petkov
2022-11-02x86/microcode: Kill refresh_fwBorislav Petkov
2022-11-02x86/microcode: Simplify init path even moreBorislav Petkov
2022-11-02x86/microcode: Rip out the subsys interface gunkBorislav Petkov
2022-10-18x86/microcode/AMD: Apply the patch early on every logical threadBorislav Petkov
2022-09-23x86/microcode/AMD: Track patch allocation size explicitlyKees Cook
2022-09-02x86/microcode: Print previous version of microcode after reloadAshok Raj
2022-08-26x86/microcode: Remove ->request_microcode_user()Borislav Petkov
2022-05-31x86/microcode: Remove unnecessary perf callbackBorislav Petkov
2022-05-31x86/microcode: Taint and warn on late loadingBorislav Petkov
2022-05-31x86/microcode: Default-disable late loadingBorislav Petkov
2022-05-31x86/microcode: Rip out the OLD_INTERFACEBorislav Petkov
2022-05-23Merge tag 'platform-drivers-x86-v5.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-05-12x86/microcode/intel: Expose collect_cpu_info_early() for IFSJithu Joseph
2022-04-19x86/cpu: Load microcode during restore_processor_state()Borislav Petkov
2021-10-22x86/microcode: Use the firmware_loader built-in APIBorislav Petkov
2021-08-10x86/microcode: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-03-22x86/microcode: Check for offline CPUs before requesting new microcodeOtavio Pontes
2020-12-31x86/microcode: Make microcode_init() staticBorislav Petkov
2020-12-14Merge tag 'x86_microcode_update_for_v5.11' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2020-11-17x86/microcode/intel: Check patch signature before saving microcode for early ...Chen Yu
2020-10-26x86/microcode/amd: Remove unneeded breakTom Rix
2020-06-15x86/microcode: Do not select FW_LOADERHerbert Xu
2020-04-22x86/microcode: Fix return value for microcode late loadingMihai Carabas
2019-10-01x86/microcode/intel: Issue the revision updated message only on the BSPBorislav Petkov