summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_page_track.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/mmu: Propagate memslot const qualifierBen Gardon2021-12-081-2/+2
* KVM: x86/mmu: Remove need for a vcpu from kvm_slot_page_track_is_activeBen Gardon2021-12-081-1/+1
* KVM: cleanup allocation of rmaps and page tracking dataDavid Stevens2021-10-221-1/+2
* KVM: x86: only allocate gfn_track when necessaryDavid Stevens2021-10-011-2/+6
* KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pagesDavid Matlack2021-10-011-2/+0
* KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_trackDavid Matlack2021-10-011-0/+2
* KVM: x86: Handle SRCU initialization failure during page track initHaimin Zhang2021-09-221-1/+1
* KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson2020-03-161-2/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini2017-03-281-0/+1
* kvm/page_track: call notifiers with kvm_page_track_notifier_nodeJike Song2016-11-041-2/+5
* KVM: x86: add track_flush_slot page track notifierXiaoguang Chen2016-11-041-0/+9
* KVM: page track: add notifier supportXiao Guangrong2016-03-031-0/+39
* KVM: MMU: let page fault handler be aware tracked pageXiao Guangrong2016-03-031-0/+2
* KVM: page track: introduce kvm_slot_page_track_{add,remove}_pageXiao Guangrong2016-03-031-0/+7
* KVM: page track: add the framework of guest page trackingXiao Guangrong2016-03-031-0/+13