Age | Commit message (Expand) | Author |
2017-05-03 | mm: vmscan: fix IO/refault regression in cache workingset transition | Johannes Weiner |
2017-05-03 | mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoff | Anshuman Khandual |
2017-05-03 | oom: improve oom disable handling | Michal Hocko |
2017-05-03 | userfaultfd: selftest: combine all cases into a single executable | Mike Rapoport |
2017-05-03 | mm: fix spelling error | Hao Lee |
2017-05-03 | mm/swap_slots.c: add warning if swap slots cache failed to initialize | Tim Chen |
2017-05-03 | include/linux/migrate.h: add arg names to prototype | Pushkar Jambhlekar |
2017-05-03 | mm: enable page poisoning early at boot | Vinayak Menon |
2017-05-03 | mm, swap: avoid lock swap_avail_lock when held cluster lock | Huang Ying |
2017-05-03 | mm, swap: improve readability via make spin_lock/unlock balanced | Huang Ying |
2017-05-03 | mm, swap: fix comment in __read_swap_cache_async | Huang Ying |
2017-05-03 | mm: remove SWAP_[SUCCESS|AGAIN|FAIL] | Minchan Kim |
2017-05-03 | mm: make rmap_one boolean function | Minchan Kim |
2017-05-03 | mm: make rmap_walk() return void | Minchan Kim |
2017-05-03 | mm: make ttu's return boolean | Minchan Kim |
2017-05-03 | mm: remove SWAP_AGAIN in ttu | Minchan Kim |
2017-05-03 | mm: remove SWAP_MLOCK in ttu | Minchan Kim |
2017-05-03 | mm: make try_to_munlock() return void | Minchan Kim |
2017-05-03 | mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttu | Minchan Kim |
2017-05-03 | mm: remove SWAP_DIRTY in ttu | Minchan Kim |
2017-05-03 | mm: remove unncessary ret in page_referenced | Minchan Kim |
2017-05-03 | mm/vmscan: more restrictive condition for retry in do_try_to_free_pages | Yisheng Xie |
2017-05-03 | mm/compaction: ignore block suitable after check large free page | Yisheng Xie |
2017-05-03 | mm/sparse: refine usemap_size() a little | Wei Yang |
2017-05-03 | mm: page_alloc: __GFP_NOWARN shouldn't suppress stall warnings | Johannes Weiner |
2017-05-03 | mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idx | Mel Gorman |
2017-05-03 | mm, vmscan: only clear pgdat congested/dirty/writeback state when balanced | Mel Gorman |
2017-05-03 | mm, vmscan: fix zone balance check in prepare_kswapd_sleep | Shantanu Goel |
2017-05-03 | mm: do not use double negation for testing page flags | Minchan Kim |
2017-05-03 | mm: remove rodata_test_data export, add pr_fmt | Kees Cook |
2017-05-03 | mm: tighten up the fault path a little | Matthew Wilcox |
2017-05-03 | jbd2: make the whole kjournald2 kthread NOFS safe | Michal Hocko |
2017-05-03 | jbd2: mark the transaction context with the scope GFP_NOFS context | Michal Hocko |
2017-05-03 | xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio* | Michal Hocko |
2017-05-03 | mm: introduce memalloc_nofs_{save,restore} API | Michal Hocko |
2017-05-03 | xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS | Michal Hocko |
2017-05-03 | lockdep: allow to disable reclaim lockup detection | Michal Hocko |
2017-05-03 | lockdep: teach lockdep about memalloc_noio_save | Nikolay Borisov |
2017-05-03 | mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfo | David Rientjes |
2017-05-03 | mm, vmstat: print non-populated zones in zoneinfo | David Rientjes |
2017-05-03 | mm: use is_migrate_isolate_page() to simplify the code | Xishi Qiu |
2017-05-03 | mm: use is_migrate_highatomic() to simplify the code | Xishi Qiu |
2017-05-03 | mm, swap: Fix a race in free_swap_and_cache() | Huang Ying |
2017-05-03 | mm: memcontrol: provide shmem statistics | Johannes Weiner |
2017-05-03 | proc: show MADV_FREE pages info in smaps | Shaohua Li |
2017-05-03 | mm: enable MADV_FREE for swapless system | Shaohua Li |
2017-05-03 | mm: fix lazyfree BUG_ON check in try_to_unmap_one() | Minchan Kim |
2017-05-03 | mm: reclaim MADV_FREE pages | Shaohua Li |
2017-05-03 | mm: move MADV_FREE pages into LRU_INACTIVE_FILE list | Shaohua Li |
2017-05-03 | mm: don't assume anonymous pages have SwapBacked flag | Shaohua Li |