summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-03mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner
2017-05-03mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoffAnshuman Khandual
2017-05-03oom: improve oom disable handlingMichal Hocko
2017-05-03userfaultfd: selftest: combine all cases into a single executableMike Rapoport
2017-05-03mm: fix spelling errorHao Lee
2017-05-03mm/swap_slots.c: add warning if swap slots cache failed to initializeTim Chen
2017-05-03include/linux/migrate.h: add arg names to prototypePushkar Jambhlekar
2017-05-03mm: enable page poisoning early at bootVinayak Menon
2017-05-03mm, swap: avoid lock swap_avail_lock when held cluster lockHuang Ying
2017-05-03mm, swap: improve readability via make spin_lock/unlock balancedHuang Ying
2017-05-03mm, swap: fix comment in __read_swap_cache_asyncHuang Ying
2017-05-03mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim
2017-05-03mm: make rmap_one boolean functionMinchan Kim
2017-05-03mm: make rmap_walk() return voidMinchan Kim
2017-05-03mm: make ttu's return booleanMinchan Kim
2017-05-03mm: remove SWAP_AGAIN in ttuMinchan Kim
2017-05-03mm: remove SWAP_MLOCK in ttuMinchan Kim
2017-05-03mm: make try_to_munlock() return voidMinchan Kim
2017-05-03mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttuMinchan Kim
2017-05-03mm: remove SWAP_DIRTY in ttuMinchan Kim
2017-05-03mm: remove unncessary ret in page_referencedMinchan Kim
2017-05-03mm/vmscan: more restrictive condition for retry in do_try_to_free_pagesYisheng Xie
2017-05-03mm/compaction: ignore block suitable after check large free pageYisheng Xie
2017-05-03mm/sparse: refine usemap_size() a littleWei Yang
2017-05-03mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warningsJohannes Weiner
2017-05-03mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idxMel Gorman
2017-05-03mm, vmscan: only clear pgdat congested/dirty/writeback state when balancedMel Gorman
2017-05-03mm, vmscan: fix zone balance check in prepare_kswapd_sleepShantanu Goel
2017-05-03mm: do not use double negation for testing page flagsMinchan Kim
2017-05-03mm: remove rodata_test_data export, add pr_fmtKees Cook
2017-05-03mm: tighten up the fault path a littleMatthew Wilcox
2017-05-03jbd2: make the whole kjournald2 kthread NOFS safeMichal Hocko
2017-05-03jbd2: mark the transaction context with the scope GFP_NOFS contextMichal Hocko
2017-05-03xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Michal Hocko
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko
2017-05-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko
2017-05-03lockdep: allow to disable reclaim lockup detectionMichal Hocko
2017-05-03lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov
2017-05-03mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes
2017-05-03mm, vmstat: print non-populated zones in zoneinfoDavid Rientjes
2017-05-03mm: use is_migrate_isolate_page() to simplify the codeXishi Qiu
2017-05-03mm: use is_migrate_highatomic() to simplify the codeXishi Qiu
2017-05-03mm, swap: Fix a race in free_swap_and_cache()Huang Ying
2017-05-03mm: memcontrol: provide shmem statisticsJohannes Weiner
2017-05-03proc: show MADV_FREE pages info in smapsShaohua Li
2017-05-03mm: enable MADV_FREE for swapless systemShaohua Li
2017-05-03mm: fix lazyfree BUG_ON check in try_to_unmap_one()Minchan Kim
2017-05-03mm: reclaim MADV_FREE pagesShaohua Li
2017-05-03mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li
2017-05-03mm: don't assume anonymous pages have SwapBacked flagShaohua Li