aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/44x_tlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-31KVM: ppc: Implement in-kernel exit timing statisticsHollis Blanchard1-0/+3
2008-12-31KVM: ppc: save and restore guest mappings on context switchHollis Blanchard1-0/+58
2008-12-31KVM: ppc: directly insert shadow mappings into the hardware TLBHollis Blanchard1-131/+125
2008-12-31KVM: ppc: support large host pagesHollis Blanchard1-16/+55
2008-12-31KVM: ppc: fix userspace mapping invalidation on context switchHollis Blanchard1-14/+17
2008-12-31KVM: ppc: use prefetchable mappings for guest memoryHollis Blanchard1-2/+7
2008-12-31KVM: ppc: use MMUCR accessor to obtain TIDHollis Blanchard1-1/+1
2008-12-31KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessorHollis Blanchard1-13/+24
2008-12-31KVM: ppc: refactor instruction emulation into generic and core-specific piecesHollis Blanchard1-2/+2
2008-12-31KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe"Hollis Blanchard1-10/+12
2008-12-31KVM: ppc: Move 440-specific TLB code into 44x_tlb.cHollis Blanchard1-2/+136
2008-11-25KVM: ppc: stop leaking host memory on VM exitHollis Blanchard1-0/+8
2008-10-15KVM: switch to get_user_pages_fastMarcelo Tosatti1-2/+0
2008-10-15KVM: ppc: kvmppc_44x_shadow_release() does not require mmap_sem to be lockedHollis Blanchard1-7/+1
2008-10-15KVM: powerpc: Map guest userspace with TID=0 mappingsHollis Blanchard1-16/+23
2008-10-15KVM: ppc: Write only modified shadow entries into the TLB on exitHollis Blanchard1-1/+8
2008-10-15KVM: ppc: adds trace points for ppc tlb activityJerone Young1-1/+14
2008-07-27KVM: ppc: fix invalidation of large guest pagesHollis Blanchard1-2/+3
2008-06-06KVM: ppc: Report bad GFNsHollis Blanchard1-1/+1
2008-06-06KVM: ppc: Use a read lock around MMU operations, and release it on errorHollis Blanchard1-2/+3
2008-06-06KVM: ppc: Remove unmatched kunmap() callHollis Blanchard1-2/+0
2008-04-27KVM: ppc: PowerPC 440 KVM implementationHollis Blanchard1-0/+224