summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-16kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini1-6/+135
2019-11-16KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini1-7/+6
2019-11-16KVM: x86: Add is_executable_pte()Ben Hutchings1-0/+5
2019-11-16KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ONPaolo Bonzini1-3/+9
2019-11-16KVM: x86: remove now unneeded hugepage gfn adjustmentPaolo Bonzini1-6/+3
2019-11-16KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini1-28/+25
2019-11-16kvm: x86: Do not release the page inside mmu_set_spte()Junaid Shahid1-11/+7
2019-11-16kvm: Convert kvm_lock to a mutexJunaid Shahid1-2/+2
2019-11-16KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini1-48/+45
2019-11-16KVM: x86: simplify ept_misconfigPaolo Bonzini1-1/+18
2018-12-05kvm: mmu: Fix race in emulated page table writesJunaid Shahid1-18/+9
2018-08-03kvm, mm: account shadow page tables to kmemcgShakeel Butt1-1/+1
2018-02-22KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...David Woodhouse1-5/+5
2017-12-25kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt1-2/+2
2017-10-18KVM: nVMX: update last_nonleaf_level when initializing nested EPTLadi Prosek1-0/+1
2017-10-18KVM: MMU: always terminate page walks at level 1Ladi Prosek1-7/+7
2017-06-14KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li1-2/+5
2016-08-19mmu: don't pass *kvm to spte_write_protect and spte_*_dirtyBandan Das1-6/+6
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+17
2016-07-14x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+2
2016-07-14kvm: mmu: track read permission explicitly for shadow EPT page tablesBandan Das1-3/+7
2016-07-14kvm: mmu: don't set the present bit unconditionallyBandan Das1-6/+7
2016-07-14kvm: mmu: remove is_present_gpte()Bandan Das1-1/+1
2016-07-14kvm: mmu: extend the is_present check to 32 bitsBandan Das1-1/+1
2016-06-14KVM: x86: Fix typosAndrea Gelmini1-1/+1
2016-06-02KVM: x86: avoid write-tearing of TDPNadav Amit1-4/+4
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-16/+12
2016-05-17Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2016-05-06mm: thp: kvm: fix memory corruption in KVM with THP enabledAndrea Arcangeli1-2/+2
2016-04-20KVM: MMU: skip obsolete sp in for_each_gfn_*()Xiao Guangrong1-16/+12
2016-04-19Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar1-2/+10
2016-04-01kvm: set page dirty only if page has been writableYu Zhao1-2/+10
2016-03-31x86/cpufeature: Remove cpu_has_gbpagesBorislav Petkov1-1/+2
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2016-03-22KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page...Lan Tianyu1-4/+3
2016-03-22KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()Lan Tianyu1-8/+7
2016-03-22KVM, pkeys: introduce pkru_mask to cache conditionsHuaitong Han1-0/+80
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar1-2/+2
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-212/+290
2016-03-10KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0Paolo Bonzini1-1/+3
2016-03-08KVM: MMU: simplify last_pte_bitmapPaolo Bonzini1-24/+26
2016-03-08KVM: MMU: coalesce more page zapping in mmu_sync_childrenPaolo Bonzini1-4/+11
2016-03-08KVM: MMU: move zap/flush to kvm_mmu_get_pagePaolo Bonzini1-20/+20
2016-03-08KVM: MMU: invert return value of mmu.sync_page and *kvm_sync_page*Paolo Bonzini1-17/+14
2016-03-08KVM: MMU: cleanup __kvm_sync_page and its callersPaolo Bonzini1-6/+4
2016-03-08KVM: MMU: use kvm_sync_page in kvm_sync_pagesPaolo Bonzini1-2/+1
2016-03-08KVM: MMU: move TLB flush out of __kvm_sync_pagePaolo Bonzini1-29/+24
2016-03-08KVM: MMU: introduce kvm_mmu_flush_or_zapPaolo Bonzini1-9/+10
2016-03-04KVM: MMU: check kvm_mmu_pages and mmu_page_path indicesXiao Guangrong1-1/+6
2016-03-04KVM: MMU: Fix ubsan warningsPaolo Bonzini1-24/+33