summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2018-04-11xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin
2018-04-11mm/cma: remove ALLOC_CMAJoonsoo Kim
2018-04-11mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim
2018-04-11mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE requestJoonsoo Kim
2018-04-11mm: treat indirectly reclaimable memory as available in MemAvailableRoman Gushchin
2018-04-05mm/page_isolation.c: make start_isolate_page_range() fail if already isolatedMike Kravetz
2018-04-05mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memoryDavid Rientjes
2018-04-05mm/free_pcppages_bulk: prefetch buddy while not holding lockAaron Lu
2018-04-05mm/free_pcppages_bulk: do not hold lock when picking pages to freeAaron Lu
2018-04-05mm/free_pcppages_bulk: update pcp->count insideAaron Lu
2018-04-05mm, page_alloc: move mirrored_kernelcore to __meminitdataDavid Rientjes
2018-04-05mm, page_alloc: extend kernelcore and movablecore for percentDavid Rientjes
2018-04-05mm/memory_hotplug: optimize memory hotplugPavel Tatashin
2018-04-05mm: initialize pages on demand during bootPavel Tatashin
2018-04-05mm: disable interrupts while initializing deferred pagesPavel Tatashin
2018-04-05mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGEAnshuman Khandual
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2018-03-22Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek
2018-03-22lockdep: fix fs_reclaim warningTetsuo Handa
2018-03-16mm: remove obsolete alloc_remap()Arnd Bergmann
2018-03-14Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment"Ard Biesheuvel
2018-03-09mm/page_alloc: fix memmap_init_zone pageblock alignmentDaniel Vacek
2018-02-21mm: don't defer struct page initialization for Xen pv guestsJuergen Gross
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler
2018-01-31mm, memory_hotplug: fix memmap initializationMichal Hocko
2018-01-31mm/page_alloc.c: fix typos in commentsShile Zhang
2018-01-31mm/page_alloc.c: fix comment in __get_free_pages()Jiankang Chen
2018-01-31mm: split deferred_init_range into initializing and freeing partsPavel Tatashin
2018-01-08mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig
2018-01-04mm: check pfn_valid first in zero_resv_unavailDave Young
2017-12-14mm/page_alloc.c: avoid excessive IRQ disabled times in free_unref_page_list()Lucas Stach
2017-11-29mm/cma: fix alloc_contig_range ret code/potential leakMike Kravetz
2017-11-29mm, memory_hotplug: do not back off draining pcp free pages from kworker contextMichal Hocko
2017-11-17mm, compaction: split off flag for not updating skip hintsVlastimil Babka
2017-11-15mm: make alloc_node_mem_map a void call if we don't have CONFIG_FLAT_NODE_MEM...Oscar Salvador
2017-11-15mm: simplify nodemask printingMichal Hocko
2017-11-15mm/page_alloc.c: broken deferred calculationPavel Tatashin
2017-11-15mm: don't warn about allocations which stall for too longTetsuo Handa
2017-11-15mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka
2017-11-15mm, sysctl: make NUMA stats configurableKemi Wang
2017-11-15mm, page_alloc: simplify list handling in rmqueue_bulk()Vlastimil Babka
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman
2017-11-15mm, page_alloc: enable/disable IRQs once when freeing a list of pagesMel Gorman
2017-11-15mm/page_alloc: make sure __rmqueue() etc are always inlineAaron Lu
2017-11-15mm: stop zeroing memory during allocation in vmemmapPavel Tatashin
2017-11-15mm: zero reserved and unavailable struct pagesPavel Tatashin
2017-11-15mm: define memblock_virt_alloc_try_nid_rawPavel Tatashin
2017-11-15mm: deferred_init_memmap improvementsPavel Tatashin