aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-08KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooksSean Christopherson
2022-03-08KVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU notifier change_spteSean Christopherson
2022-03-08KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removalSean Christopherson
2022-03-08KVM: x86/mmu: do not allow readers to acquire references to invalid rootsPaolo Bonzini
2022-03-08KVM: x86/mmu: only perform eager page splitting on valid rootsPaolo Bonzini
2022-03-08KVM: x86/mmu: Require mmu_lock be held for write in unyielding root iterSean Christopherson
2022-03-08KVM: x86/mmu: Document that zapping invalidated roots doesn't need to flushSean Christopherson
2022-03-08KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logicSean Christopherson
2022-03-08KVM: x86/mmu: Fix wrong/misleading comments in TDP MMU fast zapSean Christopherson
2022-03-08KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMUSean Christopherson
2022-03-08KVM: use __vcalloc for very large allocationsPaolo Bonzini
2022-03-08mm: use vmalloc_array and vcalloc for array allocationsPaolo Bonzini
2022-03-08mm: vmalloc: introduce array allocation functionsPaolo Bonzini
2022-03-04Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini
2022-03-04KVM: arm64: Only open the interrupt window on exit due to an interruptMarc Zyngier
2022-03-02KVM: x86: pull kvm->srcu read-side to kvm_arch_vcpu_ioctl_runPaolo Bonzini
2022-03-02KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots()Like Xu
2022-03-02KVM: arm64: Enable Cortex-A510 erratum 2077057 by defaultMark Brown
2022-03-01KVM: SVM: Disable preemption across AVIC load/put during APICv refreshSean Christopherson
2022-03-01KVM: SVM: Exit to userspace on ENOMEM/EFAULT GHCB errorsSean Christopherson
2022-03-01KVM: WARN if is_unsync_root() is called on a root without a shadow pageSean Christopherson
2022-03-01KVM: Drop KVM_REQ_MMU_RELOAD and update vcpu-requests.rst documentationSean Christopherson
2022-03-01KVM: s390: Replace KVM_REQ_MMU_RELOAD usage with arch specific requestSean Christopherson
2022-03-01KVM: x86/mmu: Zap only obsolete roots if a root shadow page is zappedSean Christopherson
2022-03-01KVM: Drop kvm_reload_remote_mmus(), open code request in x86 usersSean Christopherson
2022-03-01KVM: x86: Invoke kvm_mmu_unload() directly on CR4.PCIDE changeSean Christopherson
2022-03-01KVM: x86/emulator: Move the unhandled outer privilege level logic of far retu...Hou Wenlong
2022-03-01KVM: x86/emulator: Fix wrong privilege check for code segment in __load_segme...Hou Wenlong
2022-03-01KVM: x86/emulator: Defer not-present segment check in __load_segment_descript...Hou Wenlong
2022-03-01KVM: selftests: Add test to verify KVM handling of ICRSean Christopherson
2022-03-01KVM: x86: Make kvm_lapic_set_reg() a "private" xAPIC helperSean Christopherson
2022-03-01KVM: x86: Treat x2APIC's ICR as a 64-bit register, not two 32-bit regsSean Christopherson
2022-03-01KVM: x86: Add helpers to handle 64-bit APIC MSR read/writesSean Christopherson
2022-03-01KVM: x86: Make kvm_lapic_reg_{read,write}() staticSean Christopherson
2022-03-01KVM: x86: WARN if KVM emulates an IPI without clearing the BUSY flagSean Christopherson
2022-03-01KVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualization failureSean Christopherson
2022-03-01KVM: SVM: Use common kvm_apic_write_nodecode() for AVIC write trapsSean Christopherson
2022-03-01KVM: x86: Use "raw" APIC register read for handling APIC-write VM-ExitSean Christopherson
2022-03-01KVM: VMX: Handle APIC-write offset wrangling in VMX codeSean Christopherson
2022-03-01KVM: x86: Do not change ICR on write to APIC_SELF_IPIPaolo Bonzini
2022-03-01KVM: x86: Fix emulation in writing cr8Zhenzhong Duan
2022-03-01KVM: x86: flush TLB separately from MMU resetPaolo Bonzini
2022-02-25KVM: x86: Yield to IPI target vCPU only if it is busyLi RongQing
2022-02-25x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64Dexuan Cui
2022-02-25x86/kvm: Don't waste memory if kvmclock is disabledWanpeng Li
2022-02-25x86/kvm: Don't use PV TLB/yield when mwait is advertisedWanpeng Li
2022-02-25Merge tag 'kvmarm-fixes-5.17-4' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2022-02-25Merge branch kvm-arm64/psci-1.1 into kvmarm-master/nextMarc Zyngier
2022-02-25KVM: arm64: Remove unneeded semicolonsChangcheng Deng
2022-02-25KVM: s390: pv: make use of ultravisor AIV supportMichael Mueller