summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: Fix infinite loop when there is no available mmu pageWanpeng Li2017-12-141-4/+4
* Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-61/+54Star
|\
| * KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini2017-10-121-49/+46Star
| * KVM: SVM: limit kvm_handle_page_fault to #PF handlingPaolo Bonzini2017-10-121-3/+2Star
| * arch/x86: remove redundant null checks before kmem_cache_destroyTim Hansen2017-10-121-4/+2Star
| * kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt2017-10-121-2/+2
| * KVM: x86: mmu: free_page can handle NULLDavid Hildenbrand2017-10-121-2/+1Star
| * KVM: x86: mmu: returning void in a void function is strangeDavid Hildenbrand2017-10-121-1/+1
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/
* KVM: MMU: always terminate page walks at level 1Ladi Prosek2017-10-101-7/+7
* KVM: nVMX: update last_nonleaf_level when initializing nested EPTLadi Prosek2017-10-101-0/+1
* kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng2017-10-041-1/+1
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-091-94/+173
|\
| * KVM: MMU: speedup update_permission_bitmaskPaolo Bonzini2017-08-241-51/+70
| * KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang2017-08-241-14/+29
| * KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.Yu Zhang2017-08-241-18/+18
| * KVM: x86: fix use of L1 MMIO areas in nested guestsPaolo Bonzini2017-08-181-1/+8
| * KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh2017-08-181-0/+6
| * KVM: x86: simplify ept_misconfigPaolo Bonzini2017-08-181-1/+18
| * KVM: MMU: Bail out immediately if there is no available mmu pageWanpeng Li2017-08-111-9/+27
| * KVM: MMU: Fix softlockup due to mmu_lock is held too longWanpeng Li2017-08-111-3/+1Star
| * kvm: nVMX: Add support for fast unprotection of nested guest page tablesPaolo Bonzini2017-08-101-4/+1Star
| * KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guestBrijesh Singh2017-08-101-1/+2
| * KVM: x86: generalize guest_cpuid_has_ helpersRadim Krčmář2017-08-071-3/+4
* | kvm/x86: Avoid clearing the C-bit in rsvd_bits()Brijesh Singh2017-08-261-3/+27
* | kvm/x86/svm: Support Secure Memory Encryption within KVMTom Lendacky2017-07-181-4/+7
|/
* KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li2017-07-141-1/+1
* KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li2017-07-141-0/+33
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-071-54/+101
|\
| * x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12Peter Feiner2017-07-031-0/+1
| * kvm: x86: mmu: allow A/D bits to be disabled in an mmuPeter Feiner2017-07-031-30/+85
| * x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner2017-07-031-3/+6
| * x86: kvm: mmu: dead code thanks to access trackingPeter Feiner2017-07-031-21/+9Star
* | KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li2017-06-111-2/+5
|/
* kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das2017-05-091-0/+15
* kvm: nVMX: support EPT accessed/dirty bitsPaolo Bonzini2017-04-071-1/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* kvm: x86: mmu: Verify that restored PTE has needed perms in fast page faultJunaid Shahid2017-01-271-59/+68
* kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_faultJunaid Shahid2017-01-271-5/+5
* kvm: x86: mmu: Update comment in mark_spte_for_access_trackJunaid Shahid2017-01-271-3/+3
* kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.cJunaid Shahid2017-01-271-1/+4
* kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.Junaid Shahid2017-01-091-65/+214
* kvm: x86: mmu: Introduce a no-tracking version of mmu_spte_updateJunaid Shahid2017-01-091-13/+27
* kvm: x86: mmu: Refactor accessed/dirty checks in mmu_spte_update/clearJunaid Shahid2017-01-091-35/+31Star
* kvm: x86: mmu: Fast Page Fault path retriesJunaid Shahid2017-01-091-51/+73
* kvm: x86: mmu: Rename spte_is_locklessly_modifiable()Junaid Shahid2017-01-091-5/+5
* kvm: x86: reduce collisions in mmu_page_hashDavid Matlack2017-01-091-1/+2
* kvm: x86: export maximum number of mmu_page_hash collisionsDavid Matlack2017-01-091-8/+17
* kvm: svm: Add support for additional SVM NPF error codesTom Lendacky2016-11-241-2/+18