summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)Author
2019-06-24Merge tag 'powerpc-5.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-06-22Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19powerpc: enable a 30-bit ZONE_DMA for 32-bit pmacChristoph Hellwig
2019-06-15Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-06-13Merge branch 'context-id-fix' into fixesMichael Ellerman
2019-06-12powerpc/mm/64s/hash: Reallocate context ids on forkMichael Ellerman
2019-06-07powerpc/64s: __find_linux_pte() synchronization vs pmdp_invalidate()Nicholas Piggin
2019-06-07powerpc/64s: Fix THP PMD collapse serialisationNicholas Piggin
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-19Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-05-14powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inlineMasahiro Yamada
2019-05-14powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inlineMasahiro Yamada
2019-05-15powerpc/mm: Fix crashes with hugepages & 4K pagesMichael Ellerman
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny
2019-05-14powerpc/32s: fix flush_hash_pages() on SMPChristophe Leroy
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-06powerpc/mm: Fix hugetlb page initializationSachin Sant
2019-05-06powerpc/mm: fix section mismatch for setup_kup()Christophe Leroy
2019-05-06powerpc/mm: fix redundant inclusion of pgtable-frag.o in MakefileChristophe Leroy
2019-05-06powerpc/mm: Fix makefile for KASANChristophe Leroy
2019-05-06powerpc/kasan: add missing/lost MakefileChristophe Leroy
2019-05-03powerpc/mm: Warn if W+X pages found on bootRussell Currey
2019-05-03powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointersRussell Currey
2019-05-03powerpc: remove the __kernel_io_end exportChristoph Hellwig
2019-05-03powerpc/mm: print hash info in a helperChristophe Leroy
2019-05-03powerpc/32s: don't try to print hash table address.Christophe Leroy
2019-05-03powerpc/32s: drop Hash_endChristophe Leroy
2019-05-03powerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_ROChristophe Leroy
2019-05-03powerpc/32s: set up an early static hash table for KASAN.Christophe Leroy
2019-05-03powerpc/32s: move hash code patching out of MMU_init_hw()Christophe Leroy
2019-05-03powerpc/32: Add KASAN supportChristophe Leroy
2019-05-03powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy
2019-05-03powerpc/32: prepare shadow area for KASANChristophe Leroy
2019-05-03powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy
2019-05-03powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32Christophe Leroy
2019-05-03powerpc/book3e: move early_alloc_pgtable() to init sectionChristophe Leroy
2019-05-03powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy
2019-05-03powerpc/mm: flatten function __find_linux_pte() step 3Christophe Leroy
2019-05-03powerpc/mm: flatten function __find_linux_pte() step 2Christophe Leroy
2019-05-03powerpc/mm: flatten function __find_linux_pte() step 1Christophe Leroy
2019-05-03powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.cChristophe Leroy
2019-05-03powerpc/mm: cleanup HPAGE_SHIFT setupChristophe Leroy
2019-05-03powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy