summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-03-03KVM: SVM: Save host DR masks on CPUs with DebugSwapSean Christopherson
2025-03-03x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2Breno Leitao
2025-03-03x86/bugs: Use the cpu_smt_possible() helper instead of open-coded codeBreno Leitao
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-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu
2025-03-02crypto: x86/aegis - use the new scatterwalk functionsEric Biggers
2025-03-02crypto: x86/aes-gcm - use the new scatterwalk functionsEric Biggers
2025-03-01Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...Ingo Molnar
2025-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-03-01kvm: retry nx_huge_page_recovery_thread creationKeith Busch
2025-03-01vhost: return task creation error instead of NULLKeith Busch
2025-02-28Merge tag 'x86-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-02-28KVM: x86: Always set mp_state to RUNNABLE on wakeup from HLTSean Christopherson
2025-02-28x86/tdx: Mark message.bytes as nonstringKees Cook
2025-02-28KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQsSean Christopherson
2025-02-28KVM: SVM: Manually context switch DEBUGCTL if LBR virtualization is disabledSean Christopherson
2025-02-28KVM: x86: Snapshot the host's DEBUGCTL in common x86Sean Christopherson
2025-02-28KVM: SVM: Suppress DEBUGCTL.BTF on AMDSean Christopherson
2025-02-28KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective valueSean Christopherson
2025-02-28KVM: SVM: Inject #GP if memory operand for INVPCID is non-canonicalSean Christopherson
2025-02-28KVM: VMX: Reject KVM_RUN if userspace forces emulation during nested VM-EnterSean Christopherson
2025-02-28KVM: SVM: Set RFLAGS.IF=1 in C code, to get VMRUN out of the STI shadowSean Christopherson
2025-02-28KVM: x86/tdp_mmu: Remove tdp_mmu_for_each_pte()Nikolay Borisov
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: Relocate mds/taa/mmio/rfds definesDavid 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/cpu: Add the 'setcpuid=' boot parameterBrendan Jackman
2025-02-28x86/cpu: Create helper function to parse the 'clearcpuid=' boot parameterBrendan Jackman
2025-02-28x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when ru...Max Grobecker
2025-02-28x86/locking: Remove semicolon from "lock" prefixUros Bizjak
2025-02-27x86/sev: Add missing RIP_REL_REF() invocations during sme_enable()Kevin Loughlin
2025-02-27x86/platform: Fix missing declaration of 'x86_apple_machine'Zhang Kunbo
2025-02-27x86/irq: Fix missing declaration of 'io_apic_irqs'Zhang Kunbo
2025-02-27x86/ia32: Leave NULL selector values 0~3 unchangedXin Li (Intel)
2025-02-27x86/fpu/xstate: Simplify print_xstate_features()Chang S. Bae
2025-02-27x86/fpu: Refine and simplify the magic number check during signal returnChang S. Bae
2025-02-27x86/percpu: Disable named address spaces for UBSAN_BOOL with KASAN for GCC < ...Uros Bizjak
2025-02-27x86/bootflag: Replace open-coded parity calculation with parity8()Kuan-Wei Chiu
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/cpu: Prefix hexadecimal values with 0x in cpu_debug_show()Pawan Gupta