summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/mem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-08-101-0/+1
|\
| * powerpc/mm: Export memory_add_physaddr_to_nid() for modulesMichael Ellerman2022-07-291-0/+1
* | Merge branch 'fixes' into nextMichael Ellerman2022-07-091-1/+32
|\ \
| * | powerpc/memhotplug: Add add_pages override for PPCAneesh Kumar K.V2022-06-291-1/+32
| |/
* / powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy2022-06-201-0/+1
|/
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-281-0/+4
|\
| * powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao2022-05-221-0/+2
| * powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy2022-05-111-0/+2
* | swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionChristoph Hellwig2022-04-181-4/+1
* | swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-1/+2
|/
* Revert "powerpc: Set max_mapnr correctly"Kefeng Wang2022-04-071-1/+1
* powerpc/code-patching: Remove init_mem_is_freeChristophe Leroy2021-12-231-2/+0
* Revert "powerpc/code-patching: Improve verification of patchability"Michael Ellerman2021-11-291-0/+2
* powerpc/code-patching: Improve verification of patchabilityChristophe Leroy2021-11-251-2/+0
* powerpc: Set max_mapnr correctlyChristophe Leroy2021-10-131-1/+1
* powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype fo...Christophe Leroy2021-10-091-1/+1
* mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2021-09-081-2/+1
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-021-0/+7
|\
| * powerpc/32: Display modules range in virtual memory layoutChristophe Leroy2021-06-171-0/+4
| * powerpc: Define empty_zero_page[] in CChristophe Leroy2021-06-171-0/+3
* | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-2/+2
|/
* powerpc/mem: Add back missing header to fix 'no previous prototype' errorChristophe Leroy2021-06-061-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-301-1/+0
|\
| * mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* | powerpc/mem: Move cache flushing functions into mm/cacheflush.cChristophe Leroy2021-04-141-281/+0
* | powerpc/mm: Move the linear_mapping_mutex to the ifdef where it is usedSebastian Andrzej Siewior2021-03-241-1/+1
|/
* powerpc/mm: Remove dcache flush from memory remove.Aneesh Kumar K.V2021-02-111-22/+0
* powerpc/mm: Add PG_dcache_clean to indicate dcache clean stateAneesh Kumar K.V2021-02-111-2/+2
* powerpc/mm: Enable compound page check for both THP and HugeTLBAneesh Kumar K.V2021-02-111-6/+22
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-171-20/+40
|\
| * powerpc/mm: Remove useless #ifndef CPU_FTR_COHERENT_ICACHE in mem.cChristophe Leroy2020-12-041-5/+0
| * powerpc/mm: Fix verification of MMU_FTR_TYPE_44xChristophe Leroy2020-12-041-1/+1
| * powerpc/mm: remove linear mapping if __add_pages() fails in arch_add_memory()David Hildenbrand2020-11-191-1/+4
| * powerpc/mm: print warning in arch_remove_linear_mapping()David Hildenbrand2020-11-191-1/+3
| * powerpc/mm: protect linear mapping modifications by a mutexDavid Hildenbrand2020-11-191-0/+5
| * powerpc/mm: factor out creating/removing linear mappingDavid Hildenbrand2020-11-191-13/+28
* | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-141-7/+0
|\ \
| * | powerpc/mm/highmem: Switch to generic kmap atomicThomas Gleixner2020-11-061-7/+0
| |/
* / 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-131-6/+10
* | arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport2020-10-131-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