summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-052-10/+2Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-29/+2Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-14/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3036-201/+36Star
* Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-05-192-2/+3
|\
| * powerpc/mm: Fix crashes with hugepages & 4K pagesMichael Ellerman2019-05-151-1/+1
| * powerpc/32s: fix flush_hash_pages() on SMPChristophe Leroy2019-05-141-1/+2
* | powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inlineMasahiro Yamada2019-05-151-4/+4
* | powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inlineMasahiro Yamada2019-05-151-1/+1
* | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-6/+3Star
* | mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-3/+3
* | initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0Star
* | mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-2/+3
|/
* Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-1058-655/+1104
|\
| * powerpc/mm: Fix hugetlb page initializationSachin Sant2019-05-061-1/+1
| * powerpc/mm: fix section mismatch for setup_kup()Christophe Leroy2019-05-061-1/+1
| * powerpc/mm: fix redundant inclusion of pgtable-frag.o in MakefileChristophe Leroy2019-05-061-1/+0Star
| * powerpc/mm: Fix makefile for KASANChristophe Leroy2019-05-062-6/+6
| * powerpc/kasan: add missing/lost MakefileChristophe Leroy2019-05-061-0/+5
| * powerpc/mm: Warn if W+X pages found on bootRussell Currey2019-05-023-1/+48
| * powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointersRussell Currey2019-05-021-10/+22
| * powerpc: remove the __kernel_io_end exportChristoph Hellwig2019-05-021-1/+0Star
| * powerpc/mm: print hash info in a helperChristophe Leroy2019-05-023-2/+25
| * powerpc/32s: don't try to print hash table address.Christophe Leroy2019-05-021-2/+2
| * powerpc/32s: drop Hash_endChristophe Leroy2019-05-022-4/+2Star
| * powerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_ROChristophe Leroy2019-05-021-2/+8
| * powerpc/32s: set up an early static hash table for KASAN.Christophe Leroy2019-05-022-1/+23
| * powerpc/32s: move hash code patching out of MMU_init_hw()Christophe Leroy2019-05-022-14/+23
| * powerpc/32: Add KASAN supportChristophe Leroy2019-05-023-0/+160
| * powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy2019-05-021-0/+6
| * powerpc/32: prepare shadow area for KASANChristophe Leroy2019-05-022-0/+12
| * powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy2019-05-021-10/+0Star
| * powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32Christophe Leroy2019-05-021-6/+28
| * powerpc/book3e: move early_alloc_pgtable() to init sectionChristophe Leroy2019-05-021-2/+2
| * powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy2019-05-022-2/+2
| * powerpc/mm: flatten function __find_linux_pte() step 3Christophe Leroy2019-05-021-49/+49
| * powerpc/mm: flatten function __find_linux_pte() step 2Christophe Leroy2019-05-021-32/+30Star
| * powerpc/mm: flatten function __find_linux_pte() step 1Christophe Leroy2019-05-021-10/+22
| * powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.cChristophe Leroy2019-05-021-7/+5Star
| * powerpc/mm: cleanup HPAGE_SHIFT setupChristophe Leroy2019-05-022-20/+19Star
| * powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy2019-05-021-0/+1
| * powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy2019-05-021-34/+3Star
| * powerpc/mm: add a helper to populate hugepdChristophe Leroy2019-05-021-19/+1Star
| * powerpc/mm: make gup_hugepte() staticChristophe Leroy2019-05-021-19/+19
| * powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGEChristophe Leroy2019-05-022-6/+1Star
| * powerpc/mm: move __find_linux_pte() out of hugetlbpage.cChristophe Leroy2019-05-022-103/+104
| * powerpc/book3e: hugetlbpage is only for CONFIG_PPC_FSL_BOOK3EChristophe Leroy2019-05-022-29/+20Star
| * powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy2019-05-022-44/+0Star
| * powerpc/book3e: drop mmu_get_tsize()Christophe Leroy2019-05-021-5/+0Star
| * powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy2019-05-023-9/+3Star