summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu/mmu.c
AgeCommit message (Expand)Author
2022-04-02KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was setMaxim Levitsky
2022-04-02KVM: X86: Handle implicit supervisor access with SMAPLai Jiangshan
2022-04-02KVM: X86: Fix comments in update_permission_bitmaskLai Jiangshan
2022-04-02KVM: X86: Change the type of access u32 to u64Lai Jiangshan
2022-04-02KVM: x86/mmu: Zap only TDP MMU leafs in zap range and mmu_notifier unmapSean Christopherson
2022-04-02KVM: MMU: propagate alloc_workqueue failurePaolo Bonzini
2022-03-21Revert "KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()"Paolo Bonzini
2022-03-08KVM: x86/mmu: Zap invalidated roots via asynchronous workerPaolo Bonzini
2022-03-08KVM: x86/mmu: Defer TLB flush to caller when freeing TDP MMU shadow pagesSean Christopherson
2022-03-08KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()Sean Christopherson
2022-03-08KVM: x86/mmu: Document that zapping invalidated roots doesn't need to flushSean Christopherson
2022-03-08KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logicSean Christopherson
2022-03-08KVM: x86/mmu: Fix wrong/misleading comments in TDP MMU fast zapSean Christopherson
2022-03-04Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini
2022-03-02KVM: x86/mmu: Passing up the error state of mmu_alloc_shadow_roots()Like Xu
2022-03-01KVM: WARN if is_unsync_root() is called on a root without a shadow pageSean Christopherson
2022-03-01KVM: x86/mmu: Zap only obsolete roots if a root shadow page is zappedSean Christopherson
2022-03-01KVM: Drop kvm_reload_remote_mmus(), open code request in x86 usersSean Christopherson
2022-02-25KVM: x86/mmu: clear MMIO cache when unloading the MMUPaolo Bonzini
2022-02-25KVM: x86/mmu: Always use current mmu's role when loading new PGDPaolo Bonzini
2022-02-25KVM: x86/mmu: load new PGD after the shadow MMU is initializedPaolo Bonzini
2022-02-25KVM: x86/mmu: look for a cached PGD when going from 32-bit to 64-bitPaolo Bonzini
2022-02-25KVM: x86/mmu: do not pass vcpu to root freeing functionsPaolo Bonzini
2022-02-25KVM: x86/mmu: do not consult levels when freeing rootsPaolo Bonzini
2022-02-25KVM: x86: use struct kvm_mmu_root_info for mmu->rootPaolo Bonzini
2022-02-25KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugsPaolo Bonzini
2022-02-24KVM: x86/mmu: make apf token non-zero to fix bugLiang Zhang
2022-02-18KVM: x86/mmu: Remove MMU auditingSean Christopherson
2022-02-10KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOGDavid Matlack
2022-02-10KVM: x86/mmu: Split huge pages mapped by the TDP MMU when dirty logging is en...David Matlack
2022-02-10KVM: x86/mmu: Move restore_acc_track_spte() to spte.hDavid Matlack
2022-02-10KVM: x86/mmu: Drop new_spte local variable from restore_acc_track_spte()David Matlack
2022-02-10KVM: x86/mmu: Remove unnecessary warnings from restore_acc_track_spte()David Matlack
2022-02-10KVM: x86/mmu: Rename __rmap_write_protect() to rmap_write_protect()David Matlack
2022-02-10KVM: x86/mmu: Rename rmap_write_protect() to kvm_vcpu_write_protect_gfn()David Matlack
2022-02-10KVM: x86/mmu: Consolidate comments about {Host,MMU}-writableDavid Matlack
2022-02-10KVM: x86/mmu: Rename DEFAULT_SPTE_MMU_WRITEABLE to DEFAULT_SPTE_MMU_WRITABLEDavid Matlack
2022-02-10KVM: x86/mmu: Check SPTE writable invariants when setting leaf SPTEsDavid Matlack
2022-02-10KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor namesSean Christopherson
2022-02-10KVM: x86/mmu: Remove unused "vcpu" of reset_{tdp,ept}_shadow_zero_bits_mask()Jinrong Liang
2022-02-10KVM: x86/mmu: Remove unused "kvm" of __rmap_write_protect()Jinrong Liang
2022-02-10KVM: x86/mmu: Remove unused "kvm" of kvm_mmu_unlink_parents()Jinrong Liang
2022-01-19KVM: x86/mmu: Improve TLB flush comment in kvm_mmu_slot_remove_write_access()David Matlack
2021-12-21Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini
2021-12-19KVM: x86: Retry page fault if MMU reload is pending and root has no spSean Christopherson
2021-12-08KVM: X86: Rename gpte_is_8_bytes to has_4_byte_gpte and invert the directionLai Jiangshan
2021-12-08KVM: X86: Add parameter huge_page_level to kvm_init_shadow_ept_mmu()Lai Jiangshan
2021-12-08KVM: X86: Add huge_page_level to __reset_rsvds_bits_mask_ept()Lai Jiangshan
2021-12-08KVM: X86: Remove mmu->translate_gpaLai Jiangshan
2021-12-08KVM: X86: Add parameter struct kvm_mmu *mmu into mmu->gva_to_gpa()Lai Jiangshan