| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-12-28 | mm/page_alloc.c: allow error injection |  Benjamin Poirier | 1 | -2/+8 |
| 2018-12-28 | mm, page_alloc: enable pcpu_drain with zone capability |  Wei Yang | 1 | -6/+16 |
| 2018-12-28 | mm/page_alloc.c: don't call kasan_free_pages() at deferred mem init |  Waiman Long | 1 | -8/+29 |
| 2018-12-28 | mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPES |  Pingfan Liu | 1 | -0/+1 |
| 2018-12-28 | mm/page_alloc.c: drop uneeded __meminit and __meminitdata |  Oscar Salvador | 1 | -14/+14 |
| 2018-12-28 | mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init() |  Wei Yang | 1 | -7/+6 |
| 2018-12-28 | mm, oom: reorganize the oom report in dump_header |  yuzhoujian | 1 | -2/+2 |
| 2018-12-28 | mm: make free_reserved_area() return "const char *" |  Alexey Dobriyan | 1 | -1/+1 |
| 2018-12-28 | mm/mmzone.c: make "migratetype_names" const char * |  Alexey Dobriyan | 1 | -1/+1 |
| 2018-12-28 | mm: reclaim small amounts of memory when an external fragmentation event occurs |  Mel Gorman | 1 | -2/+41 |
| 2018-12-28 | mm: use alloc_flags to record if kswapd can wake |  Mel Gorman | 1 | -15/+18 |
| 2018-12-28 | mm: move zone watermark accesses behind an accessor |  Mel Gorman | 1 | -6/+6 |
| 2018-12-28 | mm, page_alloc: spread allocations across zones before introducing fragmentation |  Mel Gorman | 1 | -12/+96 |
| 2018-12-28 | mm/page_alloc.c: use a single function to free page |  Aaron Lu | 1 | -23/+14 |
| 2018-12-28 | mm/page_alloc.c: free order-0 pages through PCP in page_frag_free() |  Aaron Lu | 1 | -2/+8 |
| 2018-12-28 | mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in fallbacks |  Huang Shijie | 1 | -1/+1 |
| 2018-12-28 | mm: remove managed_page_count_lock spinlock |  Arun KS | 1 | -5/+0 |
| 2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic |  Arun KS | 1 | -9/+11 |
| 2018-12-28 | mm: convert zone->managed_pages to atomic variable |  Arun KS | 1 | -22/+22 |
| 2018-12-28 | mm: reference totalram_pages and managed_pages once per function |  Arun KS | 1 | -2/+3 |
| 2018-12-28 | mm: remove reset of pcp->counter in pageset_init() |  Wei Yang | 1 | -1/+0 |
| 2018-12-28 | mm: only report isolation failures when offlining memory |  Michal Hocko | 1 | -6/+5 |
| 2018-12-28 | mm, memory_hotplug: be more verbose for memory offline failures |  Michal Hocko | 1 | -0/+1 |
| 2018-12-28 | kasan, mm, arm64: tag non slab memory allocated via pagealloc |  Andrey Konovalov | 1 | -0/+1 |
| 2018-12-21 | mm, page_alloc: fix has_unmovable_pages for HugePages |  Oscar Salvador | 1 | -2/+5 |
| 2018-12-21 | mm, memory_hotplug: initialize struct pages for the full memory section |  Mikhail Zaslonko | 1 | -0/+12 |
| 2018-11-30 | mm/page_alloc.c: fix calculation of pgdat->nr_zones |  Wei Yang | 1 | -1/+3 |
| 2018-11-18 | mm, page_alloc: check for max order in hot path |  Michal Hocko | 1 | -11/+9 |
| 2018-11-18 | mm, memory_hotplug: check zone_movable in has_unmovable_pages |  Michal Hocko | 1 | -0/+8 |
| 2018-10-31 | memblock: stop using implicit alignment to SMP_CACHE_BYTES |  Mike Rapoport | 1 | -2/+4 |
| 2018-10-31 | mm: remove include/linux/bootmem.h |  Mike Rapoport | 1 | -1/+0 |
| 2018-10-31 | memblock: rename __free_pages_bootmem to memblock_free_pages |  Mike Rapoport | 1 | -1/+1 |
| 2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all |  Mike Rapoport | 1 | -1/+1 |
| 2018-10-31 | memblock: remove _virt from APIs returning virtual address |  Mike Rapoport | 1 | -4/+4 |
| 2018-10-31 | mm: remove CONFIG_HAVE_MEMBLOCK |  Mike Rapoport | 1 | -3/+2 |
| 2018-10-26 | mm: return zero_resv_unavail optimization |  Pavel Tatashin | 1 | -20/+26 |
| 2018-10-26 | mm: zero remaining unavailable struct pages |  Naoya Horiguchi | 1 | -11/+25 |
| 2018-10-26 | mm: move mirrored memory specific code outside of memmap_init_zone |  Pavel Tatashin | 1 | -38/+33 |
| 2018-10-26 | mm: calculate deferred pages after skipping mirrored memory |  Pavel Tatashin | 1 | -20/+25 |
| 2018-10-26 | mm: make memmap_init a proper function |  Pavel Tatashin | 1 | -4/+5 |
| 2018-10-26 | mm/page_alloc.c: initialize num_movable in move_freepages() |  David Rientjes | 1 | -4/+3 |
| 2018-10-26 | mm: defer ZONE_DEVICE page initialization to the point where we init pgmap |  Alexander Duyck | 1 | -3/+89 |
| 2018-10-26 | mm: create non-atomic version of SetPageReserved for init use |  Alexander Duyck | 1 | -2/+7 |
| 2018-10-26 | mm, page_alloc: drop should_suppress_show_mem |  Michal Hocko | 1 | -15/+1 |
| 2018-10-26 | psi: pressure stall information for CPU, memory, and IO |  Johannes Weiner | 1 | -0/+9 |
| 2018-10-26 | mm: rename and change semantics of nr_indirectly_reclaimable_bytes |  Vlastimil Babka | 1 | -12/+7 |
| 2018-10-26 | mm/page_alloc.c: clean up check_for_memory() |  Oscar Salvador | 1 | -6/+3 |
| 2018-10-26 | mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry() |  Michal Hocko | 1 | -16/+16 |
| 2018-10-09 | mm, sched/numa: Remove remaining traces of NUMA rate-limiting |  Srikar Dronamraju | 1 | -10/+0 |
| 2018-10-02 | mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migration |  Mel Gorman | 1 | -2/+0 |