Age | Commit message (Expand) | Author | Files | Lines |
2019-10-19 | mm/vmscan.c: support removing arbitrary sized pages from mapping | William Kucharski | 1 | -4/+1 |
2019-10-19 | mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_... | Honglei Wang | 1 | -4/+5 |
2019-10-07 | mm, memcg: make scan aggression always exclude protection | Chris Down | 1 | -41/+20 |
2019-10-07 | mm, memcg: make memory.emin the baseline for utilisation determination | Chris Down | 1 | -22/+33 |
2019-10-07 | mm, memcg: proportional memory.{low,min} reclaim | Chris Down | 1 | -6/+76 |
2019-09-25 | mm: introduce MADV_PAGEOUT | Minchan Kim | 1 | -0/+56 |
2019-09-25 | mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM | Minchan Kim | 1 | -3/+3 |
2019-09-24 | mm: shrinker: make shrinker not depend on memcg kmem | Yang Shi | 1 | -29/+31 |
2019-09-24 | mm: move mem_cgroup_uncharge out of __page_cache_release() | Yang Shi | 1 | -4/+2 |
2019-09-24 | mm, reclaim: cleanup should_continue_reclaim() | Vlastimil Babka | 1 | -29/+14 |
2019-09-24 | mm, reclaim: make should_continue_reclaim perform dryrun detection | Hillf Danton | 1 | -13/+15 |
2019-09-24 | mm: vmscan: do not share cgroup iteration between reclaimers | Johannes Weiner | 1 | -20/+2 |
2019-09-24 | mm: introduce compound_nr() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2019-08-30 | mm, memcg: do not set reclaim_state on soft limit reclaim | Michal Hocko | 1 | -2/+3 |
2019-08-13 | mm, vmscan: do not special-case slab reclaim when watermarks are boosted | Mel Gorman | 1 | -11/+2 |
2019-08-03 | mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab ... | Yang Shi | 1 | -1/+8 |
2019-07-16 | mm/vmscan.c: add checks for incorrect handling of current->reclaim_state | Andrew Morton | 1 | -13/+24 |
2019-07-16 | mm/vmscan.c: calculate reclaimed slab caches in all reclaim paths | Yafang Shao | 1 | -0/+7 |
2019-07-16 | mm/vmscan.c: add a new member reclaim_state in struct shrink_control | Yafang Shao | 1 | -12/+8 |
2019-07-12 | mm: vmscan: correct some vmscan counters for THP swapout | Yang Shi | 1 | -14/+49 |
2019-07-12 | mm: vmscan: remove double slab pressure by inc'ing sc->nr_scanned | Yang Shi | 1 | -5/+0 |
2019-07-12 | mm: vmscan: scan anonymous pages on file refaults | Kuo-Hsin Yang | 1 | -3/+3 |
2019-07-05 | mm/vmscan.c: prevent useless kswapd loops | Shakeel Butt | 1 | -12/+15 |
2019-06-13 | mm/vmscan.c: fix trying to reclaim unevictable LRU page | Minchan Kim | 1 | -1/+1 |
2019-06-13 | mm/vmscan.c: fix recent_rotated history | Kirill Tkhai | 1 | -2/+2 |
2019-05-14 | mm: memcontrol: make cgroup stats and events query API explicitly local | Johannes Weiner | 1 | -3/+3 |
2019-05-14 | mm/vmscan.c: don't disable irq again when count pgrefill for memcg | Yafang Shao | 1 | -1/+1 |
2019-05-14 | mm/vmscan.c: simplify shrink_inactive_list() | Kirill Tkhai | 1 | -22/+9 |
2019-05-14 | mm/vmscan: drop may_writepage and classzone_idx from direct reclaim begin tem... | Yafang Shao | 1 | -11/+3 |
2019-05-14 | mm: memcontrol: replace zone summing with lruvec_page_state() | Johannes Weiner | 1 | -1/+1 |
2019-05-14 | mm/vmscan: add tracepoints for node reclaim | Yafang Shao | 1 | -0/+6 |
2019-05-14 | mm: generalize putback scan functions | Kirill Tkhai | 1 | -82/+40 |
2019-05-14 | mm: remove pages_to_free argument of move_active_pages_to_lru() | Kirill Tkhai | 1 | -6/+13 |
2019-05-14 | mm: move nr_deactivate accounting to shrink_active_list() | Kirill Tkhai | 1 | -6/+4 |
2019-05-14 | mm: move recent_rotated pages calculation to shrink_inactive_list() | Kirill Tkhai | 1 | -8/+7 |
2019-05-07 | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2019-04-19 | mm: fix inactive list balancing between NUMA nodes and cgroups | Johannes Weiner | 1 | -20/+9 |
2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 1 | -1/+1 |
2019-03-05 | mm: remove zone_lru_lock() function, access ->lru_lock directly | Andrey Ryabinin | 1 | -8/+8 |
2019-03-05 | mm/workingset: remove unused @mapping argument in workingset_eviction() | Andrey Ryabinin | 1 | -1/+1 |
2019-03-05 | numa: make "nr_node_ids" unsigned int | Alexey Dobriyan | 1 | -1/+1 |
2019-03-05 | mm/vmscan.c: do not allocate duplicate stack variables in shrink_page_list() | Kirill Tkhai | 1 | -30/+14 |
2019-03-05 | mm: vmscan: do not iterate all mem cgroups for global direct reclaim | Yang Shi | 1 | -4/+3 |
2019-03-05 | mm/vmscan.c: remove 7th argument of isolate_lru_pages() | Kirill Tkhai | 1 | -11/+4 |
2019-03-05 | mm: fix some typos in mm directory | Wei Yang | 1 | -1/+1 |
2019-02-12 | Revert "mm: slowly shrink slabs with a relatively small number of objects" | Dave Chinner | 1 | -10/+0 |
2018-12-28 | mm: put_and_wait_on_page_locked() while page is migrated | Hugh Dickins | 1 | -8/+2 |
2018-12-28 | mm: reclaim small amounts of memory when an external fragmentation event occurs | Mel Gorman | 1 | -9/+124 |
2018-11-20 | Merge drm/drm-next into drm-intel-next-queued | Jani Nikula | 1 | -14/+34 |
2018-11-07 | mm, drm/i915: mark pinned shmemfs pages as unevictable | Kuo-Hsin Yang | 1 | -11/+11 |