aboutsummaryrefslogtreecommitdiff
path: root/mm/memory_hotplug.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-5/+8
2022-03-22drivers/base/memory: determine and store zone for single-zone memory blocksGravatar David Hildenbrand 1-40/+10
2022-03-22drivers/base/node: rename link_mem_sections() to register_memory_block_under_...Gravatar David Hildenbrand 1-3/+3
2022-03-22mm/memory_hotplug: fix misplaced comment in offline_pagesGravatar Miaohe Lin 1-1/+1
2022-03-22mm/memory_hotplug: clean up try_offline_nodeGravatar Miaohe Lin 1-5/+4
2022-03-22mm/memory_hotplug: avoid calling zone_intersects() for ZONE_NORMALGravatar Miaohe Lin 1-1/+1
2022-03-22mm/memory_hotplug: remove obsolete comment of __add_pagesGravatar Miaohe Lin 1-6/+0
2022-03-22mm, memory_hotplug: reorganize new pgdat initializationGravatar Michal Hocko 1-25/+3
2022-03-22mm, memory_hotplug: drop arch_free_nodedataGravatar Michal Hocko 1-10/+0
2022-03-22mm: handle uninitialized numa nodes gracefullyGravatar Michal Hocko 1-12/+9
2022-03-22mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyGravatar Muchun Song 1-1/+1
2022-03-21mm/rmap: Convert try_to_unmap() to take a folioGravatar Matthew Wilcox (Oracle) 1-5/+8
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyGravatar Jakub Kicinski 1-0/+1
2021-11-06mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DR...Gravatar David Hildenbrand 1-1/+4
2021-11-06memblock: allow to specify flags with memblock_add_node()Gravatar David Hildenbrand 1-1/+1
2021-11-06mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()Gravatar David Hildenbrand 1-2/+6
2021-11-06mm/memory_hotplug: remove HIGHMEM leftoversGravatar David Hildenbrand 1-34/+2
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEGravatar David Hildenbrand 1-2/+0
2021-11-06mm/memory_hotplug: add static qualifier for online_policy_to_str()Gravatar Tang Yizhou 1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-1/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-33/+341
2021-09-08mm/memory_hotplug: use helper zone_is_zone_device() to simplify the codeGravatar Miaohe Lin 1-3/+1
2021-09-08mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online ...Gravatar David Hildenbrand 1-4/+56
2021-09-08mm/memory_hotplug: memory group aware "auto-movable" online policyGravatar David Hildenbrand 1-3/+45
2021-09-08mm/memory_hotplug: track present pages in memory groupsGravatar David Hildenbrand 1-5/+14
2021-09-08drivers/base/memory: introduce "memory groups" to logically group memory blocksGravatar David Hildenbrand 1-1/+10
2021-09-08mm/memory_hotplug: introduce "auto-movable" online policyGravatar David Hildenbrand 1-0/+191
2021-09-08mm: track present early pages per zoneGravatar David Hildenbrand 1-3/+11
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsGravatar David Hildenbrand 1-11/+17
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()Gravatar David Hildenbrand 1-2/+2
2021-09-08mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()Gravatar David Hildenbrand 1-2/+2
2021-09-08mm: memory_hotplug: cleanup after removal of pfn_valid_within()Gravatar Mike Rapoport 1-6/+3
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEGravatar Mike Rapoport 1-4/+0
2021-09-03mm/migrate: enable returning precise migrate_pages() success countGravatar Yang Shi 1-1/+1
2021-08-25mm/memory_hotplug: fix potential permanent lru cache disableGravatar Miaohe Lin 1-0/+1
2021-07-01mm/memory_hotplug: fix kerneldoc comment for __remove_memoryGravatar Mel Gorman 1-1/+1
2021-07-01mm/memory_hotplug: fix kerneldoc comment for __try_online_nodeGravatar Mel Gorman 1-2/+2
2021-07-01mm: fix spelling mistakesGravatar Zhen Lei 1-2/+2
2021-06-30mm,memory_hotplug: drop unneeded lockingGravatar Oscar Salvador 1-15/+1
2021-06-30mm/memory_hotplug: rate limit page migration warningsGravatar Liam Mark 1-5/+11
2021-06-30mm: sparsemem: use huge PMD mapping for vmemmap pagesGravatar Muchun Song 1-1/+1
2021-06-30mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabledGravatar Muchun Song 1-0/+1
2021-06-30mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cGravatar Muchun Song 1-116/+0
2021-06-29mm/page_alloc: disassociate the pcp->high from pcp->batchGravatar Mel Gorman 1-3/+3
2021-05-05mm/mempool: minor coding style tweaksGravatar Zhiyuan Dai 1-1/+1
2021-05-05mm,memory_hotplug: add kernel boot option to enable memmap_on_memoryGravatar Oscar Salvador 1-1/+9
2021-05-05mm,memory_hotplug: allocate memmap from the added memory rangeGravatar Oscar Salvador 1-9/+152
2021-05-05mm,memory_hotplug: factor out adjusting present pages into adjust_present_pag...Gravatar David Hildenbrand 1-10/+12
2021-05-05mm,memory_hotplug: relax fully spanned sections checkGravatar Oscar Salvador 1-4/+18
2021-05-05mm: disable LRU pagevec during the migration temporarilyGravatar Minchan Kim 1-1/+2