summaryrefslogtreecommitdiffstats
path: root/mm/sparse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/sparse.c: set section nid for hot-add memoryWei Yang2019-07-181-0/+1
* mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_sectionDavid Hildenbrand2019-07-181-2/+2
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-181-6/+0
* mm/sparse.c: clean up obsolete code commentBaoquan He2019-05-141-4/+12
* mm/hotplug: fix offline undo_isolate_page_range()Qian Cai2019-03-291-1/+1
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-4/+2
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-4/+17
* mm/sparse: fix a bad comparisonQian Cai2019-03-051-1/+1
* mm, sparse: pass nid instead of pgdat to sparse_add_one_section()Wei Yang2018-12-281-4/+4
* mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()Wei Yang2018-12-281-8/+1
* mm/hotplug: optimize clear_hwpoisoned_pages()Balbir Singh2018-12-281-0/+9
* mm/sparse: add common helper to mark all memblocks presentLogan Gunthorpe2018-12-141-0/+16
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+2