summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | mm: memcontrol: re-use global VM event enumJohannes Weiner2017-05-041-25/+28
* | | mm: memcontrol: clean up memory.events counting functionJohannes Weiner2017-05-042-5/+5
* | | mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner2017-05-043-38/+87
* | | mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoffAnshuman Khandual2017-05-041-1/+1
* | | oom: improve oom disable handlingMichal Hocko2017-05-041-0/+2
* | | mm/swap_slots.c: add warning if swap slots cache failed to initializeTim Chen2017-05-041-1/+3
* | | mm: enable page poisoning early at bootVinayak Menon2017-05-044-87/+17Star
* | | mm, swap: avoid lock swap_avail_lock when held cluster lockHuang Ying2017-05-041-3/+3
* | | mm, swap: improve readability via make spin_lock/unlock balancedHuang Ying2017-05-041-1/+1
* | | mm, swap: fix comment in __read_swap_cache_asyncHuang Ying2017-05-041-11/+1Star
* | | mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim2017-05-041-1/+1
* | | mm: make rmap_one boolean functionMinchan Kim2017-05-044-20/+20
* | | mm: make rmap_walk() return voidMinchan Kim2017-05-042-29/+19Star
* | | mm: make ttu's return booleanMinchan Kim2017-05-044-28/+19Star
* | | mm: remove SWAP_AGAIN in ttuMinchan Kim2017-05-042-10/+3Star
* | | mm: remove SWAP_MLOCK in ttuMinchan Kim2017-05-042-15/+8Star
* | | mm: make try_to_munlock() return voidMinchan Kim2017-05-042-16/+6Star
* | | mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttuMinchan Kim2017-05-041-1/+1
* | | mm: remove SWAP_DIRTY in ttuMinchan Kim2017-05-042-5/+2Star
* | | mm: remove unncessary ret in page_referencedMinchan Kim2017-05-041-2/+1Star
* | | mm/vmscan: more restrictive condition for retry in do_try_to_free_pagesYisheng Xie2017-05-041-5/+13
* | | mm/compaction: ignore block suitable after check large free pageYisheng Xie2017-05-041-3/+3
* | | mm/sparse: refine usemap_size() a littleWei Yang2017-05-041-4/+1Star
* | | mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warningsJohannes Weiner2017-05-041-1/+1
* | | mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idxMel Gorman2017-05-042-55/+71
* | | mm, vmscan: only clear pgdat congested/dirty/writeback state when balancedMel Gorman2017-05-041-9/+11
* | | mm, vmscan: fix zone balance check in prepare_kswapd_sleepShantanu Goel2017-05-041-4/+10
* | | mm: do not use double negation for testing page flagsMinchan Kim2017-05-041-2/+2
* | | mm: remove rodata_test_data export, add pr_fmtKees Cook2017-05-041-8/+9
* | | mm: tighten up the fault path a littleMatthew Wilcox2017-05-041-8/+8
* | | mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko2017-05-042-7/+9
* | | mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes2017-05-041-7/+13
* | | mm, vmstat: print non-populated zones in zoneinfoDavid Rientjes2017-05-041-10/+17
* | | mm: use is_migrate_isolate_page() to simplify the codeXishi Qiu2017-05-041-3/+3
* | | mm: use is_migrate_highatomic() to simplify the codeXishi Qiu2017-05-042-8/+16
* | | mm, swap: Fix a race in free_swap_and_cache()Huang Ying2017-05-041-9/+16
* | | mm: memcontrol: provide shmem statisticsJohannes Weiner2017-05-041-8/+20
* | | mm: enable MADV_FREE for swapless systemShaohua Li2017-05-041-7/+1Star
* | | mm: fix lazyfree BUG_ON check in try_to_unmap_one()Minchan Kim2017-05-041-2/+6
* | | mm: reclaim MADV_FREE pagesShaohua Li2017-05-044-38/+45
* | | mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li2017-05-044-26/+29
* | | mm: don't assume anonymous pages have SwapBacked flagShaohua Li2017-05-044-8/+7Star
* | | mm: delete unnecessary TTU_* flagsShaohua Li2017-05-043-9/+6Star
* | | mm/page-writeback.c: use setup_deferrable_timerGeliang Tang2017-05-041-3/+2Star
* | | mm: remove unnecessary back-off function when retrying page reclaimJohannes Weiner2017-05-041-9/+6Star
* | | Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner2017-05-041-18/+4Star
* | | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner2017-05-044-40/+3Star
* | | mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner2017-05-041-57/+37Star
* | | mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner2017-05-041-14/+5Star
* | | mm: remove unnecessary reclaimability check from NUMA balancing targetJohannes Weiner2017-05-041-3/+0Star