Commit Graph

66 Commits (a5e2e82b8b62acd24a44b851e6bb4fd0793ead01)

Author SHA1 Message Date
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
Avi Kivity 6c41f428b7 KVM: MMU: Infer shadow root level in direct_map() 17 years ago
Avi Kivity 6e37d3dc3e KVM: MMU: Unify direct map 4K and large page paths 17 years ago
Avi Kivity 135f8c2b07 KVM: MMU: Move SHADOW_PT_INDEX to mmu.c 17 years ago
Dave Hansen 6ad18fba05 KVM: Reduce stack usage in kvm_pv_mmu_op() 17 years ago
Avi Kivity 5b5c6a5a60 KVM: MMU: Simplify kvm_mmu_zap_page() 17 years ago
Avi Kivity 31aa2b44af KVM: MMU: Separate the code for unlinking a shadow page from its parents 17 years ago
Sheng Yang 534e38b447 KVM: VMX: Always return old for clear_flush_young() when using EPT 17 years ago
Andrea Arcangeli e930bffe95 KVM: Synchronize guest physical memory map to host virtual memory map 17 years ago
Avi Kivity 577bdc4966 KVM: Avoid instruction emulation when event delivery is pending 17 years ago
Joerg Roedel 5f4cb662a0 KVM: SVM: allow enabling/disabling NPT by reloading only the architecture module 17 years ago
Avi Kivity 722c05f219 KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hosts 17 years ago
Marcelo Tosatti 376c53c2b3 KVM: MMU: improve invalid shadow root page handling 17 years ago
Marcelo Tosatti 5a4c928804 KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held 17 years ago
Avi Kivity db475c39ec KVM: MMU: Fix printk format 17 years ago
Avi Kivity 6ada8cca79 KVM: MMU: When debug is enabled, make it a run-time parameter 17 years ago
Avi Kivity 131d82791b KVM: MMU: Avoid page prefetch on SVM 17 years ago
Avi Kivity d761a501cf KVM: MMU: Move nonpaging_prefetch_page() 17 years ago
Avi Kivity 1b7fcd3263 KVM: MMU: Fix false flooding when a pte points to page table 17 years ago
Harvey Harrison 8b2cf73cc1 KVM: add statics were possible, function definition in lapic.h 17 years ago
Avi Kivity 6bf6a9532f KVM: MMU: Fix oops on guest userspace access to guest pagetable 17 years ago
Marcelo Tosatti 3094538739 KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend) 17 years ago
Marcelo Tosatti 6597ca09e6 KVM: MMU: Fix rmap_write_protect() hugepage iteration bug 17 years ago
Avi Kivity 3c9155106d KVM: MMU: Fix is_empty_shadow_page() check 17 years ago
Avi Kivity 8d2d73b9a5 KVM: MMU: reschedule during shadow teardown 17 years ago
Ingo Molnar 2ddfd20e7c namespacecheck: automated fixes 17 years ago
Avi Kivity 93df766322 KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large page 17 years ago
Sheng Yang 1439442c7b KVM: VMX: Enable EPT feature for KVM 17 years ago
Sheng Yang 1ac593c97e KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPT 17 years ago
Sheng Yang 7b52345e2c KVM: MMU: Add EPT support 17 years ago
Sheng Yang 67253af52e KVM: Add kvm_x86_ops get_tdp_level() 17 years ago
Sheng Yang 8c6d6adc6b KVM: MMU: Move some definitions to a header file 17 years ago
Marcelo Tosatti 960b399169 KVM: MMU: kvm_pv_mmu_op should not take mmap_sem 17 years ago
Anthony Liguori 35149e2129 KVM: MMU: Don't assume struct page for x86 17 years ago
Marcelo Tosatti bed1d1dfc4 KVM: MMU: prepopulate guest pages after write-protecting 17 years ago
Avi Kivity fcd6dbac92 KVM: MMU: Only mark_page_accessed() if the page was accessed by the guest 17 years ago
Izik Eidus 3ee16c8145 KVM: MMU: allow the vm to shrink the kvm mmu shadow caches 17 years ago
Marcelo Tosatti 3200f405a1 KVM: MMU: unify slots_lock usage 17 years ago
Avi Kivity 0b49ea8659 KVM: MMU: Introduce and use spte_to_page() 17 years ago
Izik Eidus 855149aaa9 KVM: MMU: fix dirty bit setting when removing write permissions 17 years ago
Avi Kivity 947da53830 KVM: MMU: Set the accessed bit on non-speculative shadow ptes 17 years ago
Marcelo Tosatti 2f333bcb4e KVM: MMU: hypercall based pte updates and TLB flushes 17 years ago
Harvey Harrison b8688d51bb KVM: replace remaining __FUNCTION__ occurances 17 years ago
Marcelo Tosatti 05da45583d KVM: MMU: large page support 17 years ago
Marcelo Tosatti 2e53d63acb KVM: MMU: ignore zapped root pagetables 17 years ago
Joerg Roedel fb72d1674d KVM: MMU: add TDP support to the KVM MMU 17 years ago
Joerg Roedel 4d9976bbdc KVM: MMU: make the __nonpaging_map function generic 17 years ago
Joerg Roedel 1855267210 KVM: export information about NPT to generic x86 code 17 years ago
Avi Kivity d196e34336 KVM: MMU: Decouple mmio from shadow page tables 17 years ago