summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-181-2/+0
* mm: add account_locked_vm utility functionDaniel Jordan2019-07-161-37/+4
* mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-161-21/+2
* mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual2019-07-161-0/+5
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-141-9/+1
|\
| * memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2019-07-021-9/+1
* | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-1317-188/+285
|\ \
| * | powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy2019-07-051-2/+2
| * | powerpc/mm/hugetlb: Don't enable HugeTLB if we don't have a page table cacheAneesh Kumar K.V2019-07-051-2/+8
| * | powerpc/mm/hugetlb: Fix kernel crash if we fail to allocate page table cachesAneesh Kumar K.V2019-07-051-1/+6
| * | powerpc/mm: Handle page table allocation failuresAneesh Kumar K.V2019-07-051-0/+8
| * | powerpc/mm: pmd_devmap implies pmd_large().Aneesh Kumar K.V2019-07-052-2/+2
| * | powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-054-19/+25
| * | powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap b...Aneesh Kumar K.V2019-07-051-1/+4
| * | powerpc/mm: Consolidate numa_enable check and min_common_depth checkAneesh Kumar K.V2019-07-051-5/+11
| * | powerpc/mm: Fix node look up with numa=off bootAneesh Kumar K.V2019-07-051-3/+3
| * | powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0Aneesh Kumar K.V2019-07-051-4/+6
| * | powerpc/mm/radix: Use the right page size for vmemmap mappingAneesh Kumar K.V2019-07-051-9/+7
| * | powerpc/mm/hash/4k: Don't use 64K page size for vmemmap with 4K pagesizeAneesh Kumar K.V2019-07-051-3/+1
| * | powerpc/pseries: Provide vcpu dispatch statisticsNaveen N. Rao2019-07-041-0/+16
| * | powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/Naveen N. Rao2019-07-044-112/+0
| * | powerpc/pseries: Generalize hcall_vphn()Naveen N. Rao2019-07-042-14/+21
| * | powerpc/mm: mark more tlb functions as __always_inlineMasahiro Yamada2019-07-032-17/+17
| * | powerpc/64s/radix: keep kernel ERAT over local process/guest invalidatesNicholas Piggin2019-07-031-3/+3
| * | powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERATNicholas Piggin2019-07-032-5/+5
| * | 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