summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/microcode/intel.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-29x86/microcode/intel: Switch to new Intel CPU model definesTony Luck1-3/+2
2024-02-16x86/cpu/topology: Get rid of cpuinfo::x86_max_coresThomas Gleixner1-1/+1
2023-12-03x86/microcode/intel: Set new revision only after a successful updateBorislav Petkov (AMD)1-7/+7
2023-12-01x86/microcode/intel: Remove redundant microcode late updated messageAshok Raj1-6/+0
2023-11-21x86/microcode: Rework early revisions reportingBorislav Petkov (AMD)1-10/+7
2023-10-24x86/microcode/intel: Add a minimum required revision for late loadingAshok Raj1-4/+33
2023-10-24x86/microcode: Prepare for minimal revision checkThomas Gleixner1-0/+3
2023-10-24x86/microcode: Rendezvous and load in NMIThomas Gleixner1-0/+1
2023-10-24x86/microcode/intel: Rework intel_find_matching_signature()Thomas Gleixner1-12/+19
2023-10-24x86/microcode/intel: Reuse intel_cpu_collect_info()Thomas Gleixner1-15/+1
2023-10-24x86/microcode/intel: Rework intel_cpu_collect_info()Thomas Gleixner1-24/+9
2023-10-24x86/microcode/intel: Unify microcode apply() functionsThomas Gleixner1-68/+36
2023-10-24x86/microcode/intel: Switch to kvmalloc()Thomas Gleixner1-23/+25
2023-10-24x86/microcode/intel: Save the microcode only after a successful late-loadThomas Gleixner1-15/+15
2023-10-24x86/microcode/intel: Simplify early loadingThomas Gleixner1-86/+77
2023-10-19x86/microcode/intel: Cleanup code furtherThomas Gleixner1-44/+32
2023-10-19x86/microcode/intel: Simplify and rename generic_load_microcode()Thomas Gleixner1-30/+17
2023-10-19x86/microcode/intel: Simplify scan_microcode()Thomas Gleixner1-21/+7
2023-10-19x86/microcode/intel: Rip out mixed stepping support for Intel CPUsAshok Raj1-109/+24
2023-10-18x86/microcode/32: Move early loading after paging enableThomas Gleixner1-100/+16
2023-08-13x86/microcode/intel: Remove pointless mutexThomas Gleixner1-22/+2
2023-08-13x86/microcode/intel: Remove debug codeThomas Gleixner1-75/+0
2023-08-13x86/microcode: Move core specific defines to local headerThomas Gleixner1-1/+2
2023-08-13x86/microcode/intel: Rename get_datasize() since its used externallyAshok Raj1-4/+4
2023-08-13x86/microcode: Include vendor headers into microcode.hAshok Raj1-1/+1
2023-08-13x86/microcode/intel: Move microcode functions out of cpu/intel.cThomas Gleixner1-0/+202
2023-01-21x86/microcode/intel: Print old and new revision during early bootAshok Raj1-12/+16
2023-01-21x86/microcode/intel: Pass the microcode revision to print_ucode_info() directlyAshok Raj1-21/+9
2022-12-14Merge tag 'x86_microcode_for_v6.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-153/+12
2022-12-05x86/microcode/intel: Do not retry microcode reloading on the APsAshok Raj1-7/+1
2022-12-03x86/microcode/intel: Do not print microcode revision and processor flagsAshok Raj1-8/+0
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-19x86/microcode/intel: Add hdr_type to intel_microcode_sanity_check()Jithu Joseph1-2/+2
2022-11-19x86/microcode/intel: Reuse microcode_sanity_check()Jithu Joseph1-100/+2
2022-11-18x86/microcode/intel: Use appropriate type in microcode_sanity_check()Jithu Joseph1-3/+3
2022-11-18x86/microcode/intel: Reuse find_matching_signature()Jithu Joseph1-36/+8
2022-11-02x86/microcode: Kill refresh_fwBorislav Petkov1-2/+1
2022-08-26x86/microcode: Remove ->request_microcode_user()Borislav Petkov1-17/+0
2022-05-12x86/microcode/intel: Expose collect_cpu_info_early() for IFSJithu Joseph1-52/+7
2021-10-22x86/microcode: Use the firmware_loader built-in APIBorislav Petkov1-1/+8
2020-11-17x86/microcode/intel: Check patch signature before saving microcode for early ...Chen Yu1-53/+10
2019-10-01x86/microcode/intel: Issue the revision updated message only on the BSPBorislav Petkov1-2/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-10x86/microcode/intel: Refactor Intel microcode blob loadingJann Horn1-35/+36
2018-09-02x86/microcode: Update the new microcode revision unconditionallyFilippo Sironi1-5/+8
2018-09-02x86/microcode: Make sure boot_cpu_data.microcode is up-to-datePrarit Bhargava1-0/+4
2018-06-22x86/microcode/intel: Fix memleak in save_microcode_patch()Zhenzhong Duan1-1/+4
2018-04-24x86/microcode/intel: Save microcode patch unconditionallyBorislav Petkov1-2/+0
2018-03-16x86/microcode: Attempt late loading only when new microcode is presentBorislav Petkov1-1/+3
2018-03-08x86/microcode/intel: Look into the patch cache firstBorislav Petkov1-6/+5