index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
virt
/
kvm
/
locking.rst
Age
Commit message (
Expand
)
Author
2025-02-14
KVM: x86/mmu: Don't force atomic update if only the Accessed bit is volatile
James Houghton
2024-11-13
Documentation: KVM: fix malformed table
Paolo Bonzini
2024-10-25
KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
Sean Christopherson
2024-10-25
KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs
Sean Christopherson
2024-10-20
KVM: Remove unused kvm_vcpu_gfn_to_pfn_atomic
Dr. David Alan Gilbert
2024-09-27
Documentation: KVM: fix warning in "make htmldocs"
Paolo Bonzini
2024-09-04
KVM: Register cpuhp and syscore callbacks when enabling hardware
Sean Christopherson
2024-09-04
KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock
Sean Christopherson
2023-12-01
KVM: x86/mmu: always take tdp_mmu_pages_lock
Paolo Bonzini
2023-06-16
Documentation: KVM: make corrections to locking.rst
Randy Dunlap
2023-03-24
KVM: Fix comments that refer to the non-existent install_new_memslots()
Jun Miao
2023-01-24
Merge branch 'kvm-v6.2-rc4-fixes' into HEAD
Paolo Bonzini
2023-01-11
KVM: x86/xen: Avoid deadlock by adding kvm->arch.xen.xen_lock leaf node lock
David Woodhouse
2023-01-11
Documentation: kvm: fix SRCU locking order docs
Paolo Bonzini
2022-12-29
KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
Isaku Yamahata
2022-12-29
KVM: x86: Serialize vendor module initialization (hardware setup)
Sean Christopherson
2022-12-28
Documentation: kvm: clarify SRCU locking order
Paolo Bonzini
2022-03-29
Documentation: kvm: include new locks
Paolo Bonzini
2022-03-29
Documentation: kvm: fixes for locking.rst
Paolo Bonzini
2021-08-13
Merge branch 'kvm-tdpmmu-fixes' into HEAD
Paolo Bonzini
2021-08-13
KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlock
Sean Christopherson
2021-08-03
KVM: Block memslot updates across range_start() and range_end()
Paolo Bonzini
2021-06-17
KVM: mmu: Add slots_arch_lock for memslot arch fields
Ben Gardon
2021-03-15
KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamic
Sean Christopherson
2021-03-15
KVM: x86/mmu: Rename and document A/D scheme for TDP SPTEs
Sean Christopherson
2021-02-04
KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map
Ben Gardon
2020-03-16
KVM: Documentation: Update fast page fault for indirect sp
Peter Xu
2020-02-12
docs: kvm: Convert locking.txt to ReST format
Mauro Carvalho Chehab