summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-19KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMUBen Gardon
2021-04-19KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptesBen Gardon
2021-04-19KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possibleSean Christopherson
2021-04-17KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslotSean Christopherson
2021-04-17KVM: Move MMU notifier's mmu_lock acquisition into common helperSean Christopherson
2021-04-17KVM: Kill off the old hva-based MMU notifier callbacksSean Christopherson
2021-04-17KVM: PPC: Convert to the gfn-based MMU notifier callbacksSean Christopherson
2021-04-17KVM: MIPS/MMU: Convert to the gfn-based MMU notifier callbacksSean Christopherson
2021-04-17KVM: arm64: Convert to the gfn-based MMU notifier callbacksSean Christopherson
2021-04-17KVM: Move x86's MMU notifier memslot walkers to generic codeSean Christopherson
2021-04-17KVM: Assert that notifier count is elevated in .change_pte()Sean Christopherson
2021-04-17KVM: MIPS: defer flush to generic MMU notifier codePaolo Bonzini
2021-04-17KVM: MIPS: let generic code call prepare_flush_shadowPaolo Bonzini
2021-04-17KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flushPaolo Bonzini
2021-04-17KVM: constify kvm_arch_flush_remote_tlbs_memslotPaolo Bonzini
2021-04-17KVM: Explicitly use GFP_KERNEL_ACCOUNT for 'struct kvm_vcpu' allocationsSean Christopherson
2021-04-17KVM: MMU: protect TDP MMU pages only down to required levelPaolo Bonzini
2021-04-17KVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky
2021-04-17KVM: aarch64: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky
2021-04-17KVM: x86: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky
2021-04-17KVM: introduce KVM_CAP_SET_GUEST_DEBUG2Paolo Bonzini
2021-04-17KVM: x86: pending exceptions must not be blocked by an injected eventMaxim Levitsky
2021-04-17KVM: selftests: remove redundant semi-colonYang Yingliang
2021-04-17KVM: nSVM: call nested_svm_load_cr3 on nested state loadMaxim Levitsky
2021-04-17KVM: x86: dump_vmcs should include the autoload/autostore MSR listsDavid Edmondson
2021-04-17KVM: x86: dump_vmcs should show the effective EFERDavid Edmondson
2021-04-17KVM: x86: dump_vmcs should consider only the load controls of EFER/PATDavid Edmondson
2021-04-17KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCSDavid Edmondson
2021-04-17KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is validDavid Edmondson
2021-04-17KVM: nSVM: improve SYSENTER emulation on AMDMaxim Levitsky
2021-04-17KVM: x86: add guest_cpuid_is_intelMaxim Levitsky
2021-04-17KVM: x86: Account a variety of miscellaneous allocationsSean Christopherson
2021-04-17KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are createdSean Christopherson
2021-04-17KVM: SVM: Do not set sev->es_active until KVM_SEV_ES_INIT completesSean Christopherson
2021-04-17KVM: SVM: Use online_vcpus, not created_vcpus, to iterate over vCPUsSean Christopherson
2021-04-17KVM: x86/mmu: Simplify code for aging SPTEs in TDP MMUSean Christopherson
2021-04-17KVM: x86/mmu: Remove spurious clearing of dirty bit from TDP MMU SPTESean Christopherson
2021-04-17KVM: x86/mmu: Drop trace_kvm_age_page() tracepointSean Christopherson
2021-04-17KVM: Move arm64's MMU notifier trace events to generic codeSean Christopherson
2021-04-17KVM: Move prototypes for MMU notifier callbacks to generic codeSean Christopherson
2021-04-17KVM: x86/mmu: Use leaf-only loop for walking TDP SPTEs when changing SPTESean Christopherson
2021-04-17KVM: x86/mmu: Pass address space ID to TDP MMU root walkersSean Christopherson
2021-04-17KVM: x86/mmu: Pass address space ID to __kvm_tdp_mmu_zap_gfn_range()Sean Christopherson
2021-04-17KVM: x86/mmu: Coalesce TLB flushes across address spaces for gfn range zapSean Christopherson
2021-04-17KVM: x86/mmu: Coalesce TLB flushes when zapping collapsible SPTEsSean Christopherson
2021-04-17KVM: x86/mmu: Move flushing for "slot" handlers to caller for legacy MMUSean Christopherson
2021-04-17KVM: x86/mmu: Coalesce TDP MMU TLB flushes when zapping collapsible SPTEsSean Christopherson
2021-04-17KVM: x86/vPMU: Forbid reading from MSR_F15H_PERF MSRs when guest doesn't have...Vitaly Kuznetsov
2021-04-17KVM: nSVM: If VMRUN is single-stepped, queue the #DB intercept in nested_svm_...Krish Sadhukhan
2021-04-17KVM: MMU: load PDPTRs outside mmu_lockPaolo Bonzini