summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: enable page poisoning early at bootVinayak Menon2017-05-034-87/+17
* mm, swap: avoid lock swap_avail_lock when held cluster lockHuang Ying2017-05-031-3/+3
* mm, swap: improve readability via make spin_lock/unlock balancedHuang Ying2017-05-031-1/+1
* mm, swap: fix comment in __read_swap_cache_asyncHuang Ying2017-05-031-11/+1
* mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim2017-05-031-1/+1
* mm: make rmap_one boolean functionMinchan Kim2017-05-034-20/+20
* mm: make rmap_walk() return voidMinchan Kim2017-05-032-29/+19
* mm: make ttu's return booleanMinchan Kim2017-05-034-28/+19
* mm: remove SWAP_AGAIN in ttuMinchan Kim2017-05-032-10/+3
* mm: remove SWAP_MLOCK in ttuMinchan Kim2017-05-032-15/+8
* mm: make try_to_munlock() return voidMinchan Kim2017-05-032-16/+6
* mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttuMinchan Kim2017-05-031-1/+1
* mm: remove SWAP_DIRTY in ttuMinchan Kim2017-05-032-5/+2
* mm: remove unncessary ret in page_referencedMinchan Kim2017-05-031-2/+1
* mm/vmscan: more restrictive condition for retry in do_try_to_free_pagesYisheng Xie2017-05-031-5/+13
* mm/compaction: ignore block suitable after check large free pageYisheng Xie2017-05-031-3/+3
* mm/sparse: refine usemap_size() a littleWei Yang2017-05-031-4/+1
* mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warningsJohannes Weiner2017-05-031-1/+1
* mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idxMel Gorman2017-05-032-55/+71
* mm, vmscan: only clear pgdat congested/dirty/writeback state when balancedMel Gorman2017-05-031-9/+11
* mm, vmscan: fix zone balance check in prepare_kswapd_sleepShantanu Goel2017-05-031-4/+10
* mm: do not use double negation for testing page flagsMinchan Kim2017-05-031-2/+2
* mm: remove rodata_test_data export, add pr_fmtKees Cook2017-05-031-8/+9
* mm: tighten up the fault path a littleMatthew Wilcox2017-05-031-8/+8
* mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko2017-05-032-7/+9
* mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes2017-05-031-7/+13
* mm, vmstat: print non-populated zones in zoneinfoDavid Rientjes2017-05-031-10/+17
* mm: use is_migrate_isolate_page() to simplify the codeXishi Qiu2017-05-031-3/+3
* mm: use is_migrate_highatomic() to simplify the codeXishi Qiu2017-05-032-8/+16
* mm, swap: Fix a race in free_swap_and_cache()Huang Ying2017-05-031-9/+16
* mm: memcontrol: provide shmem statisticsJohannes Weiner2017-05-031-8/+20
* mm: enable MADV_FREE for swapless systemShaohua Li2017-05-031-7/+1
* mm: fix lazyfree BUG_ON check in try_to_unmap_one()Minchan Kim2017-05-031-2/+6
* mm: reclaim MADV_FREE pagesShaohua Li2017-05-034-38/+45
* mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li2017-05-034-26/+29
* mm: don't assume anonymous pages have SwapBacked flagShaohua Li2017-05-034-8/+7
* mm: delete unnecessary TTU_* flagsShaohua Li2017-05-033-9/+6
* mm/page-writeback.c: use setup_deferrable_timerGeliang Tang2017-05-031-3/+2
* mm: remove unnecessary back-off function when retrying page reclaimJohannes Weiner2017-05-031-9/+6
* Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner2017-05-031-18/+4
* mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner2017-05-034-40/+3
* mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner2017-05-031-57/+37
* mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner2017-05-031-14/+5
* mm: remove unnecessary reclaimability check from NUMA balancing targetJohannes Weiner2017-05-031-3/+0
* mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner2017-05-031-1/+1
* mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner2017-05-031-2/+4
* mm: fix 100% CPU kswapd busyloop on unreclaimable nodesJohannes Weiner2017-05-034-23/+41
* slab: avoid IPIs when creating kmem cachesGreg Thelen2017-05-031-1/+6
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-021-8/+7
|\
| * generic_file_read_iter(): make use of iov_iter_revert()Al Viro2017-04-211-4/+4