summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2018-12-05kvm: mmu: Fix race in emulated page table writesJunaid Shahid
2018-08-03kvm, mm: account shadow page tables to kmemcgShakeel Butt
2018-02-22KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...David Woodhouse
2017-12-25kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt
2017-10-18KVM: nVMX: update last_nonleaf_level when initializing nested EPTLadi Prosek
2017-10-18KVM: MMU: always terminate page walks at level 1Ladi Prosek
2017-06-14KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li
2016-08-19mmu: don't pass *kvm to spte_write_protect and spte_*_dirtyBandan Das
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-07-14x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-07-14kvm: mmu: track read permission explicitly for shadow EPT page tablesBandan Das
2016-07-14kvm: mmu: don't set the present bit unconditionallyBandan Das
2016-07-14kvm: mmu: remove is_present_gpte()Bandan Das
2016-07-14kvm: mmu: extend the is_present check to 32 bitsBandan Das
2016-06-14KVM: x86: Fix typosAndrea Gelmini
2016-06-02KVM: x86: avoid write-tearing of TDPNadav Amit
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-05-05mm: thp: kvm: fix memory corruption in KVM with THP enabledAndrea Arcangeli
2016-04-20KVM: MMU: skip obsolete sp in for_each_gfn_*()Xiao Guangrong
2016-04-19Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar
2016-04-01kvm: set page dirty only if page has been writableYu Zhao
2016-03-31x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-22KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page...Lan Tianyu
2016-03-22KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()Lan Tianyu
2016-03-22KVM, pkeys: introduce pkru_mask to cache conditionsHuaitong Han
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-03-10KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0Paolo Bonzini
2016-03-08KVM: MMU: simplify last_pte_bitmapPaolo Bonzini
2016-03-08KVM: MMU: coalesce more page zapping in mmu_sync_childrenPaolo Bonzini
2016-03-08KVM: MMU: move zap/flush to kvm_mmu_get_pagePaolo Bonzini
2016-03-08KVM: MMU: invert return value of mmu.sync_page and *kvm_sync_page*Paolo Bonzini
2016-03-08KVM: MMU: cleanup __kvm_sync_page and its callersPaolo Bonzini
2016-03-08KVM: MMU: use kvm_sync_page in kvm_sync_pagesPaolo Bonzini
2016-03-08KVM: MMU: move TLB flush out of __kvm_sync_pagePaolo Bonzini
2016-03-08KVM: MMU: introduce kvm_mmu_flush_or_zapPaolo Bonzini
2016-03-04KVM: MMU: check kvm_mmu_pages and mmu_page_path indicesXiao Guangrong
2016-03-04KVM: MMU: Fix ubsan warningsPaolo Bonzini
2016-03-04KVM: MMU: cleanup handle_abnormal_pfnPaolo Bonzini
2016-03-03KVM: MMU: apply page track notifierXiao Guangrong
2016-03-03KVM: MMU: simplify mmu_need_write_protectXiao Guangrong
2016-03-03KVM: MMU: use page track for non-leaf shadow pagesXiao Guangrong
2016-03-03KVM: MMU: clear write-flooding on the fast path of tracked pageXiao Guangrong
2016-03-03KVM: MMU: let page fault handler be aware tracked pageXiao Guangrong
2016-03-03KVM: MMU: introduce kvm_mmu_slot_gfn_write_protectXiao Guangrong
2016-03-03KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpageXiao Guangrong
2016-03-03KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowedXiao Guangrong
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder