summaryrefslogtreecommitdiff
path: root/mm/sparse.c
AgeCommit message (Expand)Author
2018-05-16mm: sections are not offlined during memory hotremovePavel Tatashin
2018-01-10mm/sparse.c: wrong allocation for mem_sectionBaoquan He
2017-12-25mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov
2017-12-25mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08mm/sparse.c: fix typo in online_mem_sectionsMichal Hocko
2017-09-06mm, sparse, page_ext: drop ugly N_HIGH_MEMORY branches for allocationsMichal Hocko
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko
2017-07-06mm: consider zone which is not fully populated to have holesMichal Hocko
2017-07-06mm, sparsemem: break out of loops earlyDave Hansen
2017-05-03mm/sparse: refine usemap_size() a littleWei Yang
2017-02-22mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextYasuaki Ishimatsu
2017-02-22mm/sparse: use page_private() to get page->private valueYasuaki Ishimatsu
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-07-28make __section_nr() more efficientZhou Chengming
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2016-03-17mm: coalesce split stringsJoe Perches
2016-01-15x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams
2014-04-07mm: use macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza
2014-04-02sparse: fix commentLi Zhong
2014-01-21mm/sparse: use memblock apis for early memory allocationsSantosh Shilimkar
2013-11-13mm/sparsemem: fix a bug in free_map_bootmem when CONFIG_SPARSEMEM_VMEMMAPZhang Yanfei
2013-11-13mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameterZhang Yanfei
2013-09-11mm/sparse: introduce alloc_usemap_and_memmapWanpeng Li
2013-07-09mm/sparse.c: put clear_hwpoisoned_pages within CONFIG_MEMORY_HOTREMOVEZhang Yanfei
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-07-03sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2Cody P Schafer
2013-05-28mm/sparse: Remove unused ret in sparse_index_initZhang Yanfei
2013-04-29mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu
2013-02-23memory-hotplug: consider compound pages when free memmapWen Congyang
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen
2013-02-23memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()Tang Chen
2012-12-11memory-hotplug, mm/sparse.c: clear the memory to store struct pageWen Congyang
2012-12-11memory-hotplug: update mce_bad_pages when removing the memoryWen Congyang
2012-11-30mm/vmemmap: fix wrong use of virt_to_pageJianguo Wu
2012-07-31mm/sparse: remove index_init_lockGavin Shan
2012-07-31mm/sparse: more checks on mem_section numberGavin Shan
2012-07-31mm/sparse: optimize sparse_index_allocGavin Shan
2012-07-31mm: setup pageblock_order before it's used by sparsememXishi Qiu
2012-07-11mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu
2012-07-11mm: sparse: fix section usemap placement calculationYinghai Lu
2012-05-29mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner
2012-03-21bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2011-07-25mm: make some struct page's constIan Campbell
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-13thp: remove PG_buddyAndrea Arcangeli
2010-05-25sparsemem: on no vmemmap path put mem_map on node high tooYinghai Lu