summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-36/+42
|\
| * KVM: x86: remove obsolete EXPORT... of handle_mmio_page_faultSean Christopherson2018-05-241-1/+0
| * kvm: mmu: Don't expose private memslots to L2Jim Mattson2018-05-141-0/+8
| * kvm: mmu: Add guest_mode to kvm_mmu_page_roleJim Mattson2018-05-141-1/+4
| * kvm: x86: Refactor mmu_free_roots()Junaid Shahid2018-05-141-34/+30
* | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-1/+1
|\
| * Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"Sean Christopherson2018-04-041-1/+1
* | KVM: x86: Fix device passthrough when SME is activeTom Lendacky2018-03-161-1/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-261-1/+1
|\
| * KVM: X86: Fix SMRAM accessing even if VM is shutdownWanpeng Li2018-02-241-1/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-141-5/+5
|\ \ | |/ |/|
| * KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...David Woodhouse2018-02-131-5/+5
* | Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-011-7/+12
|\ \ | |/
| * x86: kvm: propagate register_shrinker return codeArnd Bergmann2018-01-111-6/+10
| * KVM MMU: check pending exception before injecting APFHaozhong Zhang2018-01-111-1/+2
* | KVM: MMU: consider host cache mode in MMIO page checkHaozhong Zhang2018-01-161-1/+13
* | Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini2018-01-161-0/+10
|\ \
| * | KVM: X86: Restart the guest when insn_len is zero and SEV is enabledBrijesh Singh2017-12-041-0/+10
* | | x86: kvm: mmu: make kvm_mmu_clear_all_pte_masks staticGimcuan Hui2017-12-141-1/+1
| |/ |/|
* | 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/+54
|\
| * KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini2017-10-121-49/+46
| * KVM: SVM: limit kvm_handle_page_fault to #PF handlingPaolo Bonzini2017-10-121-3/+2
| * arch/x86: remove redundant null checks before kmem_cache_destroyTim Hansen2017-10-121-4/+2
| * 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/+1
| * 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-081-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/+1
| * kvm: nVMX: Add support for fast unprotection of nested guest page tablesPaolo Bonzini2017-08-101-4/+1
| * 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-061-54/+101
|\
| * x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12Peter Feiner2017-07-031-0/+1
OpenPOWER on IntegriCloud