summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | powerpc/powernv: remove unused NPU DMA codeChristoph Hellwig2019-07-011-1/+0
| * | Merge branch 'fixes' into nextMichael Ellerman2019-07-014-11/+66
| |\ \
| | * \ Merge tag 'powerpc-5.2-6' into fixesMichael Ellerman2019-07-011-8/+47
| | |\ \
| * | | | powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAPNicholas Piggin2019-06-191-0/+100
| * | | | powerpc/64s/radix: ioremap use ioremap_page_rangeNicholas Piggin2019-06-193-1/+43
| * | | | powerpc/64: __ioremap_at clean up in the error caseNicholas Piggin2019-06-191-7/+20
| * | | | powerpc/mm/32s: fix condition that is always trueAndreas Schwab2019-06-191-1/+1
| * | | | powerpc/mm: Make some symbols static that can beYueHaibing2019-05-283-3/+3
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-121-72/+0
|\ \ \ \ \
| * | | | | mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig2019-07-121-72/+0
* | | | | | Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-111-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ocxl: Allow contexts to be attached with a NULL mmAlastair D'Silva2019-07-031-0/+5
* | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-3/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
| * | | | | signal: Remove task parameter from force_sig_mceerrEric W. Biederman2019-05-271-2/+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