summaryrefslogtreecommitdiffstats
path: root/virt/kvm/dirty_ring.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse2022-01-071-1/+1
* KVM: Warn if mark_page_dirty() is called without an active vCPUDavid Woodhouse2022-01-071-9/+0
* KVM: Drop unused kvm_dirty_gfn_invalid()Peter Xu2021-09-061-5/+0
* KVM: x86/mmu: Use an rwlock for the x86 MMUBen Gardon2021-02-041-2/+3
* KVM: X86: use vzalloc() instead of vmalloc/memsetTian Tao2021-02-041-2/+1
* KVM: X86: Implement ring-based dirty memory trackingPeter Xu2020-11-151-0/+194