aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/dirty_ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21KVM: SPDX style and spelling fixesTom Rix1-1/+1
2022-01-07KVM: Reinstate gfn_to_pfn_cache with invalidation supportDavid Woodhouse1-1/+1
2022-01-07KVM: Warn if mark_page_dirty() is called without an active vCPUDavid Woodhouse1-9/+0
2021-09-06KVM: Drop unused kvm_dirty_gfn_invalid()Peter Xu1-5/+0
2021-02-04KVM: x86/mmu: Use an rwlock for the x86 MMUBen Gardon1-2/+3
2021-02-04KVM: X86: use vzalloc() instead of vmalloc/memsetTian Tao1-2/+1
2020-11-15KVM: X86: Implement ring-based dirty memory trackingPeter Xu1-0/+194