aboutsummaryrefslogtreecommitdiff
path: root/mm/memory_hotplug.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-15mm/memory_hotplug: quieting offline operationGravatar Laurent Dufour 1-1/+1
2020-12-15mm, page_alloc: disable pcplists during memory offlineGravatar Vlastimil Babka 1-16/+12
2020-12-15mm, page_alloc: move draining pcplists to page isolation usersGravatar Vlastimil Babka 1-5/+6
2020-12-15mm: introduce debug_pagealloc_{map,unmap}_pages() helpersGravatar Mike Rapoport 1-2/+1
2020-12-15mm/rmap: always do TTU_IGNORE_ACCESSGravatar Shakeel Butt 1-1/+1
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsGravatar Dan Williams 1-18/+0
2020-10-18mm/memory_hotplug: remove a wrapper for alloc_migration_target()Gravatar Joonsoo Kim 1-24/+22
2020-10-16mm/memory_hotplug: update comment regarding zone shufflingGravatar David Hildenbrand 1-7/+4
2020-10-16mm: don't panic when links can't be created in sysfsGravatar Laurent Dufour 1-3/+2
2020-10-16kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()Gravatar David Hildenbrand 1-1/+1
2020-10-16mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso...Gravatar David Hildenbrand 1-0/+7
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsGravatar David Hildenbrand 1-7/+7
2020-10-16kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGEDGravatar David Hildenbrand 1-2/+2
2020-10-16kernel/resource: make release_mem_region_adjustable() never failGravatar David Hildenbrand 1-21/+1
2020-10-16mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memoryGravatar David Hildenbrand 1-10/+22
2020-10-16mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()Gravatar David Hildenbrand 1-3/+8
2020-10-16mm/memory_hotplug: simplify page onliningGravatar David Hildenbrand 1-28/+10
2020-10-16mm/page_isolation: simplify return value of start_isolate_page_range()Gravatar David Hildenbrand 1-1/+1
2020-10-16mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages()Gravatar David Hildenbrand 1-3/+2
2020-10-16mm/memory_hotplug: simplify page offliningGravatar David Hildenbrand 1-34/+10
2020-10-16mm/memory_hotplug: enforce section granularity when onlining/offliningGravatar David Hildenbrand 1-0/+10
2020-10-16mm/memory_hotplug: inline __offline_pages() into offline_pages()Gravatar David Hildenbrand 1-11/+5
2020-10-13mm/memory_hotplug: introduce default phys_to_target_node() implementationGravatar Dan Williams 1-1/+9
2020-09-26mm: don't rely on system state to detect hot-plug operationsGravatar Laurent Dufour 1-1/+2
2020-09-26mm: replace memmap_context by meminit_contextGravatar Laurent Dufour 1-1/+1
2020-09-19mm/memory_hotplug: drain per-cpu pages again during memory offlineGravatar Pavel Tatashin 1-0/+14
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesGravatar Matthew Wilcox (Oracle) 1-4/+3
2020-08-12mm/migrate: introduce a standard migration target allocation functionGravatar Joonsoo Kim 1-4/+8
2020-08-12mm, memory_hotplug: update pcp lists everytime onlining a memory blockGravatar Charan Teja Reddy 1-2/+1
2020-08-12mm/memory_hotplug: fix unpaired mem_hotplug_begin/doneGravatar Jia He 1-3/+2
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Gravatar Jia He 1-0/+10
2020-08-07mm/memory_hotplug: document why shuffle_zone() is relevantGravatar David Hildenbrand 1-0/+8
2020-08-07mm: remove vm_total_pagesGravatar David Hildenbrand 1-3/+0
2020-06-26mm/memory_hotplug.c: fix false softlockup during pfn range removalGravatar Ben Widawsky 1-2/+11
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-10/+71
2020-06-04mm/memory_hotplug: fix a typo in comment "recoreded"->"recorded"Gravatar Ethon Paul 1-1/+1
2020-06-04mm/memory_hotplug: introduce add_memory_driver_managed()Gravatar David Hildenbrand 1-4/+58
2020-06-04mm/memory_hotplug: handle memblocks only with CONFIG_ARCH_KEEP_MEMBLOCKGravatar David Hildenbrand 1-10/+10
2020-06-04mm/memory_hotplug: set node_start_pfn of hotadded pgdat to 0Gravatar David Hildenbrand 1-9/+6
2020-06-04mm/memory_hotplug: remove is_mem_section_removable()Gravatar David Hildenbrand 1-75/+0
2020-06-04mm/memory_hotplug: refrain from adding memory into an impossible nodeGravatar Vishal Verma 1-0/+5
2020-06-04mm/memory_hotplug: Introduce offline_and_remove_memory()Gravatar David Hildenbrand 1-0/+37
2020-06-04mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINEGravatar David Hildenbrand 1-10/+34
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxGravatar Joonsoo Kim 1-3/+3
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionGravatar Mike Rapoport 1-4/+0
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsGravatar Logan Gunthorpe 1-1/+4
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsGravatar Logan Gunthorpe 1-4/+4
2020-04-07mm/memory_hotplug.c: use __pfn_to_section() instead of open-codingGravatar chenqiwu 1-1/+1
2020-04-07mm/memory_hotplug: allow to specify a default online_typeGravatar David Hildenbrand 1-4/+4
2020-04-07mm/memory_hotplug: convert memhp_auto_online to store an online_typeGravatar David Hildenbrand 1-5/+6