summaryrefslogtreecommitdiffstats
path: root/include/linux/memory_hotplug.h
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-4/+4
* mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-7/+24
* mm, memory_hotplug: cleanup memory offline pathMichal Hocko2019-05-141-1/+2
* Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-111-0/+2
|\
| * x86: respect memory size limiting via mem= parameterJuergen Gross2019-02-181-0/+2
* | mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS2019-03-051-1/+1
|/
* mm/hotplug: invalid PFNs from pfn_to_online_page()Qian Cai2019-02-011-8/+10
* include/linux/memory_hotplug.h: remove duplicate declaration of offline_pages()Wei Yang2018-12-281-1/+0
* mm, sparse: pass nid instead of pgdat to sparse_add_one_section()Wei Yang2018-12-281-2/+2
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-2/+2
* mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand2018-12-281-1/+1
* mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-311-0/+1
* mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-311-1/+2
* mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador2018-08-221-0/+1
* mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.cMathieu Malaterre2018-06-071-1/+0
* Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim2018-05-241-0/+3
* mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim2018-04-111-3/+0
* mm: disable interrupts while initializing deferred pagesPavel Tatashin2018-04-051-25/+28
* mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig2018-01-081-1/+1
* mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig2018-01-081-1/+1
* mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig2018-01-081-2/+3
* mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig2018-01-081-1/+2
* mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig2018-01-081-7/+10
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm/memory_hotplug: introduce add_pagesMichal Hocko2017-09-081-0/+11
* mm, memory_hotplug: display allowed zones in the preferred orderingMichal Hocko2017-09-061-1/+1
* mm, memory_hotplug: move movable_node to the hotplug properMichal Hocko2017-07-061-0/+10
* mm, memory_hotplug: remove unused cruft after memory hotplug reworkMichal Hocko2017-07-061-2/+0
* mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2017-07-061-1/+1
* mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zoneMichal Hocko2017-07-061-0/+2
* mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-061-6/+7
* mm: consider zone which is not fully populated to have holesMichal Hocko2017-07-061-0/+22
* mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-061-1/+1
* base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani2017-02-031-1/+2
* memory_hotplug: make zone_can_shift() return a boolean valueYasuaki Ishimatsu2017-01-241-2/+2
* memory-hotplug: more general validation of zone during onlineReza Arbab2016-07-261-0/+2
* mm: fix section mismatch warningLinus Torvalds2016-05-271-1/+1
* mm/memory_hotplug: is_mem_section_removable() can return boolYaowei Bai2016-05-191-3/+3
* mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim2016-03-151-0/+3
* memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov2016-03-151-1/+3
* x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams2016-01-151-1/+2
* mm: memory hotplug with an existing resourceDavid Vrabel2015-10-231-0/+2
* mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-271-2/+3
* mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes2015-04-141-0/+6
* memory-hotplug: add sysfs valid_zones attributeZhang Zhen2014-10-091-0/+1
* memory-hotplug: add zone_for_memory() for selecting zone for new memoryWang Nan2014-08-061-0/+1
* mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen2014-08-061-4/+5
* mem-hotplug: implement get/put_online_memsVladimir Davydov2014-06-041-10/+4
* mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameterZhang Yanfei2013-11-131-2/+1
* cpu/mem hotplug: add try_online_node() for cpu_up()Toshi Kani2013-11-131-1/+7