Age | Commit message (Expand) | Author |
2017-02-24 | mm,fs,dax: change ->pmd_fault to ->huge_fault | Dave Jiang |
2017-02-24 | mm, page_alloc: use static global work_struct for draining per-cpu pages | Mel Gorman |
2017-02-24 | mm, page_alloc: don't check cpuset allowed twice in fast-path | Vlastimil Babka |
2017-02-24 | mm, page_alloc: remove redundant checks from alloc fastpath | Vlastimil Babka |
2017-02-24 | mm: fix comments for mmap_init() | seokhoon.yoon |
2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang |
2017-02-24 | mm, page_alloc: only use per-cpu allocator for irq-safe requests | Mel Gorman |
2017-02-24 | mm, page_alloc: do not depend on cpu hotplug locks inside the allocator | Michal Hocko |
2017-02-24 | mm, page_alloc: drain per-cpu pages from workqueue context | Mel Gorman |
2017-02-24 | mm, page_alloc: split alloc_pages_nodemask() | Mel Gorman |
2017-02-24 | mm, page_alloc: split buffered_rmqueue() | Mel Gorman |
2017-02-24 | mm: vmscan: move dirty pages out of the way until they're flushed | Johannes Weiner |
2017-02-24 | mm: vmscan: only write dirty pages that the scanner has seen twice | Johannes Weiner |
2017-02-24 | mm: vmscan: remove old flusher wakeup from direct reclaim path | Johannes Weiner |
2017-02-24 | mm: vmscan: kick flushers when we encounter dirty pages on the LRU | Johannes Weiner |
2017-02-24 | mm: vmscan: scan dirty pages even in laptop mode | Johannes Weiner |
2017-02-24 | userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE request | Mike Rapoport |
2017-02-24 | userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE | Mike Rapoport |
2017-02-24 | memblock: embed memblock type name within struct memblock_type | Heiko Carstens |
2017-02-24 | memblock: also dump physmem list within __memblock_dump_all | Heiko Carstens |
2017-02-24 | memblock: let memblock_type_name know about physmem type | Heiko Carstens |
2017-02-24 | mm/memory_hotplug.c: unexport __remove_pages() | Andrew Morton |
2017-02-24 | mm: validate device_hotplug is held for memory hotplug | Dan Williams |
2017-02-24 | mm, oom: header nodemask is NULL when cpusets are disabled | David Rientjes |
2017-02-24 | mm/ksm: improve deduplication of zero pages with colouring | Claudio Imbrenda |
2017-02-22 | mm/z3fold.c: limit first_num to the actual range of possible buddy indexes | zhong jiang |
2017-02-22 | mm/memblock.c: remove unnecessary log and clean up | Miles Chen |
2017-02-22 | oom-reaper: use madvise_dontneed() logic to decide if unmap the VMA | Kirill A. Shutemov |
2017-02-22 | mm: drop unused argument of zap_page_range() | Kirill A. Shutemov |
2017-02-22 | mm: drop zap_details::check_swap_entries | Kirill A. Shutemov |
2017-02-22 | mm: drop zap_details::ignore_dirty | Kirill A. Shutemov |
2017-02-22 | mm, page_alloc: warn_alloc nodemask is NULL when cpusets are disabled | David Rientjes |
2017-02-22 | mm: help __GFP_NOFAIL allocations which do not trigger OOM killer | Michal Hocko |
2017-02-22 | mm, oom: do not enforce OOM killer for __GFP_NOFAIL automatically | Michal Hocko |
2017-02-22 | mm: consolidate GFP_NOFAIL checks in the allocator slowpath | Michal Hocko |
2017-02-22 | lib/show_mem.c: teach show_mem to work with the given nodemask | Michal Hocko |
2017-02-22 | mm, page_alloc: warn_alloc print nodemask | Michal Hocko |
2017-02-22 | mm, page_alloc: do not report all nodes in show_mem | Michal Hocko |
2017-02-22 | Revert "mm: bail out in shrink_inactive_list()" | Michal Hocko |
2017-02-22 | mm, vmscan: consider eligible zones in get_scan_count | Michal Hocko |
2017-02-22 | mm, vmscan: cleanup lru size claculations | Michal Hocko |
2017-02-22 | mm, vmscan: do not count freed pages as PGDEACTIVATE | Michal Hocko |
2017-02-22 | mm/backing-dev.c: use rb_entry() | Geliang Tang |
2017-02-22 | mm, thp: add new defer+madvise defrag option | David Rientjes |
2017-02-22 | mm/swap: skip readahead only when swap slot cache is enabled | Huang Ying |
2017-02-22 | mm/swap: enable swap slots cache usage | Tim Chen |
2017-02-22 | mm/swap: add cache for swap slots allocation | Tim Chen |
2017-02-22 | mm/swap: free swap slots in batch | Tim Chen |
2017-02-22 | mm/swap: allocate swap slots in batches | Tim Chen |
2017-02-22 | mm/swap: skip readahead for unreferenced swap slots | Tim Chen |