Age | Commit message (Expand) | Author |
2016-05-19 | mm: update_lru_size do the __mod_zone_page_state | Hugh Dickins |
2016-05-19 | mm: rename _count, field of the struct page, to _refcount | Joonsoo Kim |
2016-04-28 | mm: wake kcompactd before kswapd's short sleep | Vlastimil Babka |
2016-04-28 | mm: vmscan: reclaim highmem zone if buffer_heads is over limit | Minchan Kim |
2016-03-17 | mm: introduce page reference manipulation functions | Joonsoo Kim |
2016-03-17 | mm: vmscan: pass root_mem_cgroup instead of NULL to memcg aware shrinker | Vladimir Davydov |
2016-03-17 | mm, kswapd: replace kswapd compaction with waking up kcompactd | Vlastimil Babka |
2016-03-17 | mm, kswapd: remove bogus check of balance_classzone_idx | Vlastimil Babka |
2016-03-15 | mm: remove unnecessary uses of lock_page_memcg() | Johannes Weiner |
2016-03-15 | mm: simplify lock_page_memcg() | Johannes Weiner |
2016-03-15 | mm: workingset: per-cgroup cache thrash detection | Johannes Weiner |
2016-03-15 | mm: memcontrol: generalize locking for the page->mem_cgroup binding | Johannes Weiner |
2016-03-15 | mm, vmscan: make zone_reclaimable_pages more precise | Michal Hocko |
2016-03-15 | mm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node_ids == 1 | Vladimir Davydov |
2016-02-05 | mm: downgrade VM_BUG in isolate_lru_page() to warning | Kirill A. Shutemov |
2016-01-22 | dax: support dirty DAX entries in radix tree | Ross Zwisler |
2016-01-20 | mm: free swap cache aggressively if memcg swap is full | Vladimir Davydov |
2016-01-20 | mm: vmscan: do not scan anon pages if memcg swap limit is hit | Vladimir Davydov |
2016-01-20 | mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_online | Vladimir Davydov |
2016-01-20 | mm: vmscan: pass memcg to get_scan_count() | Vladimir Davydov |
2016-01-20 | mm: memcontrol: give the kmem states more descriptive names | Johannes Weiner |
2016-01-15 | mm: support madvise(MADV_FREE) | Minchan Kim |
2016-01-15 | page-flags: define PG_locked behavior on compound pages | Kirill A. Shutemov |
2016-01-14 | mm: make sure isolate_lru_page() is never called for tail page | Kirill A. Shutemov |
2016-01-14 | mm: memcontrol: hook up vmpressure to socket pressure | Johannes Weiner |
2016-01-14 | mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_page | Geliang Tang |
2016-01-14 | mm, vmscan: consider isolated pages in zone_reclaimable_pages | Michal Hocko |
2016-01-14 | vmscan: do not force-scan file lru if its absolute size is small | Vladimir Davydov |
2016-01-14 | mm: change mm_vmscan_lru_shrink_inactive() proto types | yalin wang |
2016-01-14 | mm/vmscan.c: change trace_mm_vmscan_writepage() proto type | yalin wang |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman |
2015-11-06 | mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safe | Mel Gorman |
2015-11-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2015-11-05 | mm/vmscan.c: fix types of some locals | Alexandru Moise |
2015-11-05 | mm/vmscan: make inactive_anon/file_is_low return bool | Yaowei Bai |
2015-11-05 | mm/vmscan: make inactive_anon_is_low_global return directly | Yaowei Bai |
2015-11-05 | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds |
2015-09-22 | vmscan: fix sane_reclaim helper for legacy memcg | Vladimir Davydov |
2015-09-08 | mm, vmscan: unlock page while waiting on writeback | Hugh Dickins |
2015-09-08 | vmscan: fix increasing nr_isolated incurred by putback unevictable pages | Jaewon Kim |
2015-09-08 | mm: vmscan: never isolate more pages than necessary | Vladimir Davydov |
2015-09-08 | memcg: export struct mem_cgroup | Michal Hocko |
2015-09-04 | mm: defer flush of writable TLB entries | Mel Gorman |
2015-09-04 | mm: send one IPI per CPU to TLB flush all entries after unmapping pages | Mel Gorman |
2015-08-05 | mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations | Michal Hocko |
2015-06-25 | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-06-24 | mm: rename RECLAIM_SWAP to RECLAIM_UNMAP | Zhihui Zhang |
2015-06-24 | mm: vmscan: do not throttle based on pfmemalloc reserves if node has no recla... | Nishanth Aravamudan |
2015-06-02 | mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support... | Tejun Heo |
2015-06-02 | writeback: implement and use inode_congested() | Tejun Heo |