summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2025-03-06cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masksMario Limonciello1-8/+10
2025-03-06x86/fpu: Improve crypto performance by making kernel-mode FPU reliably usable...Eric Biggers1-10/+7
2025-03-04x86/smp: Move this_cpu_off to percpu hot sectionBrian Gerst1-1/+1
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 Gerst2-12/+7
2025-03-04x86/percpu: Move top_of_stack to percpu hot sectionBrian Gerst3-4/+8
2025-03-04x86/irq: Move irq stacks to percpu hot sectionBrian Gerst3-12/+13
2025-03-04x86/softirq: Move softirq_pending to percpu hot sectionBrian Gerst2-3/+2
2025-03-04x86/retbleed: Move call depth to percpu hot sectionBrian Gerst2-8/+6
2025-03-04x86/smp: Move cpu number to percpu hot sectionBrian Gerst2-4/+4
2025-03-04x86/preempt: Move preempt count to percpu hot sectionBrian Gerst2-13/+13
2025-03-04x86/percpu: Move pcpu_hot to percpu hot sectionBrian Gerst1-17/+11
2025-03-04Merge branch 'x86/headers' into x86/core, to pick up dependent commitsIngo Molnar2-3/+1
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar27-314/+242
2025-03-04x86/alternatives: Simplify alternative_call() interfaceJosh Poimboeuf5-57/+82
2025-03-04x86/hyperv: Use named operands in inline asmJosh Poimboeuf1-9/+9
2025-03-04Merge branch 'x86/locking' into x86/asm, to simplify dependenciesIngo Molnar2-54/+55
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar21-98/+72
2025-03-04x86/cpu: Get rid of the smp_store_cpu_info() indirectionThomas Gleixner2-3/+1
2025-03-04x86/cpu: Simplify TLB entry count storageAhmed S. Darwish1-12/+7
2025-03-04x86/cpuid: Include <linux/build_bug.h> in <asm/cpuid.h>Ahmed S. Darwish1-0/+1
2025-03-04x86/cpu: Remove unnecessary macro indirection related to CPU feature namesBrendan Jackman1-5/+0
2025-03-04x86/speculation: Add a conditional CS prefix to CALL_NOSPECPawan Gupta1-4/+15
2025-03-04x86/speculation: Simplify and make CALL_NOSPEC consistentPawan Gupta1-10/+5
2025-03-04x86/smp: Fix mwait_play_dead() and acpi_processor_ffh_play_dead() noreturn be...Josh Poimboeuf1-2/+2
2025-03-03x86/smp/32: Remove safe_smp_processor_id()Brian Gerst2-7/+0
2025-03-03x86/asm: Merge KSTK_ESP() implementationsBrian Gerst1-4/+1
2025-03-03KVM: SVM: Require AP's "requested" SEV_FEATURES to match KVM's viewSean Christopherson1-4/+0
2025-03-03x86/speculation: Add a conditional CS prefix to CALL_NOSPECPawan Gupta1-4/+15
2025-03-03x86/speculation: Simplify and make CALL_NOSPEC consistentPawan Gupta1-10/+5
2025-03-03x86/paravirt: Remove unused paravirt_disable_iospace()Dr. David Alan Gilbert1-2/+0
2025-03-03x86/ibt: Make cfi_bhi a constant for FINEIBT_BHI=nPeter Zijlstra1-0/+5
2025-02-28KVM: x86: Snapshot the host's DEBUGCTL in common x86Sean Christopherson1-0/+1
2025-02-28KVM: nVMX: Decouple EPT RWX bits from EPT Violation protection bitsSean Christopherson1-2/+11
2025-02-28KVM: VMX: Remove EPT_VIOLATIONS_ACC_*_BIT definesNikolay Borisov1-10/+5
2025-02-28x86/mm: Reduce header dependencies in <asm/set_memory.h>Kevin Brodsky2-2/+1
2025-02-28x86/mm: Remove unused __set_memory_prot()Kevin Brodsky1-1/+0
2025-02-28x86/bugs: Add AUTO mitigations for mds/taa/mmio/rfdsDavid Kaplan1-0/+1
2025-02-28x86/bugs: Add X86_BUG_SPECTRE_V2_USERDavid Kaplan1-0/+1
2025-02-28x86/cpufeatures: Rename X86_CMPXCHG64 to X86_CX8H. Peter Anvin (Intel)4-4/+4
2025-02-28x86/cpu: Enable modifying CPU bug flags with '{clear,set}puid='Brendan Jackman1-0/+1
2025-02-28x86/locking: Remove semicolon from "lock" prefixUros Bizjak6-16/+16
2025-02-27x86/cpu: Remove get_this_hybrid_cpu_*()Pawan Gupta1-14/+0
2025-02-27perf/x86/intel: Use cache cpu-type for hybrid PMU selectionPawan Gupta1-1/+14
2025-02-27x86/pci: Remove old STA2x11 supportArnd Bergmann1-13/+0
2025-02-27x86/mm: Drop support for CONFIG_HIGHPTEArnd Bergmann1-5/+0
2025-02-27x86/mm: Remove CONFIG_HIGHMEM64G supportArnd Bergmann1-2/+2
2025-02-27x86/cpu: Drop configuration options for early 64-bit CPUsArnd Bergmann1-4/+0
2025-02-27Merge branch 'x86/mm' into x86/cpu, to avoid conflictsIngo Molnar11-19/+44
2025-02-27x86/bugs: Remove X86_FEATURE_USE_IBPBYosry Ahmed1-1/+0