index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
kvm_page_track.h
Age
Commit message (
Expand
)
Author
2023-08-31
KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callers
Sean Christopherson
2023-08-31
KVM: x86/mmu: Drop @slot param from exported/external page-track APIs
Sean Christopherson
2023-08-31
KVM: x86/mmu: Rename page-track APIs to reflect the new reality
Sean Christopherson
2023-08-31
KVM: x86/mmu: Drop infrastructure for multiple page-track modes
Sean Christopherson
2023-08-31
KVM: x86/mmu: Use page-track notifiers iff there are external users
Sean Christopherson
2023-08-31
KVM: x86/mmu: Move KVM-only page-track declarations to internal header
Sean Christopherson
2023-08-31
KVM: x86: Remove the unused page-track hook track_flush_slot()
Yan Zhao
2023-08-31
KVM: x86: Add a new page-track hook to handle memslot deletion
Yan Zhao
2023-08-31
KVM: x86: Reject memslot MOVE operations if KVMGT is attached
Sean Christopherson
2023-08-31
KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook
Sean Christopherson
2021-12-08
KVM: x86/mmu: Propagate memslot const qualifier
Ben Gardon
2021-12-08
KVM: x86/mmu: Remove need for a vcpu from kvm_slot_page_track_is_active
Ben Gardon
2021-10-22
KVM: cleanup allocation of rmaps and page tracking data
David Stevens
2021-10-01
KVM: x86: only allocate gfn_track when necessary
David Stevens
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
David Matlack
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_track
David Matlack
2021-09-22
KVM: x86: Handle SRCU initialization failure during page track init
Haimin Zhang
2020-03-16
KVM: Simplify kvm_free_memslot() and all its descendents
Sean Christopherson
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-28
KVM: x86: cleanup the page tracking SRCU instance
Paolo Bonzini
2016-11-04
kvm/page_track: call notifiers with kvm_page_track_notifier_node
Jike Song
2016-11-04
KVM: x86: add track_flush_slot page track notifier
Xiaoguang Chen
2016-03-03
KVM: page track: add notifier support
Xiao Guangrong
2016-03-03
KVM: MMU: let page fault handler be aware tracked page
Xiao Guangrong
2016-03-03
KVM: page track: introduce kvm_slot_page_track_{add,remove}_page
Xiao Guangrong
2016-03-03
KVM: page track: add the framework of guest page tracking
Xiao Guangrong