summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2017-06-11KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li
2017-05-09kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das
2017-04-07kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada
2017-01-27kvm: x86: mmu: Verify that restored PTE has needed perms in fast page faultJunaid Shahid
2017-01-27kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_faultJunaid Shahid
2017-01-27kvm: x86: mmu: Update comment in mark_spte_for_access_trackJunaid Shahid
2017-01-27kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.cJunaid Shahid
2017-01-09kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.Junaid Shahid
2017-01-09kvm: x86: mmu: Introduce a no-tracking version of mmu_spte_updateJunaid Shahid
2017-01-09kvm: x86: mmu: Refactor accessed/dirty checks in mmu_spte_update/clearJunaid Shahid
2017-01-09kvm: x86: mmu: Fast Page Fault path retriesJunaid Shahid
2017-01-09kvm: x86: mmu: Rename spte_is_locklessly_modifiable()Junaid Shahid
2017-01-09kvm: x86: reduce collisions in mmu_page_hashDavid Matlack
2017-01-09kvm: x86: export maximum number of mmu_page_hash collisionsDavid Matlack
2016-11-24kvm: svm: Add support for additional SVM NPF error codesTom Lendacky
2016-11-22kvm: x86: don't print warning messages for unimplemented msrsBandan Das
2016-11-09Merge tag 'tags/for-kvmgt' into HEADPaolo Bonzini
2016-11-04kvm/page_track: call notifiers with kvm_page_track_notifier_nodeJike Song
2016-11-04KVM: x86: add track_flush_slot page track notifierXiaoguang Chen
2016-11-02KVM: x86: add track_flush_slot page track notifierXiaoguang Chen
2016-11-02KVM: X86: MMU: no mmu_notifier_seq++ in kvm_age_hvaPeter Feiner
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