aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory_hotplug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-26mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual1-19/+59
2021-02-26mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfnMiaohe Lin1-5/+4
2021-02-26mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand1-1/+1
2021-02-26mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual1-6/+6
2021-02-26mm: teach pfn_to_online_page() about ZONE_DEVICE section collisionsDan Williams1-0/+38
2021-02-26mm: teach pfn_to_online_page() to consider subsection validityDan Williams1-4/+19
2021-02-26mm: move pfn_to_online_page() out of lineDan Williams1-0/+16
2021-02-24hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz1-1/+8
2021-02-24mm: rename memmap_init() and memmap_init_zone()Baoquan He1-1/+1
2020-12-29mm: memmap defer init doesn't work as expectedBaoquan He1-1/+1
2020-12-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-16/+89
2020-12-18mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory blockDavid Hildenbrand1-16/+89
2020-12-15mm/memory_hotplug: quieting offline operationLaurent Dufour1-1/+1
2020-12-15mm, page_alloc: disable pcplists during memory offlineVlastimil Babka1-16/+12
2020-12-15mm, page_alloc: move draining pcplists to page isolation usersVlastimil Babka1-5/+6
2020-12-15mm: introduce debug_pagealloc_{map,unmap}_pages() helpersMike Rapoport1-2/+1
2020-12-15mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt1-1/+1
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams1-18/+0
2020-10-18mm/memory_hotplug: remove a wrapper for alloc_migration_target()Joonsoo Kim1-24/+22
2020-10-16mm/memory_hotplug: update comment regarding zone shufflingDavid Hildenbrand1-7/+4
2020-10-16mm: don't panic when links can't be created in sysfsLaurent Dufour1-3/+2
2020-10-16kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()David Hildenbrand1-1/+1
2020-10-16mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM resourcesDavid Hildenbrand1-0/+7
2020-10-16mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand1-7/+7
2020-10-16kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand1-2/+2
2020-10-16kernel/resource: make release_mem_region_adjustable() never failDavid Hildenbrand1-21/+1
2020-10-16mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memoryDavid Hildenbrand1-10/+22
2020-10-16mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand1-3/+8
2020-10-16mm/memory_hotplug: simplify page onliningDavid Hildenbrand1-28/+10
2020-10-16mm/page_isolation: simplify return value of start_isolate_page_range()David Hildenbrand1-1/+1
2020-10-16mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages()David Hildenbrand1-3/+2
2020-10-16mm/memory_hotplug: simplify page offliningDavid Hildenbrand1-34/+10
2020-10-16mm/memory_hotplug: enforce section granularity when onlining/offliningDavid Hildenbrand1-0/+10
2020-10-16mm/memory_hotplug: inline __offline_pages() into offline_pages()David Hildenbrand1-11/+5
2020-10-13mm/memory_hotplug: introduce default phys_to_target_node() implementationDan Williams1-1/+9
2020-09-26mm: don't rely on system state to detect hot-plug operationsLaurent Dufour1-1/+2
2020-09-26mm: replace memmap_context by meminit_contextLaurent Dufour1-1/+1
2020-09-19mm/memory_hotplug: drain per-cpu pages again during memory offlinePavel Tatashin1-0/+14
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-4/+3
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim1-4/+8
2020-08-12mm, memory_hotplug: update pcp lists everytime onlining a memory blockCharan Teja Reddy1-2/+1
2020-08-12mm/memory_hotplug: fix unpaired mem_hotplug_begin/doneJia He1-3/+2
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He1-0/+10
2020-08-07mm/memory_hotplug: document why shuffle_zone() is relevantDavid Hildenbrand1-0/+8
2020-08-07mm: remove vm_total_pagesDavid Hildenbrand1-3/+0
2020-06-26mm/memory_hotplug.c: fix false softlockup during pfn range removalBen Widawsky1-2/+11
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-10/+71
2020-06-04mm/memory_hotplug: fix a typo in comment "recoreded"->"recorded"Ethon Paul1-1/+1
2020-06-04mm/memory_hotplug: introduce add_memory_driver_managed()David Hildenbrand1-4/+58
2020-06-04mm/memory_hotplug: handle memblocks only with CONFIG_ARCH_KEEP_MEMBLOCKDavid Hildenbrand1-10/+10