summaryrefslogtreecommitdiff
path: root/include/linux/memory_hotplug.h
AgeCommit message (Expand)Author
2024-02-22mm/memory_hotplug: export mhp_supports_memmap_on_memory()Vishal Verma
2024-02-21mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar
2023-08-21mm/memory_hotplug: allow memmap on memory hotplug request to fallbackAneesh Kumar K.V
2023-06-19mm/sparse: remove unused parameters in sparse_remove_section()Yajun Deng
2023-06-09mm: page_alloc: move set_zone_contiguous() into mm_init.cKefeng Wang
2022-10-03mm, memory_hotplug: remove obsolete generic_free_nodedata()Miaohe Lin
2022-09-11mm: fix null-ptr-deref in kswapd_is_running()Kefeng Wang
2022-09-11mm: kill is_memblock_offlined()Kefeng Wang
2022-07-03mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_m...Muchun Song
2022-05-13mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctlMuchun Song
2022-04-28mm/sparse-vmemmap: add a pgmap argument to section activationJoao Martins
2022-03-22drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand
2022-03-22mm, memory_hotplug: reorganize new pgdat initializationMichal Hocko
2022-03-22mm, memory_hotplug: drop arch_free_nodedataMichal Hocko
2022-03-22mm: handle uninitialized numa nodes gracefullyMichal Hocko
2022-03-22mm, memory_hotplug: make arch_alloc_nodedata independent on CONFIG_MEMORY_HOT...Michal Hocko
2021-11-06mm/memory_hotplug: remove stale function declarationsDavid Hildenbrand
2021-09-08mm/memory_hotplug: memory group aware "auto-movable" online policyDavid Hildenbrand
2021-09-08mm/memory_hotplug: track present pages in memory groupsDavid Hildenbrand
2021-09-08drivers/base/memory: introduce "memory groups" to logically group memory blocksDavid Hildenbrand
2021-09-08mm: track present early pages per zoneDavid Hildenbrand
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand
2021-09-08mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand
2021-06-30mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song
2021-05-05mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador
2021-02-26mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual
2021-02-26mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand
2021-02-26mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual
2021-02-26mm: move pfn_to_online_page() out of lineDan Williams
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams
2020-11-19powerpc/mm: factor out creating/removing linear mappingDavid 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-16mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUGDavid Hildenbrand
2020-10-16mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand
2020-10-16mm/page_alloc: simplify __offline_isolated_pages()David Hildenbrand
2020-10-13mm/memory_hotplug: introduce default phys_to_target_node() implementationDan Williams
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-06-04mm/memory_hotplug: introduce add_memory_driver_managed()David Hildenbrand
2020-06-04mm/memory_hotplug: remove is_mem_section_removable()David Hildenbrand
2020-06-04mm/memory_hotplug: Introduce offline_and_remove_memory()David Hildenbrand
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-10mm/memory_hotplug: drop the flags field from struct mhp_restrictionsLogan Gunthorpe
2020-04-07mm/memory_hotplug: allow to specify a default online_typeDavid Hildenbrand
2020-04-07mm/memory_hotplug: convert memhp_auto_online to store an online_typeDavid Hildenbrand
2020-04-07drivers/base/memory: map MMOP_OFFLINE to 0David Hildenbrand
2020-04-07drivers/base/memory: rename MMOP_ONLINE_KEEP to MMOP_ONLINEDavid Hildenbrand