aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/mem.c
AgeCommit message (Expand)Author
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-05-22powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao
2022-05-11powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy
2022-04-18swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionChristoph Hellwig
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig
2022-04-07Revert "powerpc: Set max_mapnr correctly"Kefeng Wang
2021-12-23powerpc/code-patching: Remove init_mem_is_freeChristophe Leroy
2021-11-29Revert "powerpc/code-patching: Improve verification of patchability"Michael Ellerman
2021-11-25powerpc/code-patching: Improve verification of patchabilityChristophe Leroy
2021-10-13powerpc: Set max_mapnr correctlyChristophe Leroy
2021-10-09powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype fo...Christophe Leroy
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-06-17powerpc/32: Display modules range in virtual memory layoutChristophe Leroy
2021-06-17powerpc: Define empty_zero_page[] in CChristophe Leroy
2021-06-06powerpc/mem: Add back missing header to fix 'no previous prototype' errorChristophe Leroy
2021-04-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-14powerpc/mem: Move cache flushing functions into mm/cacheflush.cChristophe Leroy
2021-03-24powerpc/mm: Move the linear_mapping_mutex to the ifdef where it is usedSebastian Andrzej Siewior
2021-02-11powerpc/mm: Remove dcache flush from memory remove.Aneesh Kumar K.V
2021-02-11powerpc/mm: Add PG_dcache_clean to indicate dcache clean stateAneesh Kumar K.V
2021-02-11powerpc/mm: Enable compound page check for both THP and HugeTLBAneesh Kumar K.V
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-04powerpc/mm: Remove useless #ifndef CPU_FTR_COHERENT_ICACHE in mem.cChristophe Leroy
2020-12-04powerpc/mm: Fix verification of MMU_FTR_TYPE_44xChristophe Leroy
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams
2020-11-19powerpc/mm: remove linear mapping if __add_pages() fails in arch_add_memory()David Hildenbrand
2020-11-19powerpc/mm: print warning in arch_remove_linear_mapping()David Hildenbrand
2020-11-19powerpc/mm: protect linear mapping modifications by a mutexDavid Hildenbrand
2020-11-19powerpc/mm: factor out creating/removing linear mappingDavid Hildenbrand
2020-11-06powerpc/mm/highmem: Switch to generic kmap atomicThomas Gleixner
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport
2020-09-14powerpc/pseries/svm: Allocate SWIOTLB buffer anywhere in memoryThiago Jung Bauermann
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-07-29powerpc/mm: Limit resize_hpt_for_hotplug() call to hash guests onlyBharata B Rao
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig
2020-06-08powerpc: unexport flush_icache_user_rangeChristoph Hellwig
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-04arch/kmap: ensure kmap_prot visibilityIra Weiny
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport
2020-06-02powerpc/mem: Blacklist flush_dcache_icache_phys() for kprobeChristophe Leroy
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe