aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu_audit.c
AgeCommit message (Expand)Author
2017-08-24KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang
2017-08-24KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams
2015-11-25KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()Takuya Yoshikawa
2015-11-25KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new structTakuya Yoshikawa
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-06-05KVM: x86: add SMM to the MMU role, support SMRAM address spacePaolo Bonzini
2015-06-05KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini
2015-06-05KVM: x86: pass struct kvm_mmu_page to gfn_to_rmapPaolo Bonzini
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez
2015-05-19KVM: MMU: introduce for_each_rmap_spte()Xiao Guangrong
2014-08-08arch/x86: replace strict_strto callsDaniel Walter
2013-11-20kvm: mmu: delay mmu audit activationSasha Levin
2012-08-06KVM: do not release the error pfnXiao Guangrong
2012-08-06KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap arrayTakuya Yoshikawa
2012-04-08KVM: MMU: Improve iteration through sptes from rmapTakuya Yoshikawa
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-03-05KVM: MMU: Remove unused kvm parameter from rmap_next()Takuya Yoshikawa
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2011-12-27KVM: MMU: audit: inline audit functionXiao Guangrong
2011-12-27KVM: MMU: audit: replace mmu audit tracepoint with jump-labelXiao Guangrong
2011-09-25KVM: Clean up and extend rate-limited outputJan Kiszka
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong
2011-01-12KVM: MMU: audit: allow audit more guests at the same timeXiao Guangrong
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser
2010-10-24KVM: MMU: audit: check whether have unsync sps after root syncXiao Guangrong
2010-10-24KVM: MMU: audit: introduce audit_printk to cleanup audit codeXiao Guangrong
2010-10-24KVM: MMU: audit: fix vcpu's spte walkingXiao Guangrong
2010-10-24KVM: MMU: lower the aduit frequencyXiao Guangrong
2010-10-24KVM: MMU: improve spte auditXiao Guangrong
2010-10-24KVM: MMU: improve active sp auditXiao Guangrong
2010-10-24KVM: MMU: move audit to a separate fileXiao Guangrong