summaryrefslogtreecommitdiffstats
path: root/mm/sparse.c
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar2024-02-211-1/+2
* mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla2023-12-291-8/+9
* mm/sparse: remove redundant judgments from macro for_each_present_section_nrliuq2023-08-181-2/+1
* Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-1/+1
|\
| * mm: sparse: mark populate_section_memmap() staticArnd Bergmann2023-06-091-1/+1
* | mm/sparse: remove unused parameters in sparse_remove_section()Yajun Deng2023-06-191-3/+7
|/
* sparse: remove unnecessary 0 values from rcLi zeming2023-04-211-1/+1
* mm/sparse: fix "unused function 'pgdat_to_phys'" warningMike Rapoport2023-02-021-1/+1
* mm/hwpoison: introduce per-memory_block hwpoison counterNaoya Horiguchi2022-11-081-2/+0
* mm: memory_hotplug: enumerate all supported section flagsMuchun Song2022-07-031-1/+1
* mm/memory-failure.c: move clear_hwpoisoned_pageszhenwei pi2022-05-131-27/+0
* mm/sparse-vmemmap: add a pgmap argument to section activationJoao Martins2022-04-281-10/+16
* mm/sparse: make mminit_validate_memmodel_limits() staticMiaohe Lin2022-03-221-1/+1
* bootmem: Use page->index instead of page->freelistMatthew Wilcox (Oracle)2022-01-061-1/+1
* memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport2021-11-061-1/+1
* mm: introduce memmap_alloc() to unify memory map allocationMike Rapoport2021-09-031-4/+2
* mm/sparse: clarify pgdat_to_physMiles Chen2021-09-031-1/+2
* include/linux/mmzone.h: avoid a warning in sparse memory supportMatthew Wilcox2021-09-031-1/+1
* mm: sparse: remove __section_nr() functionOhhoon Kwon2021-09-031-26/+0
* mm: sparse: pass section_nr to section_mark_presentOhhoon Kwon2021-09-031-5/+4
* mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song2021-06-301-0/+1
* mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-1/+1
* mm/sparse: fix check_usemap_section_nr warningsMiles Chen2021-06-161-2/+11
* mm/mempool: minor coding style tweaksZhiyuan Dai2021-05-051-1/+1
* mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador2021-05-051-2/+0
* mm/sparse: add the missing sparse_buffer_fini() in error branchWang Wensheng2021-04-301-0/+1
* mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUGDavid Hildenbrand2020-10-161-0/+2
* arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport2020-10-131-6/+4
* mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-8/+12
* mm/sparse: never partially remove memmap for early sectionWei Yang2020-08-071-3/+7
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* mm/sparse: fix a typo in comment "convienence"->"convenience"Ethon Paul2020-06-041-1/+1
* mm/sparse.c: move subsection_map related functions togetherBaoquan He2020-04-071-57/+53
* mm/sparse.c: add note about only VMEMMAP supporting sub-section hotplugBaoquan He2020-04-071-17/+21
* mm/sparse.c: only use subsection map in VMEMMAP caseBaoquan He2020-04-071-0/+25
* mm/sparse.c: introduce a new function clear_subsection_map()Baoquan He2020-04-071-8/+23
* mm/sparse.c: introduce new function fill_subsection_map()Baoquan He2020-04-071-11/+21
* mm/sparse.c: allocate memmap preferring the given nodeBaoquan He2020-04-021-2/+2
* mm/sparse.c: use kvmalloc/kvfree to alloc/free memmap for the classic sparseBaoquan He2020-04-021-24/+3
* mm/sparsemem: get address to page struct instead of address to pfnWei Yang2020-04-021-1/+1
* mm/sparse: fix kernel crash with pfn_section_valid checkAneesh Kumar K.V2020-03-291-0/+6
* mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP caseBaoquan He2020-03-211-2/+6
* mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEMWei Yang2020-02-211-1/+1
* mm: factor out next_present_section_nr()David Hildenbrand2020-02-041-10/+0
* mm/sparse.c: reset section's mem_map when fully deactivatedPingfan Liu2020-01-311-1/+1
* mm/memory_hotplug: don't free usage map when removing a re-added early sectionDavid Hildenbrand2020-01-131-1/+8
* mm: support memblock alloc on the exact node for sparse_buffer_init()Yunfeng Ye2019-12-011-1/+1