| Commit message (Expand) | Author | Age | Files | Lines |
* | mm fix commmets: if SPARSEMEM, pgdata doesn't have page_ext | Weijie Yang | 2016-05-20 | 1 | -1/+1 |
* | mm, oom, compaction: prevent from should_compact_retry looping for ever for c... | Michal Hocko | 2016-05-20 | 1 | -0/+3 |
* | mm, page_alloc: inline pageblock lookup in page free fast paths | Mel Gorman | 2016-05-19 | 1 | -7/+0 |
* | mm, page_alloc: avoid looking up the first zone in a zonelist twice | Mel Gorman | 2016-05-19 | 1 | -7/+11 |
* | mm, page_alloc: convert alloc_flags to unsigned | Mel Gorman | 2016-05-19 | 1 | -1/+2 |
* | mm, page_alloc: inline the fast path of the zonelist iterator | Mel Gorman | 2016-05-19 | 1 | -2/+11 |
* | mm/highmem: simplify is_highmem() | Chanho Min | 2016-05-19 | 1 | -4/+1 |
* | mm: scale kswapd watermarks in proportion to memory | Johannes Weiner | 2016-03-17 | 1 | -0/+2 |
* | mm, compaction: introduce kcompactd | Vlastimil Babka | 2016-03-17 | 1 | -0/+6 |
* | mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous | Joonsoo Kim | 2016-03-15 | 1 | -0/+2 |
* | mm: workingset: per-cgroup cache thrash detection | Johannes Weiner | 2016-03-15 | 1 | -6/+7 |
* | mm, page_owner: print migratetype of page and pageblock, symbolic flags | Vlastimil Babka | 2016-03-15 | 1 | -0/+3 |
* | thp: make split_queue per-node | Kirill A. Shutemov | 2016-02-03 | 1 | -0/+6 |
* | mm: page_alloc: generalize the dirty balance reserve | Johannes Weiner | 2016-01-14 | 1 | -3/+3 |
* | mm/mmzone.c: memmap_valid_within() can be boolean | Yaowei Bai | 2016-01-14 | 1 | -3/+3 |
* | mm/zonelist: enumerate zonelists array index | Yaowei Bai | 2016-01-14 | 1 | -11/+9 |
* | include/linux/mmzone.h: remove unused is_unevictable_lru() | Yaowei Bai | 2016-01-14 | 1 | -5/+0 |
* | include/linux/mmzone.h: reflow comment | Andrew Morton | 2015-11-06 | 1 | -6/+7 |
* | mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand | Mel Gorman | 2015-11-06 | 1 | -2/+4 |
* | mm, page_alloc: remove MIGRATE_RESERVE | Mel Gorman | 2015-11-06 | 1 | -8/+2 |
* | mm, page_alloc: delete the zonelist_cache | Mel Gorman | 2015-11-06 | 1 | -74/+0 |
* | mm, page_alloc: use masks and shifts when converting GFP flags to migrate types | Mel Gorman | 2015-11-06 | 1 | -1/+1 |
* | mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safe | Mel Gorman | 2015-11-06 | 1 | -1/+1 |
* | mm/page_alloc: remove unused parameter in init_currently_empty_zone() | Yaowei Bai | 2015-11-05 | 1 | -2/+1 |
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-09-08 | 1 | -0/+23 |
|\ |
|
| * | mm: ZONE_DEVICE for "device memory" | Dan Williams | 2015-08-27 | 1 | -0/+23 |
* | | mm: remove struct node_active_region | minkyung88.kim | 2015-09-04 | 1 | -8/+0 |
|/ |
|
* | mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA... | Mel Gorman | 2015-06-30 | 1 | -0/+8 |
* | mm: meminit: inline some helper functions | Mel Gorman | 2015-06-30 | 1 | -9/+0 |
* | mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid | Mel Gorman | 2015-06-30 | 1 | -1/+15 |
* | mm: refactor zone_movable_is_highmem() | Zhang Zhen | 2015-04-15 | 1 | -4/+4 |
* | mm: move zone lock to a different cache line than order-0 free page lists | Mel Gorman | 2015-04-07 | 1 | -4/+3 |
* | mm: microoptimize zonelist operations | Vlastimil Babka | 2015-02-11 | 1 | -6/+7 |
* | mm: fix typo of MIGRATE_RESERVE in comment | Baoquan He | 2015-02-11 | 1 | -1/+1 |
* | mm/page_ext: resurrect struct page extending code for debugging | Joonsoo Kim | 2014-12-13 | 1 | -0/+12 |
* | mm: embed the memcg pointer directly into struct page | Johannes Weiner | 2014-12-10 | 1 | -12/+0 |
* | mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype | Joonsoo Kim | 2014-11-13 | 1 | -0/+9 |
* | mm: clean up zone flags | Johannes Weiner | 2014-10-09 | 1 | -48/+3 |
* | mm: page_alloc: reduce cost of the fair zone allocation policy | Mel Gorman | 2014-08-06 | 1 | -0/+6 |
* | mm: move zone->pages_scanned into a vmstat counter | Mel Gorman | 2014-08-06 | 1 | -1/+1 |
* | mm: rearrange zone fields into read-only, page alloc, statistics and page rec... | Mel Gorman | 2014-08-06 | 1 | -103/+108 |
* | mem-hotplug: improve zone_movable_is_highmem logic | Wang Nan | 2014-08-06 | 1 | -0/+2 |
* | mm: page_alloc: use unsigned int for order in more places | Mel Gorman | 2014-06-04 | 1 | -4/+4 |
* | mm: page_alloc: reduce number of times page_to_pfn is called | Mel Gorman | 2014-06-04 | 1 | -2/+7 |
* | mm: page_alloc: use word-based accesses for get/set pageblock bitmaps | Mel Gorman | 2014-06-04 | 1 | -1/+5 |
* | mm, compaction: add per-zone migration pfn cache for async compaction | David Rientjes | 2014-06-04 | 1 | -2/+3 |
* | mem-hotplug: implement get/put_online_mems | Vladimir Davydov | 2014-06-04 | 1 | -4/+4 |
* | mm: page_alloc: do not cache reclaim distances | Mel Gorman | 2014-06-04 | 1 | -1/+0 |
* | mm: keep page cache radix tree nodes in check | Johannes Weiner | 2014-04-03 | 1 | -0/+1 |
* | mm: thrash detection-based file cache sizing | Johannes Weiner | 2014-04-03 | 1 | -0/+5 |