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.c
Age
Commit message (
Expand
)
Author
2009-03-24
KVM: fix sparse warnings: Should it be static?
Hannes Eder
2009-03-24
KVM: MMU: remove assertion in kvm_mmu_alloc_page
Joerg Roedel
2009-03-24
KVM: MMU: remove redundant check in mmu_set_spte
Joerg Roedel
2009-03-24
KVM: MMU: Rename "metaphysical" attribute to "direct"
Avi Kivity
2009-03-24
KVM: MMU: drop zeroing on mmu_memory_cache_alloc
Marcelo Tosatti
2009-03-24
KVM: MMU: Optimize page unshadowing
Avi Kivity
2009-03-24
KVM: MMU: Drop walk_shadow()
Avi Kivity
2009-03-24
KVM: MMU: Use for_each_shadow_entry() in __direct_map()
Avi Kivity
2009-03-24
KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow()
Avi Kivity
2009-03-24
KVM: MMU: Initialize a shadow page's global attribute from cr4.pge
Avi Kivity
2009-03-24
KVM: MMU: Inherit a shadow page's guest level count from vcpu setup
Avi Kivity
2009-02-15
KVM: MMU: Map device MMIO as UC in EPT
Sheng Yang
2008-12-31
KVM: MMU: handle large host sptes on invlpg/resync
Marcelo Tosatti
2008-12-31
KVM: MMU: Don't treat a global pte as such if cr4.pge is cleared
Avi Kivity
2008-12-31
KVM: MMU: check for present pdptr shadow page in walk_shadow
Marcelo Tosatti
2008-12-31
KVM: MMU: prepopulate the shadow on invlpg
Marcelo Tosatti
2008-12-31
KVM: MMU: skip global pgtables on sync due to cr3 switch
Marcelo Tosatti
2008-12-31
KVM: MMU: collapse remote TLB flushes on root sync
Marcelo Tosatti
2008-12-31
KVM: MMU: use page array in unsync walk
Marcelo Tosatti
2008-12-31
KVM: MMU: optimize set_spte for page sync
Marcelo Tosatti
2008-12-31
KVM: VMX: move vmx.h to include/asm
Eduardo Habkost
2008-12-31
KVM: MMU: Fix aliased gfns treated as unaliased
Izik Eidus
2008-12-31
KVM: MMU: Extend kvm_mmu_page->slot_bitmap size
Sheng Yang
2008-12-31
KVM: Enable MTRR for EPT
Sheng Yang
2008-12-31
KVM: Add local get_mtrr_type() to support MTRR
Sheng Yang
2008-11-23
KVM: MMU: fix sync of ptes addressed at owner pagetable
Marcelo Tosatti
2008-11-11
KVM: MMU: increase per-vcpu rmap cache alloc size
Marcelo Tosatti
2008-10-28
KVM: MMU: sync root on paravirt TLB flush
Marcelo Tosatti
2008-10-15
KVM: MMU: add "oos_shadow" parameter to disable oos
Marcelo Tosatti
2008-10-15
KVM: MMU: speed up mmu_unsync_walk
Marcelo Tosatti
2008-10-15
KVM: MMU: out of sync shadow core
Marcelo Tosatti
2008-10-15
KVM: MMU: mmu_convert_notrap helper
Marcelo Tosatti
2008-10-15
KVM: MMU: awareness of new kvm_mmu_zap_page behaviour
Marcelo Tosatti
2008-10-15
KVM: MMU: mmu_parent_walk
Marcelo Tosatti
2008-10-15
KVM: x86: trap invlpg
Marcelo Tosatti
2008-10-15
KVM: MMU: sync roots on mmu reload
Marcelo Tosatti
2008-10-15
KVM: MMU: mode specific sync_page
Marcelo Tosatti
2008-10-15
KVM: MMU: do not write-protect large mappings
Marcelo Tosatti
2008-10-15
KVM: MMU: move local TLB flush to mmu_set_spte
Marcelo Tosatti
2008-10-15
KVM: MMU: split mmu_set_spte
Marcelo Tosatti
2008-10-15
KVM: switch to get_user_pages_fast
Marcelo Tosatti
2008-10-15
KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addr
Sheng Yang
2008-10-15
KVM: MMU: Fix setting the accessed bit on non-speculative sptes
Avi Kivity
2008-10-15
KVM: MMU: Flush tlbs after clearing write permission when accessing dirty log
Avi Kivity
2008-10-15
KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access()
Avi Kivity
2008-10-15
KVM: MMU: Account for npt/ept/realmode page faults
Avi Kivity
2008-10-15
KVM: MMU: Convert direct maps to use the generic shadow walker
Avi Kivity
2008-10-15
KVM: MMU: Add generic shadow walker
Avi Kivity
2008-10-15
KVM: MMU: Infer shadow root level in direct_map()
Avi Kivity
2008-10-15
KVM: MMU: Unify direct map 4K and large page paths
Avi Kivity
[next]