summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-29/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-14/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3036-201/+36
* 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-141-4/+4
* | powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inlineMasahiro Yamada2019-05-141-1/+1
* | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-6/+3
* | 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/+0
* | 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/+0
| * 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-033-1/+48
| * powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointersRussell Currey2019-05-031-10/+22
| * powerpc: remove the __kernel_io_end exportChristoph Hellwig2019-05-031-1/+0
| * powerpc/mm: print hash info in a helperChristophe Leroy2019-05-033-2/+25
| * powerpc/32s: don't try to print hash table address.Christophe Leroy2019-05-031-2/+2
| * powerpc/32s: drop Hash_endChristophe Leroy2019-05-032-4/+2
| * powerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_ROChristophe Leroy2019-05-031-2/+8
| * powerpc/32s: set up an early static hash table for KASAN.Christophe Leroy2019-05-032-1/+23
| * powerpc/32s: move hash code patching out of MMU_init_hw()Christophe Leroy2019-05-032-14/+23
| * powerpc/32: Add KASAN supportChristophe Leroy2019-05-033-0/+160
| * powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy2019-05-031-0/+6
| * powerpc/32: prepare shadow area for KASANChristophe Leroy2019-05-032-0/+12
| * powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy2019-05-031-10/+0
| * powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32Christophe Leroy2019-05-031-6/+28
| * powerpc/book3e: move early_alloc_pgtable() to init sectionChristophe Leroy2019-05-031-2/+2
| * powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy2019-05-032-2/+2
| * powerpc/mm: flatten function __find_linux_pte() step 3Christophe Leroy2019-05-031-49/+49
| * powerpc/mm: flatten function __find_linux_pte() step 2Christophe Leroy2019-05-031-32/+30
| * powerpc/mm: flatten function __find_linux_pte() step 1Christophe Leroy2019-05-031-10/+22
| * powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.cChristophe Leroy2019-05-031-7/+5
| * powerpc/mm: cleanup HPAGE_SHIFT setupChristophe Leroy2019-05-032-20/+19
| * powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy2019-05-031-0/+1
| * powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy2019-05-031-34/+3
| * powerpc/mm: add a helper to populate hugepdChristophe Leroy2019-05-031-19/+1
| * powerpc/mm: make gup_hugepte() staticChristophe Leroy2019-05-031-19/+19
| * powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGEChristophe Leroy2019-05-032-6/+1
| * powerpc/mm: move __find_linux_pte() out of hugetlbpage.cChristophe Leroy2019-05-032-103/+104
| * powerpc/book3e: hugetlbpage is only for CONFIG_PPC_FSL_BOOK3EChristophe Leroy2019-05-032-29/+20
| * powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy2019-05-032-44/+0
| * powerpc/book3e: drop mmu_get_tsize()Christophe Leroy2019-05-031-5/+0
| * powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy2019-05-033-9/+3
| * powerpc/mm: define get_slice_psize() all the timeChristophe Leroy2019-05-031-3/+1
OpenPOWER on IntegriCloud