summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/microcode/intel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/microcode/intel: Set new revision only after a successful updateBorislav Petkov (AMD)2023-12-031-7/+7
* x86/microcode/intel: Remove redundant microcode late updated messageAshok Raj2023-12-011-6/+0
* x86/microcode: Rework early revisions reportingBorislav Petkov (AMD)2023-11-211-10/+7
* x86/microcode/intel: Add a minimum required revision for late loadingAshok Raj2023-10-241-4/+33
* x86/microcode: Prepare for minimal revision checkThomas Gleixner2023-10-241-0/+3
* x86/microcode: Rendezvous and load in NMIThomas Gleixner2023-10-241-0/+1
* x86/microcode/intel: Rework intel_find_matching_signature()Thomas Gleixner2023-10-241-12/+19
* x86/microcode/intel: Reuse intel_cpu_collect_info()Thomas Gleixner2023-10-241-15/+1
* x86/microcode/intel: Rework intel_cpu_collect_info()Thomas Gleixner2023-10-241-24/+9
* x86/microcode/intel: Unify microcode apply() functionsThomas Gleixner2023-10-241-68/+36
* x86/microcode/intel: Switch to kvmalloc()Thomas Gleixner2023-10-241-23/+25
* x86/microcode/intel: Save the microcode only after a successful late-loadThomas Gleixner2023-10-241-15/+15
* x86/microcode/intel: Simplify early loadingThomas Gleixner2023-10-241-86/+77
* x86/microcode/intel: Cleanup code furtherThomas Gleixner2023-10-191-44/+32
* x86/microcode/intel: Simplify and rename generic_load_microcode()Thomas Gleixner2023-10-191-30/+17
* x86/microcode/intel: Simplify scan_microcode()Thomas Gleixner2023-10-191-21/+7
* x86/microcode/intel: Rip out mixed stepping support for Intel CPUsAshok Raj2023-10-191-109/+24
* x86/microcode/32: Move early loading after paging enableThomas Gleixner2023-10-181-100/+16
* x86/microcode/intel: Remove pointless mutexThomas Gleixner2023-08-131-22/+2
* x86/microcode/intel: Remove debug codeThomas Gleixner2023-08-131-75/+0
* x86/microcode: Move core specific defines to local headerThomas Gleixner2023-08-131-1/+2
* x86/microcode/intel: Rename get_datasize() since its used externallyAshok Raj2023-08-131-4/+4
* x86/microcode: Include vendor headers into microcode.hAshok Raj2023-08-131-1/+1
* x86/microcode/intel: Move microcode functions out of cpu/intel.cThomas Gleixner2023-08-131-0/+202
* 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
* Merge tag 'x86_microcode_for_v6.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-141-153/+12
|\
| * 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: Kill refresh_fwBorislav Petkov2022-11-021-2/+1
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
|/
* x86/microcode: Remove ->request_microcode_user()Borislav Petkov2022-08-261-17/+0
* x86/microcode/intel: Expose collect_cpu_info_early() for IFSJithu Joseph2022-05-121-52/+7
* x86/microcode: Use the firmware_loader built-in APIBorislav Petkov2021-10-221-1/+8
* x86/microcode/intel: Check patch signature before saving microcode for early ...Chen Yu2020-11-171-53/+10
* x86/microcode/intel: Issue the revision updated message only on the BSPBorislav Petkov2019-10-011-2/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* x86/microcode/intel: Refactor Intel microcode blob loadingJann Horn2019-04-101-35/+36
* x86/microcode: Update the new microcode revision unconditionallyFilippo Sironi2018-09-021-5/+8
* x86/microcode: Make sure boot_cpu_data.microcode is up-to-datePrarit Bhargava2018-09-021-0/+4
* x86/microcode/intel: Fix memleak in save_microcode_patch()Zhenzhong Duan2018-06-221-1/+4
* x86/microcode/intel: Save microcode patch unconditionallyBorislav Petkov2018-04-241-2/+0
* x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov2018-03-161-1/+3
* x86/microcode/intel: Look into the patch cache firstBorislav Petkov2018-03-081-6/+5
* x86/microcode/intel: Writeback and invalidate caches before updating microcodeAshok Raj2018-03-081-0/+12
* x86/microcode/intel: Check microcode revision before updating sibling threadsAshok Raj2018-03-081-3/+24