summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-041-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-021-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
| * powerpc/32s: automatically allocate BAT in setbat()Christophe Leroy2019-11-191-1/+10
| * powerpc/ioremap: warn on early use of ioremap()Christophe Leroy2019-11-192-0/+3
| * powerpc/32: Don't populate page tables for block mapped pages except on the 8xx.Christophe Leroy2019-11-182-7/+50
| * powerpc/mm: Show if a bad page fault on data is read or write.Christophe Leroy2019-11-181-2/+4
| * Merge branch 'topic/kaslr-book3e32' into nextMichael Ellerman2019-11-147-12/+426
| |\
| | * powerpc/fsl_booke/kaslr: support nokaslr cmdline parameterJason Yan2019-11-131-0/+7
| | * powerpc/fsl_booke/kaslr: clear the original kernel if randomizedJason Yan2019-11-133-0/+14
| | * powerpc/fsl_booke/32: randomize the kernel image offsetJason Yan2019-11-131-2/+323
| | * powerpc/fsl_booke/32: implement KASLR infrastructureJason Yan2019-11-134-2/+75
| | * powerpc/fsl_booke/32: introduce reloc_kernel_entry() helperJason Yan2019-11-131-0/+1
| | * powerpc/fsl_booke/32: introduce create_kaslr_tlb_entry() helperJason Yan2019-11-131-0/+1
| | * powerpc: introduce kernstart_virt_addr to store the kernel baseJason Yan2019-11-131-0/+2
| | * powerpc: move memstart_addr and kernstart_addr to init-common.cJason Yan2019-11-133-10/+5
| * | powerpc: Don't flush caches when adding memoryAlastair D'Silva2019-11-071-2/+0
| * | powerpc: Chunk calls to flush_dcache_range in arch_*_memoryAlastair D'Silva2019-11-071-2/+25
| * | powerpc: Convert flush_icache_range & friends to CAlastair D'Silva2019-11-071-1/+149
| * | powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warningAneesh Kumar K.V2019-11-051-0/+1
| * | powerpc/mm/book3s64/radix: Flush the full mm even when need_flush_all is setAneesh Kumar K.V2019-11-051-2/+1
| * | powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_allAneesh Kumar K.V2019-11-051-8/+3
| * | powerpc/mm/book3s64/radix: Remove unused code.Aneesh Kumar K.V2019-11-051-60/+6
| * | powerpc/book3s64/hash: Use secondary hash for bolted mapping if the primary i...Aneesh Kumar K.V2019-10-282-10/+41
| * | powerpc/pseries: Don't fail hash page table insert for bolted mappingAneesh Kumar K.V2019-10-281-1/+8
| * | powerpc/nvdimm: Update vmemmap_populated to check sub-section rangeAneesh Kumar K.V2019-10-281-16/+38
| * | powerpc/pkeys: remove unused pkey_allows_readwriteQian Cai2019-10-111-10/+0
| |/
* | Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel...Christoph Hellwig2019-11-211-5/+15
|\ \
| * | dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne2019-11-011-5/+15
| |/
* / dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
|/
* Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-293-8/+18
|\
| * libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V2019-09-241-1/+16
| * powerpc/book3s64: Export has_transparent_hugepage() related functions.Aneesh Kumar K.V2019-09-242-7/+2
* | Merge tag 'powerpc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-284-23/+141
|\ \
| * | powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V2019-09-242-11/+98
| * | powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V2019-09-242-3/+3
| * | powerpc/mm: Fix an Oops in kasan_mmu_init()Christophe Leroy2019-09-211-1/+14
| * | powerpc/mm: Add a helper to select PAGE_KERNEL_RO or PAGE_READONLYChristophe Leroy2019-09-211-8/+13
| * | powerpc/book3s64/radix: Remove WARN_ON in destroy_context()Aneesh Kumar K.V2019-09-211-1/+14
* | | mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-3/+3
* | | thp: update split_huge_page_pmd() commentKefeng Wang2019-09-251-1/+1