summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorLines
2025-03-04x86/percpu: Move current_task to percpu hot sectionBrian Gerst-5/+3
2025-03-04x86/percpu: Move top_of_stack to percpu hot sectionBrian Gerst-1/+2
2025-03-04x86/retbleed: Move call depth to percpu hot sectionBrian Gerst-0/+8
2025-03-04x86/preempt: Move preempt count to percpu hot sectionBrian Gerst-1/+3
2025-03-04x86/percpu: Move pcpu_hot to percpu hot sectionBrian Gerst-1/+1
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar-280/+269
2025-03-04x86/cacheinfo: Remove unnecessary headers and reorder the restAhmed S. Darwish-7/+5
2025-03-04x86/cacheinfo: Remove the P4 trace leftovers for realThomas Gleixner-16/+3
2025-03-04x86/cpu: Remove unused TLB stringsThomas Gleixner-45/+43
2025-03-04x86/cpu: Get rid of the smp_store_cpu_info() indirectionThomas Gleixner-2/+9
2025-03-04x86/cpu: Simplify TLB entry count storageAhmed S. Darwish-52/+50
2025-03-04x86/cpu: Use max() for CPUID leaf 0x2 TLB descriptors parsingAhmed S. Darwish-48/+28
2025-03-04x86/cpu: Remove unnecessary headers and reorder the restAhmed S. Darwish-23/+13
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar-20/+39
2025-03-04x86/cpu: Log CPU flag cmdline hacks more verboselyBrendan Jackman-16/+23
2025-03-04x86/cpu: Warn louder about the {set,clear}cpuid boot parametersBrendan Jackman-7/+12
2025-03-04x86/cpu: Remove unnecessary macro indirection related to CPU feature namesBrendan Jackman-6/+6
2025-03-04x86/cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63Ahmed S. Darwish-16/+34
2025-03-04x86/cpu: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish-1/+1
2025-03-04x86/cacheinfo: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish-1/+1
2025-03-03x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2Breno Leitao-3/+7
2025-03-03x86/bugs: Use the cpu_smt_possible() helper instead of open-coded codeBreno Leitao-6/+1
2025-02-28x86/bugs: Add AUTO mitigations for mds/taa/mmio/rfdsDavid Kaplan-4/+16
2025-02-28x86/bugs: Relocate mds/taa/mmio/rfds definesDavid Kaplan-29/+31
2025-02-28x86/bugs: Add X86_BUG_SPECTRE_V2_USERDavid Kaplan-1/+3
2025-02-28x86/cpu: Enable modifying CPU bug flags with '{clear,set}puid='Brendan Jackman-4/+12
2025-02-28x86/cpu: Add the 'setcpuid=' boot parameterBrendan Jackman-9/+26
2025-02-28x86/cpu: Create helper function to parse the 'clearcpuid=' boot parameterBrendan Jackman-44/+52
2025-02-28x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when ru...Max Grobecker-1/+1
2025-02-27x86/cpu: Remove get_this_hybrid_cpu_*()Pawan Gupta-31/+0
2025-02-27x86/cpu: Prefix hexadecimal values with 0x in cpu_debug_show()Pawan Gupta-2/+2
2025-02-27Merge branch 'x86/mm' into x86/cpu, to avoid conflictsIngo Molnar-11/+16
2025-02-27x86/bugs: Remove X86_FEATURE_USE_IBPBYosry Ahmed-1/+0
2025-02-27x86/bugs: Use a static branch to guard IBPB on vCPU switchYosry Ahmed-0/+5
2025-02-27x86/bugs: Remove the X86_FEATURE_USE_IBPB check in ib_prctl_set()Yosry Ahmed-1/+1
2025-02-27x86/bugs: Move the X86_FEATURE_USE_IBPB check into callersYosry Ahmed-1/+1
2025-02-26x86/bugs: KVM: Add support for SRSO_MSR_FIXBorislav Petkov-4/+20
2025-02-26x86/mce/inject: Remove call to mce_notify_irq()Nikolay Borisov-23/+22
2025-02-25x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systemsRussell Senior-2/+2
2025-02-25x86/mtrr: Remove unnecessary strlen() in mtrr_write()Thorsten Blum-4/+2
2025-02-22Merge tag 'x86-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2025-02-22x86/microcode/AMD: Load only SHA256-checksummed patchesBorislav Petkov (AMD)-2/+553
2025-02-22hyperv: Change hv_root_partition into a functionNuno Das Neves-22/+2
2025-02-21x86/cpufeatures: Make AVX-VNNI depend on AVXEric Biggers-0/+1
2025-02-18x86/percpu/64: Remove fixed_percpu_dataBrian Gerst-4/+0
2025-02-18x86/stackprotector/64: Convert to normal per-CPU variableBrian Gerst-4/+1
2025-02-17cpufreq: Allow arch_freq_get_on_cpu to return an errorBeata Michalska-3/+6
2025-02-17x86/microcode/AMD: Add get_patch_level()Borislav Petkov (AMD)-22/+24
2025-02-17x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declarationBorislav Petkov (AMD)-28/+26
2025-02-17x86/microcode/AMD: Merge early_apply_microcode() into its single callsiteBorislav Petkov (AMD)-34/+26