aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-29/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner36-201/+36
2019-05-19Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus 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/git/powerpc/linuxLinus 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
2019-05-03powerpc/32s: don't try to print hash table address.Christophe Leroy1-2/+2
2019-05-03powerpc/32s: drop Hash_endChristophe Leroy2-4/+2
2019-05-03powerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_ROChristophe Leroy1-2/+8
2019-05-03powerpc/32s: set up an early static hash table for KASAN.Christophe Leroy2-1/+23
2019-05-03powerpc/32s: move hash code patching out of MMU_init_hw()Christophe Leroy2-14/+23
2019-05-03powerpc/32: Add KASAN supportChristophe Leroy3-0/+160
2019-05-03powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy1-0/+6
2019-05-03powerpc/32: prepare shadow area for KASANChristophe Leroy2-0/+12
2019-05-03powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy1-10/+0
2019-05-03powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32Christophe Leroy1-6/+28
2019-05-03powerpc/book3e: move early_alloc_pgtable() to init sectionChristophe Leroy1-2/+2
2019-05-03powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy2-2/+2
2019-05-03powerpc/mm: flatten function __find_linux_pte() step 3Christophe Leroy1-49/+49
2019-05-03powerpc/mm: flatten function __find_linux_pte() step 2Christophe Leroy1-32/+30
2019-05-03powerpc/mm: flatten function __find_linux_pte() step 1Christophe Leroy1-10/+22
2019-05-03powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.cChristophe Leroy1-7/+5
2019-05-03powerpc/mm: cleanup HPAGE_SHIFT setupChristophe Leroy2-20/+19
2019-05-03powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy1-0/+1
2019-05-03powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy1-34/+3
2019-05-03powerpc/mm: add a helper to populate hugepdChristophe Leroy1-19/+1
2019-05-03powerpc/mm: make gup_hugepte() staticChristophe Leroy1-19/+19
2019-05-03powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGEChristophe Leroy2-6/+1
2019-05-03powerpc/mm: move __find_linux_pte() out of hugetlbpage.cChristophe Leroy2-103/+104
2019-05-03powerpc/book3e: hugetlbpage is only for CONFIG_PPC_FSL_BOOK3EChristophe Leroy2-29/+20
2019-05-03powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy2-44/+0
2019-05-03powerpc/book3e: drop mmu_get_tsize()Christophe Leroy1-5/+0
2019-05-03powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy3-9/+3
2019-05-03powerpc/mm: define get_slice_psize() all the timeChristophe Leroy1-3/+1