summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc: add support for folded p4d page tablesMike Rapoport2020-06-0410-56/+97
* hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz2020-06-031-2/+1
* hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-06-031-15/+0
* hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-06-031-7/+13
* mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
* powerpc: remove __ioremap_at and __iounmap_atChristoph Hellwig2020-06-021-50/+0
* Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy2020-05-201-6/+8
* powerpc/8xx: Fix STRICT_KERNEL_RWX startup test failureChristophe Leroy2020-04-221-0/+3
* mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-101-1/+2
* powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe2020-04-104-14/+21
* mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-101-2/+2
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-101-1/+1
* Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-081-0/+21
|\
| * mm/memremap_pages: Introduce memremap_compat_align()Dan Williams2020-02-201-0/+21
* | mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* | Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-0517-135/+160
|\ \
| * | powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.Christophe Leroy2020-03-251-8/+6
| * | powerpc/kasan: Fix kasan_remap_early_shadow_ro()Christophe Leroy2020-03-251-1/+1
| * | powerpc/64s/radix: Fix CONFIG_SMP=n buildNicholas Piggin2020-03-182-1/+7
| * | powerpc/fsl_booke: Avoid creating duplicate tlb1 entryLaurentiu Tudor2020-03-171-1/+11
| * | Merge branch 'fixes' into nextMichael Ellerman2020-03-105-50/+46
| |\ \
| * | | powerpc/numa: Remove late request for home node associativitySrikar Dronamraju2020-03-041-9/+0
| * | | powerpc/numa: Early request for home node associativitySrikar Dronamraju2020-03-041-1/+40
| * | | powerpc/numa: Use cpu node map of first sibling threadSrikar Dronamraju2020-03-041-2/+20
| * | | powerpc/numa: Handle extra hcall_vphn error casesSrikar Dronamraju2020-03-041-9/+16
| * | | powerpc/book3s64: Fix error handling in mm_iommu_do_alloc()Alexey Kardashevskiy2020-03-041-18/+21
| * | | powerpc/mm: ptdump: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-03-044-20/+11
| * | | powerpc/mm: book3s64: hash_utils: no need to check return value of debugfs_cr...Greg Kroah-Hartman2020-03-041-5/+2
| * | | powerpc/32: drop get_pteptr()Christophe Leroy2020-02-262-42/+2
| * | | powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy2020-02-266-12/+11
| * | | powerpc/32s: Slenderize _tlbia() for powerpc 603/603eChristophe Leroy2020-02-191-5/+8
| * | | powerpc/32s: Don't flush all TLBs when flushing one pageChristophe Leroy2020-02-191-2/+5
| | |/ | |/|
* | | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-6/+0
* | | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | | powerpc/mm: use helper fault_signal_pending()Peter Xu2020-04-021-8/+4
* | | mm/vma: make vma_is_foreign() available for general useAnshuman Khandual2020-04-021-12/+0
* | | powerpc/kasan: Fix shadow memory protection with CONFIG_KASAN_VMALLOCChristophe Leroy2020-03-131-7/+2
| |/ |/|
* | powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()Michael Ellerman2020-03-051-0/+2
* | powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy2020-02-183-39/+26
* | powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page sizeChristophe Leroy2020-02-171-11/+18
|/
* Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-0412-80/+125
|\
| * Merge branch 'topic/user-access-begin' into nextMichael Ellerman2020-02-011-1/+1
| |\
| | * powerpc/32s: Fix bad_kuap_fault()Christophe Leroy2020-01-281-1/+1
| * | powerpc/32s: Fix kasan_early_hash_table() for CONFIG_VMAP_STACKChristophe Leroy2020-01-301-2/+5
| * | powerpc/32: Reuse orphaned memblocks in kasan_init_shadow_page_tables()Christophe Leroy2020-01-271-3/+3
| * | powerpc/32: Simplify KASAN initChristophe Leroy2020-01-271-21/+5
| * | powerpc/32: Force KASAN_VMALLOC for modulesChristophe Leroy2020-01-271-26/+5
| * | powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy2020-01-272-1/+36
| * | powerpc/mm: Don't log user reads to 0xffffffffChristophe Leroy2020-01-271-0/+3
| * | powerpc/32s: Enable CONFIG_VMAP_STACKChristophe Leroy2020-01-272-19/+36