summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu_audit.c
Commit message (Expand)AuthorAgeFilesLines
* x86/kvm/mmu: make vcpu->mmu a pointer to the current MMUVitaly Kuznetsov2018-10-171-6/+6
* KVM: x86: MMU: make array audit_point_name staticColin Ian King2017-12-141-1/+1
* KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang2017-08-241-2/+2
* KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang2017-08-241-2/+2
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-151-1/+1
* KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()Takuya Yoshikawa2015-11-251-1/+1
* KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new structTakuya Yoshikawa2015-11-251-6/+7
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+1
|\
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
* | KVM: x86: add SMM to the MMU role, support SMRAM address spacePaolo Bonzini2015-06-051-3/+7
* | KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini2015-06-051-1/+1
* | KVM: x86: pass struct kvm_mmu_page to gfn_to_rmapPaolo Bonzini2015-06-051-2/+6
* | KVM: MMU: introduce for_each_rmap_spte()Xiao Guangrong2015-05-191-3/+1
|/
* arch/x86: replace strict_strto callsDaniel Walter2014-08-081-1/+1
* kvm: mmu: delay mmu audit activationSasha Levin2013-11-201-1/+1
* KVM: do not release the error pfnXiao Guangrong2012-08-061-3/+1
* KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap arrayTakuya Yoshikawa2012-08-061-3/+1
* KVM: MMU: Improve iteration through sptes from rmapTakuya Yoshikawa2012-04-081-5/+5
* Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-281-2/+2
|\
| * KVM: MMU: Remove unused kvm parameter from rmap_next()Takuya Yoshikawa2012-03-051-2/+2
* | static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-4/+4
|/
* KVM: MMU: audit: inline audit functionXiao Guangrong2011-12-271-8/+21
* KVM: MMU: audit: replace mmu audit tracepoint with jump-labelXiao Guangrong2011-12-271-15/+13
* KVM: Clean up and extend rate-limited outputJan Kiszka2011-09-251-3/+3
* KVM: MMU: remove bypass_guest_pfXiao Guangrong2011-07-241-12/+0
* KVM: MMU: audit: allow audit more guests at the same timeXiao Guangrong2011-01-121-17/+22
* KVM: fix typo in copyright noticeNicolas Kaiser2010-10-241-1/+1
* KVM: MMU: audit: check whether have unsync sps after root syncXiao Guangrong2010-10-241-1/+10
* KVM: MMU: audit: introduce audit_printk to cleanup audit codeXiao Guangrong2010-10-241-24/+18
* KVM: MMU: audit: fix vcpu's spte walkingXiao Guangrong2010-10-241-1/+1
* KVM: MMU: lower the aduit frequencyXiao Guangrong2010-10-241-0/+7
* KVM: MMU: improve spte auditXiao Guangrong2010-10-241-79/+69
* KVM: MMU: improve active sp auditXiao Guangrong2010-10-241-36/+38
* KVM: MMU: move audit to a separate fileXiao Guangrong2010-10-241-0/+297