aboutsummaryrefslogtreecommitdiff
path: root/mm/memory_hotplug.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-10mm/memory-hotplug: switch locking to a percpu rwsemGravatar Thomas Gleixner 1-74/+15
2017-07-10mm/memory_hotplug.c: remove unused local zone_type from __remove_zone()Gravatar John Hubbard 1-3/+0
2017-07-10mm: unify new_node_page and alloc_migrate_targetGravatar Michal Hocko 1-10/+1
2017-07-10hugetlb, memory_hotplug: prefer to use reserved pages for migrationGravatar Michal Hocko 1-7/+2
2017-07-10mm, memory_hotplug: simplify empty node mask handling in new_node_pageGravatar Michal Hocko 1-9/+10
2017-07-10mm, memory_hotplug: support movable_node for hotpluggable nodesGravatar Michal Hocko 1-3/+16
2017-07-10mm/memory_hotplug.c: add NULL check to avoid potential NULL pointer dereferenceGravatar Gustavo A. R. Silva 1-1/+1
2017-07-06mm, memory_hotplug: move movable_node to the hotplug properGravatar Michal Hocko 1-0/+6
2017-07-06mm, memory_hotplug: drop CONFIG_MOVABLE_NODEGravatar Michal Hocko 1-4/+0
2017-07-06mm, memory_hotplug: drop artificial restriction on online/offlineGravatar Michal Hocko 1-58/+0
2017-07-06mm, page_alloc: pass preferred nid instead of zonelist to allocatorGravatar Vlastimil Babka 1-4/+2
2017-07-06mm, memory_hotplug: remove unused cruft after memory hotplug reworkGravatar Michal Hocko 1-207/+0
2017-07-06mm, memory_hotplug: fix the section mismatch warningGravatar Michal Hocko 1-1/+1
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryGravatar Michal Hocko 1-1/+1
2017-07-06mm, memory_hotplug: do not assume ZONE_NORMAL is default kernel zoneGravatar Michal Hocko 1-3/+24
2017-07-06mm, memory_hotplug: fix MMOP_ONLINE_KEEP behaviorGravatar Michal Hocko 1-4/+5
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineGravatar Michal Hocko 1-79/+122
2017-07-06mm: consider zone which is not fully populated to have holesGravatar Michal Hocko 1-0/+4
2017-07-06mm, memory_hotplug: split up register_one_node()Gravatar Michal Hocko 1-1/+16
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionGravatar Michal Hocko 1-3/+6
2017-07-06mm, memory_hotplug: use node instead of zone in can_online_high_movableGravatar Michal Hocko 1-4/+4
2017-07-06mm: remove return value from init_currently_empty_zoneGravatar Michal Hocko 1-18/+5
2017-05-03mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idxGravatar Mel Gorman 1-1/+5
2017-03-16mm: add private lock to serialize memory hotplug operationsGravatar Heiko Carstens 1-1/+5
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2017-02-24memory-hotplug: use dev_online for memhp_auto_onlineGravatar Nathan Fontenot 1-1/+1
2017-02-24mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone()Gravatar zhong jiang 1-2/+2
2017-02-24mm/hotplug: enable memory hotplug for non-lru movable pagesGravatar Yisheng Xie 1-11/+17
2017-02-24mm/memory_hotplug.c: unexport __remove_pages()Gravatar Andrew Morton 1-1/+0
2017-02-24mm: validate device_hotplug is held for memory hotplugGravatar Dan Williams 1-0/+2
2017-02-22mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextGravatar Yasuaki Ishimatsu 1-2/+3
2017-02-03base/memory, hotplug: fix a kernel oops in show_valid_zones()Gravatar Toshi Kani 1-5/+15
2017-02-03mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()Gravatar Toshi Kani 1-4/+8
2017-01-24memory_hotplug: make zone_can_shift() return a boolean valueGravatar Yasuaki Ishimatsu 1-11/+17
2016-12-12mm: remove x86-only restriction of movable_nodeGravatar Reza Arbab 1-20/+0
2016-10-27mm: remove unused variable in memory hotplugGravatar Linus Torvalds 1-1/+0
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesGravatar Linus Torvalds 1-28/+0
2016-10-07mm/hugetlb: check for reserved hugepages during memory offlineGravatar Gerald Schaefer 1-1/+3
2016-09-28mem-hotplug: use nodes that contain memory as mask in new_node_page()Gravatar Li Zhong 1-5/+5
2016-09-19mem-hotplug: don't clear the only node in new_node_page()Gravatar Li Zhong 1-1/+3
2016-08-11mm/memory_hotplug.c: initialize per_cpu_nodestats for hotadded pgdatsGravatar Reza Arbab 1-0/+2
2016-07-28mem-hotplug: alloc new page from a nearest neighbor node when mem-offlineGravatar Xishi Qiu 1-5/+33
2016-07-28mm, vmscan: simplify the logic deciding whether kswapd sleepsGravatar Mel Gorman 1-2/+3
2016-07-28mm, vmscan: move LRU lists to nodeGravatar Mel Gorman 1-1/+1
2016-07-26memory-hotplug: more general validation of zone during onlineGravatar Reza Arbab 1-7/+35
2016-07-26memory-hotplug: add move_pfn_range()Gravatar Reza Arbab 1-10/+28
2016-05-27mm: fix section mismatch warningGravatar Linus Torvalds 1-1/+1
2016-05-27mm: use early_pfn_to_nid in register_page_bootmem_info_nodeGravatar Yang Shi 1-1/+1
2016-05-19memory_hotplug: introduce memhp_default_state= command line parameterGravatar Vitaly Kuznetsov 1-0/+11
2016-05-19memory_hotplug: introduce CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINEGravatar Vitaly Kuznetsov 1-0/+4