summaryrefslogtreecommitdiff
path: root/include/linux/memory_hotplug.h
AgeCommit message (Expand)Author
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
2016-03-15mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim
2016-03-15memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov
2016-01-15x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams
2015-10-23mm: memory hotplug with an existing resourceDavid Vrabel
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams
2015-04-14mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes
2014-10-09memory-hotplug: add sysfs valid_zones attributeZhang Zhen
2014-08-06memory-hotplug: add zone_for_memory() for selecting zone for new memoryWang Nan
2014-08-06mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen
2014-06-04mem-hotplug: implement get/put_online_memsVladimir Davydov
2013-11-13mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameterZhang Yanfei
2013-11-13cpu/mem hotplug: add try_online_node() for cpu_up()Toshi Kani
2013-06-01Memory hotplug: Move alternative function definitions to headerRafael J. Wysocki
2013-06-01Memory hotplug / ACPI: Simplify memory removalRafael J. Wysocki
2013-06-01Driver core / MM: Drop offline_memory_block()Rafael J. Wysocki
2013-05-12ACPI / memhotplug: Bind removable memory blocks to ACPI device nodesRafael J. Wysocki
2013-04-29mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes
2013-02-23memory-hotplug: export the function try_offline_node()Wen Congyang
2013-02-23memory-hotplug: remove sysfs file of nodeTang Chen
2013-02-23memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang
2013-02-23memory-hotplug: check whether all memory blocks are offlined or not when remo...Yasuaki Ishimatsu
2012-12-11mm, memory-hotplug: dynamic configure movable memory and portion memoryLai Jiangshan
2012-10-09memory-hotplug: update memory block's state and notify userspaceWen Congyang
2012-10-09memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2011-07-25mm: extend memory hotplug API to allow memory hotplug in virtual machinesDaniel Kiper
2011-01-15Merge branch 'slub/hotplug' into slab/urgentPekka Enberg
2011-01-13thp: remove PG_buddyAndrea Arcangeli
2011-01-11memory hotplug: one more lock on memory hotplugKAMEZAWA Hiroyuki