summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/mem.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Drop page_is_ram() and walk_system_ram_range()Christophe Leroy2019-02-041-33/+6
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-1/+2
* powerpc: use mm zones more sensiblyChristoph Hellwig2018-12-201-30/+17
* powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3SChristophe Leroy2018-11-261-2/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()Christophe Leroy2018-10-141-4/+5
* powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-141-2/+2
* powerpc: Avoid code patching freed init sectionsMichael Neuling2018-09-181-0/+2
* treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-151-1/+1
* powerpc/64s/radix: prefetch user address in update_mmu_cacheNicholas Piggin2018-06-031-1/+3
* powerpc/mm: Flush cache on memory hot(un)plugBalbir Singh2018-04-241-0/+2
* powerpc/mm: Use memblock API for PPC32 page_is_ramJonathan Neuschäfer2018-04-011-4/+0
* powerpc/mm: Simplify page_is_ram by using memblock_is_memoryJonathan Neuschäfer2018-04-011-7/+1
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-3/+6
|\
| * powerpc/mm: Pass node id into create_section_mappingNicholas Piggin2018-03-311-2/+2
| * powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin2018-03-301-1/+4
* | powerpc/mm: Fix section mismatch warning in stop_machine_change_mapping()Mauricio Faria de Oliveira2018-03-271-2/+2
|/
* Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-061-6/+5
|\
| * mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig2018-01-081-4/+2
| * mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig2018-01-081-2/+3
* | powerpc: Use pr_warn instead of pr_warningJoe Perches2017-12-041-2/+1
|/
* powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy2017-08-101-1/+1
* powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman2017-07-181-0/+1
* Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-071-5/+15
|\
| * powerpc/vmemmap: Add altmap supportOliver O'Halloran2017-07-021-3/+13
| * powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy2017-06-051-2/+2
* | mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2017-07-061-2/+2
* | mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-061-9/+1
* | mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-061-1/+1
|/
* powerpc/pseries: Automatically resize HPT for memory hot add/removeDavid Gibson2017-02-101-0/+4
* powerpc: Fix build with CONFIG_MEMORY_HOTPLUG on some configsBenjamin Herrenschmidt2016-07-071-0/+10
* powerpc/mm: Ensure "special" zones are emptyOliver O'Halloran2016-06-161-1/+7
* powerpc/mm: Improve readability of update_mmu_cache()Gavin Shan2016-05-111-7/+14
* powerpc/mm: define TOP_ZONE as a constantOliver O'Halloran2016-05-111-12/+5
* powerpc/radix: Update MMU cacheAneesh Kumar K.V2016-05-111-0/+2
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-191-2/+8
|\
| * powerpc/mm: Clean up memory hotplug failure pathsDavid Gibson2016-03-011-2/+8
* | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-1/+1
|/
* powerpc/mm: Allow user space to map rtas_rmo_bufVasant Hegde2016-01-251-2/+2
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-2/+2
|\
| * mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-271-2/+2
* | powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VAScott Wood2015-08-071-7/+7
|/
* powerpc/mm: Use PFN_PHYS() in devmem_is_allowed()Scott Wood2015-06-021-1/+1
* powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman2015-04-101-3/+0
* powerpc: Move sparse_init() into initmem_initAnton Blanchard2014-11-101-0/+1
* powerpc: Remove bootmem allocatorAnton Blanchard2014-11-101-60/+2
* powerpc: Remove ppc_md.remove_memoryAnton Blanchard2014-11-051-2/+12
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2014-10-041-6/+62
|\
| * powerpc/mm: Use common paging_init() for NUMAScott Wood2014-09-191-1/+6