summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/common.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge tag 'x86_cpu_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-24/+34
2026-08-18Merge tag 'x86_cleanups_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2026-08-18Merge tag 'x86-msr-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+7
2026-08-18Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2026-08-10x86/CPU: Add a tlbi= cmdline switchRik van Riel1-0/+10
2026-08-10preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITSBoqun Feng1-1/+1
2026-07-31x86/cpu: Use parsed CPUID(0x1)Ahmed S. Darwish1-11/+11
2026-07-31x86/cpu: Use parsed CPUID(0x0)Ahmed S. Darwish1-5/+6
2026-07-22x86/cpu: Remove unnecessary __maybe_unused annotationsThorsten Blum1-1/+1
2026-07-20x86/bugs: Don't use cpu-type matching in cpu_vuln_blacklistPawan Gupta1-8/+17
2026-07-02x86/cpu: Stop using 32-bit MSR interfacesJuergen Gross1-5/+7
2026-05-11x86/cpuid: Introduce a centralized CPUID parserAhmed S. Darwish1-1/+4
2026-05-08x86/fpu: Remove the 'no387' boot optionIngo Molnar1-7/+0
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2026-04-14Merge tag 'x86_fred_for_v7.1_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2026-04-14Merge tag 'x86_cpu_for_7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-17/+18
2026-04-13Merge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+2
2026-03-27x86/fred: Enable FRED by defaultH. Peter Anvin1-1/+1
2026-03-23x86/cpu: Add comment clarifying CRn pinningPeter Zijlstra1-0/+13
2026-03-23x86/cpu: Remove X86_CR4_FRED from the CR4 pinned bits maskBorislav Petkov (AMD)1-1/+1
2026-03-23x86/cpu: Enable FSGSBASE early in cpu_init_exception_handling()Nikunj A Dadhania1-6/+12
2026-03-19x86/cpu: Remove LASS restriction on vsyscall emulationSohil Mehta1-15/+0
2026-03-04KVM: VMX: Unconditionally allocate root VMCSes during boot CPU bringupSean Christopherson1-0/+2
2026-03-04x86/topo: Add topology_num_nodes_per_package()Peter Zijlstra1-0/+3
2026-03-03x86/cpu: Remove LASS restriction on EFISohil Mehta1-6/+1
2026-03-03x86/cpu: Defer LASS enabling until userspace comes upSohil Mehta1-1/+22
2026-01-13x86/cpufeature: Replace X86_FEATURE_SYSENTER32 with X86_FEATURE_SYSFAST32H. Peter Anvin1-0/+8
2025-12-02Merge tag 'x86_cpu_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+25
2025-12-02Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+4
2025-11-18x86/cpu: Enable LASS during CPU initializationSohil Mehta1-1/+23
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson1-3/+4
2025-11-05x86: uaccess: don't use runtime-const rewriting in modulesLinus Torvalds1-1/+5
2025-10-13x86/cpufeatures: Make X86_FEATURE leaf 17 Linux-specificBorislav Petkov (AMD)1-6/+2
2025-09-30Merge tag 'ras_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-09-11x86/mce: Define BSP-only initYazen Ghannam1-0/+1
2025-08-29x86/vmscape: Add old Intel CPUs to affected listPawan Gupta1-9/+12
2025-08-14x86/vmscape: Enumerate VMSCAPE bugPawan Gupta1-22/+43
2025-07-29Merge tag 'x86-boot-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+7
2025-07-07Merge tag 'tsa_x86_bugs_for_6.16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+13
2025-06-24x86/traps: Initialize DR7 by writing its architectural reset valueXin Li (Intel)1-1/+1
2025-06-24x86/traps: Initialize DR6 by writing its architectural reset valueXin Li (Intel)1-14/+10
2025-06-20x86/efi: Move runtime service initialization to arch/x86Alexander Shishkin1-0/+7
2025-06-17x86/bugs: Add a Transient Scheduler Attacks mitigationBorislav Petkov (AMD)1-1/+13
2025-05-15x86/cpuid: Rename have_cpuid_p() to cpuid_feature()Ahmed S. Darwish1-5/+5
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish1-1/+1
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar1-15/+57
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar1-39/+39
2025-05-13Merge branch 'x86/microcode' into x86/core, to merge dependent commitsIngo Molnar1-0/+42
2025-05-13Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar1-13/+9
2025-05-11Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-12/+51