summaryrefslogtreecommitdiffstats
path: root/mm/memory_hotplug.c
Commit message (Expand)AuthorAgeFilesLines
* mm/mempool: minor coding style tweaksZhiyuan Dai2021-05-051-1/+1
* mm,memory_hotplug: add kernel boot option to enable memmap_on_memoryOscar Salvador2021-05-051-1/+9
* mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador2021-05-051-9/+152
* mm,memory_hotplug: factor out adjusting present pages into adjust_present_pag...David Hildenbrand2021-05-051-10/+12
* mm,memory_hotplug: relax fully spanned sections checkOscar Salvador2021-05-051-4/+18
* mm: disable LRU pagevec during the migration temporarilyMinchan Kim2021-05-051-1/+2
* arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas2021-03-101-1/+1
* mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual2021-02-261-19/+59
* mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfnMiaohe Lin2021-02-261-5/+4
* mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand2021-02-261-1/+1
* mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual2021-02-261-6/+6
* mm: teach pfn_to_online_page() about ZONE_DEVICE section collisionsDan Williams2021-02-261-0/+38
* mm: teach pfn_to_online_page() to consider subsection validityDan Williams2021-02-261-4/+19
* mm: move pfn_to_online_page() out of lineDan Williams2021-02-261-0/+16
* hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz2021-02-241-1/+8
* mm: rename memmap_init() and memmap_init_zone()Baoquan He2021-02-241-1/+1
* mm: memmap defer init doesn't work as expectedBaoquan He2020-12-291-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-12-241-16/+89
|\
| * mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one...David Hildenbrand2020-12-181-16/+89
* | mm/memory_hotplug: quieting offline operationLaurent Dufour2020-12-151-1/+1
* | mm, page_alloc: disable pcplists during memory offlineVlastimil Babka2020-12-151-16/+12
* | mm, page_alloc: move draining pcplists to page isolation usersVlastimil Babka2020-12-151-5/+6
* | mm: introduce debug_pagealloc_{map,unmap}_pages() helpersMike Rapoport2020-12-151-2/+1
* | mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt2020-12-151-1/+1
|/
* mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams2020-11-221-18/+0
* mm/memory_hotplug: remove a wrapper for alloc_migration_target()Joonsoo Kim2020-10-181-24/+22
* mm/memory_hotplug: update comment regarding zone shufflingDavid Hildenbrand2020-10-161-7/+4
* mm: don't panic when links can't be created in sysfsLaurent Dufour2020-10-161-3/+2
* kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()David Hildenbrand2020-10-161-1/+1
* mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso...David Hildenbrand2020-10-161-0/+7
* mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand2020-10-161-7/+7
* kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand2020-10-161-2/+2
* kernel/resource: make release_mem_region_adjustable() never failDavid Hildenbrand2020-10-161-21/+1
* mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memoryDavid Hildenbrand2020-10-161-10/+22
* mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand2020-10-161-3/+8
* mm/memory_hotplug: simplify page onliningDavid Hildenbrand2020-10-161-28/+10
* mm/page_isolation: simplify return value of start_isolate_page_range()David Hildenbrand2020-10-161-1/+1
* mm/memory_hotplug: drop nr_isolate_pageblock in offline_pages()David Hildenbrand2020-10-161-3/+2
* mm/memory_hotplug: simplify page offliningDavid Hildenbrand2020-10-161-34/+10
* mm/memory_hotplug: enforce section granularity when onlining/offliningDavid Hildenbrand2020-10-161-0/+10
* mm/memory_hotplug: inline __offline_pages() into offline_pages()David Hildenbrand2020-10-161-11/+5
* mm/memory_hotplug: introduce default phys_to_target_node() implementationDan Williams2020-10-131-1/+9
* mm: don't rely on system state to detect hot-plug operationsLaurent Dufour2020-09-261-1/+2
* mm: replace memmap_context by meminit_contextLaurent Dufour2020-09-261-1/+1
* mm/memory_hotplug: drain per-cpu pages again during memory offlinePavel Tatashin2020-09-191-0/+14
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-4/+3
* mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim2020-08-121-4/+8
* mm, memory_hotplug: update pcp lists everytime onlining a memory blockCharan Teja Reddy2020-08-121-2/+1
* mm/memory_hotplug: fix unpaired mem_hotplug_begin/doneJia He2020-08-121-3/+2
* mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He2020-08-121-0/+10