aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/page_track.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-21KVM: x86: create mmu/ subdirectoryPaolo Bonzini1-265/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-3/+1
2019-02-20kvm: x86: Add memcg accounting to KVM allocationsBen Gardon1-1/+1
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook1-2/+3
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-2/+2
2017-03-28KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini1-0/+8
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar1-0/+2
2016-11-04kvm/page_track: export symbols for external usageJike Song1-0/+4
2016-11-04kvm/page_track: call notifiers with kvm_page_track_notifier_nodeJike Song1-2/+2
2016-11-04KVM: x86: add track_flush_slot page track notifierXiaoguang Chen1-0/+25
2016-03-22KVM: page_track: fix access to NULL slotPaolo Bonzini1-2/+7
2016-03-03KVM: page track: add notifier supportXiao Guangrong1-0/+70
2016-03-03KVM: MMU: let page fault handler be aware tracked pageXiao Guangrong1-0/+15
2016-03-03KVM: page track: introduce kvm_slot_page_track_{add,remove}_pageXiao Guangrong1-0/+85
2016-03-03KVM: page track: add the framework of guest page trackingXiao Guangrong1-0/+52