summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* 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/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
* | 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
|/
* 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
| * | powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2Jordan Niethe2020-01-262-1/+8
| * | powerpc: use probe_user_read() and probe_user_write()Christophe Leroy2020-01-261-5/+1
| * | powerpc/8xx: Fix permanently mapped IMMR region.Christophe Leroy2020-01-231-6/+7
| * | powerpc/ptdump: Fix W+X verificationChristophe Leroy2020-01-231-1/+3
| * | powerpc/ptdump: Fix W+X verification call in mark_rodata_ro()Christophe Leroy2020-01-231-0/+1
| * | powerpc/ptdump: don't entirely rebuild kernel when selecting CONFIG_PPC_DEBUG_WXChristophe Leroy2020-01-232-0/+8
| * | powerpc/book3s64/hash: Disable 16M linear mapping size if not alignedRussell Currey2020-01-161-1/+10
| |/
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-6/+6
* | powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V2020-02-041-7/+0
* | mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-2/+2
* | powerpc: book3s64: convert to pin_user_pages() and put_user_page()John Hubbard2020-01-311-5/+5
|/
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-041-2/+1
* powerpc/mm: Mark get_slice_psize() & slice_addr_is_low() as notraceMichael Ellerman2019-12-231-2/+2
* powerpc/8xx: fix bogus __init on mmu_mapin_ram_chunk()Christophe Leroy2019-12-161-1/+1
* powerpc: Ensure that swiotlb buffer is allocated from low memoryMike Rapoport2019-12-131-0/+8
* powerpc/pmem: Fix kernel crash due to wrong range value usage in flush_dcache...Aneesh Kumar K.V2019-12-051-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-011-0/+1
|\
| * powerpc/mm: remove pmd_huge/pud_huge stubs and include hugetlb.hMike Kravetz2019-12-011-0/+1
* | Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-3018-135/+764
|\ \ | |/ |/|
| * powerpc/fixmap: fix crash with HIGHMEMChristophe Leroy2019-11-291-0/+6
| * powerpc/fixmap: don't clear fixmap area in paging_init()Christophe Leroy2019-11-251-8/+0