summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_64_mmu_hv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-ppc-fixes-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2018-09-041-1/+1
|\
| * KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate functionPaul Mackerras2018-08-201-1/+1
* | powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy2018-07-301-1/+0
|/
* Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2018-06-141-0/+3
|\
| * KVM: PPC: Book3S HV: Lockless tlbie for HPT hcallsNicholas Piggin2018-05-181-0/+3
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
|/
* KVM: PPC: Remove unused kvm_unmap_hva callbackPaul Mackerras2018-03-191-9/+0
* Merge tag 'kvm-ppc-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář2018-02-091-13/+25
|\
| * KVM: PPC: Book3S HV: Make HPT resizing work on POWER9David Gibson2018-02-091-7/+23
| * KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing codePaul Mackerras2018-02-091-6/+2
* | KVM: PPC: Book3S HV: Always flush TLB in kvmppc_alloc_reset_hpt()David Gibson2018-01-101-2/+4
* | KVM: PPC: Book3S HV: Fix use after free in case of multiple resize requestsSerhii Popovych2017-12-061-15/+35
* | KVM: PPC: Book3S HV: Drop prepare_done from struct kvm_resize_hptSerhii Popovych2017-12-061-17/+27
|/
* KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hostsPaul Mackerras2017-11-231-14/+23
* Merge branch 'kvm-ppc-fixes' into kvm-ppc-nextPaul Mackerras2017-11-091-0/+10
|\
| * KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updatesPaul Mackerras2017-11-081-0/+10
* | KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix hostPaul Mackerras2017-11-011-10/+12
* | KVM: PPC: Book3S HV: Unify dirty page map between HPT and radixPaul Mackerras2017-11-011-28/+11
* | KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_readyPaul Mackerras2017-11-011-18/+18
* | KVM: PPC: Book3S HV: Don't rely on host's page size informationPaul Mackerras2017-11-011-6/+7
* | KVM: PPC: Book3S HV: Explicitly disable HPT operations on radix guestsPaul Mackerras2017-10-161-3/+10
* | KVM: PPC: Book3S HV: Delete an error message for a failed memory allocation i...Markus Elfring2017-10-141-1/+0
|/
* KVM: PPC: Book3S HV: Fix memory leak in kvm_vm_ioctl_get_htab_fdnixiaoming2017-09-011-0/+1
* Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-08-311-2/+3
|\
| * powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V2017-08-171-2/+3
* | KVM: PPC: Book3S HV: Fix host crash on changing HPT sizePaul Mackerras2017-07-241-1/+3
|/
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
* KVM: PPC: Book3S HV: Check for kmalloc errors in ioctlDan Carpenter2017-04-061-0/+4
* power/mm: update pte_write and pte_wrprotect to handle savedwriteAneesh Kumar K.V2017-03-091-1/+1
* 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