Age | Commit message (Expand) | Author | Files | Lines |
2013-01-03 | MM: vmscan: remove __devinit attribute. | Greg Kroah-Hartman | 1 | -2/+2 |
2012-12-28 | mm: fix null pointer dereference in wait_iff_congested() | Zlatko Calusic | 1 | -1/+1 |
2012-12-23 | mm: modify pgdat_balanced() so that it also handles order-0 | Zlatko Calusic | 1 | -60/+45 |
2012-12-20 | mm: do not sleep in balance_pgdat if there's no i/o congestion | Zlatko Calusic | 1 | -6/+6 |
2012-12-18 | mm/vmscan.c: avoid possible deadlock caused by too_many_isolated() | Fengguang Wu | 1 | -0/+8 |
2012-12-18 | vmscan: comment too_many_isolated() | Fengguang Wu | 1 | -1/+5 |
2012-12-12 | vmscan: use N_MEMORY instead N_HIGH_MEMORY | Lai Jiangshan | 1 | -2/+2 |
2012-12-11 | mm/vmscan.c: try_to_freeze() returns boolean | Jeff Liu | 1 | -1/+1 |
2012-12-11 | mm,vmscan: only evict file pages when we have plenty | Rik van Riel | 1 | -2/+13 |
2012-12-11 | mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILD | Kirill A. Shutemov | 1 | -4/+5 |
2012-12-08 | mm: vmscan: fix inappropriate zone congestion clearing | Johannes Weiner | 1 | -3/+0 |
2012-12-06 | mm: vmscan: do not keep kswapd looping forever due to individual uncompactabl... | Johannes Weiner | 1 | -16/+0 |
2012-11-30 | mm: vmscan: fix endless loop in kswapd balancing | Johannes Weiner | 1 | -9/+18 |
2012-11-26 | mm: vmscan: check for fatal signals iff the process was throttled | Mel Gorman | 1 | -10/+27 |
2012-11-16 | mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction... | Mel Gorman | 1 | -25/+0 |
2012-11-09 | mm: bugfix: set current->reclaim_state to NULL while returning from kswapd() | Takamori Yamaguchi | 1 | -0/+2 |
2012-10-09 | CMA: migrate mlocked pages | Minchan Kim | 1 | -2/+2 |
2012-10-09 | mm: remove vma arg from page_evictable | Hugh Dickins | 1 | -18/+9 |
2012-10-09 | mm: compaction: clear PG_migrate_skip based on compaction and reclaim activity | Mel Gorman | 1 | -0/+8 |
2012-10-09 | mm: cma: discard clean pages during contiguous allocation instead of migration | Minchan Kim | 1 | -6/+37 |
2012-10-09 | mm/vmscan: fix error number for failed kthread | Gavin Shan | 1 | -2/+2 |
2012-10-09 | mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on fa... | Mel Gorman | 1 | -0/+25 |
2012-09-17 | memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread fails | Wen Congyang | 1 | -0/+1 |
2012-07-31 | memcg: gix memory accounting scalability in shrink_page_list | Tim Chen | 1 | -0/+2 |
2012-07-31 | memcg: further prevent OOM with too many dirty pages | Hugh Dickins | 1 | -9/+24 |
2012-07-31 | memcg: prevent OOM with too many dirty pages | Michal Hocko | 1 | -3/+20 |
2012-07-31 | mm: account for the number of times direct reclaimers get throttled | Mel Gorman | 1 | -0/+3 |
2012-07-31 | mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba... | Mel Gorman | 1 | -8/+120 |
2012-07-31 | memcg: rename config variables | Andrew Morton | 1 | -2/+2 |
2012-07-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+3 |
2012-07-17 | mm: fix lost kswapd wakeup in kswapd_stop() | Aaditya Kumar | 1 | -1/+4 |
2012-07-11 | memory hotplug: fix invalid memory access caused by stale kswapd pointer | Jiang Liu | 1 | -2/+5 |
2012-06-29 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -267/+39 |
2012-06-28 | mm/vmscan: cleanup comment error in balance_pgdat | Wanpeng Li | 1 | -1/+1 |
2012-06-28 | mm: fix page reclaim comment error | Wanpeng Li | 1 | -1/+2 |
2012-05-29 | mm/memcg: apply add/del_page to lruvec | Hugh Dickins | 1 | -20/+27 |
2012-05-29 | mm: trivial cleanups in vmscan.c | Hugh Dickins | 1 | -21/+10 |
2012-05-29 | mm/memcg: get_lru_size not get_lruvec_size | Hugh Dickins | 1 | -10/+9 |
2012-05-29 | mm/vmscan: kill struct mem_cgroup_zone | Konstantin Khlebnikov | 1 | -20/+6 |
2012-05-29 | mm/vmscan: push lruvec pointer into should_continue_reclaim() | Konstantin Khlebnikov | 1 | -5/+3 |
2012-05-29 | mm/vmscan: push lruvec pointer into get_scan_count() | Konstantin Khlebnikov | 1 | -16/+9 |
2012-05-29 | mm/vmscan: push lruvec pointer into shrink_list() | Konstantin Khlebnikov | 1 | -22/+12 |
2012-05-29 | mm/vmscan: push lruvec pointer into inactive_list_is_low() | Konstantin Khlebnikov | 1 | -18/+22 |
2012-05-29 | mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size() | Konstantin Khlebnikov | 1 | -15/+16 |
2012-05-29 | mm/vmscan: push lruvec pointer into putback_inactive_pages() | Konstantin Khlebnikov | 1 | -4/+4 |
2012-05-29 | mm/vmscan: remove update_isolated_counts() | Konstantin Khlebnikov | 1 | -54/+6 |
2012-05-29 | mm/vmscan: push zone pointer into shrink_page_list() | Konstantin Khlebnikov | 1 | -6/+5 |
2012-05-29 | mm/vmscan: push lruvec pointer into isolate_lru_pages() | Konstantin Khlebnikov | 1 | -8/+8 |
2012-05-29 | mm/vmscan: store "priority" in struct scan_control | Konstantin Khlebnikov | 1 | -56/+61 |
2012-05-29 | mm/memcg: use vm_swappiness from target memory cgroup | Konstantin Khlebnikov | 1 | -6/+5 |