Age | Commit message (Expand) | Author | Files | Lines |
2016-07-29 | mm, workingset: make working set detection node-aware | Mel Gorman | 1 | -3/+3 |
2016-07-29 | mm, vmscan: make shrink_node decisions more node-centric | Mel Gorman | 1 | -2/+2 |
2016-07-29 | mm, vmscan: simplify the logic deciding whether kswapd sleeps | Mel Gorman | 1 | -2/+3 |
2016-07-29 | mm, mmzone: clarify the usage of zone padding | Mel Gorman | 1 | -3/+4 |
2016-07-29 | mm, vmscan: move LRU lists to node | Mel Gorman | 1 | -27/+41 |
2016-07-29 | mm, vmscan: move lru_lock to the node | Mel Gorman | 1 | -2/+8 |
2016-07-29 | mm, vmstat: add infrastructure for per-node vmstats | Mel Gorman | 1 | -0/+13 |
2016-07-27 | mm, rmap: account shmem thp pages | Kirill A. Shutemov | 1 | -1/+3 |
2016-07-27 | mm: add NR_ZSMALLOC to vmstat | Minchan Kim | 1 | -0/+3 |
2016-07-27 | mm: zap ZONE_OOM_LOCKED | Vladimir Davydov | 1 | -1/+0 |
2016-07-27 | mm: Add is_migrate_cma_page | Laura Abbott | 1 | -0/+2 |
2016-05-21 | mm fix commmets: if SPARSEMEM, pgdata doesn't have page_ext | Weijie Yang | 1 | -1/+1 |
2016-05-21 | mm, oom, compaction: prevent from should_compact_retry looping for ever for c... | Michal Hocko | 1 | -0/+3 |
2016-05-20 | mm, page_alloc: inline pageblock lookup in page free fast paths | Mel Gorman | 1 | -7/+0 |
2016-05-20 | mm, page_alloc: avoid looking up the first zone in a zonelist twice | Mel Gorman | 1 | -7/+11 |
2016-05-20 | mm, page_alloc: convert alloc_flags to unsigned | Mel Gorman | 1 | -1/+2 |
2016-05-20 | mm, page_alloc: inline the fast path of the zonelist iterator | Mel Gorman | 1 | -2/+11 |
2016-05-20 | mm/highmem: simplify is_highmem() | Chanho Min | 1 | -4/+1 |
2016-03-18 | mm: scale kswapd watermarks in proportion to memory | Johannes Weiner | 1 | -0/+2 |
2016-03-18 | mm, compaction: introduce kcompactd | Vlastimil Babka | 1 | -0/+6 |
2016-03-16 | mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous | Joonsoo Kim | 1 | -0/+2 |
2016-03-16 | mm: workingset: per-cgroup cache thrash detection | Johannes Weiner | 1 | -6/+7 |
2016-03-16 | mm, page_owner: print migratetype of page and pageblock, symbolic flags | Vlastimil Babka | 1 | -0/+3 |
2016-02-03 | thp: make split_queue per-node | Kirill A. Shutemov | 1 | -0/+6 |
2016-01-15 | mm: page_alloc: generalize the dirty balance reserve | Johannes Weiner | 1 | -3/+3 |
2016-01-15 | mm/mmzone.c: memmap_valid_within() can be boolean | Yaowei Bai | 1 | -3/+3 |
2016-01-15 | mm/zonelist: enumerate zonelists array index | Yaowei Bai | 1 | -11/+9 |
2016-01-15 | include/linux/mmzone.h: remove unused is_unevictable_lru() | Yaowei Bai | 1 | -5/+0 |
2015-11-07 | include/linux/mmzone.h: reflow comment | Andrew Morton | 1 | -6/+7 |
2015-11-07 | mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand | Mel Gorman | 1 | -2/+4 |
2015-11-07 | mm, page_alloc: remove MIGRATE_RESERVE | Mel Gorman | 1 | -8/+2 |
2015-11-07 | mm, page_alloc: delete the zonelist_cache | Mel Gorman | 1 | -74/+0 |
2015-11-07 | mm, page_alloc: use masks and shifts when converting GFP flags to migrate types | Mel Gorman | 1 | -1/+1 |
2015-11-07 | mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safe | Mel Gorman | 1 | -1/+1 |
2015-11-06 | mm/page_alloc: remove unused parameter in init_currently_empty_zone() | Yaowei Bai | 1 | -2/+1 |
2015-09-09 | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+23 |
2015-09-05 | mm: remove struct node_active_region | minkyung88.kim | 1 | -8/+0 |
2015-08-28 | mm: ZONE_DEVICE for "device memory" | Dan Williams | 1 | -0/+23 |
2015-07-01 | mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA... | Mel Gorman | 1 | -0/+8 |
2015-07-01 | mm: meminit: inline some helper functions | Mel Gorman | 1 | -9/+0 |
2015-07-01 | mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid | Mel Gorman | 1 | -1/+15 |
2015-04-16 | mm: refactor zone_movable_is_highmem() | Zhang Zhen | 1 | -4/+4 |
2015-04-08 | mm: move zone lock to a different cache line than order-0 free page lists | Mel Gorman | 1 | -4/+3 |
2015-02-12 | mm: microoptimize zonelist operations | Vlastimil Babka | 1 | -6/+7 |
2015-02-12 | mm: fix typo of MIGRATE_RESERVE in comment | Baoquan He | 1 | -1/+1 |
2014-12-13 | mm/page_ext: resurrect struct page extending code for debugging | Joonsoo Kim | 1 | -0/+12 |
2014-12-11 | mm: embed the memcg pointer directly into struct page | Johannes Weiner | 1 | -12/+0 |
2014-11-14 | mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype | Joonsoo Kim | 1 | -0/+9 |
2014-10-10 | mm: clean up zone flags | Johannes Weiner | 1 | -48/+3 |
2014-08-07 | mm: page_alloc: reduce cost of the fair zone allocation policy | Mel Gorman | 1 | -0/+6 |