summaryrefslogtreecommitdiffstats
path: root/virt/kvm/dirty_ring.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Allow arch code to track number of memslot address spaces per VMSean Christopherson2023-11-141-1/+1
* KVM: Support dirty ring in conjunction with bitmapGavin Shan2022-11-101-0/+14
* KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULLGavin Shan2022-11-101-2/+30
* KVM: Use acquire/release semantics when accessing dirty ring GFN stateMarc Zyngier2022-09-291-2/+2
* KVM: SPDX style and spelling fixesTom Rix2022-04-211-1/+1
* 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