summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s/radix: Fix memory hotplug section page table creationNicholas Piggin2019-10-071-1/+1
* powerpc/mm/radix: Use the right page size for vmemmap mappingAneesh Kumar K.V2019-09-211-9/+7
* powerpc/64e: Drop stale call to smp_processor_id() which hangs SMP startupChristophe Leroy2019-09-161-1/+0
* powerpc: fix off by one in max_zone_pfn initialization for ZONE_DMAAndrea Arcangeli2019-08-161-1/+1
* powerpc/kasan: fix early boot failure on PPC32Christophe Leroy2019-08-061-2/+5
* powerpc/mm: Limit rma_size to 1TB when running without HV modeSuraj Jitindar Singh2019-07-311-0/+9
* powerpc/mm: Handle page table allocation failuresAneesh Kumar K.V2019-07-311-0/+8
* powerpc/mm: mark more tlb functions as __always_inlineMasahiro Yamada2019-07-312-17/+17
* powerpc/mm/32s: fix condition that is always trueAndreas Schwab2019-07-261-1/+1
* Merge tag 'powerpc-5.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-241-8/+47
|\
| * Merge branch 'context-id-fix' into fixesMichael Ellerman2019-06-131-8/+47
| |\
| | * powerpc/mm/64s/hash: Reallocate context ids on forkMichael Ellerman2019-06-121-4/+42
* | | Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-221-1/+2
|\ \ \
| * | | powerpc: enable a 30-bit ZONE_DMA for 32-bit pmacChristoph Hellwig2019-06-191-1/+2
| |/ /
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | | Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-152-2/+17
|\| |
| * | powerpc/64s: __find_linux_pte() synchronization vs pmdp_invalidate()Nicholas Piggin2019-06-071-2/+14
| * | powerpc/64s: Fix THP PMD collapse serialisationNicholas Piggin2019-06-071-0/+3
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-052-10/+2
* | | 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