summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2026-06-02vdso/treewide: Drop GENERIC_TIME_VSYSCALLThomas Weißschuh1-1/+0
2026-06-02KVM: x86: Take PIC lock on KVM_GET_IRQCHIP pathCarlos López1-0/+4
2026-06-01x86/cpu: Keep the PROCESSOR_SELECT menu togetherRandy Dunlap1-4/+4
2026-06-01x86/CPU/AMD: Add more Zen6 modelsPratik Vishwakarma1-1/+1
2026-05-31Merge tag 'x86-urgent-2026-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-29/+36
2026-05-30Merge commit 'kvm-vmenter-load-store-regs' into HEADPaolo Bonzini5-171/+181
2026-05-30KVM: SEV: Macrofy GPR swapping in __svm_sev_es_vcpu_run()Chang S. Bae3-38/+10
2026-05-30KVM: SVM: Macrofy GPR swapping in __svm_vcpu_run()Chang S. Bae1-64/+19
2026-05-30KVM: VMX: Macrofy GPR swapping in __vmx_vcpu_run()Chang S. Bae4-72/+155
2026-05-30x86/cpu: Make CONFIG_X86_TSC unconditionalIngo Molnar3-3/+1
2026-05-29KVM: x86: ioapic: Use old_dest_mode consistently in ioapic_write_indirect()Li RongQing1-1/+1
2026-05-29Revert "x86/fpu: Refine and simplify the magic number check during signal ret...Andrei Vagin1-3/+8
2026-05-29Merge commit 'kvm-psc-for-7.1' into HEADPaolo Bonzini1-26/+65
2026-05-29KVM: SEV: Use READ_ONCE() when reading entries/indices from PSC bufferSean Christopherson1-6/+6
2026-05-29KVM: SEV: Check PSC request indices against the actual size of the bufferSean Christopherson1-2/+15
2026-05-29KVM: SEV: Don't explicitly pass PSC buffer to snp_begin_psc()Sean Christopherson1-5/+6
2026-05-29KVM: SEV: WARN if KVM attempts to setup scratch area with min_len==0Sean Christopherson1-0/+3
2026-05-29KVM: SEV: Compute the correct max length of the in-GHCB scratch areaSean Christopherson1-9/+10
2026-05-29KVM: SEV: Use the size of the PSC header as the minimum size for PSC requestsSean Christopherson1-1/+1
2026-05-29KVM: SEV: Ignore Port I/O requests of length '0'Sean Christopherson1-0/+8
2026-05-29KVM: SEV: Reject MMIO requests larger than 8 bytes with GHCB v2+Sean Christopherson1-0/+5
2026-05-29KVM: SEV: Ignore MMIO requests of length '0'Sean Christopherson1-3/+7
2026-05-29KVM: SEV: Require in-GHCB scratch area if GHCB v2+ is in useMichael Roth1-0/+4
2026-05-29Merge tag 'kvm-x86-fixes-7.1-rc6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini4-10/+54
2026-05-28mm/sparse-vmemmap: pass @pgmap argument to memory deactivation pathsMuchun Song1-2/+3
2026-05-28x86/cpu: Fix a F00F bug warning and clean up surrounding codeSohil Mehta2-13/+3
2026-05-28x86/hyperv/vtl: Use the wakeup mailbox to boot secondary CPUsRicardo Neri1-1/+9
2026-05-28x86/hyperv/vtl: Mark the wakeup mailbox page as privateYunhong Jiang1-0/+17
2026-05-28x86/acpi: Add a helper to get the address of the wakeup mailboxRicardo Neri2-0/+11
2026-05-28x86/hyperv/vtl: Setup the 64-bit trampoline for TDX guestsYunhong Jiang1-3/+8
2026-05-28x86/realmode: Make the location of the trampoline configurableYunhong Jiang3-4/+9
2026-05-28x86/hyperv/vtl: Set real_mode_header in hv_vtl_init_platform()Yunhong Jiang1-1/+1
2026-05-28x86/dt: Parse the Wakeup Mailbox for Intel processorsRicardo Neri1-0/+47
2026-05-28x86/acpi: Add functions to setup and access the wakeup mailboxRicardo Neri2-0/+21
2026-05-28x86/topology: Add missing struct declaration and attribute dependencyRicardo Neri1-0/+3
2026-05-28KVM: x86: Use fls() instead of ffs() for rmaps histogram bucketingLi RongQing1-1/+1
2026-05-28KVM: x86: Fix wrong return value type in guest_cpuid_has()Li RongQing1-1/+1
2026-05-28x86/kvm/vmx: Fix x86_64 CFI buildPeter Zijlstra3-11/+5
2026-05-27KVM: x86/pmu: Allow Host-Only/Guest-Only bits with nSVM and mediated PMUJim Mattson1-0/+4
2026-05-27KVM: x86/pmu: Reprogram Host/Guest-Only counters on nested transitionsYosry Ahmed5-4/+51
2026-05-27KVM: x86/pmu: Track mediated PMU counters with mode-specific enablesYosry Ahmed4-2/+16
2026-05-27KVM: x86/pmu: Disable counters based on Host-Only/Guest-Only bits in SVMYosry Ahmed5-1/+39
2026-05-27KVM: x86/pmu: Add support for KVM_X86_PMU_OP_OPTIONAL_RET0Yosry Ahmed4-2/+15
2026-05-27KVM: x86/pmu: Check mediated PMU counter enablement before event filtersYosry Ahmed1-1/+1
2026-05-27KVM: x86/pmu: Do a single atomic OR when reprogramming countersYosry Ahmed1-4/+1
2026-05-27KVM: x86/pmu: Rename reprogram_counters() to clarify usageYosry Ahmed3-5/+6
2026-05-27KVM: x86: Move enable_pmu/enable_mediated_pmu to pmu.h and pmu.cYosry Ahmed4-12/+13
2026-05-27KVM: nSVM: Move VMRUN instruction retirement after entering guest modeYosry Ahmed1-3/+7
2026-05-27KVM: nSVM: Unify RIP and PMU handling calls when emulating VMRUNYosry Ahmed1-12/+8
2026-05-27KVM: nSVM: Bail early out of VMRUN emulation if advancing RIP failsYosry Ahmed1-4/+5