summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/book3s64/radix_pgtable.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-30powerpc: fix function annotations to avoid section mismatch warnings with gcc-10Vladis Dronov1-2/+2
2020-07-20powerpc/book3s64/kuap: Move UAMOR setup to key init functionAneesh Kumar K.V1-0/+4
2020-07-20powerpc/book3s64/kuep: Add MMU_FTR_KUEPAneesh Kumar K.V1-1/+3
2020-07-20powerpc/mm/radix: Create separate mappings for hot-plugged memoryAneesh Kumar K.V1-11/+80
2020-07-20powerpc/mm/radix: Remove split_kernel_mapping()Bharata B Rao1-76/+19
2020-07-20powerpc/mm/radix: Free PUD table when freeing pagetableBharata B Rao1-0/+16
2020-07-20powerpc/mm/radix: Fix PTE/PMD fragment count for early page table mappingsAneesh Kumar K.V1-4/+11
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-13/+8
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport1-9/+17
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy1-1/+1
2020-05-05powerpc/mm/book3s64: Avoid sending IPI on clearing PMDAneesh Kumar K.V1-12/+7
2020-04-10powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe1-7/+11
2020-03-18powerpc/64s/radix: Fix CONFIG_SMP=n buildNicholas Piggin1-0/+1
2020-01-26powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2Jordan Niethe1-1/+5
2019-12-01powerpc/mm: remove pmd_huge/pud_huge stubs and include hugetlb.hMike Kravetz1-0/+1
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+0
2019-09-24powerpc/book3s64: Export has_transparent_hugepage() related functions.Aneesh Kumar K.V1-7/+0
2019-09-14powerpc/mm/radix: remove useless kernel messagesQian Cai1-3/+0
2019-09-05powerpc/64s: remove unnecessary translation cache flushes at bootNicholas Piggin1-7/+1
2019-09-05powerpc/64s/pseries: radix flush translations before MMU is enabled at bootNicholas Piggin1-4/+2
2019-09-05powerpc/64s: make mmu_partition_table_set_entry TLB flush optionalNicholas Piggin1-1/+1
2019-09-05powerpc/64s: remove register_process_table callbackNicholas Piggin1-33/+12
2019-08-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-3/+5
2019-08-30powerpc/mm: Write to PTCR only if ultravisor disabledClaudio Carvalho1-3/+5
2019-08-27powerpc/mm: refactor ioremap_range() and use ioremap_page_range()Christophe Leroy1-20/+0
2019-08-20powerpc/64s/radix: Fix memory hot-unplug page table splitNicholas Piggin1-2/+2
2019-08-20powerpc/64s/radix: Fix memory hotplug section page table creationNicholas Piggin1-1/+1
2019-07-16mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual1-0/+5
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-15/+134
2019-07-05powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V1-5/+5
2019-07-05powerpc/mm/radix: Use the right page size for vmemmap mappingAneesh Kumar K.V1-9/+7
2019-06-19powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAPNicholas Piggin1-0/+100
2019-06-19powerpc/64s/radix: ioremap use ioremap_page_rangeNicholas Piggin1-0/+21
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-28powerpc/mm: Make some symbols static that can beYueHaibing1-1/+1
2019-05-03powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy1-0/+1124