summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/mmu: Set memory encryption "value", not "mask", in shadow PDPTRsYuan Yao2022-06-091-1/+1
* Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2022-06-091-6/+10
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-267-381/+488
| |\
| * | KVM: x86/mmu: fix NULL pointer dereference on guest INVPCIDPaolo Bonzini2022-05-201-2/+4
| * | KVM: x86/mmu: Update number of zapped pages even if page list is stableSean Christopherson2022-05-121-4/+6
* | | KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty loggingBen Gardon2022-06-073-6/+42
* | | KVM: x86/mmu: Check every prev_roots in __kvm_mmu_free_obsolete_roots()Shaoqin Huang2022-06-071-1/+1
| |/ |/|
* | KVM: x86/mmu: Speed up slot_rmap_walk_next for sparsely populated rmapsVipin Sharma2022-05-121-2/+4
* | KVM: VMX: Include MKTME KeyID bits in shadow_zero_checkKai Huang2022-05-121-19/+0
* | KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_maskKai Huang2022-05-123-10/+30
* | KVM: x86/mmu: Rename reset_rsvds_bits_mask()Kai Huang2022-05-121-3/+3
* | KVM: x86/mmu: Expand and clean up page fault statsSean Christopherson2022-05-124-12/+32
* | KVM: x86/mmu: Use IS_ENABLED() to avoid RETPOLINE for TDP page faultsSean Christopherson2022-05-121-3/+3
* | KVM: x86/mmu: Make all page fault handlers internal to the MMUSean Christopherson2022-05-122-1/+108
* | KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"Sean Christopherson2022-05-124-32/+35
* | KVM: x86/mmu: Drop exec/NX check from "page fault can be fast"Sean Christopherson2022-05-121-7/+12
* | KVM: x86/mmu: Don't attempt fast page fault just because EPT is in useSean Christopherson2022-05-123-17/+41
* | Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEADPaolo Bonzini2022-05-035-61/+121
|\ \ | |/
| * KVM: x86/mmu: Use atomic XCHG to write TDP MMU SPTEs with volatile bitsSean Christopherson2022-05-032-31/+85
| * KVM: x86/mmu: Move shadow-present check out of spte_has_volatile_bits()Sean Christopherson2022-05-033-27/+32
| * KVM: x86/mmu: Don't treat fully writable SPTEs as volatile (modulo A/D)Sean Christopherson2022-05-032-9/+10
* | KVM: X86/MMU: Fix shadowing 5-level NPT for 4-level NPT L1 guestLai Jiangshan2022-04-292-0/+17
* | KVM: X86/MMU: Add sp_has_gptes()Lai Jiangshan2022-04-291-7/+15
* | KVM: x86/mmu: replace direct_map with root_role.directPaolo Bonzini2022-04-291-15/+12
* | KVM: x86/mmu: replace root_level with cpu_role.base.levelPaolo Bonzini2022-04-292-13/+9
* | KVM: x86/mmu: replace shadow_root_level with root_role.levelPaolo Bonzini2022-04-292-20/+15
* | KVM: x86/mmu: pull CPU mode computation to kvm_init_mmuPaolo Bonzini2022-04-291-11/+9
* | KVM: x86/mmu: simplify and/or inline computation of shadow MMU rolesPaolo Bonzini2022-04-291-41/+24
* | KVM: x86/mmu: remove redundant bits from extended rolePaolo Bonzini2022-04-291-4/+10
* | KVM: x86/mmu: rename kvm_mmu_role unionPaolo Bonzini2022-04-291-14/+14
* | KVM: x86/mmu: remove extended bits from mmu_role, rename fieldPaolo Bonzini2022-04-293-47/+45
* | KVM: x86/mmu: store shadow EFER.NX in the MMU rolePaolo Bonzini2022-04-291-11/+12
* | KVM: x86/mmu: cleanup computation of MMU roles for shadow pagingPaolo Bonzini2022-04-291-8/+6
* | KVM: x86/mmu: cleanup computation of MMU roles for two-dimensional pagingPaolo Bonzini2022-04-291-32/+9
* | KVM: x86/mmu: remove kvm_calc_shadow_root_page_role_commonPaolo Bonzini2022-04-291-20/+7
* | KVM: x86/mmu: remove ept_ad fieldPaolo Bonzini2022-04-292-2/+1
* | KVM: x86/mmu: do not recompute root level from kvm_mmu_role_regsPaolo Bonzini2022-04-291-15/+9
* | KVM: x86/mmu: split cpu_role from mmu_rolePaolo Bonzini2022-04-292-42/+69
* | KVM: x86/mmu: remove "bool base_only" argumentsPaolo Bonzini2022-04-291-43/+23
* | KVM: x86/mmu: rephrase unclear commentPaolo Bonzini2022-04-291-1/+1
* | KVM: x86/mmu: pull computation of kvm_mmu_role_regs to kvm_init_mmuPaolo Bonzini2022-04-291-13/+15
* | KVM: x86/mmu: constify uses of struct kvm_mmu_role_regsPaolo Bonzini2022-04-291-11/+15
* | KVM: x86/mmu: nested EPT cannot be used in SMMPaolo Bonzini2022-04-291-3/+5
* | KVM: x86/mmu: Use enable_mmio_caching to track if MMIO caching is enabledSean Christopherson2022-04-293-3/+8
* | KVM: x86/mmu: Check for host MMIO exclusion from mem encrypt iff necessarySean Christopherson2022-04-291-1/+1
* | Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini2022-04-293-20/+58
|\ \ | |/
| * KVM: x86/mmu: fix potential races when walking host page tableMingwei Zhang2022-04-291-5/+42
| * KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDRSean Christopherson2022-04-293-15/+16
* | KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bitsSean Christopherson2022-04-131-37/+1
* | KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bitsSean Christopherson2022-04-131-1/+7