aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2025-02-28x86/bugs: Add X86_BUG_SPECTRE_V2_USERDavid Kaplan1-1/+3
2025-02-28x86/cpu: Enable modifying CPU bug flags with '{clear,set}puid='Brendan Jackman1-4/+12
2025-02-28x86/cpu: Add the 'setcpuid=' boot parameterBrendan Jackman1-9/+26
2025-02-28x86/cpu: Create helper function to parse the 'clearcpuid=' boot parameterBrendan Jackman1-44/+52
2025-02-28x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when running in a virtual machineMax Grobecker1-1/+1
2025-02-27x86/cpu: Remove get_this_hybrid_cpu_*()Pawan Gupta1-31/+0
2025-02-27x86/cpu: Prefix hexadecimal values with 0x in cpu_debug_show()Pawan Gupta1-2/+2
2025-02-27Merge branch 'x86/mm' into x86/cpu, to avoid conflictsIngo Molnar2-11/+16
2025-02-27x86/bugs: Remove X86_FEATURE_USE_IBPBYosry Ahmed1-1/+0
2025-02-27x86/bugs: Use a static branch to guard IBPB on vCPU switchYosry Ahmed1-0/+5
2025-02-27x86/bugs: Remove the X86_FEATURE_USE_IBPB check in ib_prctl_set()Yosry Ahmed1-1/+1
2025-02-27x86/bugs: Move the X86_FEATURE_USE_IBPB check into callersYosry Ahmed1-1/+1
2025-02-26x86/bugs: KVM: Add support for SRSO_MSR_FIXBorislav Petkov1-4/+20
2025-02-26x86/mce/inject: Remove call to mce_notify_irq()Nikolay Borisov2-23/+22
2025-02-25x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systemsRussell Senior1-2/+2
2025-02-25x86/mtrr: Remove unnecessary strlen() in mtrr_write()Thorsten Blum1-4/+2
2025-02-22Merge tag 'x86-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2025-02-22x86/microcode/AMD: Load only SHA256-checksummed patchesBorislav Petkov (AMD)2-2/+553
2025-02-22hyperv: Change hv_root_partition into a functionNuno Das Neves1-22/+2
2025-02-21x86/cpufeatures: Make AVX-VNNI depend on AVXEric Biggers1-0/+1
2025-02-18x86/percpu/64: Remove fixed_percpu_dataBrian Gerst1-4/+0
2025-02-18x86/stackprotector/64: Convert to normal per-CPU variableBrian Gerst1-4/+1
2025-02-17cpufreq: Allow arch_freq_get_on_cpu to return an errorBeata Michalska2-3/+6
2025-02-17x86/microcode/AMD: Add get_patch_level()Borislav Petkov (AMD)1-22/+24
2025-02-17x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declarationBorislav Petkov (AMD)1-28/+26
2025-02-17x86/microcode/AMD: Merge early_apply_microcode() into its single callsiteBorislav Petkov (AMD)1-34/+26
2025-02-17x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarationsBorislav Petkov (AMD)2-3/+1
2025-02-17x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signatureBorislav Petkov (AMD)1-2/+1
2025-02-17Merge 6.14-rc3 into driver-core-nextGreg Kroah-Hartman1-7/+14
2025-02-15kernfs: Use RCU to access kernfs_node::name.Sebastian Andrzej Siewior3-9/+20
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior1-21/+44
2025-02-11x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-ExitPatrick Bellasi1-7/+14
2025-02-10x86: move ZMM exclusion list into CPU feature flagEric Biggers1-0/+22
2025-02-04x86/cpu: Fix #define name for Intel CPU model 0x5ATony Luck1-1/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-25Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-1/+1
2025-01-21Merge tag 'x86-cleanups-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+2
2025-01-21Merge tag 'x86_misc_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+4
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-77/+52
2025-01-21Merge tag 'x86_sev_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+7
2025-01-21Merge tag 'x86_microcode_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-26/+28
2025-01-21Merge tag 'x86_cache_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-87/+168
2025-01-21Merge tag 'x86_bugs_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+5
2025-01-10hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.hNuno Das Neves1-1/+1
2025-01-03x86/mce/amd: Remove shared threshold bank plumbingYazen Ghannam1-101/+26
2024-12-31x86/microcode/AMD: Remove ret local var in early_apply_microcode()Borislav Petkov (AMD)1-3/+2
2024-12-31x86/microcode/AMD: Have __apply_microcode_amd() return boolBorislav Petkov (AMD)1-6/+6
2024-12-31x86/microcode/AMD: Make __verify_patch_size() return boolNikolay Borisov1-9/+9
2024-12-31x86/microcode/AMD: Remove bogus comment from parse_container()Nikolay Borisov1-2/+2