aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-16mm: don't do zero_resv_unavail if memmap is not allocatedPavel Tatashin1-2/+2
2018-07-14mm: zero unavailable pages before memmap initPavel Tatashin1-2/+2
2018-06-15mm: use octal not symbolic permissionsJoe Perches1-1/+1
2018-06-07mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka1-1/+0
2018-06-07mm: combine LRU and main union in struct pageMatthew Wilcox1-1/+1
2018-06-07mm: use page->deferred_listMatthew Wilcox1-1/+1
2018-06-07mm: split page_type out from _mapcountMatthew Wilcox1-8/+5
2018-06-07mm/page_alloc.c: remove useless parameter of finalise_ac()Huaisheng Ye1-3/+2
2018-06-07mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.cMathieu Malaterre1-23/+0
2018-06-07lockdep: fix fs_reclaim annotationOmar Sandoval1-5/+15
2018-06-07mm/page_alloc: remove realsize in free_area_init_core()Wei Yang1-4/+4
2018-05-25mm, memory_hotplug: make has_unmovable_pages more robustMichal Hocko1-6/+10
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim1-53/+30
2018-04-11xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin1-4/+0
2018-04-11mm/cma: remove ALLOC_CMAJoonsoo Kim1-25/+3
2018-04-11mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim1-5/+50
2018-04-11mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE requestJoonsoo Kim1-11/+14
2018-04-11mm: treat indirectly reclaimable memory as available in MemAvailableRoman Gushchin1-0/+7
2018-04-05mm/page_isolation.c: make start_isolate_page_range() fail if already isolatedMike Kravetz1-4/+4
2018-04-05mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memoryDavid Rientjes1-6/+8
2018-04-05mm/free_pcppages_bulk: prefetch buddy while not holding lockAaron Lu1-0/+22
2018-04-05mm/free_pcppages_bulk: do not hold lock when picking pages to freeAaron Lu1-16/+23
2018-04-05mm/free_pcppages_bulk: update pcp->count insideAaron Lu1-7/+3
2018-04-05mm, page_alloc: move mirrored_kernelcore to __meminitdataDavid Rientjes1-9/+9
2018-04-05mm, page_alloc: extend kernelcore and movablecore for percentDavid Rientjes1-8/+35
2018-04-05mm/memory_hotplug: optimize memory hotplugPavel Tatashin1-18/+10
2018-04-05mm: initialize pages on demand during bootPavel Tatashin1-39/+144
2018-04-05mm: disable interrupts while initializing deferred pagesPavel Tatashin1-8/+11
2018-04-05mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGEAnshuman Khandual1-1/+1
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-4/+1
2018-03-22Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek1-10/+1
2018-03-22lockdep: fix fs_reclaim warningTetsuo Handa1-1/+1
2018-03-16mm: remove obsolete alloc_remap()Arnd Bergmann1-4/+1
2018-03-14Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment"Ard Biesheuvel1-8/+5
2018-03-09mm/page_alloc: fix memmap_init_zone pageblock alignmentDaniel Vacek1-2/+7
2018-02-21mm: don't defer struct page initialization for Xen pv guestsJuergen Gross1-0/+4
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-3/+3
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler1-0/+2
2018-01-31mm, memory_hotplug: fix memmap initializationMichal Hocko1-8/+14
2018-01-31mm/page_alloc.c: fix typos in commentsShile Zhang1-3/+3
2018-01-31mm/page_alloc.c: fix comment in __get_free_pages()Jiankang Chen1-1/+1
2018-01-31mm: split deferred_init_range into initializing and freeing partsPavel Tatashin1-70/+76
2018-01-08mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig1-3/+3
2018-01-04mm: check pfn_valid first in zero_resv_unavailDave Young1-0/+2
2017-12-14mm/page_alloc.c: avoid excessive IRQ disabled times in free_unref_page_list()Lucas Stach1-0/+11
2017-11-29mm/cma: fix alloc_contig_range ret code/potential leakMike Kravetz1-1/+8
2017-11-29mm, memory_hotplug: do not back off draining pcp free pages from kworker contextMichal Hocko1-4/+0
2017-11-17mm, compaction: split off flag for not updating skip hintsVlastimil Babka1-0/+1
2017-11-15mm: make alloc_node_mem_map a void call if we don't have CONFIG_FLAT_NODE_MEM_MAPOscar Salvador1-7/+7
2017-11-15mm: simplify nodemask printingMichal Hocko1-9/+3