summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/mmu: Detect MMIO generation wrap in any address spaceSean Christopherson2019-03-231-2/+19
* KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-03-231-2/+2
* Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"Ben Gardon2019-03-231-13/+3
* KVM: MMU: record maximum physical address width in kvm_mmu_extended_roleYu Zhang2019-02-221-0/+1
* x86/kvm/mmu: fix switch between root and guest MMUsVitaly Kuznetsov2019-02-221-4/+13
* KVM: x86: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-251-0/+1
* KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()Lan Tianyu2018-12-211-3/+13
* KVM/MMU: Flush tlb directly in kvm_set_pte_rmapp()Lan Tianyu2018-12-211-0/+5
* KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()Lan Tianyu2018-12-211-6/+2
* KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-1/+2
* KVM: Replace old tlb flush function with new one to flush a specified range.Lan Tianyu2018-12-211-10/+21
* KVM/MMU: Add tlb flush with range helper functionLan Tianyu2018-12-211-1/+36
* KVM: fix some typosWei Yang2018-12-211-1/+1
* kvm: mmu: Fix race in emulated page table writesJunaid Shahid2018-11-271-18/+9
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-251-158/+235
|\
| * KVM: x86: reintroduce pte_list_remove, but including mmu_spte_clear_track_bitsWei Yang2018-10-171-3/+9
| * KVM: x86: rename pte_list_remove to __pte_list_removeWei Yang2018-10-171-8/+8
| * kvm/x86 : fix some typoPeng Hao2018-10-171-2/+2
| * x86/kvm/mmu: check if MMU reconfiguration is needed in init_kvm_nested_mmu()Vitaly Kuznetsov2018-10-171-0/+6
| * x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is neededVitaly Kuznetsov2018-10-171-34/+61
| * x86/kvm/nVMX: introduce source data cache for kvm_init_shadow_ept_mmu()Vitaly Kuznetsov2018-10-171-15/+38
| * x86/kvm/mmu: make space for source data caching in struct kvm_mmuVitaly Kuznetsov2018-10-171-6/+20
| * x86/kvm/mmu: get rid of redundant kvm_mmu_setup()Paolo Bonzini2018-10-171-12/+0
| * x86/kvm/mmu: introduce guest_mmuVitaly Kuznetsov2018-10-171-5/+15
| * x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()Vitaly Kuznetsov2018-10-171-4/+5
| * x86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ept_mmu()Vitaly Kuznetsov2018-10-171-0/+1
| * x86/kvm/mmu: make vcpu->mmu a pointer to the current MMUVitaly Kuznetsov2018-10-171-82/+83
| * KVM: x86: return 0 in case kvm_mmu_memory_cache has min number of objectsWei Yang2018-10-171-2/+2
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-10/+1
|\ \ | |/ |/|
| * signal/x86: Use send_sig_mceerr as apropriateEric W. Biederman2018-09-191-10/+1
* | KVM: x86: fix L1TF's MMIO GFN calculationSean Christopherson2018-10-011-4/+20
* | KVM/MMU: Fix comment in walk_shadow_page_lockless_end()Tianyu Lan2018-09-201-1/+1
* | KVM: x86: don't reset root in kvm_mmu_setup()Wei Yang2018-09-201-1/+6
* | Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/...Radim Krčmář2018-09-071-5/+0
|\ \
| * | KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier2018-09-071-5/+0
| |/
* | KVM: x86: Do not re-{try,execute} after failed emulation in L2Sean Christopherson2018-08-301-2/+5
* | KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_faultSean Christopherson2018-08-301-6/+12
* | KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTESean Christopherson2018-08-301-1/+1
* | KVM: x86: Invert emulation re-execute behavior to make it opt-inSean Christopherson2018-08-301-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-191-89/+442
|\
| * kvm: x86: Set highest physical address bits in non-present/reserved SPTEsJunaid Shahid2018-08-141-5/+38
| * KVM: x86: Skip pae_root shadow allocation if tdp enabledLiang Chen2018-08-061-0/+3
| * KVM/MMU: Combine flushing remote tlb in mmu_set_spte()Tianyu Lan2018-08-061-3/+4
| * KVM/MMU: Simplify __kvm_sync_page() functionTianyu Lan2018-08-061-6/+2
| * kvm: x86: Add multi-entry LRU cache for previous CR3sJunaid Shahid2018-08-061-33/+78
| * kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*Junaid Shahid2018-08-061-3/+11
| * kvm: x86: Skip shadow page resync on CR3 switch when indicated by guestJunaid Shahid2018-08-061-3/+30
| * kvm: x86: Support selectively freeing either current or previous MMU rootJunaid Shahid2018-08-061-14/+22
| * kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()Junaid Shahid2018-08-061-7/+29
| * kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guestJunaid Shahid2018-08-061-9/+19
OpenPOWER on IntegriCloud