summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner2017-05-036-68/+68
* mm: memcontrol: re-use node VM page state enumJohannes Weiner2017-05-036-138/+123
* mm: memcontrol: re-use global VM event enumJohannes Weiner2017-05-032-56/+42
* mm: memcontrol: clean up memory.events counting functionJohannes Weiner2017-05-033-18/+10
* mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner2017-05-035-41/+150
* mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoffAnshuman Khandual2017-05-031-1/+1
* oom: improve oom disable handlingMichal Hocko2017-05-032-1/+3
* userfaultfd: selftest: combine all cases into a single executableMike Rapoport2017-05-033-108/+116
* mm: fix spelling errorHao Lee2017-05-031-2/+2
* mm/swap_slots.c: add warning if swap slots cache failed to initializeTim Chen2017-05-031-1/+3
* include/linux/migrate.h: add arg names to prototypePushkar Jambhlekar2017-05-031-2/+3
* mm: enable page poisoning early at bootVinayak Menon2017-05-035-88/+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-032-8/+1
* mm: make rmap_one boolean functionMinchan Kim2017-05-035-21/+25
* mm: make rmap_walk() return voidMinchan Kim2017-05-034-34/+23
* mm: make ttu's return booleanMinchan Kim2017-05-035-30/+21
* mm: remove SWAP_AGAIN in ttuMinchan Kim2017-05-032-10/+3
* mm: remove SWAP_MLOCK in ttuMinchan Kim2017-05-033-16/+8
* mm: make try_to_munlock() return voidMinchan Kim2017-05-033-17/+7
* mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttuMinchan Kim2017-05-031-1/+1
* mm: remove SWAP_DIRTY in ttuMinchan Kim2017-05-033-6/+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-032-9/+9
* mm: tighten up the fault path a littleMatthew Wilcox2017-05-031-8/+8
* jbd2: make the whole kjournald2 kthread NOFS safeMichal Hocko2017-05-031-0/+9
* jbd2: mark the transaction context with the scope GFP_NOFS contextMichal Hocko2017-05-032-0/+14
* xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Michal Hocko2017-05-032-10/+10
* mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko2017-05-037-19/+47
* xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko2017-05-036-13/+15
* lockdep: allow to disable reclaim lockup detectionMichal Hocko2017-05-033-1/+15
* lockdep: teach lockdep about memalloc_noio_saveNikolay Borisov2017-05-031-1/+4
* 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-033-9/+17
* mm, swap: Fix a race in free_swap_and_cache()Huang Ying2017-05-031-9/+16
* mm: memcontrol: provide shmem statisticsJohannes Weiner2017-05-033-8/+26
* proc: show MADV_FREE pages info in smapsShaohua Li2017-05-032-1/+13
* mm: enable MADV_FREE for swapless systemShaohua Li2017-05-031-7/+1