aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_64_mmu_hv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2014-09-24kvm: Fix page ageing bugsAndres Lagar-Cavilla1-2/+2
2014-09-03powerpc/kvm/cma: Fix panic introduces by signed shift operationLaurent Dufour1-2/+2
2014-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-73/+72
2014-08-06PPC, KVM, CMA: use general CMA reserved area management frameworkJoonsoo Kim1-3/+1
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini1-73/+72
2014-07-28KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman1-12/+5
2014-07-28KVM: PPC: Book3S HV: Make HTAB code LE host awareAlexander Graf1-61/+67
2014-06-25KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb valueAneesh Kumar K.V1-1/+1
2014-05-30KVM: PPC: Book3S HV: Make sure we don't miss dirty pagesPaul Mackerras1-10/+37
2014-05-30KVM: PPC: Book3S HV: Fix dirty map for hugepagesAlexey Kardashevskiy1-9/+24
2014-05-30KVM: PPC: Book3S HV: Put huge-page HPTEs in rmap chain for base addressPaul Mackerras1-2/+13
2014-05-30KVM: PPC: BOOK3S: HV: Prefer CMA region for hash page table allocationAneesh Kumar K.V1-17/+6
2014-03-29KVM: PPC: Book3S HV: Add transactional memory supportMichael Neuling1-1/+8
2014-01-29Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini1-2/+2
2014-01-27KVM: PPC: Book3S HV: Basic little-endian guest supportAnton Blanchard1-1/+1
2014-01-27KVM: PPC: Book3S: MMIO emulation support for little endian guestsCédric Le Goater1-1/+1
2013-11-18powerpc: kvm: fix rare but potential deadlock scenepingfan liu1-1/+5
2013-11-18KVM: PPC: Book3S HV: Fix physical address calculationsPaul Mackerras1-3/+9
2013-10-17kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V1-10/+7
2013-10-17KVM: PPC: Book3S PR: Better handling of host-side read-only pagesPaul Mackerras1-1/+1
2013-10-17KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras1-3/+2
2013-08-30Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into queueGleb Natapov1-20/+20
2013-08-29Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf1-3/+5
2013-08-26ppc: kvm: use anon_inode_getfd() with O_CLOEXEC flagYann Droneaud1-1/+1
2013-07-08powerpc/kvm: Use 256K chunk to track both RMA and hash page table allocation.Aneesh Kumar K.V1-0/+3
2013-07-08powerpc/kvm: Contiguous memory allocator based hash page table allocationAneesh Kumar K.V1-20/+17
2013-06-21powerpc/kvm: Handle transparent hugepage in KVMAneesh Kumar K.V1-3/+5
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-18/+102
2013-04-26KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty mapPaul Mackerras1-9/+52
2013-04-26KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changesPaul Mackerras1-9/+50
2013-04-09constify a bunch of struct file_operations instancesAl Viro1-1/+1
2012-12-06KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidationsPaul Mackerras1-5/+2
2012-12-06KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPTPaul Mackerras1-1/+1
2012-12-06KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPTPaul Mackerras1-0/+24
2012-12-06KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPTPaul Mackerras1-0/+344
2012-12-06KVM: PPC: Book3S HV: Restructure HPT entry creation codePaul Mackerras1-11/+25
2012-10-23KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall1-1/+1
2012-10-05KVM: PPC: Book3S HV: Fix calculation of guest phys address for MMIO emulationPaul Mackerras1-5/+4
2012-10-05KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctlyPaul Mackerras1-5/+28
2012-10-05KVM: PPC: Move kvm->arch.slot_phys into memslot.archPaul Mackerras1-3/+3
2012-10-05KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslotsPaul Mackerras1-4/+13
2012-08-06KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa1-3/+3
2012-07-18KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start()Takuya Yoshikawa1-0/+7
2012-07-18KVM: MMU: Make kvm_handle_hva() handle range of addressesTakuya Yoshikawa1-8/+28
2012-07-18KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()Takuya Yoshikawa1-3/+3
2012-05-30KVM: PPC: Book3S HV: Make the guest hash table size configurablePaul Mackerras1-28/+95
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-18/+13
2012-05-08KVM: PPC: Book3S HV: Fix refcounting of hugepagesDavid Gibson1-9/+13
2012-04-08KVM: PPC: Pass EA to updating emulation opsAlexander Graf1-2/+3