summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorLines
2025-11-05x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systemsYazen Ghannam-68/+53
2025-11-05x86/mce: Unify AMD DFR handler with MCA PollingYazen Ghannam-99/+43
2025-11-05x86/mce: Unify AMD THR handler with MCA PollingYazen Ghannam-28/+23
2025-11-05x86: uaccess: don't use runtime-const rewriting in modulesLinus Torvalds-1/+5
2025-11-04x86/CPU/AMD: Add missing terminator for zen5_rdseed_microcodeMario Limonciello-0/+1
2025-10-30x86/microcode: Mark early_parse_cmdline() as __initYu Peng-1/+1
2025-10-30x86/microcode/AMD: Select which microcode patch to loadBorislav Petkov (AMD)-38/+69
2025-10-30x86/CPU/AMD: Extend Zen6 model rangeBorislav Petkov (AMD)-1/+1
2025-10-28x86/CPU/AMD: Add RDSEED fix for Zen5Gregory Price-0/+10
2025-10-27x86/microcode/AMD: Limit Entrysign signature checking to known generationsBorislav Petkov (AMD)-1/+19
2025-10-27Merge tag 'x86_urgent_for_v6.18_rc3' into x86/microcodeBorislav Petkov (AMD)-16/+38
2025-10-24x86/bugs: Remove dead code which might prevent from buildingAndy Shevchenko-7/+0
2025-10-24x86/tsx: Get the tsx= command line parameter with early_param()Petr Tesarik-25/+26
2025-10-24x86/tsx: Make tsx_ctrl_state staticPetr Tesarik-10/+8
2025-10-21x86/bugs: Qualify RETBLEED_INTEL_MSGDavid Kaplan-1/+3
2025-10-21x86/microcode: Fix Entrysign revision check for Zen1/NaplesAndrew Cooper-1/+1
2025-10-20x86,fs/resctrl: Fix NULL pointer dereference with events force-disabled in mb...Babu Moger-1/+10
2025-10-17x86/cpufeatures: Add X86_FEATURE_X2AVIC_EXTNaveen N Rao-0/+1
2025-10-16x86/sgx: Enable automatic SVN updates for SGX enclavesElena Reshetova-2/+18
2025-10-16x86/sgx: Implement ENCLS[EUPDATESVN]Elena Reshetova-0/+80
2025-10-16x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flagElena Reshetova-0/+2
2025-10-16x86/sgx: Introduce functions to count the sgx_(vepc_)open()Elena Reshetova-2/+51
2025-10-15x86/CPU/AMD: Prevent reset reasons from being retained across rebootRong Zhang-2/+14
2025-10-15x86/microcode/intel: Enable staging when availableChang S. Bae-0/+17
2025-10-15x86/microcode/intel: Support mailbox transferChang S. Bae-6/+166
2025-10-15x86/microcode/intel: Implement staging handlerChang S. Bae-3/+120
2025-10-15x86/microcode/intel: Define staging state structChang S. Bae-0/+17
2025-10-15x86/microcode/intel: Establish staging control logicChang S. Bae-0/+51
2025-10-15x86/microcode: Introduce staging step to reduce late-loading timeChang S. Bae-1/+14
2025-10-15x86/cpu/topology: Make primary thread mask available with SMP=nChang S. Bae-4/+3
2025-10-13x86/resctrl: Fix miscount of bandwidth event when reactivating previously una...Babu Moger-4/+10
2025-10-13x86/resctrl: Support Sub-NUMA Cluster (SNC) mode on Clearwater ForestChen Yu-0/+1
2025-10-13x86/cpufeatures: Make X86_FEATURE leaf 17 Linux-specificBorislav Petkov (AMD)-6/+5
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-6/+13
2025-10-11Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-31/+5
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+10
2025-10-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+1
2025-10-04Merge tag 'x86_tdx_for_6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+17
2025-09-30Merge tag 'x86_cache_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-75/+311
2025-09-30Merge tag 'x86_cpu_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-41/+103
2025-09-30Merge tag 'x86_bugs_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-240/+172
2025-09-30Merge tag 'ras_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-273/+233
2025-09-30Merge tag 'x86_microcode_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-65/+150
2025-09-30Merge tag 'kvm-x86-misc-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+1
2025-09-22x86/topology: Implement topology_is_core_online() to address SMT regressionThomas Gleixner-0/+13
2025-09-17x86/cpu/topology: Define AMD64_CPUID_EXT_FEAT MSRK Prateek Nayak-3/+4
2025-09-17x86/cpu/topology: Check for X86_FEATURE_XTOPOLOGY instead of passing has_xtop...K Prateek Nayak-11/+8
2025-09-17x86/cpu/cacheinfo: Simplify cacheinfo_amd_init_llc_id() using _cpuid4_infoK Prateek Nayak-27/+21
2025-09-16x86/bugs: Report correct retbleed mitigation statusDavid Kaplan-1/+3
2025-09-16x86/bugs: Fix reporting of LFENCE retpolineDavid Kaplan-4/+1