summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-19KVM: MMU: Segregate shadow pages with different cr0.wpAvi Kivity1-1/+2
2010-05-19KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_rootsAvi Kivity1-0/+7
2010-05-19KVM: MMU: move unsync/sync tracpoints to proper placeXiao Guangrong1-2/+2
2010-05-19KVM: Fix mmu shrinker errorGui Jianfeng1-5/+5
2010-05-19KVM: MMU: fix hashing for TDP and non-paging modesEric Northup1-4/+8
2010-05-17KVM: MMU: cleanup for function unaccount_shadowed()Wei Yongjun1-1/+1
2010-05-17KVM: Get rid of dead function gva_to_page()Gui Jianfeng1-14/+0
2010-05-17KVM: MMU: Remove unused varialbe in rmap_next()Gui Jianfeng1-2/+0
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan1-3/+4
2010-05-17KVM: MMU: cleanup for hlist walk restartXiao Guangrong1-5/+10
2010-05-17KVM: MMU: remove unused parameter in mmu_parent_walk()Xiao Guangrong1-13/+11
2010-05-17KVM: MMU: remove unused struct kvm_unsync_walkXiao Guangrong1-5/+0
2010-05-17KVM: MMU: Replace role.glevels with role.cr4_paeAvi Kivity1-6/+6
2010-05-17KVM: MMU: remove unused fieldXiao Guangrong1-1/+0
2010-05-17KVM: MMU: cleanup/fix mmu audit codeXiao Guangrong1-7/+8
2010-05-17KVM: MMU: Disassociate direct maps from guest levelsAvi Kivity1-0/+2
2010-05-17KVM: MMU: check reserved bits only if CR4.PSE=1 or CR4.PAE=1Xiao Guangrong1-3/+9
2010-05-17KVM: MMU: Reinstate pte prefetch on invlpgAvi Kivity1-14/+23
2010-05-17KVM: MMU: Consolidate two guest pte reads in kvm_mmu_pte_write()Avi Kivity1-38/+31
2010-05-17KVM: remove redundant initialization of page->privateMinchan Kim1-1/+0
2010-05-17KVM: cleanup kvm traceXiao Guangrong1-1/+0
2010-04-20KVM: MMU: fix kvm_mmu_zap_page() and its calling pathXiao Guangrong1-4/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-01KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov1-10/+7
2010-03-01KVM: MMU: Add tracepoint for guest page agingAvi Kivity1-3/+8
2010-03-01KVM: VMX: emulate accessed bit for EPTRik van Riel1-2/+8
2010-03-01KVM: Introduce kvm_host_page_sizeJoerg Roedel1-16/+2
2010-03-01KVM: MMU: Remove some useless code from alloc_mmu_pages()Wei Yongjun1-5/+2
2010-03-01KVM: Rename vcpu->shadow_efer to eferAvi Kivity1-1/+1
2010-03-01KVM: Move cr0/cr4/efer related helpers to x86.hAvi Kivity1-0/+1
2010-03-01KVM: rename is_writeble_pte() to is_writable_pte()Takuya Yoshikawa1-9/+9
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity1-1/+1
2010-03-01KVM: VMX: Enable EPT 1GB page supportSheng Yang1-3/+5
2010-03-01KVM: x86: Moving PT_*_LEVEL to mmu.hSheng Yang1-4/+0
2010-03-01KVM: switch vcpu context to use SRCUMarcelo Tosatti1-4/+3
2010-03-01KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti1-14/+14
2010-03-01KVM: modify memslots layout in struct kvmMarcelo Tosatti1-5/+6
2010-03-01KVM: MMU: Report spte not found in rmap before BUG()Avi Kivity1-0/+1
2010-01-25KVM: x86: Fix host_mapping_level()Sheng Yang1-4/+2
2009-12-03KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity1-0/+1
2009-12-03KVM: Don't pass kvm_run argumentsAvi Kivity1-1/+1
2009-10-16KVM: MMU: fix pointer castFrederik Deweerdt1-6/+10
2009-10-04KVM: add support for change_pte mmu notifiersIzik Eidus1-9/+53
2009-10-04KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptesIzik Eidus1-4/+11
2009-10-04KVM: MMU: dont hold pagecount reference for mapped sptes pagesIzik Eidus1-5/+2
2009-09-10KVM: Optimize kvm_mmu_unprotect_page_virt() for tdpAvi Kivity1-0/+3
2009-09-10KVM: MMU: fix bogus alloc_mmu_pages assignmentMarcelo Tosatti1-8/+0
2009-09-10KVM: MMU: make __kvm_mmu_free_some_pages handle empty listIzik Eidus1-1/+2
2009-09-10KVM: MMU: shadow support for 1gb pagesJoerg Roedel1-12/+2
2009-09-10KVM: MMU: make page walker aware of mapping levelsJoerg Roedel1-1/+16