| Commit message (Expand) | Author | Age |
* | sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2 | Cody P Schafer | 2013-07-03 |
* | mm: use a dedicated lock to protect totalram_pages and zone->managed_pages | Jiang Liu | 2013-07-03 |
* | mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock() | Cody P Schafer | 2013-07-03 |
* | mm: fix comment referring to non-existent size_seqlock, change to span_seqlock | Cody P Schafer | 2013-07-03 |
* | mm: vmscan: block kswapd if it is encountering pages under writeback | Mel Gorman | 2013-07-03 |
* | mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not... | Mel Gorman | 2013-07-03 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-04-30 |
|\ |
|
| * | mmzone: correct "pags" to "pages" in comment. | Cody P Schafer | 2013-03-27 |
* | | mm: zone_end_pfn is too small | Russ Anderson | 2013-03-22 |
|/ |
|
* | mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate. | Cody P Schafer | 2013-02-23 |
* | mm: add zone_is_empty() and zone_is_initialized() | Cody P Schafer | 2013-02-23 |
* | mm: add & use zone_end_pfn() and zone_spans_pfn() | Cody P Schafer | 2013-02-23 |
* | mm: move page flags layout to separate header | Peter Zijlstra | 2013-02-23 |
* | mm: remove MIGRATE_ISOLATE check in hotpath | Minchan Kim | 2013-02-23 |
* | mm: fix zone_watermark_ok_safe() accounting of isolated pages | Bartlomiej Zolnierkiewicz | 2013-01-04 |
* | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-12-16 |
|\ |
|
| * | mm: numa: Structures for Migrate On Fault per NUMA migration rate limiting | Andrea Arcangeli | 2012-12-11 |
* | | mm: introduce new field "managed_pages" to struct zone | Jiang Liu | 2012-12-12 |
* | | mm: cma: remove watermark hacks | Marek Szyprowski | 2012-12-11 |
|/ |
|
* | memcg: fix hotplugged memory zone oops | Hugh Dickins | 2012-11-16 |
* | CMA: migrate mlocked pages | Minchan Kim | 2012-10-09 |
* | mm, numa: reclaim from all nodes within reclaim distance | David Rientjes | 2012-10-09 |
* | mm: compaction: clear PG_migrate_skip based on compaction and reclaim activity | Mel Gorman | 2012-10-09 |
* | mm: compaction: Restart compaction from near where it left off | Mel Gorman | 2012-10-09 |
* | mm: compaction: cache if a pageblock was scanned and no pages were isolated | Mel Gorman | 2012-10-09 |
* | revert "mm: have order > 0 compaction start off where it left" | Mel Gorman | 2012-10-09 |
* | cma: count free CMA pages | Bartlomiej Zolnierkiewicz | 2012-10-09 |
* | mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba... | Mel Gorman | 2012-07-31 |
* | memory-hotplug: fix kswapd looping forever problem | Minchan Kim | 2012-07-31 |
* | mm/hotplug: correctly setup fallback zonelists when creating new pgdat | Jiang Liu | 2012-07-31 |
* | mm: CONFIG_HAVE_MEMBLOCK_NODE -> CONFIG_HAVE_MEMBLOCK_NODE_MAP | Rabin Vincent | 2012-07-31 |
* | mm: have order > 0 compaction start off where it left | Rik van Riel | 2012-07-31 |
* | mm: remove unused LRU_ALL_EVICTABLE | Wanpeng Li | 2012-07-31 |
* | memcg: rename config variables | Andrew Morton | 2012-07-31 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-07-24 |
|\ |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2012-06-29 |
| |\ |
|
| * | | mm: cleanup on the comments of zone_reclaim_stat | Wanpeng Li | 2012-06-28 |
* | | | memory hotplug: fix invalid memory access caused by stale kswapd pointer | Jiang Liu | 2012-07-11 |
* | | | mm: add link from struct lruvec to struct zone | Konstantin Khlebnikov | 2012-05-29 |
* | | | mm: remove lru type checks from __isolate_lru_page() | Konstantin Khlebnikov | 2012-05-29 |
| |/
|/| |
|
* | | mm/memcg: move reclaim_stat into lruvec | Hugh Dickins | 2012-05-29 |
|/ |
|
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 2012-05-25 |
|\ |
|
| * | mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks | Marek Szyprowski | 2012-05-21 |
| * | mm: mmzone: MIGRATE_CMA migration type added | Michal Nazarewicz | 2012-05-21 |
* | | mmzone: fix comment typo coelesce -> coalesce | Wang YanQing | 2012-04-15 |
|/ |
|
* | vmscan: only defer compaction for failed order and higher | Rik van Riel | 2012-03-21 |
* | mm: enum lru_list lru | Hugh Dickins | 2012-01-12 |
* | mm: compaction: make isolate_lru_page() filter-aware again | Mel Gorman | 2012-01-12 |
* | mm: collect LRU list heads into struct lruvec | Johannes Weiner | 2012-01-12 |
* | mm: exclude reserved pages from dirtyable memory | Johannes Weiner | 2012-01-10 |