aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAge
* KVM: x86: fix use of L1 MMIO areas in nested guestsPaolo Bonzini2017-08-18
* KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh2017-08-18
* KVM: x86: simplify ept_misconfigPaolo Bonzini2017-08-18
* KVM: MMU: Bail out immediately if there is no available mmu pageWanpeng Li2017-08-11
* KVM: MMU: Fix softlockup due to mmu_lock is held too longWanpeng Li2017-08-11
* kvm: nVMX: Add support for fast unprotection of nested guest page tablesPaolo Bonzini2017-08-10
* KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guestBrijesh Singh2017-08-10
* KVM: x86: generalize guest_cpuid_has_ helpersRadim Krčmář2017-08-07
* KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li2017-07-14
* KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li2017-07-14
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-06
|\
| * x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12Peter Feiner2017-07-03
| * kvm: x86: mmu: allow A/D bits to be disabled in an mmuPeter Feiner2017-07-03
| * x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner2017-07-03
| * x86: kvm: mmu: dead code thanks to access trackingPeter Feiner2017-07-03
* | KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li2017-06-11
|/
* kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das2017-05-09
* kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini2017-04-07
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-27
* kvm: x86: mmu: Verify that restored PTE has needed perms in fast page faultJunaid Shahid2017-01-27
* kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_faultJunaid Shahid2017-01-27
* kvm: x86: mmu: Update comment in mark_spte_for_access_trackJunaid Shahid2017-01-27
* kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.cJunaid Shahid2017-01-27
* kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.Junaid Shahid2017-01-09
* kvm: x86: mmu: Introduce a no-tracking version of mmu_spte_updateJunaid Shahid2017-01-09
* kvm: x86: mmu: Refactor accessed/dirty checks in mmu_spte_update/clearJunaid Shahid2017-01-09
* kvm: x86: mmu: Fast Page Fault path retriesJunaid Shahid2017-01-09
* kvm: x86: mmu: Rename spte_is_locklessly_modifiable()Junaid Shahid2017-01-09
* kvm: x86: reduce collisions in mmu_page_hashDavid Matlack2017-01-09
* kvm: x86: export maximum number of mmu_page_hash collisionsDavid Matlack2017-01-09
* kvm: svm: Add support for additional SVM NPF error codesTom Lendacky2016-11-24
* kvm: x86: don't print warning messages for unimplemented msrsBandan Das2016-11-22
* Merge tag 'tags/for-kvmgt' into HEADPaolo Bonzini2016-11-09
|\
| * kvm/page_track: call notifiers with kvm_page_track_notifier_nodeJike Song2016-11-04
| * KVM: x86: add track_flush_slot page track notifierXiaoguang Chen2016-11-04
* | KVM: x86: add track_flush_slot page track notifierXiaoguang Chen2016-11-02
* | KVM: X86: MMU: no mmu_notifier_seq++ in kvm_age_hvaPeter Feiner2016-11-02
|/
* mmu: don't pass *kvm to spte_write_protect and spte_*_dirtyBandan Das2016-08-19
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-02
|\
| * kvm: mmu: track read permission explicitly for shadow EPT page tablesBandan Das2016-07-14
| * kvm: mmu: don't set the present bit unconditionallyBandan Das2016-07-14
| * kvm: mmu: remove is_present_gpte()Bandan Das2016-07-14
| * kvm: mmu: extend the is_present check to 32 bitsBandan Das2016-07-14
| * KVM: x86: Fix typosAndrea Gelmini2016-06-14
* | x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-14
|/
* KVM: x86: avoid write-tearing of TDPNadav Amit2016-06-02
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-19
|\
| * KVM: MMU: skip obsolete sp in for_each_gfn_*()Xiao Guangrong2016-04-20
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-16
|\ \