aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/init.c
Commit message (Expand)AuthorAge
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-18
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-14
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-14
* mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-14
* init: provide a generic free_initmem implementationMike Rapoport2019-05-14
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-14
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-12
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-12
* sh: prefer memblock APIs returning virtual addressMike Rapoport2019-03-07
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-28
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-31
* memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport2018-10-31
* sh: simplify get_arch_dma_opsChristoph Hellwig2018-08-02
* sh: switch to NO_BOOTMEMRob Herring2018-05-11
* mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig2018-01-08
* mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig2018-01-08
* mm: don't export arch_add_memoryChristoph Hellwig2018-01-08
* mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2017-07-06
* mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-06
* mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-06
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-08
|\
| * mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-27
* | sh: use PFN_DOWN macroAlexander Kuleshov2015-09-04
|/
* memory-hotplug: sh: suitable memory should go to ZONE_MOVABLEWang Nan2014-08-06
* mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu2013-11-12
* mm/SH: prepare for killing free_all_bootmem_node()Jiang Liu2013-07-03
* mm/SH: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-03
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-03
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-03
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-03
* mm/SH: use common help functions to free reserved pagesJiang Liu2013-04-29
* memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang2013-02-23
* memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo2011-12-08
* memblock: Kill memblock_init()Tejun Heo2011-12-08
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * sh: Add export.h to arch/sh specific files as required.Paul Gortmaker2011-10-31
* | sh: kexec: Add PHYSICAL_STARTSimon Horman2011-10-28
|/
* mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-25
* sh: Add a machvec callback for early memblock reservations.Paul Mundt2011-01-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-10-25
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-08-04
| |\
| * | sh: Fix up PUD trampling in ranged page table init for X2TLB.Paul Mundt2010-06-21
* | | memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu2010-10-12
* | | memblock/sh: Use new accessorsBenjamin Herrenschmidt2010-08-04
| |/ |/|
* | lmb: rename to memblockYinghai Lu2010-07-14
|/
* sh: fix up CONFIG_KEXEC=n build.Paul Mundt2010-05-18
* sh: bootmem refactoring.Paul Mundt2010-05-11
* sh: enable LMB region setup via machvec.Paul Mundt2010-05-10