index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
Age
Commit message (
Expand
)
Author
2024-06-05
KVM: x86/mmu: Don't save mmu_invalidate_seq after checking private attr
Tao Su
2024-05-23
KVM: x86/mmu: Print SPTEs on unexpected #VE
Sean Christopherson
2024-05-23
KVM: x86/mmu: Add sanity checks that KVM doesn't create EPT #VE SPTEs
Sean Christopherson
2024-05-23
KVM: x86/mmu: Use SHADOW_NONPRESENT_VALUE for atomic zap in TDP MMU
Isaku Yamahata
2024-05-12
Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-05-12
Merge tag 'kvm-x86-mmu-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-05-12
Merge tag 'kvm-x86-vmx-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-05-10
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2024-05-10
Merge branch 'kvm-coco-pagefault-prep' into HEAD
Paolo Bonzini
2024-05-07
KVM: x86/mmu: Sanity check that __kvm_faultin_pfn() doesn't create noslot pfns
Sean Christopherson
2024-05-07
KVM: x86/mmu: Initialize kvm_page_fault's pfn and hva to error values
Sean Christopherson
2024-05-07
KVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD for "no slot" faults
Sean Christopherson
2024-05-07
KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
Sean Christopherson
2024-05-07
KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
Sean Christopherson
2024-05-07
KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
Sean Christopherson
2024-05-07
KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC internal slots
Sean Christopherson
2024-05-07
KVM: x86/mmu: Move private vs. shared check above slot validity checks
Sean Christopherson
2024-05-07
KVM: x86/mmu: WARN and skip MMIO cache on private, reserved page faults
Sean Christopherson
2024-05-07
KVM: x86/mmu: check for invalid async page faults involving private memory
Paolo Bonzini
2024-05-07
KVM: x86/mmu: Use synthetic page fault error code to indicate private faults
Sean Christopherson
2024-05-07
KVM: x86/mmu: WARN if upper 32 bits of legacy #PF error code are non-zero
Sean Christopherson
2024-05-07
KVM: x86/mmu: Pass full 64-bit error code when handling page faults
Isaku Yamahata
2024-05-07
KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handler
Sean Christopherson
2024-05-07
KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation
Sean Christopherson
2024-05-02
KVM: x86/mmu: Fix a largely theoretical race in kvm_mmu_track_write()
Sean Christopherson
2024-04-19
KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
Sean Christopherson
2024-04-19
KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
Isaku Yamahata
2024-04-19
KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
Sean Christopherson
2024-04-19
KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
Sean Christopherson
2024-04-16
Merge tag 'kvm-x86-fixes-6.9-rcN' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-04-11
KVM: x86/mmu: Fix and clarify comments about clearing D-bit vs. write-protecting
David Matlack
2024-04-11
KVM: x86/mmu: Remove function comments above clear_dirty_{gfn_range,pt_masked}()
David Matlack
2024-04-11
KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status
David Matlack
2024-04-11
KVM: x86/mmu: Precisely invalidate MMU root_role during CPUID update
Sean Christopherson
2024-04-11
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
2024-04-11
KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible
Sean Christopherson
2024-04-09
KVM: Use vfree for memory allocated by vcalloc()/__vcalloc()
Li RongQing
2024-04-09
KVM: x86: Advertise max mappable GPA in CPUID.0x80000008.GuestPhysBits
Gerd Hoffmann
2024-04-09
KVM: x86: Move nEPT exit_qualification field from kvm_vcpu_arch to x86_exception
Sean Christopherson
2024-04-09
KVM: x86/mmu: Process atomically-zapped SPTEs after TLB flush
David Matlack
2024-04-08
KVM: x86/mmu: x86: Don't overflow lpage_info when checking attributes
Rick Edgecombe
2024-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-12
Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-03-11
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-11
Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-03-06
mm/treewide: drop pXd_large()
Peter Xu
2024-03-06
mm/treewide: replace pud_large() with pud_leaf()
Peter Xu
2024-03-06
mm/treewide: replace pmd_large() with pmd_leaf()
Peter Xu
2024-03-04
x86/cpu: Provide a declaration for itlb_multihit_kvm_mitigation
Thomas Gleixner
[next]