summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2019-07-05powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy1-2/+2
2019-07-05powerpc/mm/hugetlb: Don't enable HugeTLB if we don't have a page table cacheAneesh Kumar K.V1-2/+8
2019-07-05powerpc/mm/hugetlb: Fix kernel crash if we fail to allocate page table cachesAneesh Kumar K.V1-1/+6
2019-07-05powerpc/mm: Handle page table allocation failuresAneesh Kumar K.V1-0/+8
2019-07-05powerpc/mm: pmd_devmap implies pmd_large().Aneesh Kumar K.V2-2/+2
2019-07-05powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V4-19/+25
2019-07-05powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap b...Aneesh Kumar K.V1-1/+4
2019-07-05powerpc/mm: Consolidate numa_enable check and min_common_depth checkAneesh Kumar K.V1-5/+11
2019-07-05powerpc/mm: Fix node look up with numa=off bootAneesh Kumar K.V1-3/+3
2019-07-05powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0Aneesh Kumar K.V1-4/+6
2019-07-05powerpc/mm/radix: Use the right page size for vmemmap mappingAneesh Kumar K.V1-9/+7
2019-07-05powerpc/mm/hash/4k: Don't use 64K page size for vmemmap with 4K pagesizeAneesh Kumar K.V1-3/+1
2019-07-04powerpc/pseries: Provide vcpu dispatch statisticsNaveen N. Rao1-0/+16
2019-07-04powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/Naveen N. Rao4-112/+0
2019-07-04powerpc/pseries: Generalize hcall_vphn()Naveen N. Rao2-14/+21
2019-07-03powerpc/mm: mark more tlb functions as __always_inlineMasahiro Yamada2-17/+17
2019-07-03powerpc/64s/radix: keep kernel ERAT over local process/guest invalidatesNicholas Piggin1-3/+3
2019-07-03powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERATNicholas Piggin2-5/+5
2019-07-01powerpc/powernv: remove unused NPU DMA codeChristoph Hellwig1-1/+0
2019-07-01Merge branch 'fixes' into nextMichael Ellerman4-11/+66
2019-07-01Merge tag 'powerpc-5.2-6' into fixesMichael Ellerman1-8/+47
2019-06-19powerpc: enable a 30-bit ZONE_DMA for 32-bit pmacChristoph Hellwig1-1/+2
2019-06-19powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAPNicholas Piggin1-0/+100
2019-06-19powerpc/64s/radix: ioremap use ioremap_page_rangeNicholas Piggin3-1/+43
2019-06-19powerpc/64: __ioremap_at clean up in the error caseNicholas Piggin1-7/+20
2019-06-19powerpc/mm/32s: fix condition that is always trueAndreas Schwab1-1/+1
2019-06-13Merge branch 'context-id-fix' into fixesMichael Ellerman1-8/+47
2019-06-12powerpc/mm/64s/hash: Reallocate context ids on forkMichael Ellerman1-4/+42
2019-06-07powerpc/64s: __find_linux_pte() synchronization vs pmdp_invalidate()Nicholas Piggin1-2/+14
2019-06-07powerpc/64s: Fix THP PMD collapse serialisationNicholas Piggin1-0/+3
2019-05-28powerpc/mm: Make some symbols static that can beYueHaibing3-3/+3
2019-05-19Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-2/+3
2019-05-14powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inlineMasahiro Yamada1-4/+4
2019-05-14powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inlineMasahiro Yamada1-1/+1
2019-05-15powerpc/mm: Fix crashes with hugepages & 4K pagesMichael Ellerman1-1/+1
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand1-6/+3
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko1-3/+3
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-7/+0
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny1-2/+3
2019-05-14powerpc/32s: fix flush_hash_pages() on SMPChristophe Leroy1-1/+2
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds58-655/+1104
2019-05-06powerpc/mm: Fix hugetlb page initializationSachin Sant1-1/+1
2019-05-06powerpc/mm: fix section mismatch for setup_kup()Christophe Leroy1-1/+1
2019-05-06powerpc/mm: fix redundant inclusion of pgtable-frag.o in MakefileChristophe Leroy1-1/+0
2019-05-06powerpc/mm: Fix makefile for KASANChristophe Leroy2-6/+6
2019-05-06powerpc/kasan: add missing/lost MakefileChristophe Leroy1-0/+5
2019-05-03powerpc/mm: Warn if W+X pages found on bootRussell Currey3-1/+48
2019-05-03powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointersRussell Currey1-10/+22
2019-05-03powerpc: remove the __kernel_io_end exportChristoph Hellwig1-1/+0
2019-05-03powerpc/mm: print hash info in a helperChristophe Leroy3-2/+25