aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-03mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner3-38/+87
2017-05-03mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoffAnshuman Khandual1-1/+1
2017-05-03oom: improve oom disable handlingMichal Hocko1-0/+2
2017-05-03mm/swap_slots.c: add warning if swap slots cache failed to initializeTim Chen1-1/+3
2017-05-03mm: enable page poisoning early at bootVinayak Menon4-87/+17
2017-05-03mm, swap: avoid lock swap_avail_lock when held cluster lockHuang Ying1-3/+3
2017-05-03mm, swap: improve readability via make spin_lock/unlock balancedHuang Ying1-1/+1
2017-05-03mm, swap: fix comment in __read_swap_cache_asyncHuang Ying1-11/+1
2017-05-03mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim1-1/+1
2017-05-03mm: make rmap_one boolean functionMinchan Kim4-20/+20
2017-05-03mm: make rmap_walk() return voidMinchan Kim2-29/+19
2017-05-03mm: make ttu's return booleanMinchan Kim4-28/+19
2017-05-03mm: remove SWAP_AGAIN in ttuMinchan Kim2-10/+3
2017-05-03mm: remove SWAP_MLOCK in ttuMinchan Kim2-15/+8
2017-05-03mm: make try_to_munlock() return voidMinchan Kim2-16/+6
2017-05-03mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttuMinchan Kim1-1/+1
2017-05-03mm: remove SWAP_DIRTY in ttuMinchan Kim2-5/+2
2017-05-03mm: remove unncessary ret in page_referencedMinchan Kim1-2/+1
2017-05-03mm/vmscan: more restrictive condition for retry in do_try_to_free_pagesYisheng Xie1-5/+13
2017-05-03mm/compaction: ignore block suitable after check large free pageYisheng Xie1-3/+3
2017-05-03mm/sparse: refine usemap_size() a littleWei Yang1-4/+1
2017-05-03mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warningsJohannes Weiner1-1/+1
2017-05-03mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idxMel Gorman2-55/+71
2017-05-03mm, vmscan: only clear pgdat congested/dirty/writeback state when balancedMel Gorman1-9/+11
2017-05-03mm, vmscan: fix zone balance check in prepare_kswapd_sleepShantanu Goel1-4/+10
2017-05-03mm: do not use double negation for testing page flagsMinchan Kim1-2/+2
2017-05-03mm: remove rodata_test_data export, add pr_fmtKees Cook1-8/+9
2017-05-03mm: tighten up the fault path a littleMatthew Wilcox1-8/+8
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko2-7/+9
2017-05-03mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes1-7/+13
2017-05-03mm, vmstat: print non-populated zones in zoneinfoDavid Rientjes1-10/+17
2017-05-03mm: use is_migrate_isolate_page() to simplify the codeXishi Qiu1-3/+3
2017-05-03mm: use is_migrate_highatomic() to simplify the codeXishi Qiu2-8/+16
2017-05-03mm, swap: Fix a race in free_swap_and_cache()Huang Ying1-9/+16
2017-05-03mm: memcontrol: provide shmem statisticsJohannes Weiner1-8/+20
2017-05-03mm: enable MADV_FREE for swapless systemShaohua Li1-7/+1
2017-05-03mm: fix lazyfree BUG_ON check in try_to_unmap_one()Minchan Kim1-2/+6
2017-05-03mm: reclaim MADV_FREE pagesShaohua Li4-38/+45
2017-05-03mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li4-26/+29
2017-05-03mm: don't assume anonymous pages have SwapBacked flagShaohua Li4-8/+7
2017-05-03mm: delete unnecessary TTU_* flagsShaohua Li3-9/+6
2017-05-03mm/page-writeback.c: use setup_deferrable_timerGeliang Tang1-3/+2
2017-05-03mm: remove unnecessary back-off function when retrying page reclaimJohannes Weiner1-9/+6
2017-05-03Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner1-18/+4
2017-05-03mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner4-40/+3
2017-05-03mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner1-57/+37
2017-05-03mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner1-14/+5
2017-05-03mm: remove unnecessary reclaimability check from NUMA balancing targetJohannes Weiner1-3/+0
2017-05-03mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner1-1/+1
2017-05-03mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner1-2/+4