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
/
spte.c
Age
Commit message (
Expand
)
Author
2021-10-22
KVM: x86/mmu: clean up prefetch/prefault/speculative naming
Paolo Bonzini
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
David Matlack
2021-10-01
KVM: MMU: pass kvm_mmu_page struct to make_spte
Paolo Bonzini
2021-10-01
KVM: MMU: clean up make_spte return value
Paolo Bonzini
2021-10-01
KVM: MMU: mark page dirty in make_spte
Paolo Bonzini
2021-09-30
KVM: X86: Don't check unsync if the original spte is writible
Lai Jiangshan
2021-09-30
KVM: X86: Don't unsync pagetables when speculative
Lai Jiangshan
2021-06-24
KVM: x86/mmu: WARN on any reserved SPTE value when making a valid SPTE
Sean Christopherson
2021-06-24
KVM: x86/mmu: Rename unsync helper and update related comments
Sean Christopherson
2021-06-24
KVM: x86/mmu: Remove broken WARN that fires on 32-bit KVM w/ nested EPT
Sean Christopherson
2021-03-15
KVM: x86/mmu: Use low available bits for removed SPTEs
Sean Christopherson
2021-03-15
KVM: x86/mmu: Use a dedicated bit to track shadow/MMU-present SPTEs
Sean Christopherson
2021-03-15
KVM: x86/mmu: Use high bits for host/mmu writable masks for EPT SPTEs
Sean Christopherson
2021-03-15
KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamic
Sean Christopherson
2021-03-15
KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU proper
Sean Christopherson
2021-03-15
KVM: x86/mmu: Co-locate code for setting various SPTE masks
Sean Christopherson
2021-03-15
KVM: x86/mmu: Use MMIO SPTE bits 53 and 52 for the MMIO generation
Sean Christopherson
2021-03-15
KVM: x86/mmu: Rename and document A/D scheme for TDP SPTEs
Sean Christopherson
2021-03-15
KVM: x86/mmu: Add module param to disable MMIO caching (for testing)
Sean Christopherson
2021-03-15
KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEs
Sean Christopherson
2021-03-15
KVM: x86/mmu: Rename 'mask' to 'spte' in MMIO SPTE helpers
Sean Christopherson
2021-03-15
KVM: x86/mmu: Don't install bogus MMIO SPTEs if MMIO caching is disabled
Sean Christopherson
2021-03-15
KVM: x86/mmu: Disable MMIO caching if MMIO value collides with L1TF
Sean Christopherson
2021-02-04
KVM: x86: use static calls to reduce kvm_x86_ops overhead
Jason Baron
2020-12-11
KVM: mmu: Fix SPTE encoding of MMIO generation upper half
Maciej S. Szmigiero
2020-10-30
KVM: x86: replace static const variables with macros
Paolo Bonzini
2020-10-21
KVM: mmu: extract spte.h and spte.c
Paolo Bonzini