aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/microcode
AgeCommit message (Expand)AuthorFilesLines
2023-10-24x86/microcode: Remove pointless apply() invocationThomas Gleixner1-17/+6
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 Gleixner3-15/+20
2023-10-24x86/microcode/intel: Simplify early loadingThomas Gleixner3-93/+79
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 Raj4-121/+34
2023-10-18x86/microcode/32: Move early loading after paging enableThomas Gleixner4-234/+65
2023-10-17x86/microcode/amd: Fix snprintf() format string warning in W=1 buildPaolo Bonzini1-1/+1
2023-08-26x86/microcode: Remove remaining references to CONFIG_MICROCODE_AMDLukas Bulwahn1-2/+2
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 Gleixner4-2/+176
2023-08-13x86/microcode/intel: Rename get_datasize() since its used externallyAshok Raj1-4/+4
2023-08-13x86/microcode: Make reload_early_microcode() staticThomas Gleixner1-1/+1
2023-08-13x86/microcode: Include vendor headers into microcode.hAshok Raj3-4/+1
2023-08-13x86/microcode/intel: Move microcode functions out of cpu/intel.cThomas Gleixner1-0/+202
2023-08-13x86/microcode: Hide the config knobThomas Gleixner1-2/+2
2023-08-08x86/microcode: Remove microcode_mutexSebastian Andrzej Siewior1-6/+0
2023-07-27x86/microcode/AMD: Rip out static buffersBorislav Petkov (AMD)2-66/+29
2023-06-12x86/microcode/AMD: Load late on both threads tooBorislav Petkov (AMD)1-1/+1
2023-05-08x86/microcode/amd: Remove unneeded pointer arithmeticNathan Fontenot1-2/+0
2023-05-08x86/microcode/AMD: Get rid of __find_equiv_id()Borislav Petkov (AMD)1-6/+3
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+9
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet1-1/+1
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: Fix mixed steppings supportBorislav Petkov (AMD)1-13/+21
2023-02-06x86/microcode/AMD: Add a @cpu parameter to the reloading functionsBorislav Petkov (AMD)2-4/+4
2023-02-06x86/microcode/amd: Remove load_microcode_amd()'s bsp parameterBorislav Petkov (AMD)1-15/+4
2023-01-31x86/microcode: Allow only "1" as a late reload trigger valueAshok Raj1-5/+2
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
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-12-26x86/microcode/AMD: Handle multiple glued containers properlyBorislav Petkov1-3/+4
2022-12-26x86/microcode/AMD: Rename a couple of functionsBorislav Petkov1-7/+7
2022-12-13Merge tag 'x86_microcode_for_v6.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-322/+53
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-18x86/microcode/intel: Add hdr_type to intel_microcode_sanity_check()Jithu Joseph1-2/+2
2022-11-18x86/microcode/intel: Reuse microcode_sanity_check()Jithu Joseph1-100/+2