aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_32_mmu_host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner1-13/+1
2016-03-03powerpc/mm: Move hash related mmu-*.h headers to book3s/Aneesh Kumar K.V1-1/+1
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-1/+1
2015-08-22KVM: PPC: Fix warnings from sparseThomas Huth1-0/+1
2014-07-28KVM: PPC: Book3S: Make magic page properly 4k mappableAlexander Graf1-4/+3
2014-05-30KVM: PPC: Make shared struct aka magic page guest endianAlexander Graf1-2/+2
2014-01-09KVM: PPC: NULL return of kvmppc_mmu_hpte_cache_next should be handledZhouyi Zhou1-0/+5
2013-10-17kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V1-1/+1
2013-10-17KVM: PPC: Book3S PR: Better handling of host-side read-only pagesPaul Mackerras1-3/+11
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-5/+5
2012-10-18powerpc: Build fix for powerpc KVMAneesh Kumar K.V1-2/+2
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-4/+4
2012-08-16KVM: PPC: Add cache flush on page mapAlexander Graf1-0/+3
2012-03-05KVM: PPC: Use get/set for to_svcpu to help preemptionAlexander Graf1-6/+15
2010-10-24KVM: PPC: Implement correct SID mapping on Book3s_32Alexander Graf1-26/+31
2010-10-24KVM: PPC: Revert "KVM: PPC: Use kernel hash function"Alexander Graf1-2/+8
2010-10-24KVM: PPC: correctly check gfn_to_pfn() return valueGleb Natapov1-1/+1
2010-10-24KVM: PPC: Magic Page Book3s supportAlexander Graf1-1/+1
2010-10-24KVM: PPC: Convert MSR to shared pageAlexander Graf1-2/+2
2010-08-01KVM: PPC: Make use of hash based Shadow MMUAlexander Graf1-94/+10
2010-08-01KVM: PPC: Use kernel hash functionAlexander Graf1-8/+2
2010-08-01KVM: PPC: Remove obsolete kvmppc_mmu_find_pteAlexander Graf1-20/+0
2010-05-17KVM: PPC: Find HTAB ourselvesAlexander Graf1-8/+13
2010-05-17KVM: PPC: Convert u64 -> ulongAlexander Graf1-5/+3
2010-05-17KVM: PPC: Add host MMU SupportAlexander Graf1-0/+480