Age | Commit message (Expand) | Author | Files | Lines |
2018-04-11 | xen, mm: allow deferred page initialization for xen pv domains | Pavel Tatashin | 1 | -4/+0 |
2018-04-11 | mm/cma: remove ALLOC_CMA | Joonsoo Kim | 1 | -25/+3 |
2018-04-11 | mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE | Joonsoo Kim | 1 | -5/+50 |
2018-04-11 | mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request | Joonsoo Kim | 1 | -11/+14 |
2018-04-11 | mm: treat indirectly reclaimable memory as available in MemAvailable | Roman Gushchin | 1 | -0/+7 |
2018-04-05 | mm/page_isolation.c: make start_isolate_page_range() fail if already isolated | Mike Kravetz | 1 | -4/+4 |
2018-04-05 | mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory | David Rientjes | 1 | -6/+8 |
2018-04-05 | mm/free_pcppages_bulk: prefetch buddy while not holding lock | Aaron Lu | 1 | -0/+22 |
2018-04-05 | mm/free_pcppages_bulk: do not hold lock when picking pages to free | Aaron Lu | 1 | -16/+23 |
2018-04-05 | mm/free_pcppages_bulk: update pcp->count inside | Aaron Lu | 1 | -7/+3 |
2018-04-05 | mm, page_alloc: move mirrored_kernelcore to __meminitdata | David Rientjes | 1 | -9/+9 |
2018-04-05 | mm, page_alloc: extend kernelcore and movablecore for percent | David Rientjes | 1 | -8/+35 |
2018-04-05 | mm/memory_hotplug: optimize memory hotplug | Pavel Tatashin | 1 | -18/+10 |
2018-04-05 | mm: initialize pages on demand during boot | Pavel Tatashin | 1 | -39/+144 |
2018-04-05 | mm: disable interrupts while initializing deferred pages | Pavel Tatashin | 1 | -8/+11 |
2018-04-05 | mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGE | Anshuman Khandual | 1 | -1/+1 |
2018-04-02 | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 1 | -4/+1 |
2018-03-22 | Revert "mm: page_alloc: skip over regions of invalid pfns where possible" | Daniel Vacek | 1 | -10/+1 |
2018-03-22 | lockdep: fix fs_reclaim warning | Tetsuo Handa | 1 | -1/+1 |
2018-03-16 | mm: remove obsolete alloc_remap() | Arnd Bergmann | 1 | -4/+1 |
2018-03-14 | Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment" | Ard Biesheuvel | 1 | -8/+5 |
2018-03-09 | mm/page_alloc: fix memmap_init_zone pageblock alignment | Daniel Vacek | 1 | -2/+7 |
2018-02-21 | mm: don't defer struct page initialization for Xen pv guests | Juergen Gross | 1 | -0/+4 |
2018-02-06 | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+3 |
2018-02-03 | Merge branch 'for-4.16/nfit' into libnvdimm-for-next | Ross Zwisler | 1 | -0/+2 |
2018-01-31 | mm, memory_hotplug: fix memmap initialization | Michal Hocko | 1 | -8/+14 |
2018-01-31 | mm/page_alloc.c: fix typos in comments | Shile Zhang | 1 | -3/+3 |
2018-01-31 | mm/page_alloc.c: fix comment in __get_free_pages() | Jiankang Chen | 1 | -1/+1 |
2018-01-31 | mm: split deferred_init_range into initializing and freeing parts | Pavel Tatashin | 1 | -70/+76 |
2018-01-08 | mm: pass the vmem_altmap to memmap_init_zone | Christoph Hellwig | 1 | -3/+3 |
2018-01-04 | mm: check pfn_valid first in zero_resv_unavail | Dave Young | 1 | -0/+2 |
2017-12-14 | mm/page_alloc.c: avoid excessive IRQ disabled times in free_unref_page_list() | Lucas Stach | 1 | -0/+11 |
2017-11-29 | mm/cma: fix alloc_contig_range ret code/potential leak | Mike Kravetz | 1 | -1/+8 |
2017-11-29 | mm, memory_hotplug: do not back off draining pcp free pages from kworker context | Michal Hocko | 1 | -4/+0 |
2017-11-17 | mm, compaction: split off flag for not updating skip hints | Vlastimil Babka | 1 | -0/+1 |
2017-11-15 | mm: make alloc_node_mem_map a void call if we don't have CONFIG_FLAT_NODE_MEM... | Oscar Salvador | 1 | -7/+7 |
2017-11-15 | mm: simplify nodemask printing | Michal Hocko | 1 | -9/+3 |
2017-11-15 | mm/page_alloc.c: broken deferred calculation | Pavel Tatashin | 1 | -9/+18 |
2017-11-15 | mm: don't warn about allocations which stall for too long | Tetsuo Handa | 1 | -10/+0 |
2017-11-15 | mm, page_alloc: fix potential false positive in __zone_watermark_ok | Vlastimil Babka | 1 | -3/+3 |
2017-11-15 | mm, sysctl: make NUMA stats configurable | Kemi Wang | 1 | -0/+6 |
2017-11-15 | mm, page_alloc: simplify list handling in rmqueue_bulk() | Vlastimil Babka | 1 | -9/+9 |
2017-11-15 | mm: remove __GFP_COLD | Mel Gorman | 1 | -14/+6 |
2017-11-15 | mm: remove cold parameter from free_hot_cold_page* | Mel Gorman | 1 | -17/+12 |
2017-11-15 | mm, page_alloc: enable/disable IRQs once when freeing a list of pages | Mel Gorman | 1 | -14/+44 |
2017-11-15 | mm/page_alloc: make sure __rmqueue() etc are always inline | Aaron Lu | 1 | -5/+5 |
2017-11-15 | mm: stop zeroing memory during allocation in vmemmap | Pavel Tatashin | 1 | -0/+1 |
2017-11-15 | mm: zero reserved and unavailable struct pages | Pavel Tatashin | 1 | -0/+40 |
2017-11-15 | mm: define memblock_virt_alloc_try_nid_raw | Pavel Tatashin | 1 | -8/+7 |
2017-11-15 | mm: deferred_init_memmap improvements | Pavel Tatashin | 1 | -83/+105 |