summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/book3s_64_mmu_host.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-17powerpc: Rename USER_ESID_BITS* to ESID_BITS*Aneesh Kumar K.V1-2/+2
2012-10-29KVM: do not treat noslot pfn as a error pfnXiao Guangrong1-1/+1
2012-10-29Merge remote-tracking branch 'master' into queueMarcelo Tosatti1-7/+10
2012-10-05KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier supportAlexander Graf1-0/+1
2012-09-17powerpc/mm: Convert virtual address to vpnAneesh Kumar K.V1-7/+10
2012-08-16KVM: PPC: Add cache flush on page mapAlexander Graf1-0/+2
2012-05-16powerpc/kvm: Fix VSID usage in 64-bit "PR" KVMBenjamin Herrenschmidt1-6/+7
2012-03-05KVM: PPC: Use get/set for to_svcpu to help preemptionAlexander Graf1-23/+43
2010-10-24KVM: PPC: Implement correct SID mapping on Book3s_32Alexander Graf1-4/+4
2010-10-24KVM: PPC: Remove unused defineAlexander Graf1-1/+0
2010-10-24KVM: PPC: Revert "KVM: PPC: Use kernel hash function"Alexander Graf1-2/+9
2010-10-24KVM: PPC: Move slb debugging to tracepointsAlexander Graf1-17/+5
2010-10-24KVM: PPC: Fix sid map search after flushAlexander Graf1-2/+2
2010-10-24KVM: PPC: Move book3s_64 mmu map debug print to trace pointAlexander Graf1-11/+2
2010-10-24KVM: PPC: correctly check gfn_to_pfn() return valueGleb Natapov1-1/+1
2010-10-24KVM: PPC: Magic Page Book3s supportAlexander Graf1-7/+2
2010-10-24KVM: PPC: Convert MSR to shared pageAlexander Graf1-2/+2
2010-08-01KVM: PPC: Make use of hash based Shadow MMUAlexander Graf1-91/+7
2010-08-01KVM: PPC: Use kernel hash functionAlexander Graf1-9/+2
2010-08-01KVM: PPC: Remove obsolete kvmppc_mmu_find_pteAlexander Graf1-20/+0
2010-05-17KVM: PPC: Fix Book3S_64 Host MMU debug outputAlexander Graf1-8/+12
2010-05-17KVM: PPC: Be more informative on BUGAlexander Graf1-2/+8
2010-05-17KVM: PPC: Convert u64 -> ulongAlexander Graf1-3/+3
2010-05-17KVM: PPC: Release clean pages as cleanAlexander Graf1-1/+5
2010-05-17KVM: PPC: Extract MMU initAlexander Graf1-0/+18
2010-05-17KVM: PPC: Improve indirect svcpu accessorsAlexander Graf1-13/+13
2010-05-17KVM: PPC: Add check if pte was mapped secondaryAlexander Graf1-0/+7
2010-04-25KVM: PPC: Enable use of secondary htab bucketAlexander Graf1-8/+1
2009-11-05Add book3s_64 Host MMU handlingAlexander Graf1-0/+408