summaryrefslogtreecommitdiff
path: root/Documentation/virt/kvm/locking.rst
AgeCommit message (Expand)Author
2025-02-14KVM: x86/mmu: Don't force atomic update if only the Accessed bit is volatileJames Houghton
2024-11-13Documentation: KVM: fix malformed tablePaolo Bonzini
2024-10-25KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIsSean Christopherson
2024-10-25KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEsSean Christopherson
2024-10-20KVM: Remove unused kvm_vcpu_gfn_to_pfn_atomicDr. David Alan Gilbert
2024-09-27Documentation: KVM: fix warning in "make htmldocs"Paolo Bonzini
2024-09-04KVM: Register cpuhp and syscore callbacks when enabling hardwareSean Christopherson
2024-09-04KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlockSean Christopherson
2023-12-01KVM: x86/mmu: always take tdp_mmu_pages_lockPaolo Bonzini
2023-06-16Documentation: KVM: make corrections to locking.rstRandy Dunlap
2023-03-24KVM: Fix comments that refer to the non-existent install_new_memslots()Jun Miao
2023-01-24Merge branch 'kvm-v6.2-rc4-fixes' into HEADPaolo Bonzini
2023-01-11KVM: x86/xen: Avoid deadlock by adding kvm->arch.xen.xen_lock leaf node lockDavid Woodhouse
2023-01-11Documentation: kvm: fix SRCU locking order docsPaolo Bonzini
2022-12-29KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lockIsaku Yamahata
2022-12-29KVM: x86: Serialize vendor module initialization (hardware setup)Sean Christopherson
2022-12-28Documentation: kvm: clarify SRCU locking orderPaolo Bonzini
2022-03-29Documentation: kvm: include new locksPaolo Bonzini
2022-03-29Documentation: kvm: fixes for locking.rstPaolo Bonzini
2021-08-13Merge branch 'kvm-tdpmmu-fixes' into HEADPaolo Bonzini
2021-08-13KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlockSean Christopherson
2021-08-03KVM: Block memslot updates across range_start() and range_end()Paolo Bonzini
2021-06-17KVM: mmu: Add slots_arch_lock for memslot arch fieldsBen Gardon
2021-03-15KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamicSean Christopherson
2021-03-15KVM: x86/mmu: Rename and document A/D scheme for TDP SPTEsSean Christopherson
2021-02-04KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU mapBen Gardon
2020-03-16KVM: Documentation: Update fast page fault for indirect spPeter Xu
2020-02-12docs: kvm: Convert locking.txt to ReST formatMauro Carvalho Chehab