summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)Author
2025-03-04Merge branch 'x86/headers' into x86/core, to pick up dependent commitsIngo Molnar
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar
2025-03-04x86/alternatives: Simplify alternative_call() interfaceJosh Poimboeuf
2025-03-04x86/hyperv: Use named operands in inline asmJosh Poimboeuf
2025-03-04Merge branch 'x86/locking' into x86/asm, to simplify dependenciesIngo Molnar
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar
2025-03-04x86/cpu: Get rid of the smp_store_cpu_info() indirectionThomas Gleixner
2025-03-04x86/cpu: Simplify TLB entry count storageAhmed S. Darwish
2025-03-04x86/cpuid: Include <linux/build_bug.h> in <asm/cpuid.h>Ahmed S. Darwish
2025-03-04x86/cpu: Remove unnecessary macro indirection related to CPU feature namesBrendan Jackman
2025-03-04x86/speculation: Add a conditional CS prefix to CALL_NOSPECPawan Gupta
2025-03-04x86/speculation: Simplify and make CALL_NOSPEC consistentPawan Gupta
2025-03-04x86/smp: Fix mwait_play_dead() and acpi_processor_ffh_play_dead() noreturn be...Josh Poimboeuf
2025-03-03x86/smp/32: Remove safe_smp_processor_id()Brian Gerst
2025-03-03x86/asm: Merge KSTK_ESP() implementationsBrian Gerst
2025-03-03KVM: SVM: Require AP's "requested" SEV_FEATURES to match KVM's viewSean Christopherson
2025-03-03x86/speculation: Add a conditional CS prefix to CALL_NOSPECPawan Gupta
2025-03-03x86/speculation: Simplify and make CALL_NOSPEC consistentPawan Gupta
2025-03-03x86/paravirt: Remove unused paravirt_disable_iospace()Dr. David Alan Gilbert
2025-03-03x86/ibt: Make cfi_bhi a constant for FINEIBT_BHI=nPeter Zijlstra
2025-02-28KVM: x86: Snapshot the host's DEBUGCTL in common x86Sean Christopherson
2025-02-28KVM: nVMX: Decouple EPT RWX bits from EPT Violation protection bitsSean Christopherson
2025-02-28KVM: VMX: Remove EPT_VIOLATIONS_ACC_*_BIT definesNikolay Borisov
2025-02-28x86/mm: Reduce header dependencies in <asm/set_memory.h>Kevin Brodsky
2025-02-28x86/mm: Remove unused __set_memory_prot()Kevin Brodsky
2025-02-28x86/bugs: Add AUTO mitigations for mds/taa/mmio/rfdsDavid Kaplan
2025-02-28x86/bugs: Add X86_BUG_SPECTRE_V2_USERDavid Kaplan
2025-02-28x86/cpufeatures: Rename X86_CMPXCHG64 to X86_CX8H. Peter Anvin (Intel)
2025-02-28x86/cpu: Enable modifying CPU bug flags with '{clear,set}puid='Brendan Jackman
2025-02-28x86/locking: Remove semicolon from "lock" prefixUros Bizjak
2025-02-27x86/cpu: Remove get_this_hybrid_cpu_*()Pawan Gupta
2025-02-27perf/x86/intel: Use cache cpu-type for hybrid PMU selectionPawan Gupta
2025-02-27x86/pci: Remove old STA2x11 supportArnd Bergmann
2025-02-27x86/mm: Drop support for CONFIG_HIGHPTEArnd Bergmann
2025-02-27x86/mm: Remove CONFIG_HIGHMEM64G supportArnd Bergmann
2025-02-27x86/cpu: Drop configuration options for early 64-bit CPUsArnd Bergmann
2025-02-27Merge branch 'x86/mm' into x86/cpu, to avoid conflictsIngo Molnar
2025-02-27x86/bugs: Remove X86_FEATURE_USE_IBPBYosry Ahmed
2025-02-27x86/bugs: Use a static branch to guard IBPB on vCPU switchYosry Ahmed
2025-02-27x86/bugs: Move the X86_FEATURE_USE_IBPB check into callersYosry Ahmed
2025-02-26x86/bugs: KVM: Add support for SRSO_MSR_FIXBorislav Petkov
2025-02-26x86/ibt: Optimize the fineibt-bhi arity 1 casePeter Zijlstra
2025-02-26x86/ibt: Implement FineIBT-BHI mitigationPeter Zijlstra
2025-02-26x86/bhi: Add BHI stubsPeter Zijlstra
2025-02-26x86/traps: Decode LOCK Jcc.d8 as #UDPeter Zijlstra
2025-02-26x86/traps: Decode 0xEA instructions as #UDPeter Zijlstra
2025-02-26x86/mce/inject: Remove call to mce_notify_irq()Nikolay Borisov
2025-02-25KVM: SVM: Add Idle HLT intercept supportManali Shukla
2025-02-25x86/cpufeatures: Add CPUID feature bit for Idle HLT interceptManali Shukla
2025-02-25KVM: SVM: Convert plain error code numbers to definesMelody Wang