Age | Commit message (Expand) | Author | Files | Lines |
2020-03-19 | KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVM | Greg Kurz | 1 | -1/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 | Thomas Gleixner | 1 | -13/+1 |
2017-05-08 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+6 |
2017-04-20 | KVM: PPC: Book3S PR: Preserve storage control bits | Alexey Kardashevskiy | 1 | -0/+2 |
2017-04-20 | KVM: PPC: Book3S PR: Exit KVM on failed mapping | Alexey Kardashevskiy | 1 | -1/+4 |
2017-03-31 | powerpc/mm/hash: Support 68 bit VA | Aneesh Kumar K.V | 1 | -1/+7 |
2017-03-31 | powerpc/mm/hash: Abstract context id allocation for KVM | Michael Ellerman | 1 | -1/+1 |
2016-07-21 | powerpc/mm: Move hash table ops to a separate structure | Benjamin Herrenschmidt | 1 | -8/+10 |
2016-03-03 | powerpc/mm: Move hash related mmu-*.h headers to book3s/ | Aneesh Kumar K.V | 1 | -1/+1 |
2016-01-15 | kvm: rename pfn_t to kvm_pfn_t | Dan Williams | 1 | -1/+1 |
2015-08-22 | KVM: PPC: Fix warnings from sparse | Thomas Huth | 1 | -0/+1 |
2014-07-28 | KVM: PPC: Book3S: Make magic page properly 4k mappable | Alexander Graf | 1 | -2/+3 |
2014-05-30 | KVM: PPC: Book3S PR: Use SLB entry 0 | Alexander Graf | 1 | -7/+4 |
2014-05-30 | KVM: PPC: Make shared struct aka magic page guest endian | Alexander Graf | 1 | -2/+2 |
2013-10-17 | kvm: powerpc: book3s: pr: move PR related tracepoints to a separate header | Aneesh Kumar K.V | 1 | -1/+1 |
2013-10-17 | kvm: powerpc: Add kvmppc_ops callback | Aneesh Kumar K.V | 1 | -1/+1 |
2013-10-17 | KVM: PPC: Book3S PR: Mark pages accessed, and dirty if being written | Paul Mackerras | 1 | -11/+15 |
2013-10-17 | KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page() | Paul Mackerras | 1 | -9/+28 |
2013-10-17 | KVM: PPC: Book3S PR: Better handling of host-side read-only pages | Paul Mackerras | 1 | -3/+17 |
2013-10-17 | KVM: PPC: Book3S PR: Use 64k host pages where possible | Paul Mackerras | 1 | -6/+21 |
2013-07-04 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -1/+1 |
2013-06-30 | KVM: PPC: Book3S PR: Allow guest to use 1TB segments | Paul Mackerras | 1 | -0/+17 |
2013-06-30 | KVM: PPC: Book3S PR: Fix proto-VSID calculations | Paul Mackerras | 1 | -2/+2 |
2013-06-21 | powerpc/mm: handle hugepage size correctly when invalidating hpte entries | Aneesh Kumar K.V | 1 | -1/+1 |
2013-04-30 | powerpc: Decode the pte-lp-encoding bits correctly. | Aneesh Kumar K.V | 1 | -1/+1 |
2013-03-17 | powerpc: Rename USER_ESID_BITS* to ESID_BITS* | Aneesh Kumar K.V | 1 | -2/+2 |
2012-10-29 | KVM: do not treat noslot pfn as a error pfn | Xiao Guangrong | 1 | -1/+1 |
2012-10-29 | Merge remote-tracking branch 'master' into queue | Marcelo Tosatti | 1 | -7/+10 |
2012-10-05 | KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier support | Alexander Graf | 1 | -0/+1 |
2012-09-17 | powerpc/mm: Convert virtual address to vpn | Aneesh Kumar K.V | 1 | -7/+10 |
2012-08-16 | KVM: PPC: Add cache flush on page map | Alexander Graf | 1 | -0/+2 |
2012-05-16 | powerpc/kvm: Fix VSID usage in 64-bit "PR" KVM | Benjamin Herrenschmidt | 1 | -6/+7 |
2012-03-05 | KVM: PPC: Use get/set for to_svcpu to help preemption | Alexander Graf | 1 | -23/+43 |
2010-10-24 | KVM: PPC: Implement correct SID mapping on Book3s_32 | Alexander Graf | 1 | -4/+4 |
2010-10-24 | KVM: PPC: Remove unused define | Alexander Graf | 1 | -1/+0 |
2010-10-24 | KVM: PPC: Revert "KVM: PPC: Use kernel hash function" | Alexander Graf | 1 | -2/+9 |
2010-10-24 | KVM: PPC: Move slb debugging to tracepoints | Alexander Graf | 1 | -17/+5 |
2010-10-24 | KVM: PPC: Fix sid map search after flush | Alexander Graf | 1 | -2/+2 |
2010-10-24 | KVM: PPC: Move book3s_64 mmu map debug print to trace point | Alexander Graf | 1 | -11/+2 |
2010-10-24 | KVM: PPC: correctly check gfn_to_pfn() return value | Gleb Natapov | 1 | -1/+1 |
2010-10-24 | KVM: PPC: Magic Page Book3s support | Alexander Graf | 1 | -7/+2 |
2010-10-24 | KVM: PPC: Convert MSR to shared page | Alexander Graf | 1 | -2/+2 |
2010-08-01 | KVM: PPC: Make use of hash based Shadow MMU | Alexander Graf | 1 | -91/+7 |
2010-08-01 | KVM: PPC: Use kernel hash function | Alexander Graf | 1 | -9/+2 |
2010-08-01 | KVM: PPC: Remove obsolete kvmppc_mmu_find_pte | Alexander Graf | 1 | -20/+0 |
2010-05-17 | KVM: PPC: Fix Book3S_64 Host MMU debug output | Alexander Graf | 1 | -8/+12 |
2010-05-17 | KVM: PPC: Be more informative on BUG | Alexander Graf | 1 | -2/+8 |
2010-05-17 | KVM: PPC: Convert u64 -> ulong | Alexander Graf | 1 | -3/+3 |
2010-05-17 | KVM: PPC: Release clean pages as clean | Alexander Graf | 1 | -1/+5 |
2010-05-17 | KVM: PPC: Extract MMU init | Alexander Graf | 1 | -0/+18 |