summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-04mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISONAnshuman Khandual1-14/+20
2017-05-04Documentation: vm, add hugetlbfs reservation overviewMike Kravetz2-0/+531
2017-05-04mm, swap: remove unused function prototypeHuang Ying1-3/+0
2017-05-04mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner6-68/+68
2017-05-04mm: memcontrol: re-use node VM page state enumJohannes Weiner6-138/+123
2017-05-04mm: memcontrol: re-use global VM event enumJohannes Weiner2-56/+42
2017-05-04mm: memcontrol: clean up memory.events counting functionJohannes Weiner3-18/+10
2017-05-04mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner5-41/+150
2017-05-04mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoffAnshuman Khandual1-1/+1
2017-05-04oom: improve oom disable handlingMichal Hocko2-1/+3
2017-05-04userfaultfd: selftest: combine all cases into a single executableMike Rapoport3-108/+116
2017-05-04mm: fix spelling errorHao Lee1-2/+2
2017-05-04mm/swap_slots.c: add warning if swap slots cache failed to initializeTim Chen1-1/+3
2017-05-04include/linux/migrate.h: add arg names to prototypePushkar Jambhlekar1-2/+3
2017-05-04mm: enable page poisoning early at bootVinayak Menon5-88/+17
2017-05-04mm, swap: avoid lock swap_avail_lock when held cluster lockHuang Ying1-3/+3
2017-05-04mm, swap: improve readability via make spin_lock/unlock balancedHuang Ying1-1/+1
2017-05-04mm, swap: fix comment in __read_swap_cache_asyncHuang Ying1-11/+1
2017-05-04mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim2-8/+1
2017-05-04mm: make rmap_one boolean functionMinchan Kim5-21/+25
2017-05-04mm: make rmap_walk() return voidMinchan Kim4-34/+23
2017-05-04mm: make ttu's return booleanMinchan Kim5-30/+21
2017-05-04mm: remove SWAP_AGAIN in ttuMinchan Kim2-10/+3
2017-05-04mm: remove SWAP_MLOCK in ttuMinchan Kim3-16/+8
2017-05-04mm: make try_to_munlock() return voidMinchan Kim3-17/+7
2017-05-04mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttuMinchan Kim1-1/+1
2017-05-04mm: remove SWAP_DIRTY in ttuMinchan Kim3-6/+2
2017-05-04mm: remove unncessary ret in page_referencedMinchan Kim1-2/+1
2017-05-04mm/vmscan: more restrictive condition for retry in do_try_to_free_pagesYisheng Xie1-5/+13
2017-05-04mm/compaction: ignore block suitable after check large free pageYisheng Xie1-3/+3
2017-05-04mm/sparse: refine usemap_size() a littleWei Yang1-4/+1
2017-05-04mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warningsJohannes Weiner1-1/+1
2017-05-04mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idxMel Gorman2-55/+71
2017-05-04mm, vmscan: only clear pgdat congested/dirty/writeback state when balancedMel Gorman1-9/+11
2017-05-04mm, vmscan: fix zone balance check in prepare_kswapd_sleepShantanu Goel1-4/+10
2017-05-04mm: do not use double negation for testing page flagsMinchan Kim1-2/+2
2017-05-04mm: remove rodata_test_data export, add pr_fmtKees Cook2-9/+9
2017-05-04mm: tighten up the fault path a littleMatthew Wilcox1-8/+8
2017-05-04jbd2: make the whole kjournald2 kthread NOFS safeMichal Hocko1-0/+9
2017-05-04jbd2: mark the transaction context with the scope GFP_NOFS contextMichal Hocko2-0/+14
2017-05-04xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Michal Hocko2-10/+10
2017-05-04mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko7-19/+47
2017-05-04xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko6-13/+15
2017-05-04lockdep: allow to disable reclaim lockup detectionMichal Hocko3-1/+15
2017-05-04lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov1-1/+4
2017-05-04mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes1-7/+13
2017-05-04mm, vmstat: print non-populated zones in zoneinfoDavid Rientjes1-10/+17
2017-05-04mm: use is_migrate_isolate_page() to simplify the codeXishi Qiu1-3/+3
2017-05-04mm: use is_migrate_highatomic() to simplify the codeXishi Qiu3-9/+17
2017-05-04mm, swap: Fix a race in free_swap_and_cache()Huang Ying1-9/+16