aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu_audit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-4/+1
2018-10-17x86/kvm/mmu: make vcpu->mmu a pointer to the current MMUVitaly Kuznetsov1-6/+6
2017-12-14KVM: x86: MMU: make array audit_point_name staticColin Ian King1-1/+1
2017-08-24KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang1-2/+2
2017-08-24KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang1-2/+2
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-1/+1
2015-11-25KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()Takuya Yoshikawa1-1/+1
2015-11-25KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new structTakuya Yoshikawa1-6/+7
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-06-05KVM: x86: add SMM to the MMU role, support SMRAM address spacePaolo Bonzini1-3/+7
2015-06-05KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini1-1/+1
2015-06-05KVM: x86: pass struct kvm_mmu_page to gfn_to_rmapPaolo Bonzini1-2/+6
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2015-05-19KVM: MMU: introduce for_each_rmap_spte()Xiao Guangrong1-3/+1
2014-08-08arch/x86: replace strict_strto callsDaniel Walter1-1/+1
2013-11-20kvm: mmu: delay mmu audit activationSasha Levin1-1/+1
2012-08-06KVM: do not release the error pfnXiao Guangrong1-3/+1
2012-08-06KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap arrayTakuya Yoshikawa1-3/+1
2012-04-08KVM: MMU: Improve iteration through sptes from rmapTakuya Yoshikawa1-5/+5
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2012-03-05KVM: MMU: Remove unused kvm parameter from rmap_next()Takuya Yoshikawa1-2/+2
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-4/+4
2011-12-27KVM: MMU: audit: inline audit functionXiao Guangrong1-8/+21
2011-12-27KVM: MMU: audit: replace mmu audit tracepoint with jump-labelXiao Guangrong1-15/+13
2011-09-25KVM: Clean up and extend rate-limited outputJan Kiszka1-3/+3
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong1-12/+0
2011-01-12KVM: MMU: audit: allow audit more guests at the same timeXiao Guangrong1-17/+22
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser1-1/+1
2010-10-24KVM: MMU: audit: check whether have unsync sps after root syncXiao Guangrong1-1/+10
2010-10-24KVM: MMU: audit: introduce audit_printk to cleanup audit codeXiao Guangrong1-24/+18
2010-10-24KVM: MMU: audit: fix vcpu's spte walkingXiao Guangrong1-1/+1
2010-10-24KVM: MMU: lower the aduit frequencyXiao Guangrong1-0/+7
2010-10-24KVM: MMU: improve spte auditXiao Guangrong1-79/+69
2010-10-24KVM: MMU: improve active sp auditXiao Guangrong1-36/+38
2010-10-24KVM: MMU: move audit to a separate fileXiao Guangrong1-0/+297