aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tip/tipLinus Torvalds1-12/+51
2025-05-09x86/its: Add "vmexit" option to skip mitigation on some CPUsPawan Gupta1-7/+12
2025-05-09x86/its: Enumerate Indirect Target Selection (ITS) bugPawan Gupta1-12/+46
2025-05-06x86/bpf: Add IBHF call at end of classic BPFDaniel Sneddon1-3/+6
2025-05-06x86/cpu: Sanitize CPUID(0x80000000) outputAhmed S. Darwish1-8/+9
2025-05-04x86/boot: Add a bunch of PIC aliasesArd Biesheuvel1-0/+1
2025-05-02x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)Xin Li (Intel)1-4/+4
2025-05-02x86/msr: Convert __rdmsr() uses to native_rdmsrq() usesXin Li (Intel)1-1/+1
2025-04-22x86/cpu: Help users notice when running old Intel microcodeDave Hansen1-0/+42
2025-04-14x86/bugs: Remove X86_BUG_MMIO_UNKNOWNBorislav Petkov (AMD)1-5/+0
2025-04-10x86/msr: Rename 'wrmsrl_cstar()' to 'wrmsrq_cstar()'Ingo Molnar1-3/+3
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar1-7/+7
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-17/+17
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-5/+5
2025-03-25Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2025-03-19x86/cpufeatures: Warn about unmet CPU feature dependenciesSohil Mehta1-0/+4
2025-03-19x86/rfds: Exclude P-only parts from the RFDS affected listPawan Gupta1-2/+5
2025-03-04x86/stackprotector: Move __stack_chk_guard to percpu hot sectionBrian Gerst1-1/+1
2025-03-04x86/percpu: Move current_task to percpu hot sectionBrian Gerst1-5/+3
2025-03-04x86/percpu: Move top_of_stack to percpu hot sectionBrian Gerst1-1/+2
2025-03-04x86/retbleed: Move call depth to percpu hot sectionBrian Gerst1-0/+8
2025-03-04x86/preempt: Move preempt count to percpu hot sectionBrian Gerst1-1/+3
2025-03-04x86/percpu: Move pcpu_hot to percpu hot sectionBrian Gerst1-1/+1
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar1-72/+122
2025-03-04x86/cpu: Get rid of the smp_store_cpu_info() indirectionThomas Gleixner1-2/+9
2025-03-04x86/cpu: Simplify TLB entry count storageAhmed S. Darwish1-11/+9
2025-03-04x86/cpu: Log CPU flag cmdline hacks more verboselyBrendan Jackman1-16/+23
2025-03-04x86/cpu: Warn louder about the {set,clear}cpuid boot parametersBrendan Jackman1-7/+12
2025-03-04x86/cpu: Remove unnecessary macro indirection related to CPU feature namesBrendan Jackman1-6/+6
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-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-04x86/cpu: Fix #define name for Intel CPU model 0x5ATony Luck1-1/+1
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-42/+43
2024-12-30x86/bugs: Add SRSO_USER_KERNEL_NO supportBorislav Petkov (AMD)1-0/+1
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen1-3/+3
2024-12-18x86/fpu: Move CPUID leaf definitions to common codeDave Hansen1-1/+1
2024-12-18x86/cpu: Refresh DCA leaf reading codeDave Hansen1-1/+1
2024-12-18x86/cpu: Use MWAIT leaf definitionDave Hansen1-1/+2
2024-12-17x86/cpu: Expose only stepping min/max interfaceDave Hansen1-39/+39