summaryrefslogtreecommitdiffstats
path: root/mm/memory_hotplug.c
AgeCommit message (Expand)Author
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-12-18mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one...David Hildenbrand
2020-12-15mm/memory_hotplug: quieting offline operationLaurent Dufour
2020-12-15mm, page_alloc: disable pcplists during memory offlineVlastimil Babka
2020-12-15mm, page_alloc: move draining pcplists to page isolation usersVlastimil Babka
2020-12-15mm: introduce debug_pagealloc_{map,unmap}_pages() helpersMike Rapoport
2020-12-15mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams
2020-10-18mm/memory_hotplug: remove a wrapper for alloc_migration_target()Joonsoo Kim
2020-10-16mm/memory_hotplug: update comment regarding zone shufflingDavid Hildenbrand
2020-10-16mm: don't panic when links can't be created in sysfsLaurent Dufour
2020-10-16kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()David Hildenbrand
2020-10-16mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso...David Hildenbrand
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand
2020-10-16kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand
2020-10-16kernel/resource: make release_mem_region_adjustable() never failDavid Hildenbrand
2020-10-16mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memoryDavid Hildenbrand
2020-10-16mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand
2020-10-16mm/memory_hotplug: simplify page onliningDavid Hildenbrand
2020-10-16mm/page_isolation: simplify return value of start_isolate_page_range()David Hildenbrand
2020-10-16mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages()David Hildenbrand
2020-10-16mm/memory_hotplug: simplify page offliningDavid Hildenbrand
2020-10-16mm/memory_hotplug: enforce section granularity when onlining/offliningDavid Hildenbrand
2020-10-16mm/memory_hotplug: inline __offline_pages() into offline_pages()David Hildenbrand
2020-10-13mm/memory_hotplug: introduce default phys_to_target_node() implementationDan Williams
2020-09-26mm: don't rely on system state to detect hot-plug operationsLaurent Dufour
2020-09-26mm: replace memmap_context by meminit_contextLaurent Dufour
2020-09-19mm/memory_hotplug: drain per-cpu pages again during memory offlinePavel Tatashin
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim
2020-08-12mm, memory_hotplug: update pcp lists everytime onlining a memory blockCharan Teja Reddy
2020-08-12mm/memory_hotplug: fix unpaired mem_hotplug_begin/doneJia He
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He
2020-08-07mm/memory_hotplug: document why shuffle_zone() is relevantDavid Hildenbrand
2020-08-07mm: remove vm_total_pagesDavid Hildenbrand
2020-06-26mm/memory_hotplug.c: fix false softlockup during pfn range removalBen Widawsky
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-06-04mm/memory_hotplug: fix a typo in comment "recoreded"->"recorded"Ethon Paul
2020-06-04mm/memory_hotplug: introduce add_memory_driver_managed()David Hildenbrand
2020-06-04mm/memory_hotplug: handle memblocks only with CONFIG_ARCH_KEEP_MEMBLOCKDavid Hildenbrand
2020-06-04mm/memory_hotplug: set node_start_pfn of hotadded pgdat to 0David Hildenbrand
2020-06-04mm/memory_hotplug: remove is_mem_section_removable()David Hildenbrand
2020-06-04mm/memory_hotplug: refrain from adding memory into an impossible nodeVishal Verma
2020-06-04mm/memory_hotplug: Introduce offline_and_remove_memory()David Hildenbrand
2020-06-04mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINEDavid Hildenbrand
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe
2020-04-07mm/memory_hotplug.c: use __pfn_to_section() instead of open-codingchenqiwu