summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/init.c
AgeCommit message (Expand)AuthorLines
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand-2/+0
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada-1/+1
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand-8/+3
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko-3/+3
2019-05-14init: provide a generic free_initmem implementationMike Rapoport-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig-7/+0
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-0/+6
2019-03-07sh: prefer memblock APIs returning virtual addressMike Rapoport-13/+5
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport-1/+1
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport-2/+2
2018-08-02sh: simplify get_arch_dma_opsChristoph Hellwig-10/+0
2018-05-11sh: switch to NO_BOOTMEMRob Herring-62/+6
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig-2/+2
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig-2/+3
2018-01-08mm: don't export arch_add_memoryChristoph Hellwig-1/+0
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko-2/+2
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko-7/+1
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko-1/+1
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+3
2015-09-04sh: use PFN_DOWN macroAlexander Kuleshov-2/+2
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams-2/+3
2014-08-06memory-hotplug: sh: suitable memory should go to ZONE_MOVABLEWang Nan-2/+3
2013-11-13mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu-1/+1
2013-07-03mm/SH: prepare for killing free_all_bootmem_node()Jiang Liu-12/+4
2013-07-03mm/SH: prepare for removing num_physpages and simplify mem_init()Jiang Liu-21/+4
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu-1/+1
2013-04-29mm/SH: use common help functions to free reserved pagesJiang Liu-23/+3
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang-0/+17
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo-1/+1
2011-12-08memblock: Kill memblock_init()Tejun Heo-1/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2011-10-31sh: Add export.h to arch/sh specific files as required.Paul Gortmaker-0/+1
2011-10-28sh: kexec: Add PHYSICAL_STARTSimon Horman-4/+4
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra-1/+0
2011-01-11sh: Add a machvec callback for early memblock reservations.Paul Mundt-2/+8
2010-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds-14/+38
2010-10-12memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu-2/+2
2010-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt-20/+20
2010-08-04memblock/sh: Use new accessorsBenjamin Herrenschmidt-8/+9
2010-07-14lmb: rename to memblockYinghai Lu-20/+20
2010-06-21sh: Fix up PUD trampling in ranged page table init for X2TLB.Paul Mundt-14/+38
2010-05-18sh: fix up CONFIG_KEXEC=n build.Paul Mundt-1/+1
2010-05-11sh: bootmem refactoring.Paul Mundt-3/+162
2010-05-10sh: enable LMB region setup via machvec.Paul Mundt-1/+7