summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* sh: initialize max_mapnrMike Rapoport (IBM)2023-02-161-0/+1
* mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2021-09-081-2/+1
* mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-1/+1
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* sh/highmem: Remove all traces of unused cruftThomas Gleixner2020-11-061-8/+0
* arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport2020-10-131-6/+3
* Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-151-0/+1
|\
| * sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig2020-08-141-0/+1
* | mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He2020-08-121-9/+0
* | mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-6/+0
* | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-0/+1
|/
* sh: add support for folded p4d page tablesMike Rapoport2020-06-041-1/+8
* sh: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport2020-06-041-3/+3
* mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
* sh: fix build error in mm/init.cMasahiro Yamada2020-04-211-1/+1
* mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-101-0/+3
* mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-101-2/+2
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-041-3/+1
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-181-2/+0
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-141-1/+1
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-8/+3
* mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-3/+3
* init: provide a generic free_initmem implementationMike Rapoport2019-05-141-5/+0
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-1/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+6
* sh: prefer memblock APIs returning virtual addressMike Rapoport2019-03-071-13/+5
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-1/+1
* 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
* memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport2018-10-311-2/+2
* sh: simplify get_arch_dma_opsChristoph Hellwig2018-08-021-10/+0
* sh: switch to NO_BOOTMEMRob Herring2018-05-111-62/+6
* mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig2018-01-081-2/+2
* mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig2018-01-081-2/+3
* mm: don't export arch_add_memoryChristoph Hellwig2018-01-081-1/+0
* 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-7/+1
* mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-061-1/+1
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-2/+3
|\
| * mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-271-2/+3
* | sh: use PFN_DOWN macroAlexander Kuleshov2015-09-041-2/+2
|/
* memory-hotplug: sh: suitable memory should go to ZONE_MOVABLEWang Nan2014-08-061-2/+3
* mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu2013-11-131-1/+1
* mm/SH: prepare for killing free_all_bootmem_node()Jiang Liu2013-07-031-12/+4
* mm/SH: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-21/+4
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-2/+2
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1