aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-18Merge tag 'hyperv-fixes-signed-20241217' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+58
2024-12-13x86: make get_cpu_vendor() accessible from Xen codeJuergen Gross1-16/+22
2024-12-09x86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain1-0/+58
2024-12-06x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR failsSean Christopherson1-1/+1
2024-12-06x86/cacheinfo: Delete global num_cache_leavesRicardo Neri1-22/+21
2024-12-05x86/cpu/topology: Remove limit of CPUs due to disabled IO/APICFernando Fernandez Mancera1-3/+3
2024-12-04x86/cpu: Add Lunar Lake to list of CPUs with a broken MONITOR implementationLen Brown1-1/+3
2024-12-01Merge tag 'x86_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-6/+22
2024-11-26x86/CPU/AMD: Terminate the erratum_1386_microcode arraySebastian Andrzej Siewior1-0/+1
2024-11-25x86: fix off-by-one in access_ok()David Laight1-2/+2
2024-11-25x86/microcode/AMD: Flush patch buffer mapping after applicationBorislav Petkov (AMD)1-5/+20
2024-11-25x86/cpu: Fix PPIN initializationTony Luck1-1/+1
2024-11-22Merge tag 'x86_misc_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-21/+18
2024-11-22Merge tag 'x86_sgx_for_6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-11-19Merge tag 'x86-cleanups-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+5
2024-11-19Merge tag 'x86-splitlock-2024-11-18' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-407/+410
2024-11-19Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+15
2024-11-19Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-29/+67
2024-11-19Merge tag 'x86_microcode_for_v6.13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+2
2024-11-19Merge tag 'x86_cache_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+3
2024-11-19Merge tag 'ras_core_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-158/+236
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+3
2024-11-12x86/sgx: Use vmalloc_array() instead of vmalloc()Thorsten Blum1-1/+1
2024-11-12x86/cpu: Remove redundant CONFIG_NUMA guard around numa_add_cpu()Shivank Garg1-2/+0
2024-11-08x86/cpu: Make sure flag_is_changeable_p() is always being usedAndy Shevchenko1-21/+18
2024-11-08x86/stackprotector: Work around strict Clang TLS symbol requirementsArd Biesheuvel1-0/+2
2024-11-06x86/resctrl: Support Sub-NUMA cluster mode SNC6Tony Luck1-1/+2
2024-11-05x86/CPU/AMD: Clear virtualized VMLOAD/VMSAVE on Zen4 clientMario Limonciello1-0/+11
2024-11-03fdget(), trivial conversionsAl Viro1-7/+3
2024-10-31x86/mce/apei: Handle variable SMCA BERT record sizeYazen Ghannam1-14/+58
2024-10-31x86/MCE/AMD: Add support for new MCA_SYND{1,2} registersAvadhut Naik2-2/+12
2024-10-30x86/mce: Add wrapper for struct mce to export vendor specific infoAvadhut Naik6-138/+169
2024-10-28x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xffQiuxu Zhuo1-1/+1
2024-10-28x86/mce/mcelog: Use xchg() to get and clear the flagsQiuxu Zhuo1-9/+2
2024-10-28x86/cpu: Fix formatting of cpuid_bits[] in scattered.cBorislav Petkov (AMD)1-29/+29
2024-10-28x86/cpufeatures: Add X86_FEATURE_AMD_WORKLOAD_CLASS feature bitPerry Yuan1-0/+1
2024-10-27Merge tag 'x86_urgent_for_v6.12_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-16/+35
2024-10-26x86/cpu: Use str_yes_no() helper in show_cpuinfo_misc()Thorsten Blum1-5/+5
2024-10-25x86/cpu: Add CPU type to struct cpuinfo_topologyPawan Gupta3-0/+38
2024-10-25x86/cpufeatures: Add X86_FEATURE_AMD_HETEROGENEOUS_CORESPerry Yuan1-0/+1
2024-10-25x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefixMario Limonciello1-1/+1
2024-10-25x86: fix user address masking non-canonical speculation issueLinus Torvalds1-0/+10
2024-10-25x86/microcode/intel: Remove unnecessary cache writeback and invalidationChang S. Bae1-8/+2
2024-10-22x86/microcode/AMD: Split load_microcode_amd()Borislav Petkov (AMD)1-8/+17
2024-10-22x86/microcode/AMD: Pay attention to the stepping dynamicallyBorislav Petkov (AMD)1-8/+18
2024-10-20Merge tag 'x86_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-12/+18
2024-10-14x86/resctrl: Slightly clean-up mbm_config_show()Christophe JAILLET1-1/+1
2024-10-11x86/CPU/AMD: Only apply Zenbleed fix for Zen2 during late microcode loadJohn Allen1-1/+2
2024-10-10x86/bugs: Do not use UNTRAIN_RET with IBPB on entryJohannes Wikner1-0/+17
2024-10-10x86/bugs: Skip RSB fill at VMEXITJohannes Wikner1-0/+15