summaryrefslogtreecommitdiff
path: root/include/linux/memory_hotplug.h
AgeCommit message (Expand)Author
2019-12-01mm/memory_hotplug.c: remove __online_page_set_limits()Souptick Joarder
2019-12-01include/linux/memory_hotplug.h: move definitions of {set,clear}_zone_contiguousBen Dooks (Codethink)
2019-12-01mm/memory_hotplug: remove __online_page_free() and __online_page_increment_co...David Hildenbrand
2019-12-01mm/memory_hotplug: export generic_online_page()David Hildenbrand
2019-07-18mm/sparsemem: support sub-section hotplugDan Williams
2019-07-18mm/sparsemem: prepare for sub-section rangesDan Williams
2019-07-18mm/memory_hotplug: move and simplify walk_memory_blocks()David Hildenbrand
2019-07-18mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand
2019-07-18mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_sectionDavid Hildenbrand
2019-07-18mm/memory_hotplug: drop MHP_MEMBLOCK_APIDavid Hildenbrand
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand
2019-07-16mm/hotplug: make remove_memory() interface usablePavel Tatashin
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko
2019-05-14mm, memory_hotplug: cleanup memory offline pathMichal Hocko
2019-03-11Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS
2019-02-18x86: respect memory size limiting via mem= parameterJuergen Gross
2019-02-01mm/hotplug: invalid PFNs from pfn_to_online_page()Qian Cai
2018-12-28include/linux/memory_hotplug.h: remove duplicate declaration of offline_pages()Wei Yang
2018-12-28mm, sparse: pass nid instead of pgdat to sparse_add_one_section()Wei Yang
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador
2018-12-28mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand
2018-10-31mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand
2018-10-31mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand
2018-08-22mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador
2018-06-07mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.cMathieu Malaterre
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim
2018-04-11mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim
2018-04-05mm: disable interrupts while initializing deferred pagesPavel Tatashin
2018-01-08mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08mm/memory_hotplug: introduce add_pagesMichal Hocko
2017-09-06mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko
2017-07-06mm, memory_hotplug: move movable_node to the hotplug properMichal Hocko
2017-07-06mm, memory_hotplug: remove unused cruft after memory hotplug reworkMichal Hocko
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko
2017-07-06mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zoneMichal Hocko
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko
2017-07-06mm: consider zone which is not fully populated to have holesMichal Hocko
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko
2017-02-03base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani
2017-01-24memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu
2016-07-26memory-hotplug: more general validation of zone during onlineReza Arbab
2016-05-27mm: fix section mismatch warningLinus Torvalds
2016-05-19mm/memory_hotplug: is_mem_section_removable() can return boolYaowei Bai