summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)Author
2010-06-09KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 pageAvi Kivity
2010-06-09KVM: MMU: invalidate and flush on spte small->large page size changeMarcelo Tosatti
2010-05-19KVM: MMU: Segregate shadow pages with different cr0.wpAvi Kivity
2010-05-19KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_rootsAvi Kivity
2010-05-19KVM: MMU: move unsync/sync tracpoints to proper placeXiao Guangrong
2010-05-19KVM: Fix mmu shrinker errorGui Jianfeng
2010-05-19KVM: MMU: fix hashing for TDP and non-paging modesEric Northup
2010-05-17KVM: MMU: cleanup for function unaccount_shadowed()Wei Yongjun
2010-05-17KVM: Get rid of dead function gva_to_page()Gui Jianfeng
2010-05-17KVM: MMU: Remove unused varialbe in rmap_next()Gui Jianfeng
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan
2010-05-17KVM: MMU: cleanup for hlist walk restartXiao Guangrong
2010-05-17KVM: MMU: remove unused parameter in mmu_parent_walk()Xiao Guangrong
2010-05-17KVM: MMU: remove unused struct kvm_unsync_walkXiao Guangrong
2010-05-17KVM: MMU: Replace role.glevels with role.cr4_paeAvi Kivity
2010-05-17KVM: MMU: remove unused fieldXiao Guangrong
2010-05-17KVM: MMU: cleanup/fix mmu audit codeXiao Guangrong
2010-05-17KVM: MMU: Disassociate direct maps from guest levelsAvi Kivity
2010-05-17KVM: MMU: check reserved bits only if CR4.PSE=1 or CR4.PAE=1Xiao Guangrong
2010-05-17KVM: MMU: Reinstate pte prefetch on invlpgAvi Kivity
2010-05-17KVM: MMU: Consolidate two guest pte reads in kvm_mmu_pte_write()Avi Kivity
2010-05-17KVM: remove redundant initialization of page->privateMinchan Kim
2010-05-17KVM: cleanup kvm traceXiao Guangrong
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