aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/pfncache.c
AgeCommit message (Expand)Author
2022-11-30KVM: Skip unnecessary "unmap" if gpc is already valid during refreshSean Christopherson
2022-11-30KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpersSean Christopherson
2022-11-30KVM: Do not partially reinitialize gfn=>pfn cache during activationSean Christopherson
2022-11-30KVM: Drop KVM's API to allow temporarily unmapping gfn=>pfn cacheSean Christopherson
2022-11-30KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh()Michal Luczaj
2022-11-30KVM: Clean up hva_to_pfn_retry()Michal Luczaj
2022-11-30KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check()Michal Luczaj
2022-11-30KVM: Store immutable gfn_to_pfn_cache propertiesMichal Luczaj
2022-11-30KVM: x86: Remove unused argument in gpc_unmap_khva()Michal Luczaj
2022-11-30KVM: Shorten gfn_to_pfn_cache function namesMichal Luczaj
2022-11-23Merge branch 'kvm-dwmw2-fixes' into HEADPaolo Bonzini
2022-11-23KVM: Update gfn_to_pfn_cache khva when it moves within the same pageDavid Woodhouse
2022-11-09kvm: Add interruptible flag to __gfn_to_pfn_memslot()Peter Xu
2022-10-27KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cacheSean Christopherson
2022-10-27KVM: Initialize gfn_to_pfn_cache locks in dedicated helperMichal Luczaj
2022-08-19KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng
2022-05-25KVM: Do not pin pages tracked by gfn=>pfn cachesSean Christopherson
2022-05-25KVM: Fix multiple races in gfn=>pfn cache refreshSean Christopherson
2022-05-25KVM: Fully serialize gfn=>pfn cache refresh via mutexSean Christopherson
2022-05-25KVM: Do not incorporate page offset into gfn=>pfn cache user addressSean Christopherson
2022-05-25KVM: Put the extra pfn reference when reusing a pfn in the gpc cacheSean Christopherson
2022-05-25KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helperSean Christopherson
2022-04-02KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse
2022-04-02KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson
2022-04-02KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson
2022-04-02KVM: avoid double put_page with gfn-to-pfn cacheDavid Woodhouse
2022-01-07KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse