aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2010-04-20KVM: MMU: fix kvm_mmu_zap_page() and its calling pathXiao Guangrong
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-01KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov
2010-03-01KVM: MMU: Add tracepoint for guest page agingAvi Kivity
2010-03-01KVM: VMX: emulate accessed bit for EPTRik van Riel
2010-03-01KVM: Introduce kvm_host_page_sizeJoerg Roedel
2010-03-01KVM: MMU: Remove some useless code from alloc_mmu_pages()Wei Yongjun
2010-03-01KVM: Rename vcpu->shadow_efer to eferAvi Kivity
2010-03-01KVM: Move cr0/cr4/efer related helpers to x86.hAvi Kivity
2010-03-01KVM: rename is_writeble_pte() to is_writable_pte()Takuya Yoshikawa
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity
2010-03-01KVM: VMX: Enable EPT 1GB page supportSheng Yang
2010-03-01KVM: x86: Moving PT_*_LEVEL to mmu.hSheng Yang
2010-03-01KVM: switch vcpu context to use SRCUMarcelo Tosatti
2010-03-01KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti
2010-03-01KVM: modify memslots layout in struct kvmMarcelo Tosatti
2010-03-01KVM: MMU: Report spte not found in rmap before BUG()Avi Kivity
2010-01-25KVM: x86: Fix host_mapping_level()Sheng Yang
2009-12-03KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity
2009-12-03KVM: Don't pass kvm_run argumentsAvi Kivity
2009-10-16KVM: MMU: fix pointer castFrederik Deweerdt
2009-10-04KVM: add support for change_pte mmu notifiersIzik Eidus
2009-10-04KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptesIzik Eidus
2009-10-04KVM: MMU: dont hold pagecount reference for mapped sptes pagesIzik Eidus
2009-09-10KVM: Optimize kvm_mmu_unprotect_page_virt() for tdpAvi Kivity
2009-09-10KVM: MMU: fix bogus alloc_mmu_pages assignmentMarcelo Tosatti
2009-09-10KVM: MMU: make __kvm_mmu_free_some_pages handle empty listIzik Eidus
2009-09-10KVM: MMU: shadow support for 1gb pagesJoerg Roedel
2009-09-10KVM: MMU: make page walker aware of mapping levelsJoerg Roedel
2009-09-10KVM: MMU: make direct mapping paths aware of mapping levelsJoerg Roedel
2009-09-10KVM: MMU: rename is_largepage_backed to mapping_levelJoerg Roedel
2009-09-10KVM: MMU: make rmap code aware of mapping levelsJoerg Roedel
2009-09-10KVM: MMU: fix missing locking in alloc_mmu_pagesMarcelo Tosatti
2009-09-10KVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu_load()Sheng Yang
2009-09-10KVM: MMU: Fix MMU_DEBUG compile breakageJoerg Roedel
2009-09-10KVM: Trace shadow page lifecycleAvi Kivity
2009-09-10KVM: MMU: Trace guest pagetable walkerAvi Kivity
2009-09-10KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel
2009-09-10KVM: MMU: add kvm_mmu_get_spte_hierarchy helperMarcelo Tosatti
2009-09-10KVM: MMU: make for_each_shadow_entry aware of largepagesMarcelo Tosatti
2009-09-10KVM: MMU audit: largepage handlingMarcelo Tosatti
2009-09-10KVM: MMU audit: audit_mappings tweaksMarcelo Tosatti
2009-09-10KVM: MMU audit: nontrapping ptes in nonleaf levelMarcelo Tosatti
2009-09-10KVM: MMU audit: update audit_write_protectionMarcelo Tosatti
2009-09-10KVM: MMU audit: update count_writable_mappings / count_rmapsMarcelo Tosatti
2009-09-10KVM: MMU: introduce is_last_spte helperMarcelo Tosatti
2009-09-10KVM: Return to userspace on emulation failureAvi Kivity
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov
2009-09-10KVM: MMU: s/shadow_pte/spte/Avi Kivity
2009-09-10KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pteAvi Kivity