summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_page_track.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-31KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callersSean Christopherson1-6/+5
2023-08-31KVM: x86/mmu: Drop @slot param from exported/external page-track APIsSean Christopherson1-5/+2
2023-08-31KVM: x86/mmu: Rename page-track APIs to reflect the new realitySean Christopherson1-4/+4
2023-08-31KVM: x86/mmu: Drop infrastructure for multiple page-track modesSean Christopherson1-9/+2
2023-08-31KVM: x86/mmu: Use page-track notifiers iff there are external usersSean Christopherson1-7/+15
2023-08-31KVM: x86/mmu: Move KVM-only page-track declarations to internal headerSean Christopherson1-19/+2
2023-08-31KVM: x86: Remove the unused page-track hook track_flush_slot()Yan Zhao1-11/+0
2023-08-31KVM: x86: Add a new page-track hook to handle memslot deletionYan Zhao1-0/+12
2023-08-31KVM: x86: Reject memslot MOVE operations if KVMGT is attachedSean Christopherson1-0/+3
2023-08-31KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hookSean Christopherson1-3/+2
2021-12-08KVM: x86/mmu: Propagate memslot const qualifierBen Gardon1-2/+2
2021-12-08KVM: x86/mmu: Remove need for a vcpu from kvm_slot_page_track_is_activeBen Gardon1-1/+1
2021-10-22KVM: cleanup allocation of rmaps and page tracking dataDavid Stevens1-1/+2
2021-10-01KVM: x86: only allocate gfn_track when necessaryDavid Stevens1-2/+6
2021-10-01KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pagesDavid Matlack1-2/+0
2021-10-01KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_trackDavid Matlack1-0/+2
2021-09-22KVM: x86: Handle SRCU initialization failure during page track initHaimin Zhang1-1/+1
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-28KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini1-0/+1
2016-11-04kvm/page_track: call notifiers with kvm_page_track_notifier_nodeJike Song1-2/+5
2016-11-04KVM: x86: add track_flush_slot page track notifierXiaoguang Chen1-0/+9
2016-03-03KVM: page track: add notifier supportXiao Guangrong1-0/+39
2016-03-03KVM: MMU: let page fault handler be aware tracked pageXiao Guangrong1-0/+2
2016-03-03KVM: page track: introduce kvm_slot_page_track_{add,remove}_pageXiao Guangrong1-0/+7
2016-03-03KVM: page track: add the framework of guest page trackingXiao Guangrong1-0/+13