aboutsummaryrefslogtreecommitdiff
path: root/virt/kvm/pfncache.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-27KVM: Reject attempts to consume or refresh inactive gfn_to_pfn_cacheGravatar Sean Christopherson 1-7/+34
2022-10-27KVM: Initialize gfn_to_pfn_cache locks in dedicated helperGravatar Michal Luczaj 1-9/+12
2022-08-19KVM: Rename mmu_notifier_* to mmu_invalidate_*Gravatar Chao Peng 1-8/+9
2022-05-25KVM: Do not pin pages tracked by gfn=>pfn cachesGravatar Sean Christopherson 1-16/+20
2022-05-25KVM: Fix multiple races in gfn=>pfn cache refreshGravatar Sean Christopherson 1-71/+122
2022-05-25KVM: Fully serialize gfn=>pfn cache refresh via mutexGravatar Sean Christopherson 1-0/+12
2022-05-25KVM: Do not incorporate page offset into gfn=>pfn cache user addressGravatar Sean Christopherson 1-2/+0
2022-05-25KVM: Put the extra pfn reference when reusing a pfn in the gpc cacheGravatar Sean Christopherson 1-0/+8
2022-05-25KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helperGravatar Sean Christopherson 1-7/+3
2022-04-02KVM: Remove dirty handling from gfn_to_pfn_cache completelyGravatar David Woodhouse 1-33/+8
2022-04-02KVM: Use enum to track if cached PFN will be used in guest and/or hostGravatar Sean Christopherson 1-7/+7
2022-04-02KVM: Don't actually set a request when evicting vCPUs for GFN cache invdGravatar Sean Christopherson 1-7/+11
2022-04-02KVM: avoid double put_page with gfn-to-pfn cacheGravatar David Woodhouse 1-0/+1
2022-01-07KVM: Reinstate gfn_to_pfn_cache with invalidation supportGravatar David Woodhouse 1-0/+337