summaryrefslogtreecommitdiffstats
path: root/mm/memory_hotplug.c
Commit message (Expand)AuthorAgeFilesLines
* mm, memory_hotplug: deobfuscate migration part of offliningMichal Hocko2018-12-281-29/+33
* mm, memory_hotplug: try to migrate full pfn rangeMichal Hocko2018-12-281-6/+2
* hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko2018-12-281-0/+16
* mm, hotplug: move init_currently_empty_zone() under zone_span_lock protectionWei Yang2018-12-281-3/+2
* mm, sparse: pass nid instead of pgdat to sparse_add_one_section()Wei Yang2018-12-281-1/+1
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-1/+1
* mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand2018-12-281-3/+3
* mm, memory_hotplug: do not clear numa_node association after hot_removeMichal Hocko2018-12-281-29/+1
* mm: only report isolation failures when offlining memoryMichal Hocko2018-12-281-2/+3
* mm, memory_hotplug: be more verbose for memory offline failuresMichal Hocko2018-12-281-4/+8
* mm, memory_hotplug: print reason for the offlining failureMichal Hocko2018-12-281-11/+23
* mm, memory_hotplug: drop pointless block alignment checks from __offline_pagesMichal Hocko2018-12-281-6/+0
* memory_hotplug: cond_resched in __remove_pagesMichal Hocko2018-11-031-0/+1
* mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lockDavid Hildenbrand2018-10-311-8/+20
* mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-311-3/+19
* mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-311-1/+8
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* mm/memory_hotplug.c: clean up node_states_check_changes_offline()Oscar Salvador2018-10-261-51/+29
* mm/memory_hotplug.c: simplify node_states_check_changes_onlineOscar Salvador2018-10-261-50/+7
* mm/memory_hotplug.c: tidy up node_states_clear_node()Oscar Salvador2018-10-261-4/+2
* mm/memory_hotplug.c: spare unnecessary calls to node_set_stateOscar Salvador2018-10-261-1/+2
* mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.Aneesh Kumar K.V2018-09-041-1/+2
* mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador2018-08-221-11/+5
* mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m...Oscar Salvador2018-08-171-4/+1
* mm/memory_hotplug.c: call register_mem_sect_under_node()Oscar Salvador2018-08-171-21/+11
* mm/memory_hotplug.c: make add_memory_resource use __try_online_nodeOscar Salvador2018-08-171-28/+39
* mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.cMathieu Malaterre2018-06-071-0/+23
* mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron2018-05-251-1/+1
* mm: unclutter THP migrationMichal Hocko2018-04-111-1/+1
* mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-111-2/+1
* mm: kernel-doc: add missing parameter descriptionsMike Rapoport2018-04-051-0/+6
* mm/memory_hotplug: optimize memory hotplugPavel Tatashin2018-04-051-19/+8
* mm/memory_hotplug: don't read nid from struct page during hotplugPavel Tatashin2018-04-051-1/+1
* mm/memory_hotplug: enforce block size aligned range checkPavel Tatashin2018-04-051-7/+8
* Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-061-21/+18
|\
| * mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig2018-01-081-4/+5
| * mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig2018-01-081-3/+4
| * mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig2018-01-081-6/+2
| * mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig2018-01-081-3/+4
| * mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig2018-01-081-4/+3
| * mm: don't export __add_pagesChristoph Hellwig2018-01-081-1/+0
* | mm: memory_hotplug: remove second __nr_to_section in register_page_bootmem_in...Oscar Salvador2018-01-311-2/+2
* | mm/memory_hotplug.c: remove unnecesary check from register_page_bootmem_info_...Oscar Salvador2018-01-311-3/+0
* | mm: drop hotplug lock from lru_add_drain_all()Michal Hocko2018-01-311-1/+1
|/
* memory hotplug: fix comments when adding sectionFan Du2017-11-151-1/+1
* mm, memory_hotplug: remove timeout from __offline_memoryMichal Hocko2017-11-151-7/+3
* mm, memory_hotplug: do not fail offlining too earlyMichal Hocko2017-11-151-30/+10
* mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned longYASUAKI ISHIMATSU2017-10-031-2/+2
* mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU2017-10-031-1/+1
* mm, memory_hotplug: add scheduling point to __add_pagesMichal Hocko2017-10-031-0/+1