Age | Commit message (Expand) | Author | Files | Lines |
2017-11-15 | mm: remove cold parameter from free_hot_cold_page* | Mel Gorman | 1 | -3/+3 |
2017-11-15 | mm: remove unused pgdat->inactive_ratio | Andrey Ryabinin | 1 | -1/+1 |
2017-11-14 | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-03 | fs: kill 'nr_pages' argument from wakeup_flusher_threads() | Jens Axboe | 1 | -1/+1 |
2017-09-06 | mm, THP, swap: add THP swapping out fallback counting | Huang Ying | 1 | -0/+3 |
2017-09-06 | mm, THP, swap: delay splitting THP after swapped out | Huang Ying | 1 | -43/+52 |
2017-09-06 | mm, vmscan: do not loop on too_many_isolated for ever | Michal Hocko | 1 | -1/+7 |
2017-09-06 | mm: track actual nr_scanned during shrink_slab() | Chris Wilson | 1 | -3/+4 |
2017-08-10 | locking/lockdep: Rework FS_RECLAIM annotation | Peter Zijlstra | 1 | -7/+6 |
2017-07-12 | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko | 1 | -4/+4 |
2017-07-10 | mm, vmscan: avoid thrashing anon lru when free + file is low | David Rientjes | 1 | -2/+11 |
2017-07-06 | mm: vmstat: move slab statistics from zone to node counters | Johannes Weiner | 1 | -1/+1 |
2017-07-06 | mm: per-cgroup memory reclaim stats | Roman Gushchin | 1 | -7/+23 |
2017-07-06 | mm, THP, swap: enable THP swap optimization only if has compound map | Huang Ying | 1 | -4/+13 |
2017-07-06 | mm, THP, swap: check whether THP can be split firstly | Huang Ying | 1 | -0/+4 |
2017-07-06 | mm, THP, swap: move anonymous THP split logic to vmscan | Minchan Kim | 1 | -1/+16 |
2017-07-06 | mm, THP, swap: unify swap slot free functions to put_swap_page | Minchan Kim | 1 | -1/+1 |
2017-07-06 | mm/vmscan.c: fix unsequenced modification and access warning | Nick Desaulniers | 1 | -7/+6 |
2017-05-23 | mm/vmscan: Adjust system_state checks | Thomas Gleixner | 1 | -1/+1 |
2017-05-12 | mm: vmscan: scan until it finds eligible pages | Minchan Kim | 1 | -6/+15 |
2017-05-08 | mm: introduce memalloc_noreclaim_{save,restore} | Vlastimil Babka | 1 | -6/+11 |
2017-05-03 | mm: memcontrol: use node page state naming scheme for memcg | Johannes Weiner | 1 | -3/+2 |
2017-05-03 | mm: memcontrol: re-use node VM page state enum | Johannes Weiner | 1 | -3/+2 |
2017-05-03 | mm: memcontrol: clean up memory.events counting function | Johannes Weiner | 1 | -1/+1 |
2017-05-03 | mm: vmscan: fix IO/refault regression in cache workingset transition | Johannes Weiner | 1 | -20/+74 |
2017-05-03 | mm: make ttu's return boolean | Minchan Kim | 1 | -6/+1 |
2017-05-03 | mm: remove SWAP_AGAIN in ttu | Minchan Kim | 1 | -2/+0 |
2017-05-03 | mm: remove SWAP_MLOCK in ttu | Minchan Kim | 1 | -13/+7 |
2017-05-03 | mm: remove SWAP_DIRTY in ttu | Minchan Kim | 1 | -3/+0 |
2017-05-03 | mm/vmscan: more restrictive condition for retry in do_try_to_free_pages | Yisheng Xie | 1 | -5/+13 |
2017-05-03 | mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idx | Mel Gorman | 1 | -54/+66 |
2017-05-03 | mm, vmscan: only clear pgdat congested/dirty/writeback state when balanced | Mel Gorman | 1 | -9/+11 |
2017-05-03 | mm, vmscan: fix zone balance check in prepare_kswapd_sleep | Shantanu Goel | 1 | -4/+10 |
2017-05-03 | mm: introduce memalloc_nofs_{save,restore} API | Michal Hocko | 1 | -3/+3 |
2017-05-03 | mm: reclaim MADV_FREE pages | Shaohua Li | 1 | -12/+22 |
2017-05-03 | mm: delete unnecessary TTU_* flags | Shaohua Li | 1 | -7/+4 |
2017-05-03 | Revert "mm, vmscan: account for skipped pages as a partial scan" | Johannes Weiner | 1 | -18/+4 |
2017-05-03 | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() | Johannes Weiner | 1 | -9/+0 |
2017-05-03 | mm: don't avoid high-priority reclaim on memcg limit reclaim | Johannes Weiner | 1 | -57/+37 |
2017-05-03 | mm: don't avoid high-priority reclaim on unreclaimable nodes | Johannes Weiner | 1 | -14/+5 |
2017-05-03 | mm: remove seemingly spurious reclaimability check from laptop_mode gating | Johannes Weiner | 1 | -1/+1 |
2017-05-03 | mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling | Johannes Weiner | 1 | -2/+4 |
2017-05-03 | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes | Johannes Weiner | 1 | -15/+32 |
2017-03-02 | sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> | Ingo Molnar | 1 | -0/+1 |
2017-02-24 | mm, vmscan: clear PGDAT_WRITEBACK when zone is balanced | Mel Gorman | 1 | -0/+1 |
2017-02-24 | mm: vmscan: move dirty pages out of the way until they're flushed | Johannes Weiner | 1 | -3/+12 |
2017-02-24 | mm: vmscan: only write dirty pages that the scanner has seen twice | Johannes Weiner | 1 | -5/+10 |
2017-02-24 | mm: vmscan: remove old flusher wakeup from direct reclaim path | Johannes Weiner | 1 | -17/+0 |
2017-02-24 | mm: vmscan: kick flushers when we encounter dirty pages on the LRU | Johannes Weiner | 1 | -5/+13 |