summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_64_mmu_radix.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-9/+3Star
|\
| * powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-041-9/+3Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-3/+1Star
|/
* KVM: PPC: Book3S HV: Add KVM stat largepages_[2M/1G]Suraj Jitindar Singh2019-02-191-1/+14
* KVM: PPC: Book3S HV: radix: Fix uninitialized var build errorMichael Ellerman2018-12-301-1/+1
* KVM: PPC: Book3S HV: Keep rc bits in shadow pgtable in sync with hostSuraj Jitindar Singh2018-12-211-4/+18
* KVM: PPC: Book3S HV: Introduce kvmhv_update_nest_rmap_rc_list()Suraj Jitindar Singh2018-12-211-2/+2
* KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L3 guestSuraj Jitindar Singh2018-12-171-5/+4Star
* KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants...Suraj Jitindar Singh2018-12-171-3/+4
* KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2Suraj Jitindar Singh2018-12-171-0/+97
* KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/offPaul Mackerras2018-12-171-0/+20
* KVM: PPC: Book3S HV: Cleanups - constify memslots, fix commentsPaul Mackerras2018-12-171-4/+5
* KVM: PPC: Book3S HV: Map single pages when doing dirty page loggingPaul Mackerras2018-12-171-2/+6
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-261-182/+536
|\
| * KVM: PPC: Book3S HV: Add nested shadow page tables to debugfsPaul Mackerras2018-10-091-3/+36
| * KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nestedPaul Mackerras2018-10-091-2/+28
| * KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappingsSuraj Jitindar Singh2018-10-091-13/+31
| * KVM: PPC: Book3S HV: Handle page fault for a nested guestSuraj Jitindar Singh2018-10-091-83/+111
| * KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()Paul Mackerras2018-10-091-20/+13Star
| * KVM: PPC: Book3S HV: Refactor radix page fault handlerSuraj Jitindar Singh2018-10-091-87/+123
| * KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agno...Suraj Jitindar Singh2018-10-091-34/+75
| * KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappingsPaul Mackerras2018-10-091-0/+179
* | KVM: PPC: Book3S HV: Avoid crash from THP collapse during radix page faultPaul Mackerras2018-10-041-0/+10
|/
* KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping sizeNicholas Piggin2018-09-121-54/+37Star
* Merge tag 'kvm-ppc-fixes-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář2018-09-041-3/+3
|\
| * KVM: PPC: Book3S HV: Use correct pagesize in kvm_unmap_radix()Paul Mackerras2018-08-151-3/+3
* | powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-14/+1Star
|/
* KVM: PPC: Book3S HV: radix: Do not clear partition PTE when RC or write bits ...Nicholas Piggin2018-05-181-21/+47
* KVM: PPC: Book3S HV: radix: Refine IO region partition scope attributesNicholas Piggin2018-05-181-3/+7
* KVM: PPC: Book3S HV: Make radix use the Linux translation flush functions for...Nicholas Piggin2018-05-181-28/+8Star
* KVM: PPC: Book3S HV: Recursively unmap all page table entries when unmappingNicholas Piggin2018-05-181-54/+138
* KVM: PPC: Book3S HV: Use a helper to unmap ptes in the radix fault pathNicholas Piggin2018-05-181-23/+23
* Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2018-05-181-5/+31
|\
| * powerpc/kvm: Switch kvm pmd allocator to custom allocatorAneesh Kumar K.V2018-05-151-5/+31
* | KVM: PPC: Book3S HV: Make radix clear pte when unmappingNicholas Piggin2018-05-171-1/+1
* | KVM: PPC: Book3S HV: Make radix use correct tlbie sequence in kvmppc_radix_tl...Nicholas Piggin2018-05-171-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-125/+208
|\
| * KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot() in page fault handlerPaul Mackerras2018-03-271-60/+88
| * KVM: PPC: Book3S HV: Handle 1GB pages in radix page fault handlerPaul Mackerras2018-03-191-36/+93
| * KVM: PPC: Book3S HV: Streamline setting of reference and change bitsPaul Mackerras2018-03-191-33/+19Star
| * KVM: PPC: Book3S HV: Radix page fault handler optimizationsPaul Mackerras2018-03-191-15/+27
* | Merge tag 'powerpc-4.16-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-03-291-0/+3
|\ \ | |/ |/|
| * powerpc/mm: Fixup tlbie vs store ordering issue on POWER9Aneesh Kumar K.V2018-03-231-0/+3
* | KVM: PPC: Book3S HV: Fix handling of large pages in radix page fault handlerPaul Mackerras2018-03-021-26/+43
|/
* KVM: PPC: Book3S HV: Fix typo in kvmppc_hv_get_dirty_log_radix()Paul Mackerras2017-11-231-1/+1
* KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix hostPaul Mackerras2017-11-011-0/+1
* KVM: PPC: Book3S HV: Unify dirty page map between HPT and radixPaul Mackerras2017-11-011-41/+9Star
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-08-171-14/+14
|\
| * powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V2017-08-171-14/+14
* | powerpc/mm: Update definitions of DSISR bitsBenjamin Herrenschmidt2017-08-031-2/+2
|/