summaryrefslogtreecommitdiffstats
path: root/mm/sparse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/sparse.c: do not waste pre allocated memmap spaceMichal Hocko2019-12-011-6/+8
* mm/sparse.c: mark populate_section_memmap as __meminitIlya Leoshkevich2019-12-011-2/+2
* mm/sparse: consistently do not zero memmapVincent Whitchurch2019-12-011-1/+1
* mm: fix -Wmissing-prototypes warningsYi Wang2019-10-071-1/+1
* mm/sparse.c: remove NULL check in clear_hwpoisoned_pages()Alastair D'Silva2019-09-241-3/+0
* mm/sparse.c: don't manually decrement num_poisoned_pagesAlastair D'Silva2019-09-241-1/+3
* mm/sparse.c: use __nr_to_section(section_nr) to get mem_sectionWei Yang2019-09-241-1/+1
* mm/sparse.c: fix ALIGN() without power of 2 in sparse_buffer_alloc()Lecopzer Chen2019-09-241-1/+1
* mm/sparse.c: fix memory leak of sparsemap_buf in aligned memoryLecopzer Chen2019-09-241-2/+12
* mm/sparsemem: cleanup 'section number' data typesDan Williams2019-07-181-4/+4
* mm/sparsemem: support sub-section hotplugDan Williams2019-07-181-71/+135
* mm/sparsemem: prepare for sub-section rangesDan Williams2019-07-181-9/+7
* mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()Dan Williams2019-07-181-23/+27
* mm/sparsemem: add helpers track active portions of a section at bootDan Williams2019-07-181-0/+35
* mm/sparsemem: introduce a SECTION_IS_EARLY flagDan Williams2019-07-181-11/+9
* mm/sparsemem: introduce struct mem_section_usageDan Williams2019-07-181-41/+40
* mm: section numbers use the type "unsigned long"David Hildenbrand2019-07-181-6/+6