summaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_dirty_ring.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: Support dirty ring in conjunction with bitmapGavin Shan2022-11-101-0/+7
* KVM: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.hGavin Shan2022-11-101-0/+1
* KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULLGavin Shan2022-11-101-8/+4
* KVM: Warn if mark_page_dirty() is called without an active vCPUDavid Woodhouse2022-01-071-6/+0
* KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RINGDavid Woodhouse2021-12-091-4/+4
* KVM: X86: Implement ring-based dirty memory trackingPeter Xu2020-11-151-0/+103