index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
Age
Commit message (
Expand
)
Author
2026-08-18
Merge tag 'kvm-x86-misc-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-08-18
Merge tag 'kvm-x86-mmu-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-08-18
Merge tag 'kvm-x86-coco-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-08-18
Merge tag 'loongarch-kvm-7.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
2026-08-18
Merge tag 'kvm-riscv-7.3-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2026-08-07
KVM: x86/mmu: WARN and clear role.invalid when creating a child shadow page
Sean Christopherson
2026-08-06
KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabled
Paolo Bonzini
2026-07-29
KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in the shadow MMU
Sean Christopherson
2026-07-29
KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in TDP MMU
Sean Christopherson
2026-07-28
KVM: x86/mmu: Check all address spaces before skipping unsync
Jinu Kim
2026-07-28
KVM: x86/mmu: Check write tracking in all address spaces
Jinu Kim
2026-07-22
KVM: x86/mmu: Consume the locked rmap value in the lockless rmap walk
Phil Rosenthal
2026-07-21
KVM: x86/mmu: Fix use-after-free on vendor module reload
Phil Rosenthal
2026-07-21
KVM: x86/mmu: Preserve nested TDP shadow page tables if they are used as roots
Hyunwoo Kim
2026-07-21
KVM: x86: Check for invalid/obsolete root *after* making MMU pages available
Sean Christopherson
2026-07-10
KVM: x86: Add static calls for nested virtualization ops
Sean Christopherson
2026-07-10
KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zapped
Sean Christopherson
2026-07-10
KVM: x86/mmu: Use split "zap all fast" helpers when invalidating memslot
Sean Christopherson
2026-07-10
KVM: x86/mmu: Split kvm_mmu_zap_all_fast() into "front" and "back" halves
Sean Christopherson
2026-07-10
KVM: x86/mmu: Fold kvm_mmu_zap_memslot() into kvm_arch_flush_shadow_memslot()
Sean Christopherson
2026-07-08
KVM: x86/mmu: Annotate tdp_enabled as being read-mostly
Sean Christopherson
2026-06-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2026-06-25
KVM: x86/mmu: use kvm_page_format to test SPTEs
Paolo Bonzini
2026-06-25
KVM: x86/mmu: parameterize update_permission_bitmask()
Paolo Bonzini
2026-06-25
KVM: x86/mmu: merge struct rsvd_bits_validate into struct kvm_page_format
Paolo Bonzini
2026-06-25
KVM: x86/mmu: pull page format to a new struct
Paolo Bonzini
2026-06-25
KVM: x86/mmu: cleanup functions that initialize shadow MMU
Paolo Bonzini
2026-06-25
KVM: x86/mmu: unify root_gva_walk and ngva_walk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: pull struct kvm_pagewalk out of struct kvm_mmu
Paolo Bonzini
2026-06-25
KVM: x86/mmu: change nested_mmu.w to ngva_walk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: change walk_mmu to struct kvm_pagewalk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: pass struct kvm_pagewalk to kvm_mmu_invalidate_addr
Paolo Bonzini
2026-06-25
KVM: x86/mmu: move remaining permission fields to struct kvm_pagewalk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: change CPU-role accessor fields to take struct kvm_pagewalk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: move CPU-related fields to struct kvm_pagewalk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: move inject_page_fault to struct kvm_pagewalk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: move get_pdptr to struct kvm_pagewalk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: move gva_to_gpa to struct kvm_pagewalk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: move get_guest_pgd to struct kvm_pagewalk
Paolo Bonzini
2026-06-25
KVM: x86/mmu: introduce struct kvm_pagewalk
Paolo Bonzini
2026-06-24
KVM: x86/mmu: Move kvm_mmu_do_page_fault() from mmu_internal.h => mmu.c
Sean Christopherson
2026-06-24
KVM: x86/mmu: Move kvm_arch_async_page_ready() below kvm_tdp_page_fault()
Sean Christopherson
2026-06-24
KVM: x86: Move eager_page_split to mmu.{c,h}
Sean Christopherson
2026-06-24
KVM: x86/mmu: Expose number of shadow MMU shadow pages as a stat
Sean Christopherson
2026-06-24
KVM: x86/mmu: Bug the VM, not the host kernel, if KVM write-protects upper SPTEs
Sean Christopherson
2026-06-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2026-06-16
KVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping level
Sean Christopherson
2026-06-16
KVM: x86: Fix shadow paging use-after-free due to unexpected role
Paolo Bonzini
2026-06-15
Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...
Linus Torvalds
2026-06-12
Merge tag 'kvm-x86-mmu-7.2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
[next]