Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-11-15 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 1 | -14/+0 |
2017-11-15 | mm, page_alloc: fail has_unmovable_pages when seeing reserved pages | Michal Hocko | 1 | -0/+3 |
2017-11-15 | mm: distinguish CMA and MOVABLE isolation in has_unmovable_pages() | Michal Hocko | 1 | -1/+11 |
2017-11-15 | mm: drop migrate type checks from has_unmovable_pages | Michal Hocko | 1 | -4/+0 |
2017-10-03 | mm, page_alloc: add scheduling point to memmap_init_zone | Michal Hocko | 1 | -0/+1 |
2017-10-03 | mm: meminit: mark init_reserved_page as __meminit | Arnd Bergmann | 1 | -1/+1 |
2017-09-08 | mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attempt | Tetsuo Handa | 1 | -1/+2 |
2017-09-08 | mm: change the call sites of numa statistics items | Kemi Wang | 1 | -5/+5 |
2017-09-06 | mm, oom: do not rely on TIF_MEMDIE for memory reserves access | Michal Hocko | 1 | -19/+57 |
2017-09-06 | mm: rename global_page_state to global_zone_page_state | Michal Hocko | 1 | -6/+6 |
2017-09-06 | mm, memory_hotplug: get rid of zonelists_mutex | Michal Hocko | 1 | -9/+9 |
2017-09-06 | mm, page_alloc: remove stop_machine from build_all_zonelists | Michal Hocko | 1 | -7/+2 |
2017-09-06 | mm, page_alloc: simplify zonelist initialization | Michal Hocko | 1 | -40/+41 |
2017-09-06 | mm, memory_hotplug: drop zone from build_all_zonelists | Michal Hocko | 1 | -10/+3 |
2017-09-06 | mm, page_alloc: do not set_cpu_numa_mem on empty nodes initialization | Michal Hocko | 1 | -4/+2 |
2017-09-06 | mm, page_alloc: remove boot pageset initialization from memory hotplug | Michal Hocko | 1 | -18/+22 |
2017-09-06 | mm, page_alloc: rip out ZONELIST_ORDER_ZONE | Michal Hocko | 1 | -158/+21 |
2017-09-06 | mm/memory_hotplug: just build zonelist for newly added node | Wei Yang | 1 | -5/+9 |
2017-09-04 | Merge branch 'linus' into locking/core, to fix up conflicts | Ingo Molnar | 1 | -5/+24 |
2017-08-31 | mm,page_alloc: don't call __node_reclaim() with oom_lock held. | Tetsuo Handa | 1 | -3/+6 |
2017-08-25 | PM/hibernate: touch NMI watchdog when creating snapshot | Chen Yu | 1 | -2/+18 |
2017-08-25 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 1 | -0/+4 |