aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu_audit.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-06KVM: do not release the error pfnGravatar Xiao Guangrong 1-3/+1
2012-08-06KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap arrayGravatar Takuya Yoshikawa 1-3/+1
2012-04-08KVM: MMU: Improve iteration through sptes from rmapGravatar Takuya Yoshikawa 1-5/+5
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-2/+2
2012-03-05KVM: MMU: Remove unused kvm parameter from rmap_next()Gravatar Takuya Yoshikawa 1-2/+2
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Gravatar Ingo Molnar 1-4/+4
2011-12-27KVM: MMU: audit: inline audit functionGravatar Xiao Guangrong 1-8/+21
2011-12-27KVM: MMU: audit: replace mmu audit tracepoint with jump-labelGravatar Xiao Guangrong 1-15/+13
2011-09-25KVM: Clean up and extend rate-limited outputGravatar Jan Kiszka 1-3/+3
2011-07-24KVM: MMU: remove bypass_guest_pfGravatar Xiao Guangrong 1-12/+0
2011-01-12KVM: MMU: audit: allow audit more guests at the same timeGravatar Xiao Guangrong 1-17/+22
2010-10-24KVM: fix typo in copyright noticeGravatar Nicolas Kaiser 1-1/+1
2010-10-24KVM: MMU: audit: check whether have unsync sps after root syncGravatar Xiao Guangrong 1-1/+10
2010-10-24KVM: MMU: audit: introduce audit_printk to cleanup audit codeGravatar Xiao Guangrong 1-24/+18
2010-10-24KVM: MMU: audit: fix vcpu's spte walkingGravatar Xiao Guangrong 1-1/+1
2010-10-24KVM: MMU: lower the aduit frequencyGravatar Xiao Guangrong 1-0/+7
2010-10-24KVM: MMU: improve spte auditGravatar Xiao Guangrong 1-79/+69
2010-10-24KVM: MMU: improve active sp auditGravatar Xiao Guangrong 1-36/+38
2010-10-24KVM: MMU: move audit to a separate fileGravatar Xiao Guangrong 1-0/+297