summaryrefslogtreecommitdiff
path: root/mm/memory_hotplug.c
Commit message (Expand)AuthorAgeFilesLines
* mm: avoid passing 0 to __ffs()Kirill A. Shutemov2023-04-181-1/+12
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-2/+2
* mm/memory_hotplug: cleanup return value handing in do_migrate_range()SeongJae Park2023-02-201-6/+2
* mm: change to return bool for isolate_movable_page()Baolin Wang2023-02-201-5/+5
* mm: change to return bool for isolate_lru_page()Baolin Wang2023-02-201-3/+5
* mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar2023-02-131-1/+1
* mm: add pageblock_aligned() macroKefeng Wang2022-10-031-4/+2
* mm: fix null-ptr-deref in kswapd_is_running()Kefeng Wang2022-09-111-1/+1
* mm: kill is_memblock_offlined()Kefeng Wang2022-09-111-2/+1
* mm: use is_zone_movable_page() helperKefeng Wang2022-07-291-1/+1
* mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_m...Muchun Song2022-07-031-16/+11
* mm: memory_hotplug: enumerate all supported section flagsMuchun Song2022-07-031-0/+6
* mm/migration: return errno when isolate_huge_page failedMiaohe Lin2022-07-031-1/+1
* mm/memory_hotplug: drop 'reason' argument from check_pfn_span()Anshuman Khandual2022-06-161-11/+9
* mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctlMuchun Song2022-05-131-6/+1
* mm: memory_hotplug: override memmap_on_memory when hugetlb_free_vmemmap=onMuchun Song2022-05-131-6/+26
* mm: make alloc_contig_range work at pageblock granularityZi Yan2022-05-131-1/+2
* mm/memory_hotplug: use pgprot_val to get value of pgprotliusongtang2022-05-131-1/+1
* mm/sparse-vmemmap: add a pgmap argument to section activationJoao Martins2022-04-281-1/+2
* mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song2022-04-281-1/+1
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-5/+8
|\
| * mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)2022-03-211-5/+8
* | drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand2022-03-221-40/+10
* | drivers/base/node: rename link_mem_sections() to register_memory_block_under_...David Hildenbrand2022-03-221-3/+3
* | mm/memory_hotplug: fix misplaced comment in offline_pagesMiaohe Lin2022-03-221-1/+1
* | mm/memory_hotplug: clean up try_offline_nodeMiaohe Lin2022-03-221-5/+4
* | mm/memory_hotplug: avoid calling zone_intersects() for ZONE_NORMALMiaohe Lin2022-03-221-1/+1
* | mm/memory_hotplug: remove obsolete comment of __add_pagesMiaohe Lin2022-03-221-6/+0
* | mm, memory_hotplug: reorganize new pgdat initializationMichal Hocko2022-03-221-25/+3
* | mm, memory_hotplug: drop arch_free_nodedataMichal Hocko2022-03-221-10/+0
* | mm: handle uninitialized numa nodes gracefullyMichal Hocko2022-03-221-12/+9
* | mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song2022-03-221-1/+1
|/
* treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-031-0/+1
* mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DR...David Hildenbrand2021-11-061-1/+4
* memblock: allow to specify flags with memblock_add_node()David Hildenbrand2021-11-061-1/+1
* mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()David Hildenbrand2021-11-061-2/+6
* mm/memory_hotplug: remove HIGHMEM leftoversDavid Hildenbrand2021-11-061-34/+2
* mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand2021-11-061-2/+0
* mm/memory_hotplug: add static qualifier for online_policy_to_str()Tang Yizhou2021-11-061-1/+1
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-33/+341
|\
| * mm/memory_hotplug: use helper zone_is_zone_device() to simplify the codeMiaohe Lin2021-09-081-3/+1
| * mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online ...David Hildenbrand2021-09-081-4/+56
| * mm/memory_hotplug: memory group aware "auto-movable" online policyDavid Hildenbrand2021-09-081-3/+45
| * mm/memory_hotplug: track present pages in memory groupsDavid Hildenbrand2021-09-081-5/+14
| * drivers/base/memory: introduce "memory groups" to logically group memory blocksDavid Hildenbrand2021-09-081-1/+10
| * mm/memory_hotplug: introduce "auto-movable" online policyDavid Hildenbrand2021-09-081-0/+191
| * mm: track present early pages per zoneDavid Hildenbrand2021-09-081-3/+11
| * mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand2021-09-081-11/+17
| * mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2021-09-081-2/+2