Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-07mm, THP, swap: add THP swapping out fallback countingHuang Ying
2017-09-07mm, THP, swap: delay splitting THP after swapped outHuang Ying
2017-09-07mm, vmscan: do not loop on too_many_isolated for everMichal Hocko
2017-09-07mm: track actual nr_scanned during shrink_slab()Chris Wilson
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra
2017-07-13mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-11mm, vmscan: avoid thrashing anon lru when free + file is lowDavid Rientjes
2017-07-07mm: vmstat: move slab statistics from zone to node countersJohannes Weiner
2017-07-07mm: per-cgroup memory reclaim statsRoman Gushchin
2017-07-07mm, THP, swap: enable THP swap optimization only if has compound mapHuang Ying
2017-07-07mm, THP, swap: check whether THP can be split firstlyHuang Ying
2017-07-07mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim
2017-07-07mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim
2017-07-07mm/vmscan.c: fix unsequenced modification and access warningNick Desaulniers
2017-05-23mm/vmscan: Adjust system_state checksThomas Gleixner
2017-05-13mm: vmscan: scan until it finds eligible pagesMinchan Kim
2017-05-09mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka
2017-05-04mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner
2017-05-04mm: memcontrol: re-use node VM page state enumJohannes Weiner
2017-05-04mm: memcontrol: clean up memory.events counting functionJohannes Weiner
2017-05-04mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner
2017-05-04mm: make ttu's return booleanMinchan Kim
2017-05-04mm: remove SWAP_AGAIN in ttuMinchan Kim
2017-05-04mm: remove SWAP_MLOCK in ttuMinchan Kim
2017-05-04mm: remove SWAP_DIRTY in ttuMinchan Kim
2017-05-04mm/vmscan: more restrictive condition for retry in do_try_to_free_pagesYisheng Xie
2017-05-04mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idxMel Gorman
2017-05-04mm, vmscan: only clear pgdat congested/dirty/writeback state when balancedMel Gorman
2017-05-04mm, vmscan: fix zone balance check in prepare_kswapd_sleepShantanu Goel
2017-05-04mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko
2017-05-04mm: reclaim MADV_FREE pagesShaohua Li
2017-05-04mm: delete unnecessary TTU_* flagsShaohua Li
2017-05-04Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner
2017-05-04mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner
2017-05-04mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner
2017-05-04mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner
2017-05-04mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner
2017-05-04mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner
2017-05-04mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar
2017-02-25mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman
2017-02-25mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner
2017-02-25mm: vmscan: only write dirty pages that the scanner has seen twiceJohannes Weiner
2017-02-25mm: vmscan: remove old flusher wakeup from direct reclaim pathJohannes Weiner
2017-02-25mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner
2017-02-25mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner
2017-02-23Revert "mm: bail out in shrink_inactive_list()"Michal Hocko
2017-02-23mm, vmscan: consider eligible zones in get_scan_countMichal Hocko
2017-02-23mm, vmscan: cleanup lru size claculationsMichal Hocko
2017-02-23mm, vmscan: do not count freed pages as PGDEACTIVATEMichal Hocko