summaryrefslogtreecommitdiffstats
path: root/virt/kvm/pfncache.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-191-8/+9
* KVM: Do not pin pages tracked by gfn=>pfn cachesSean Christopherson2022-05-251-16/+20
* KVM: Fix multiple races in gfn=>pfn cache refreshSean Christopherson2022-05-251-71/+122
* KVM: Fully serialize gfn=>pfn cache refresh via mutexSean Christopherson2022-05-251-0/+12
* KVM: Do not incorporate page offset into gfn=>pfn cache user addressSean Christopherson2022-05-251-2/+0
* KVM: Put the extra pfn reference when reusing a pfn in the gpc cacheSean Christopherson2022-05-251-0/+8
* KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helperSean Christopherson2022-05-251-7/+3
* KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse2022-04-021-33/+8
* KVM: Use enum to track if cached PFN will be used in guest and/or hostSean Christopherson2022-04-021-7/+7
* KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson2022-04-021-7/+11
* KVM: avoid double put_page with gfn-to-pfn cacheDavid Woodhouse2022-04-021-0/+1
* KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse2022-01-071-0/+337