summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_64_mmu_hv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-261-8/+6
|\
| * powerpc/mm/thp: Return pte address if we find trans_splitting.Aneesh Kumar K.V2015-04-171-6/+3
| * powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2015-04-171-2/+3
* | KVM: PPC: Book3S HV: Create debugfs file for each guest's HPTPaul Mackerras2015-04-211-0/+136
* | KVM: PPC: Book3S HV: Add helpers for lock/unlock hpteAneesh Kumar K.V2015-04-211-15/+10
* | KVM: PPC: Book3S HV: Remove RMA-related variables from codeAneesh Kumar K.V2015-04-211-14/+14
|/
* KVM: PPC: Book3S HV: Remove code for PPC970 processorsPaul Mackerras2014-12-171-186/+14
* KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactionsSuresh E. Warrier2014-12-171-3/+10
* KVM: PPC: Book3S HV: ptes are big endianCédric Le Goater2014-12-151-1/+7
* KVM: PPC: Book3S HV: Add missing HPTE unlockAneesh Kumar K.V2014-12-151-1/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-081-2/+2
|\
| * kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-241-2/+2
* | powerpc/kvm/cma: Fix panic introduces by signed shift operationLaurent Dufour2014-09-031-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-071-73/+72
|\
| * Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-051-73/+72
| |\
| | * KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman2014-07-281-12/+5
| | * KVM: PPC: Book3S HV: Make HTAB code LE host awareAlexander Graf2014-07-281-61/+67
* | | PPC, KVM, CMA: use general CMA reserved area management frameworkJoonsoo Kim2014-08-061-3/+1
|/ /
* | KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb valueAneesh Kumar K.V2014-06-251-1/+1
|/
* KVM: PPC: Book3S HV: Make sure we don't miss dirty pagesPaul Mackerras2014-05-301-10/+37
* KVM: PPC: Book3S HV: Fix dirty map for hugepagesAlexey Kardashevskiy2014-05-301-9/+24
* KVM: PPC: Book3S HV: Put huge-page HPTEs in rmap chain for base addressPaul Mackerras2014-05-301-2/+13
* KVM: PPC: BOOK3S: HV: Prefer CMA region for hash page table allocationAneesh Kumar K.V2014-05-301-17/+6
* KVM: PPC: Book3S HV: Add transactional memory supportMichael Neuling2014-03-291-1/+8
* Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini2014-01-291-2/+2
|\
| * KVM: PPC: Book3S HV: Basic little-endian guest supportAnton Blanchard2014-01-271-1/+1
| * KVM: PPC: Book3S: MMIO emulation support for little endian guestsCédric Le Goater2014-01-271-1/+1
* | powerpc: kvm: fix rare but potential deadlock scenepingfan liu2013-11-181-1/+5
* | KVM: PPC: Book3S HV: Fix physical address calculationsPaul Mackerras2013-11-181-3/+9
|/
* kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V2013-10-171-10/+7
* KVM: PPC: Book3S PR: Better handling of host-side read-only pagesPaul Mackerras2013-10-171-1/+1
* KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras2013-10-171-3/+2
* Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-08-301-20/+20
|\
| * Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf2013-08-291-3/+5
| |\
| * | powerpc/kvm: Use 256K chunk to track both RMA and hash page table allocation.Aneesh Kumar K.V2013-07-081-0/+3
| * | powerpc/kvm: Contiguous memory allocator based hash page table allocationAneesh Kumar K.V2013-07-081-20/+17
* | | ppc: kvm: use anon_inode_getfd() with O_CLOEXEC flagYann Droneaud2013-08-261-1/+1
| |/ |/|
* | powerpc/kvm: Handle transparent hugepage in KVMAneesh Kumar K.V2013-06-211-3/+5
|/
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-051-18/+102
|\
| * KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty mapPaul Mackerras2013-04-261-9/+52
| * KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changesPaul Mackerras2013-04-261-9/+50
* | constify a bunch of struct file_operations instancesAl Viro2013-04-091-1/+1
|/
* KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidationsPaul Mackerras2012-12-061-5/+2
* KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPTPaul Mackerras2012-12-061-1/+1
* KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPTPaul Mackerras2012-12-061-0/+24
* KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPTPaul Mackerras2012-12-061-0/+344
* KVM: PPC: Book3S HV: Restructure HPT entry creation codePaul Mackerras2012-12-061-11/+25
* KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall2012-10-231-1/+1
* KVM: PPC: Book3S HV: Fix calculation of guest phys address for MMIO emulationPaul Mackerras2012-10-051-5/+4
* KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctlyPaul Mackerras2012-10-051-5/+28
OpenPOWER on IntegriCloud