summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu
AgeCommit message (Expand)Author
2026-08-18Merge tag 'kvm-x86-misc-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-08-18Merge tag 'kvm-x86-mmu-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-08-18Merge tag 'kvm-x86-coco-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-08-18Merge tag 'loongarch-kvm-7.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
2026-08-18Merge tag 'kvm-riscv-7.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2026-08-07KVM: x86/mmu: WARN and clear role.invalid when creating a child shadow pageSean Christopherson
2026-08-06KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabledPaolo Bonzini
2026-07-29KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in the shadow MMUSean Christopherson
2026-07-29KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in TDP MMUSean Christopherson
2026-07-28KVM: x86/mmu: Check all address spaces before skipping unsyncJinu Kim
2026-07-28KVM: x86/mmu: Check write tracking in all address spacesJinu Kim
2026-07-22KVM: x86/mmu: Consume the locked rmap value in the lockless rmap walkPhil Rosenthal
2026-07-21KVM: x86/mmu: Fix use-after-free on vendor module reloadPhil Rosenthal
2026-07-21KVM: x86/mmu: Preserve nested TDP shadow page tables if they are used as rootsHyunwoo Kim
2026-07-21KVM: x86: Check for invalid/obsolete root *after* making MMU pages availableSean Christopherson
2026-07-10KVM: x86: Add static calls for nested virtualization opsSean Christopherson
2026-07-10KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zappedSean Christopherson
2026-07-10KVM: x86/mmu: Use split "zap all fast" helpers when invalidating memslotSean Christopherson
2026-07-10KVM: x86/mmu: Split kvm_mmu_zap_all_fast() into "front" and "back" halvesSean Christopherson
2026-07-10KVM: x86/mmu: Fold kvm_mmu_zap_memslot() into kvm_arch_flush_shadow_memslot()Sean Christopherson
2026-07-08KVM: x86/mmu: Annotate tdp_enabled as being read-mostlySean Christopherson
2026-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-06-25KVM: x86/mmu: use kvm_page_format to test SPTEsPaolo Bonzini
2026-06-25KVM: x86/mmu: parameterize update_permission_bitmask()Paolo Bonzini
2026-06-25KVM: x86/mmu: merge struct rsvd_bits_validate into struct kvm_page_formatPaolo Bonzini
2026-06-25KVM: x86/mmu: pull page format to a new structPaolo Bonzini
2026-06-25KVM: x86/mmu: cleanup functions that initialize shadow MMUPaolo Bonzini
2026-06-25KVM: x86/mmu: unify root_gva_walk and ngva_walkPaolo Bonzini
2026-06-25KVM: x86/mmu: pull struct kvm_pagewalk out of struct kvm_mmuPaolo Bonzini
2026-06-25KVM: x86/mmu: change nested_mmu.w to ngva_walkPaolo Bonzini
2026-06-25KVM: x86/mmu: change walk_mmu to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: pass struct kvm_pagewalk to kvm_mmu_invalidate_addrPaolo Bonzini
2026-06-25KVM: x86/mmu: move remaining permission fields to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: change CPU-role accessor fields to take struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: move CPU-related fields to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: move inject_page_fault to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: move get_pdptr to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: move gva_to_gpa to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: move get_guest_pgd to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: introduce struct kvm_pagewalkPaolo Bonzini
2026-06-24KVM: x86/mmu: Move kvm_mmu_do_page_fault() from mmu_internal.h => mmu.cSean Christopherson
2026-06-24KVM: x86/mmu: Move kvm_arch_async_page_ready() below kvm_tdp_page_fault()Sean Christopherson
2026-06-24KVM: x86: Move eager_page_split to mmu.{c,h}Sean Christopherson
2026-06-24KVM: x86/mmu: Expose number of shadow MMU shadow pages as a statSean Christopherson
2026-06-24KVM: x86/mmu: Bug the VM, not the host kernel, if KVM write-protects upper SPTEsSean Christopherson
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-06-16KVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping levelSean Christopherson
2026-06-16KVM: x86: Fix shadow paging use-after-free due to unexpected rolePaolo Bonzini
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-12Merge tag 'kvm-x86-mmu-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini