summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/mmu/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-22KVM: x86/mmu: Consider the hva in mmu_notifier retryDavid Stevens1-6/+17
2021-02-22KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page faultSean Christopherson1-1/+1
2021-02-19KVM: x86/mmu: Remove a variety of unnecessary exportsSean Christopherson1-20/+15
2021-02-19KVM: x86: Fold "write-protect large" use case into generic write-protectSean Christopherson1-32/+0
2021-02-19KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PMLSean Christopherson1-45/+0
2021-02-19KVM: x86: Move MMU's PML logic to common codeSean Christopherson1-11/+5
2021-02-19KVM: x86/mmu: Make dirty log size hook (PML) a value, not a functionSean Christopherson1-4/+1
2021-02-19KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEsSean Christopherson1-5/+6
2021-02-19KVM: x86/mmu: Pass the memslot to the rmap callbacksSean Christopherson1-9/+15
2021-02-19KVM: x86/mmu: Split out max mapping level calculation to helperSean Christopherson1-15/+22
2021-02-09KVM: x86/mmu: Make HVA handler retpoline-friendlyMaciej S. Szmigiero1-10/+11
2021-02-08KVM: x86: compile out TDP MMU on 32-bit systemsPaolo Bonzini1-18/+18
2021-02-04KVM: x86/mmu: Add helper to generate mask of reserved HPA bitsSean Christopherson1-5/+9
2021-02-04KVM: x86: Use reserved_gpa_bits to calculate reserved PxE bitsSean Christopherson1-54/+50
2021-02-04KVM: x86/mmu: Allow parallel page faults for the TDP MMUBen Gardon1-2/+10
2021-02-04KVM: x86/mmu: Use an rwlock for the x86 MMUBen Gardon1-45/+45
2021-02-04KVM: x86/mmu: Fix braces in kvm_recover_nx_lpagesBen Gardon1-2/+2
2021-02-04KVM: x86/mmu: Add '__func__' in rmap_printk()Stephen Zhang1-10/+10
2021-02-04KVM: x86: use static calls to reduce kvm_x86_ops overheadJason Baron1-7/+8
2021-02-04KVM: x86/mmu: Remove the defunct update_pte() paging hookSean Christopherson1-47/+2
2021-02-04KVM: x86: Zap the oldest MMU pages, not the newestSean Christopherson1-1/+1
2021-01-07Merge branch 'kvm-master' into kvm-nextPaolo Bonzini1-23/+30
2021-01-07KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte()Sean Christopherson1-7/+13
2021-01-07KVM: x86/mmu: Use raw level to index into MMIO walks' sptes arraySean Christopherson1-8/+7
2021-01-07KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTESean Christopherson1-9/+6
2021-01-07KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte()Sean Christopherson1-1/+6
2020-11-27kvm: x86/mmu: Fix get_mmio_spte() on CPUs supporting 5-level PTVitaly Kuznetsov1-1/+1
2020-11-15KVM: Don't allocate dirty bitmap if dirty ring is enabledPeter Xu1-1/+1
2020-11-15KVM: X86: Implement ring-based dirty memory trackingPeter Xu1-0/+8
2020-11-08KVM: x86/mmu: fix counting of rmap entries in pte_list_addLi RongQing1-5/+7
2020-10-30KVM: x86: replace static const variables with macrosPaolo Bonzini1-5/+5
2020-10-23kvm: x86/mmu: NX largepage recovery for TDP MMUBen Gardon1-4/+9
2020-10-23kvm: x86/mmu: Don't clear write flooding count for direct rootsBen Gardon1-1/+7
2020-10-23kvm: x86/mmu: Support MMIO in the TDP MMUBen Gardon1-21/+49
2020-10-23kvm: x86/mmu: Support write protection for nesting in tdp MMUBen Gardon1-0/+4
2020-10-23kvm: x86/mmu: Support disabling dirty logging for the tdp MMUBen Gardon1-0/+3
2020-10-23kvm: x86/mmu: Support dirty logging for the TDP MMUBen Gardon1-0/+14
2020-10-23kvm: x86/mmu: Support changed pte notifier in tdp MMUBen Gardon1-1/+8
2020-10-23kvm: x86/mmu: Add access tracking for tdp_mmuBen Gardon1-2/+14
2020-10-23kvm: x86/mmu: Support invalidate range MMU notifier for TDP MMUBen Gardon1-1/+8
2020-10-23kvm: x86/mmu: Add TDP MMU PF handlerBen Gardon1-33/+20
2020-10-21kvm: x86/mmu: Remove disallowed_hugepage_adjust shadow_walk_iterator argBen Gardon1-6/+7
2020-10-21kvm: x86/mmu: Support zapping SPTEs in the TDP MMUBen Gardon1-0/+15
2020-10-21kvm: x86/mmu: Add functions to handle changed TDP SPTEsBen Gardon1-1/+1
2020-10-21kvm: x86/mmu: Allocate and free TDP MMU rootsBen Gardon1-6/+18
2020-10-21kvm: x86/mmu: Init / Uninit the TDP MMUBen Gardon1-0/+5
2020-10-21KVM: mmu: extract spte.h and spte.cPaolo Bonzini1-546/+5
2020-10-21KVM: mmu: Separate updating a PTE from kvm_set_pte_rmappPaolo Bonzini1-7/+17
2020-10-21kvm: x86/mmu: Separate making SPTEs from set_spteBen Gardon1-16/+33
2020-10-21kvm: mmu: Separate making non-leaf sptes from link_shadow_pageBen Gardon1-6/+15