aboutsummaryrefslogtreecommitdiffstats
path: root/mm/sparse.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05mm/memory_hotplug: optimize memory hotplugPavel Tatashin1-1/+7
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-15/+0
2018-03-27x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_SIZE logicDavid Rientjes1-22/+0
2018-03-16mm: remove obsolete alloc_remap()Arnd Bergmann1-15/+0
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-18/+25
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler1-1/+1
2018-01-31include/linux/mmzone.h: fix explanation of lower bits in the SPARSEMEM mem_map pointerPetr Tesarik1-1/+5
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig1-10/+13
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig1-8/+12
2018-01-04mm/sparse.c: wrong allocation for mem_sectionBaoquan He1-1/+1
2017-11-15mm: stop zeroing memory during allocation in vmemmapPavel Tatashin1-3/+3
2017-11-10Merge branch 'x86/mm' into x86/asm, to merge branchesIngo Molnar1-0/+10
2017-11-07mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov1-0/+10
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-20mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov1-6/+11
2017-09-08mm/sparse.c: fix typo in online_mem_sectionsMichal Hocko1-1/+1
2017-09-06mm, sparse, page_ext: drop ugly N_HIGH_MEMORY branches for allocationsMichal Hocko1-7/+3
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko1-2/+1
2017-07-06mm: consider zone which is not fully populated to have holesMichal Hocko1-1/+44
2017-07-06mm, sparsemem: break out of loops earlyDave Hansen1-14/+46
2017-05-03mm/sparse: refine usemap_size() a littleWei Yang1-4/+1
2017-02-22mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextYasuaki Ishimatsu1-1/+1
2017-02-22mm/sparse: use page_private() to get page->private valueYasuaki Ishimatsu1-1/+1
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-1/+1
2016-07-28make __section_nr() more efficientZhou Chengming1-5/+7
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-10/+7
2016-03-17mm: coalesce split stringsJoe Perches1-4/+4
2016-01-15x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams1-3/+5
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza1-1/+3
2014-04-02sparse: fix commentLi Zhong1-1/+1
2014-01-21mm/sparse: use memblock apis for early memory allocationsSantosh Shilimkar1-12/+15
2013-11-13mm/sparsemem: fix a bug in free_map_bootmem when CONFIG_SPARSEMEM_VMEMMAPZhang Yanfei1-11/+9
2013-11-13mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameterZhang Yanfei1-18/+15
2013-09-11mm/sparse: introduce alloc_usemap_and_memmapWanpeng Li1-76/+57
2013-07-09mm/sparse.c: put clear_hwpoisoned_pages within CONFIG_MEMORY_HOTREMOVEZhang Yanfei1-1/+1
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2013-07-03sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2Cody P Schafer1-0/+3
2013-05-28mm/sparse: Remove unused ret in sparse_index_initZhang Yanfei1-2/+1
2013-04-29mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes1-33/+39
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner1-2/+8
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu1-1/+1
2013-02-23memory-hotplug: consider compound pages when free memmapWen Congyang1-1/+1
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen1-1/+2
2013-02-23memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()Tang Chen1-1/+4
2012-12-11memory-hotplug, mm/sparse.c: clear the memory to store struct pageWen Congyang1-1/+2
2012-12-11memory-hotplug: update mce_bad_pages when removing the memoryWen Congyang1-0/+22
2012-11-30mm/vmemmap: fix wrong use of virt_to_pageJianguo Wu1-6/+4
2012-07-31mm/sparse: remove index_init_lockGavin Shan1-13/+1
2012-07-31mm/sparse: more checks on mem_section numberGavin Shan1-0/+2