aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-28powerpc: use the generic dma coherent remap allocatorChristoph Hellwig1-4/+0
2019-08-20powerpc/mm: move update_mmu_cache() into book3s hash utils.Christophe Leroy1-52/+0
2019-08-20powerpc/mm: move FSL_BOOK3 version of update_mmu_cache()Christophe Leroy1-8/+0
2019-08-20powerpc/mm: define empty update_mmu_cache() as static inlineChristophe Leroy1-4/+7
2019-08-20powerpc/mm: don't display empty early ioremap areaChristophe Leroy1-2/+3
2019-07-24Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand1-2/+0
2019-07-15powerpc: fix off by one in max_zone_pfn initialization for ZONE_DMAAndrea Arcangeli1-1/+1
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-9/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+2
2019-07-05powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy1-2/+2
2019-07-02memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig1-9/+1
2019-06-22Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+2
2019-06-19powerpc: enable a 30-bit ZONE_DMA for 32-bit pmacChristoph Hellwig1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand1-6/+3
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko1-3/+3
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-7/+0
2019-05-03powerpc/32: prepare shadow area for KASANChristophe Leroy1-0/+4
2019-05-02powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Christophe Leroy1-1/+1
2019-04-21powerpc/mm: Fix section mismatch warningAneesh Kumar K.V1-4/+4
2019-04-20powerpc/mm: move warning from resize_hpt_for_hotplug()Laurent Vivier1-1/+2
2019-02-21Merge branch 'topic/dma' into nextMichael Ellerman1-22/+0
2019-02-18powerpc/dma: use the dma-direct allocator for coherent platformsChristoph Hellwig1-22/+0
2019-02-04powerpc: Drop page_is_ram() and walk_system_ram_range()Christophe Leroy1-33/+6
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-1/+2
2018-12-20powerpc: use mm zones more sensiblyChristoph Hellwig1-30/+17
2018-11-26powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3SChristophe Leroy1-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-14powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()Christophe Leroy1-4/+5
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy1-2/+2
2018-09-18powerpc: Avoid code patching freed init sectionsMichael Neuling1-0/+2
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner1-1/+1
2018-06-03powerpc/64s/radix: prefetch user address in update_mmu_cacheNicholas Piggin1-1/+3
2018-04-24powerpc/mm: Flush cache on memory hot(un)plugBalbir Singh1-0/+2
2018-04-01powerpc/mm: Use memblock API for PPC32 page_is_ramJonathan Neuschäfer1-4/+0
2018-04-01powerpc/mm: Simplify page_is_ram by using memblock_is_memoryJonathan Neuschäfer1-7/+1
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman1-3/+6
2018-03-31powerpc/mm: Pass node id into create_section_mappingNicholas Piggin1-2/+2
2018-03-30powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin1-1/+4
2018-03-27powerpc/mm: Fix section mismatch warning in stop_machine_change_mapping()Mauricio Faria de Oliveira1-2/+2
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-6/+5
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig1-4/+2
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig1-2/+3
2017-12-04powerpc: Use pr_warn instead of pr_warningJoe Perches1-2/+1
2017-08-10powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy1-1/+1
2017-07-18powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman1-0/+1
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-5/+15
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko1-2/+2