summaryrefslogtreecommitdiffstats
path: root/mm/memory_hotplug.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm, hotplug: move init_currently_empty_zone() under zone_span_lock protectionWei Yang2018-12-281-3/+2Star
* 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/+1Star
* 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/+0Star
* 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/+0Star
* mm/memory_hotplug.c: clean up node_states_check_changes_offline()Oscar Salvador2018-10-271-51/+29Star
* mm/memory_hotplug.c: simplify node_states_check_changes_onlineOscar Salvador2018-10-271-50/+7Star
* mm/memory_hotplug.c: tidy up node_states_clear_node()Oscar Salvador2018-10-271-4/+2Star
* mm/memory_hotplug.c: spare unnecessary calls to node_set_stateOscar Salvador2018-10-271-1/+2
* mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.Aneesh Kumar K.V2018-09-051-1/+2
* mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador2018-08-221-11/+5Star
* mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m...Oscar Salvador2018-08-181-4/+1Star
* mm/memory_hotplug.c: call register_mem_sect_under_node()Oscar Salvador2018-08-181-21/+11Star
* mm/memory_hotplug.c: make add_memory_resource use __try_online_nodeOscar Salvador2018-08-181-28/+39
* mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.cMathieu Malaterre2018-06-081-0/+23
* mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron2018-05-261-1/+1
* mm: unclutter THP migrationMichal Hocko2018-04-111-1/+1
* mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-111-2/+1Star
* mm: kernel-doc: add missing parameter descriptionsMike Rapoport2018-04-061-0/+6
* mm/memory_hotplug: optimize memory hotplugPavel Tatashin2018-04-061-19/+8Star
* mm/memory_hotplug: don't read nid from struct page during hotplugPavel Tatashin2018-04-061-1/+1
* mm/memory_hotplug: enforce block size aligned range checkPavel Tatashin2018-04-061-7/+8
* Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-061-21/+18Star
|\
| * 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/+2Star
| * 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/+3Star
| * mm: don't export __add_pagesChristoph Hellwig2018-01-081-1/+0Star
* | mm: memory_hotplug: remove second __nr_to_section in register_page_bootmem_in...Oscar Salvador2018-02-011-2/+2
* | mm/memory_hotplug.c: remove unnecesary check from register_page_bootmem_info_...Oscar Salvador2018-02-011-3/+0Star
* | mm: drop hotplug lock from lru_add_drain_all()Michal Hocko2018-02-011-1/+1
|/
* memory hotplug: fix comments when adding sectionFan Du2017-11-161-1/+1
* mm, memory_hotplug: remove timeout from __offline_memoryMichal Hocko2017-11-161-7/+3Star
* mm, memory_hotplug: do not fail offlining too earlyMichal Hocko2017-11-161-30/+10Star
* mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned longYASUAKI ISHIMATSU2017-10-041-2/+2
* mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU2017-10-041-1/+1
* mm, memory_hotplug: add scheduling point to __add_pagesMichal Hocko2017-10-041-0/+1
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-091-2/+8
* mm: memory_hotplug: memory hotremove supports thp migrationNaoya Horiguchi2017-09-091-1/+3
* mm, memory_hotplug: get rid of zonelists_mutexMichal Hocko2017-09-071-10/+2Star