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
/
mmu.c
Age
Commit message (
Expand
)
Author
2022-06-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-06-07
KVM: x86/mmu: Check every prev_roots in __kvm_mmu_free_obsolete_roots()
Shaoqin Huang
2022-05-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-05-20
KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
Paolo Bonzini
2022-05-12
KVM: x86/mmu: Update number of zapped pages even if page list is stable
Sean Christopherson
2022-05-12
KVM: x86/mmu: Speed up slot_rmap_walk_next for sparsely populated rmaps
Vipin Sharma
2022-05-12
KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_mask
Kai Huang
2022-05-12
KVM: x86/mmu: Rename reset_rsvds_bits_mask()
Kai Huang
2022-05-12
KVM: x86/mmu: Expand and clean up page fault stats
Sean Christopherson
2022-05-12
KVM: x86/mmu: Make all page fault handlers internal to the MMU
Sean Christopherson
2022-05-12
KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"
Sean Christopherson
2022-05-12
KVM: x86/mmu: Drop exec/NX check from "page fault can be fast"
Sean Christopherson
2022-05-12
KVM: x86/mmu: Don't attempt fast page fault just because EPT is in use
Sean Christopherson
2022-05-03
Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEAD
Paolo Bonzini
2022-05-03
KVM: x86/mmu: Move shadow-present check out of spte_has_volatile_bits()
Sean Christopherson
2022-05-03
KVM: x86/mmu: Don't treat fully writable SPTEs as volatile (modulo A/D)
Sean Christopherson
2022-04-29
KVM: X86/MMU: Fix shadowing 5-level NPT for 4-level NPT L1 guest
Lai Jiangshan
2022-04-29
KVM: X86/MMU: Add sp_has_gptes()
Lai Jiangshan
2022-04-29
KVM: x86/mmu: replace direct_map with root_role.direct
Paolo Bonzini
2022-04-29
KVM: x86/mmu: replace root_level with cpu_role.base.level
Paolo Bonzini
2022-04-29
KVM: x86/mmu: replace shadow_root_level with root_role.level
Paolo Bonzini
2022-04-29
KVM: x86/mmu: pull CPU mode computation to kvm_init_mmu
Paolo Bonzini
2022-04-29
KVM: x86/mmu: simplify and/or inline computation of shadow MMU roles
Paolo Bonzini
2022-04-29
KVM: x86/mmu: remove redundant bits from extended role
Paolo Bonzini
2022-04-29
KVM: x86/mmu: rename kvm_mmu_role union
Paolo Bonzini
2022-04-29
KVM: x86/mmu: remove extended bits from mmu_role, rename field
Paolo Bonzini
2022-04-29
KVM: x86/mmu: store shadow EFER.NX in the MMU role
Paolo Bonzini
2022-04-29
KVM: x86/mmu: cleanup computation of MMU roles for shadow paging
Paolo Bonzini
2022-04-29
KVM: x86/mmu: cleanup computation of MMU roles for two-dimensional paging
Paolo Bonzini
2022-04-29
KVM: x86/mmu: remove kvm_calc_shadow_root_page_role_common
Paolo Bonzini
2022-04-29
KVM: x86/mmu: remove ept_ad field
Paolo Bonzini
2022-04-29
KVM: x86/mmu: do not recompute root level from kvm_mmu_role_regs
Paolo Bonzini
2022-04-29
KVM: x86/mmu: split cpu_role from mmu_role
Paolo Bonzini
2022-04-29
KVM: x86/mmu: remove "bool base_only" arguments
Paolo Bonzini
2022-04-29
KVM: x86/mmu: pull computation of kvm_mmu_role_regs to kvm_init_mmu
Paolo Bonzini
2022-04-29
KVM: x86/mmu: constify uses of struct kvm_mmu_role_regs
Paolo Bonzini
2022-04-29
KVM: x86/mmu: nested EPT cannot be used in SMM
Paolo Bonzini
2022-04-29
KVM: x86/mmu: Use enable_mmio_caching to track if MMIO caching is enabled
Sean Christopherson
2022-04-29
Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD
Paolo Bonzini
2022-04-29
KVM: x86/mmu: fix potential races when walking host page table
Mingwei Zhang
2022-04-29
KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDR
Sean Christopherson
2022-04-13
Merge branch 'kvm-older-features' into HEAD
Paolo Bonzini
2022-04-05
KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded
Sean Christopherson
2022-04-02
KVM: x86/mmu: Don't rebuild page when the page is synced and no tlb flushing ...
Hou Wenlong
2022-04-02
KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was set
Maxim Levitsky
2022-04-02
KVM: X86: Handle implicit supervisor access with SMAP
Lai Jiangshan
2022-04-02
KVM: X86: Fix comments in update_permission_bitmask
Lai Jiangshan
2022-04-02
KVM: X86: Change the type of access u32 to u64
Lai Jiangshan
2022-04-02
KVM: x86/mmu: Zap only TDP MMU leafs in zap range and mmu_notifier unmap
Sean Christopherson
2022-04-02
KVM: MMU: propagate alloc_workqueue failure
Paolo Bonzini
[next]