summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/kasan: fix early boot failure on PPC32Christophe Leroy2019-07-311-2/+5
* Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-242-1/+10
|\
| * powerpc: fix off by one in max_zone_pfn initialization for ZONE_DMAAndrea Arcangeli2019-07-151-1/+1
| * powerpc/mm: Limit rma_size to 1TB when running without HV modeSuraj Jitindar Singh2019-07-151-0/+9
* | mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-191-2/+0Star
* | mm: add account_locked_vm utility functionDaniel Jordan2019-07-171-37/+4Star
* | mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-171-21/+2Star
* | mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual2019-07-171-0/+5
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-151-9/+1Star
|\ \ | |/ |/|
| * memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2019-07-021-9/+1Star
* | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-1417-188/+285
|\ \
| * | powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy2019-07-041-2/+2
| * | powerpc/mm/hugetlb: Don't enable HugeTLB if we don't have a page table cacheAneesh Kumar K.V2019-07-041-2/+8
| * | powerpc/mm/hugetlb: Fix kernel crash if we fail to allocate page table cachesAneesh Kumar K.V2019-07-041-1/+6
| * | powerpc/mm: Handle page table allocation failuresAneesh Kumar K.V2019-07-041-0/+8
| * | powerpc/mm: pmd_devmap implies pmd_large().Aneesh Kumar K.V2019-07-042-2/+2
| * | powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-044-19/+25
| * | powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap b...Aneesh Kumar K.V2019-07-041-1/+4
| * | powerpc/mm: Consolidate numa_enable check and min_common_depth checkAneesh Kumar K.V2019-07-041-5/+11
| * | powerpc/mm: Fix node look up with numa=off bootAneesh Kumar K.V2019-07-041-3/+3
| * | powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0Aneesh Kumar K.V2019-07-041-4/+6
| * | powerpc/mm/radix: Use the right page size for vmemmap mappingAneesh Kumar K.V2019-07-041-9/+7Star
| * | powerpc/mm/hash/4k: Don't use 64K page size for vmemmap with 4K pagesizeAneesh Kumar K.V2019-07-041-3/+1Star
| * | 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/+0Star
| * | 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/+0Star
| * | 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/+0Star
|\ \ \ \ \
| * | | | | mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig2019-07-121-72/+0Star
* | | | | | Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-121-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-091-3/+2Star
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | 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/+1Star
| | |/ / / | |/| | |
* | | | | 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/+1Star