summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_64_mmu_hv.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV: Disable HPT resizing on POWER9 for nowPaul Mackerras2017-02-181-0/+6
* KVM: PPC: Book3S HV: Turn "KVM guest htab" message into a debug messageThomas Huth2017-02-171-2/+2
* KVM: PPC: Book3S HV: Prevent double-free on HPT resize commit pathDavid Gibson2017-02-161-0/+3
* KVM: PPC: Book3S HV: KVM-HV HPT resizing implementationDavid Gibson2017-01-311-1/+187
* KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementationDavid Gibson2017-01-311-0/+191
* KVM: PPC: Book3S HV: Create kvmppc_unmap_hpte_helper()David Gibson2017-01-311-33/+44
* KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT sizeDavid Gibson2017-01-311-13/+16
* KVM: PPC: Book3S HV: Split HPT allocation from activationDavid Gibson2017-01-311-50/+47
* KVM: PPC: Book3S HV: Don't store values derivable from HPT orderDavid Gibson2017-01-311-15/+13
* KVM: PPC: Book3S HV: Gather HPT related variables into sub-structureDavid Gibson2017-01-311-46/+46
* KVM: PPC: Book3S HV: Rename kvm_alloc_hpt() for clarityDavid Gibson2017-01-311-4/+4
* KVM: PPC: Book3S HV: Enable radix guest supportPaul Mackerras2017-01-311-1/+0
* KVM: PPC: Book3S HV: Implement dirty page logging for radix guestsPaul Mackerras2017-01-311-17/+11
* KVM: PPC: Book3S HV: MMU notifier callbacks for radix guestsPaul Mackerras2017-01-311-21/+43
* KVM: PPC: Book3S HV: Page table construction and page faults for radix guestsPaul Mackerras2017-01-311-2/+5
* KVM: PPC: Book3S HV: Add basic infrastructure for radix guestsPaul Mackerras2017-01-311-2/+8
* KVM: PPC: Book3S HV: Adapt to new HPTE format on POWER9Paul Mackerras2016-11-241-9/+30
* KVM: PPC: Book3S HV: Add a per vcpu cache for recently page faulted MMIO entriesYongji Xie2016-11-211-0/+16
* KVM: PPC: Book3S HV: Clear the key field of HPTE when the page is paged outYongji Xie2016-11-211-1/+3
* KVM: PPC: Book3S HV: Fix sparse static warningDaniel Axtens2016-11-211-2/+2
* powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V2016-05-011-6/+5
* powerpc/mm: Move hash related mmu-*.h headers to book3s/Aneesh Kumar K.V2016-03-031-1/+1
* Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-11-051-1/+1
|\
| * powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V2015-10-121-1/+1
* | KVM: PPC: Book3S HV: Don't fall back to smaller HPT size in allocation ioctlPaul Mackerras2015-10-211-1/+2
|/
* KVM: PPC: Book3S HV: Fix bug in dirty page trackingPaul Mackerras2015-08-221-1/+7
* KVM: use kvm_memslots whenever possiblePaolo Bonzini2015-05-261-1/+1
* 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