summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorLines
2025-02-17x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarationsBorislav Petkov (AMD)-3/+1
2025-02-17x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signatureBorislav Petkov (AMD)-2/+1
2025-02-17Merge 6.14-rc3 into driver-core-nextGreg Kroah-Hartman-7/+14
2025-02-15kernfs: Use RCU to access kernfs_node::name.Sebastian Andrzej Siewior-9/+20
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior-21/+44
2025-02-11x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-ExitPatrick Bellasi-7/+14
2025-02-10x86: move ZMM exclusion list into CPU feature flagEric Biggers-0/+22
2025-02-04x86/cpu: Fix #define name for Intel CPU model 0x5ATony Luck-1/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-1/+1
2025-01-25Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+1
2025-01-21Merge tag 'x86-cleanups-2025-01-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+2
2025-01-21Merge tag 'x86_misc_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+4
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-77/+52
2025-01-21Merge tag 'x86_sev_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+7
2025-01-21Merge tag 'x86_microcode_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-26/+28
2025-01-21Merge tag 'x86_cache_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-87/+168
2025-01-21Merge tag 'x86_bugs_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+5
2025-01-10hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.hNuno Das Neves-1/+1
2025-01-03x86/mce/amd: Remove shared threshold bank plumbingYazen Ghannam-101/+26
2024-12-31x86/microcode/AMD: Remove ret local var in early_apply_microcode()Borislav Petkov (AMD)-3/+2
2024-12-31x86/microcode/AMD: Have __apply_microcode_amd() return boolBorislav Petkov (AMD)-6/+6
2024-12-31x86/microcode/AMD: Make __verify_patch_size() return boolNikolay Borisov-9/+9
2024-12-31x86/microcode/AMD: Remove bogus comment from parse_container()Nikolay Borisov-2/+2
2024-12-31x86/microcode/AMD: Return bool from find_blobs_in_containers()Nikolay Borisov-6/+9
2024-12-31x86/mce: Remove the redundant mce_hygon_feature_init()Qiuxu Zhuo-6/+2
2024-12-31x86/mce: Convert family/model mixed checks to VFM-based checksQiuxu Zhuo-5/+8
2024-12-31x86/mce: Break up __mcheck_cpu_apply_quirks()Tony Luck-76/+92
2024-12-30x86/mce: Make four functions return boolQiuxu Zhuo-23/+22
2024-12-30x86/mce/threshold: Remove the redundant this_cpu_dec_return()Qiuxu Zhuo-1/+1
2024-12-30x86/mce: Make several functions return boolQiuxu Zhuo-20/+21
2024-12-30x86/bugs: Add SRSO_USER_KERNEL_NO supportBorislav Petkov (AMD)-0/+5
2024-12-18Merge tag 'hyperv-fixes-signed-20241217' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+58
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen-3/+3
2024-12-18x86/fpu: Move CPUID leaf definitions to common codeDave Hansen-1/+1
2024-12-18x86/cpu: Refresh DCA leaf reading codeDave Hansen-1/+1
2024-12-18x86/cpu: Use MWAIT leaf definitionDave Hansen-1/+2
2024-12-18x86/cpu: Remove 'x86_cpu_desc' infrastructureDave Hansen-31/+0
2024-12-18x86/cpu: Move AMD erratum 1386 table over to 'x86_cpu_id'Dave Hansen-5/+4
2024-12-17x86/cpu: Expose only stepping min/max interfaceDave Hansen-39/+39
2024-12-17x86/cpu: Introduce new microcode matching helperDave Hansen-0/+11
2024-12-14x86/sev: Require the RMPREAD instruction after Zen4Tom Lendacky-2/+7
2024-12-13x86: make get_cpu_vendor() accessible from Xen codeJuergen Gross-16/+22
2024-12-12x86/resctrl: Add write option to "mba_MBps_event" fileTony Luck-1/+44
2024-12-12x86/resctrl: Add "mba_MBps_event" file to CTRL_MON directoriesTony Luck-0/+42
2024-12-10x86/cpu: Fix typo in x86_match_cpu()'s docRaag Jadav-1/+1
2024-12-10Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar-27/+28
2024-12-10x86/apic: Remove "disablelapic" cmdline optionBorislav Petkov (AMD)-1/+1
2024-12-10x86/resctrl: Make mba_sc use total bandwidth if local is not supportedTony Luck-2/+4
2024-12-10x86/resctrl: Compute memory bandwidth for all supported eventsTony Luck-39/+33