aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/44x_tlb.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: e500: Add shadow PID supportLiu Yu2011-07-121-1/+3
* KVM: PPC: fix compilation of "dump tlbs" debug functionHollis Blanchard2010-10-241-0/+1
* KVM: PPC: Convert MSR to shared pageAlexander Graf2010-10-241-4/+4
* KVM: Use u64 for frame data typesJoerg Roedel2010-08-021-1/+2
* KVM: PPC: Keep index within boundaries in kvmppc_44x_emul_tlbwe()Roel Kluin2010-05-131-1/+1
* KVM: PPC: Add helpers for CR, XERAlexander Graf2010-03-011-2/+4
* KVM: PPC: Use accessor functions for GPR accessAlexander Graf2010-03-011-7/+7
* KVM: powerpc: convert marker probes to event traceMarcelo Tosatti2009-09-101-5/+6
* KVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for bookeHollis Blanchard2009-03-241-0/+8
* KVM: ppc: rename 44x MMU functions used in booke.cHollis Blanchard2009-03-241-2/+2
* KVM: ppc: turn tlb_xlate() into a per-core hook (and give it a better name)Hollis Blanchard2009-03-241-0/+10
* KVM: ppc: change kvmppc_mmu_map() parametersHollis Blanchard2009-03-241-8/+7
* KVM: ppc: cosmetic changes to mmu hook namesHollis Blanchard2009-03-241-1/+1
* KVM: ppc: Implement in-kernel exit timing statisticsHollis Blanchard2008-12-311-0/+3
* KVM: ppc: save and restore guest mappings on context switchHollis Blanchard2008-12-311-0/+58
* KVM: ppc: directly insert shadow mappings into the hardware TLBHollis Blanchard2008-12-311-131/+125
* KVM: ppc: support large host pagesHollis Blanchard2008-12-311-16/+55
* KVM: ppc: fix userspace mapping invalidation on context switchHollis Blanchard2008-12-311-14/+17
* KVM: ppc: use prefetchable mappings for guest memoryHollis Blanchard2008-12-311-2/+7
* KVM: ppc: use MMUCR accessor to obtain TIDHollis Blanchard2008-12-311-1/+1
* KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessorHollis Blanchard2008-12-311-13/+24
* KVM: ppc: refactor instruction emulation into generic and core-specific piecesHollis Blanchard2008-12-311-2/+2
* KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe"Hollis Blanchard2008-12-311-10/+12
* KVM: ppc: Move 440-specific TLB code into 44x_tlb.cHollis Blanchard2008-12-311-2/+136
* KVM: ppc: stop leaking host memory on VM exitHollis Blanchard2008-11-251-0/+8
* KVM: switch to get_user_pages_fastMarcelo Tosatti2008-10-151-2/+0
* KVM: ppc: kvmppc_44x_shadow_release() does not require mmap_sem to be lockedHollis Blanchard2008-10-151-7/+1
* KVM: powerpc: Map guest userspace with TID=0 mappingsHollis Blanchard2008-10-151-16/+23
* KVM: ppc: Write only modified shadow entries into the TLB on exitHollis Blanchard2008-10-151-1/+8
* KVM: ppc: adds trace points for ppc tlb activityJerone Young2008-10-151-1/+14
* KVM: ppc: fix invalidation of large guest pagesHollis Blanchard2008-07-271-2/+3
* KVM: ppc: Report bad GFNsHollis Blanchard2008-06-061-1/+1
* KVM: ppc: Use a read lock around MMU operations, and release it on errorHollis Blanchard2008-06-061-2/+3
* KVM: ppc: Remove unmatched kunmap() callHollis Blanchard2008-06-061-2/+0
* KVM: ppc: PowerPC 440 KVM implementationHollis Blanchard2008-04-271-0/+224