summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/mem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams2020-11-221-0/+1
* Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-161-1/+5
|\
| * powerpc/pseries/svm: Allocate SWIOTLB buffer anywhere in memoryThiago Jung Bauermann2020-09-141-1/+5
* | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-141-6/+10
* | arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport2020-10-141-7/+8
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-3/+0
|\
| * mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-2/+0
| * mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | powerpc/mm: Limit resize_hpt_for_hotplug() call to hash guests onlyBharata B Rao2020-07-291-5/+0
|/
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-081-1/+1
* powerpc: unexport flush_icache_user_rangeChristoph Hellwig2020-06-081-1/+0
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-0/+2
|\
| * powerpc/mem: Blacklist flush_dcache_icache_phys() for kprobeChristophe Leroy2020-06-021-0/+2
* | arch/kmap: ensure kmap_prot visibilityIra Weiny2020-06-051-3/+0
* | mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-041-1/+1
|/
* mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-111-1/+2
* powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe2020-04-111-2/+3
* mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-111-2/+2
* Merge branch 'fixes' into nextMichael Ellerman2020-03-101-0/+2
|\
| * powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()Michael Ellerman2020-03-051-0/+2
* | powerpc/32: drop get_pteptr()Christophe Leroy2020-02-261-5/+0
* | powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy2020-02-261-2/+1
|/
* powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy2020-01-271-0/+4
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-041-2/+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 tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-301-8/+175
|\
| * 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: 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
* | dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne2019-11-011-5/+15
|/
* powerpc: use the generic dma coherent remap allocatorChristoph Hellwig2019-08-281-4/+0
* powerpc/mm: move update_mmu_cache() into book3s hash utils.Christophe Leroy2019-08-201-52/+0
* powerpc/mm: move FSL_BOOK3 version of update_mmu_cache()Christophe Leroy2019-08-201-8/+0
* powerpc/mm: define empty update_mmu_cache() as static inlineChristophe Leroy2019-08-201-4/+7
* powerpc/mm: don't display empty early ioremap areaChristophe Leroy2019-08-201-2/+3
* Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-241-1/+1
|\
| * powerpc: fix off by one in max_zone_pfn initialization for ZONE_DMAAndrea Arcangeli2019-07-151-1/+1
* | mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-191-2/+0
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-151-9/+1
|\ \ | |/ |/|
| * memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2019-07-021-9/+1
* | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-2/+2
|\ \ | |/ |/|
| * powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy2019-07-041-2/+2
* | Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-06-221-1/+2
|\|
| * powerpc: enable a 30-bit ZONE_DMA for 32-bit pmacChristoph Hellwig2019-06-191-1/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-6/+3