aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memory_hotplug.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand1-4/+4
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko1-7/+24
2019-05-14mm, memory_hotplug: cleanup memory offline pathMichal Hocko1-1/+2
2019-03-11Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+2
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS1-1/+1
2019-02-18x86: respect memory size limiting via mem= parameterJuergen Gross1-0/+2
2019-02-01mm/hotplug: invalid PFNs from pfn_to_online_page()Qian Cai1-8/+10
2018-12-28include/linux/memory_hotplug.h: remove duplicate declaration of offline_pages()Wei Yang1-1/+0
2018-12-28mm, sparse: pass nid instead of pgdat to sparse_add_one_section()Wei Yang1-2/+2
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-2/+2
2018-12-28mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand1-1/+1
2018-10-31mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand1-0/+1
2018-10-31mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand1-1/+2
2018-08-22mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador1-0/+1
2018-06-07mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.cMathieu Malaterre1-1/+0
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim1-0/+3
2018-04-11mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim1-3/+0
2018-04-05mm: disable interrupts while initializing deferred pagesPavel Tatashin1-25/+28
2018-01-08mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig1-1/+1
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig1-1/+1
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig1-2/+3
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig1-1/+2
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig1-7/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08mm/memory_hotplug: introduce add_pagesMichal Hocko1-0/+11
2017-09-06mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko1-1/+1
2017-07-06mm, memory_hotplug: move movable_node to the hotplug properMichal Hocko1-0/+10
2017-07-06mm, memory_hotplug: remove unused cruft after memory hotplug reworkMichal Hocko1-2/+0
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko1-1/+1
2017-07-06mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zoneMichal Hocko1-0/+2
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko1-6/+7
2017-07-06mm: consider zone which is not fully populated to have holesMichal Hocko1-0/+22
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko1-1/+1
2017-02-03base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani1-1/+2
2017-01-24memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu1-2/+2
2016-07-26memory-hotplug: more general validation of zone during onlineReza Arbab1-0/+2
2016-05-27mm: fix section mismatch warningLinus Torvalds1-1/+1
2016-05-19mm/memory_hotplug: is_mem_section_removable() can return boolYaowei Bai1-3/+3
2016-03-15mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim1-0/+3
2016-03-15memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov1-1/+3
2016-01-15x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams1-1/+2
2015-10-23mm: memory hotplug with an existing resourceDavid Vrabel1-0/+2
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams1-2/+3
2015-04-14mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes1-0/+6
2014-10-09memory-hotplug: add sysfs valid_zones attributeZhang Zhen1-0/+1
2014-08-06memory-hotplug: add zone_for_memory() for selecting zone for new memoryWang Nan1-0/+1
2014-08-06mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen1-4/+5
2014-06-04mem-hotplug: implement get/put_online_memsVladimir Davydov1-10/+4
2013-11-13mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameterZhang Yanfei1-2/+1
2013-11-13cpu/mem hotplug: add try_online_node() for cpu_up()Toshi Kani1-1/+7