Commit Graph

114 Commits (a309218acee8606f7e235da20cc826eb06d9b0f6)

Author SHA1 Message Date
Avi Kivity a8cd0244e9 KVM: Make paravirt tlb flush also reload the PAE PDPTRs 16 years ago
Marcelo Tosatti bf47a760f6 KVM: MMU: disable global page optimization 16 years ago
Hannes Eder cded19f396 KVM: fix sparse warnings: Should it be static? 16 years ago
Joerg Roedel 452425dbaa KVM: MMU: remove assertion in kvm_mmu_alloc_page 16 years ago
Joerg Roedel 6bed6b9e84 KVM: MMU: remove redundant check in mmu_set_spte 16 years ago
Avi Kivity f6e2c02b6d KVM: MMU: Rename "metaphysical" attribute to "direct" 16 years ago
Marcelo Tosatti 9903a927a4 KVM: MMU: drop zeroing on mmu_memory_cache_alloc 16 years ago
Avi Kivity 4677a3b693 KVM: MMU: Optimize page unshadowing 16 years ago
Avi Kivity e8c4a4e8a7 KVM: MMU: Drop walk_shadow() 16 years ago
Avi Kivity 9f652d21c3 KVM: MMU: Use for_each_shadow_entry() in __direct_map() 16 years ago
Avi Kivity 2d11123a77 KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow() 16 years ago
Avi Kivity e207831804 KVM: MMU: Initialize a shadow page's global attribute from cr4.pge 16 years ago
Avi Kivity a770f6f28b KVM: MMU: Inherit a shadow page's guest level count from vcpu setup 16 years ago
Sheng Yang 2aaf69dcee KVM: MMU: Map device MMIO as UC in EPT 16 years ago
Marcelo Tosatti 8791723920 KVM: MMU: handle large host sptes on invlpg/resync 16 years ago
Avi Kivity 25e2343246 KVM: MMU: Don't treat a global pte as such if cr4.pge is cleared 16 years ago
Marcelo Tosatti eb64f1e8cd KVM: MMU: check for present pdptr shadow page in walk_shadow 16 years ago
Marcelo Tosatti ad218f85e3 KVM: MMU: prepopulate the shadow on invlpg 16 years ago
Marcelo Tosatti 6cffe8ca4a KVM: MMU: skip global pgtables on sync due to cr3 switch 16 years ago
Marcelo Tosatti b1a368218a KVM: MMU: collapse remote TLB flushes on root sync 16 years ago
Marcelo Tosatti 60c8aec6e2 KVM: MMU: use page array in unsync walk 16 years ago
Marcelo Tosatti ecc5589f19 KVM: MMU: optimize set_spte for page sync 16 years ago
Eduardo Habkost 13673a90f1 KVM: VMX: move vmx.h to include/asm 16 years ago
Izik Eidus 2843099fee KVM: MMU: Fix aliased gfns treated as unaliased 16 years ago
Sheng Yang 291f26bc0f KVM: MMU: Extend kvm_mmu_page->slot_bitmap size 16 years ago
Sheng Yang 64d4d52175 KVM: Enable MTRR for EPT 16 years ago
Sheng Yang 74be52e3e6 KVM: Add local get_mtrr_type() to support MTRR 16 years ago
Marcelo Tosatti 0c0f40bdbe KVM: MMU: fix sync of ptes addressed at owner pagetable 16 years ago
Marcelo Tosatti c41ef344de KVM: MMU: increase per-vcpu rmap cache alloc size 16 years ago
Marcelo Tosatti 6ad9f15c94 KVM: MMU: sync root on paravirt TLB flush 17 years ago
Marcelo Tosatti 582801a95d KVM: MMU: add "oos_shadow" parameter to disable oos 17 years ago
Marcelo Tosatti 0074ff63eb KVM: MMU: speed up mmu_unsync_walk 17 years ago
Marcelo Tosatti 4731d4c7a0 KVM: MMU: out of sync shadow core 17 years ago
Marcelo Tosatti 6844dec694 KVM: MMU: mmu_convert_notrap helper 17 years ago
Marcelo Tosatti 0738541396 KVM: MMU: awareness of new kvm_mmu_zap_page behaviour 17 years ago
Marcelo Tosatti ad8cfbe3ff KVM: MMU: mmu_parent_walk 17 years ago
Marcelo Tosatti a7052897b3 KVM: x86: trap invlpg 17 years ago
Marcelo Tosatti 0ba73cdadb KVM: MMU: sync roots on mmu reload 17 years ago
Marcelo Tosatti e8bc217aef KVM: MMU: mode specific sync_page 17 years ago
Marcelo Tosatti 38187c830c KVM: MMU: do not write-protect large mappings 17 years ago
Marcelo Tosatti a378b4e64c KVM: MMU: move local TLB flush to mmu_set_spte 17 years ago
Marcelo Tosatti 1e73f9dd88 KVM: MMU: split mmu_set_spte 17 years ago
Marcelo Tosatti 4c2155ce81 KVM: switch to get_user_pages_fast 17 years ago
Sheng Yang d40a1ee485 KVM: MMU: Modify kvm_shadow_walk.entry to accept u64 addr 17 years ago
Avi Kivity 3201b5d9f0 KVM: MMU: Fix setting the accessed bit on non-speculative sptes 17 years ago
Avi Kivity 171d595d3b KVM: MMU: Flush tlbs after clearing write permission when accessing dirty log 17 years ago
Avi Kivity 2245a28fe2 KVM: MMU: Add locking around kvm_mmu_slot_remove_write_access() 17 years ago
Avi Kivity bc2d429979 KVM: MMU: Account for npt/ept/realmode page faults 17 years ago
Avi Kivity 140754bc80 KVM: MMU: Convert direct maps to use the generic shadow walker 17 years ago
Avi Kivity 3d000db568 KVM: MMU: Add generic shadow walker 17 years ago