summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_64_mmu_host.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-041-1/+1
|\
| * powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V2013-06-211-1/+1
* | KVM: PPC: Book3S PR: Allow guest to use 1TB segmentsPaul Mackerras2013-06-301-0/+17
* | KVM: PPC: Book3S PR: Fix proto-VSID calculationsPaul Mackerras2013-06-301-2/+2
|/
* powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V2013-04-301-1/+1
* powerpc: Rename USER_ESID_BITS* to ESID_BITS*Aneesh Kumar K.V2013-03-171-2/+2
* KVM: do not treat noslot pfn as a error pfnXiao Guangrong2012-10-291-1/+1
* Merge remote-tracking branch 'master' into queueMarcelo Tosatti2012-10-291-7/+10
|\
| * powerpc/mm: Convert virtual address to vpnAneesh Kumar K.V2012-09-171-7/+10
* | KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier supportAlexander Graf2012-10-051-0/+1
|/
* KVM: PPC: Add cache flush on page mapAlexander Graf2012-08-161-0/+2
* powerpc/kvm: Fix VSID usage in 64-bit "PR" KVMBenjamin Herrenschmidt2012-05-161-6/+7
* KVM: PPC: Use get/set for to_svcpu to help preemptionAlexander Graf2012-03-051-23/+43
* KVM: PPC: Implement correct SID mapping on Book3s_32Alexander Graf2010-10-241-4/+4
* KVM: PPC: Remove unused defineAlexander Graf2010-10-241-1/+0Star
* KVM: PPC: Revert "KVM: PPC: Use kernel hash function"Alexander Graf2010-10-241-2/+9
* KVM: PPC: Move slb debugging to tracepointsAlexander Graf2010-10-241-17/+5Star
* KVM: PPC: Fix sid map search after flushAlexander Graf2010-10-241-2/+2
* KVM: PPC: Move book3s_64 mmu map debug print to trace pointAlexander Graf2010-10-241-11/+2Star
* KVM: PPC: correctly check gfn_to_pfn() return valueGleb Natapov2010-10-241-1/+1
* KVM: PPC: Magic Page Book3s supportAlexander Graf2010-10-241-7/+2Star
* KVM: PPC: Convert MSR to shared pageAlexander Graf2010-10-241-2/+2
* KVM: PPC: Make use of hash based Shadow MMUAlexander Graf2010-08-011-91/+7Star
* KVM: PPC: Use kernel hash functionAlexander Graf2010-08-011-9/+2Star
* KVM: PPC: Remove obsolete kvmppc_mmu_find_pteAlexander Graf2010-08-011-20/+0Star
* KVM: PPC: Fix Book3S_64 Host MMU debug outputAlexander Graf2010-05-171-8/+12
* KVM: PPC: Be more informative on BUGAlexander Graf2010-05-171-2/+8
* KVM: PPC: Convert u64 -> ulongAlexander Graf2010-05-171-3/+3
* KVM: PPC: Release clean pages as cleanAlexander Graf2010-05-171-1/+5
* KVM: PPC: Extract MMU initAlexander Graf2010-05-171-0/+18
* KVM: PPC: Improve indirect svcpu accessorsAlexander Graf2010-05-171-13/+13
* KVM: PPC: Add check if pte was mapped secondaryAlexander Graf2010-05-171-0/+7
* KVM: PPC: Enable use of secondary htab bucketAlexander Graf2010-04-251-8/+1Star
* Add book3s_64 Host MMU handlingAlexander Graf2009-11-051-0/+408