aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu_audit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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