index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
dirty_ring.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-20
KVM: Assert that slots_lock is held when resetting per-vCPU dirty rings
Sean Christopherson
1
-0
/
+8
2025-06-20
KVM: Use mask of harvested dirty ring entries to coalesce dirty ring resets
Sean Christopherson
1
-33
/
+31
2025-06-20
KVM: Check for empty mask of harvested dirty ring entries in caller
Sean Christopherson
1
-9
/
+35
2025-06-20
KVM: Conditionally reschedule when resetting the dirty ring
Sean Christopherson
1
-0
/
+10
2025-06-20
KVM: Bail from the dirty ring reset flow if a signal is pending
Sean Christopherson
1
-0
/
+3
2025-06-20
KVM: Bound the number of dirty ring entries in a single reset at INT_MAX
Sean Christopherson
1
-5
/
+5
2025-03-14
KVM: Add parameter "kvm" to kvm_cpu_dirty_log_size() and its callers
Yan Zhao
1
-5
/
+6
2024-06-20
KVM: Discard zero mask with function kvm_dirty_ring_reset
Bibo Mao
1
-0
/
+3
2023-11-14
KVM: Allow arch code to track number of memslot address spaces per VM
Sean Christopherson
1
-1
/
+1
2022-11-10
KVM: Support dirty ring in conjunction with bitmap
Gavin Shan
1
-0
/
+14
2022-11-10
KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL
Gavin Shan
1
-2
/
+30
2022-09-29
KVM: Use acquire/release semantics when accessing dirty ring GFN state
Marc Zyngier
1
-2
/
+2
2022-04-21
KVM: SPDX style and spelling fixes
Tom Rix
1
-1
/
+1
2022-01-07
KVM: Reinstate gfn_to_pfn_cache with invalidation support
David Woodhouse
1
-1
/
+1
2022-01-07
KVM: Warn if mark_page_dirty() is called without an active vCPU
David Woodhouse
1
-9
/
+0
2021-09-06
KVM: Drop unused kvm_dirty_gfn_invalid()
Peter Xu
1
-5
/
+0
2021-02-04
KVM: x86/mmu: Use an rwlock for the x86 MMU
Ben Gardon
1
-2
/
+3
2021-02-04
KVM: X86: use vzalloc() instead of vmalloc/memset
Tian Tao
1
-2
/
+1
2020-11-15
KVM: X86: Implement ring-based dirty memory tracking
Peter Xu
1
-0
/
+194