index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
/
tdp_mmu.c
Age
Commit message (
Expand
)
Author
2024-12-23
KVM: x86/tdp_mmu: Don't zap valid mirror roots in kvm_tdp_mmu_zap_all()
Rick Edgecombe
2024-12-23
KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()
Isaku Yamahata
2024-12-23
KVM: x86/tdp_mmu: Propagate tearing down mirror page tables
Isaku Yamahata
2024-12-23
KVM: x86/tdp_mmu: Propagate building mirror page tables
Isaku Yamahata
2024-12-23
KVM: x86/tdp_mmu: Propagate attr_filter to MMU notifier callbacks
Paolo Bonzini
2024-12-23
KVM: x86/tdp_mmu: Support mirror root for TDP MMU
Isaku Yamahata
2024-12-23
KVM: x86/tdp_mmu: Take root in tdp_mmu_for_each_pte()
Isaku Yamahata
2024-12-23
KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page table type
Isaku Yamahata
2024-12-23
KVM: x86/tdp_mmu: Extract root invalid check from tdx_mmu_next_root()
Isaku Yamahata
2024-12-23
KVM: x86/mmu: Support GFN direct bits
Isaku Yamahata
2024-12-23
KVM: x86/tdp_mmu: Take struct kvm in iter loops
Isaku Yamahata
2024-12-23
KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void
Rick Edgecombe
2024-12-23
KVM: x86/mmu: Add an external pointer to struct kvm_mmu_page
Isaku Yamahata
2024-12-23
KVM: x86/mmu: Zap invalid roots with mmu_lock holding for write at uninit
Rick Edgecombe
2024-12-19
KVM: x86/mmu: Treat TDP MMU faults as spurious if access is already allowed
Sean Christopherson
2024-11-04
KVM: x86/mmu: WARN if huge page recovery triggered during dirty logging
David Matlack
2024-11-04
KVM: x86/mmu: Rename make_huge_page_split_spte() to make_small_spte()
David Matlack
2024-11-04
KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zapping
David Matlack
2024-11-04
KVM: x86/mmu: Refactor TDP MMU iter need resched check
Sean Christopherson
2024-11-04
KVM: x86/mmu: Demote the WARN on yielded in xxx_cond_resched() to KVM_MMU_WAR...
Sean Christopherson
2024-11-04
KVM: x86/mmu: Check yielded_gfn for forward progress iff resched is needed
Sean Christopherson
2024-10-30
KVM: x86/mmu: Batch TLB flushes when zapping collapsible TDP MMU SPTEs
David Matlack
2024-10-30
KVM: x86/mmu: Drop @max_level from kvm_mmu_max_mapping_level()
David Matlack
2024-10-30
KVM: x86/mmu: Dedup logic for detecting TLB flushes on leaf SPTE changes
Sean Christopherson
2024-10-30
KVM: x86/mmu: Stop processing TDP MMU roots for test_age if young SPTE found
Sean Christopherson
2024-10-30
KVM: x86/mmu: Process only valid TDP MMU roots when aging a gfn range
Sean Christopherson
2024-10-30
KVM: x86/mmu: Add a dedicated flag to track if A/D bits are globally enabled
Sean Christopherson
2024-10-30
KVM: x86/mmu: WARN and flush if resolving a TDP MMU fault clears MMU-writable
Sean Christopherson
2024-10-30
KVM: x86/mmu: Drop ignored return value from kvm_tdp_mmu_clear_dirty_slot()
Sean Christopherson
2024-10-25
KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEs
Sean Christopherson
2024-10-25
KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs
Sean Christopherson
2024-10-25
KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying
Sean Christopherson
2024-10-25
KVM: x86/mmu: Invert @can_unsync and renamed to @synchronizing
Sean Christopherson
2024-10-25
KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when prefaulting
Sean Christopherson
2024-09-17
Merge tag 'kvm-x86-mmu-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-09
KVM: x86/mmu: Trigger unprotect logic only on write-protection page faults
Sean Christopherson
2024-08-22
KVM: x86/mmu: Fixup comments missed by the REMOVED_SPTE=>FROZEN_SPTE rename
Yan Zhao
2024-07-16
Merge tag 'kvm-x86-mmu-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-06-20
KVM: x86/tdp_mmu: Take a GFN in kvm_tdp_mmu_fast_pf_get_last_sptep()
Rick Edgecombe
2024-06-20
KVM: x86/tdp_mmu: Rename REMOVED_SPTE to FROZEN_SPTE
Rick Edgecombe
2024-06-20
KVM: x86/tdp_mmu: Sprinkle __must_check
Isaku Yamahata
2024-06-14
KVM: x86/mmu: Avoid reacquiring RCU if TDP MMU fails to allocate an SP
David Matlack
2024-06-14
KVM: x86/mmu: Unnest TDP MMU helpers that allocate SPs for eager splitting
David Matlack
2024-06-14
KVM: x86/mmu: Hard code GFP flags for TDP MMU eager split allocations
David Matlack
2024-06-14
KVM: x86/mmu: Always drop mmu_lock to allocate TDP MMU SPs for eager splitting
David Matlack
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-mmu-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-04-19
KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
Sean Christopherson
2024-04-19
KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
Sean Christopherson
[next]