summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-24mm, page_alloc: use static global work_struct for draining per-cpu pagesMel Gorman
2017-02-24mm, page_alloc: don't check cpuset allowed twice in fast-pathVlastimil Babka
2017-02-24mm, page_alloc: remove redundant checks from alloc fastpathVlastimil Babka
2017-02-24mm: fix comments for mmap_init()seokhoon.yoon
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-24mm, page_alloc: only use per-cpu allocator for irq-safe requestsMel Gorman
2017-02-24mm, page_alloc: do not depend on cpu hotplug locks inside the allocatorMichal Hocko
2017-02-24mm, page_alloc: drain per-cpu pages from workqueue contextMel Gorman
2017-02-24mm, page_alloc: split alloc_pages_nodemask()Mel Gorman
2017-02-24mm, page_alloc: split buffered_rmqueue()Mel Gorman
2017-02-24mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner
2017-02-24mm: vmscan: only write dirty pages that the scanner has seen twiceJohannes Weiner
2017-02-24mm: vmscan: remove old flusher wakeup from direct reclaim pathJohannes Weiner
2017-02-24mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner
2017-02-24mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner
2017-02-24userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE requestMike Rapoport
2017-02-24userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport
2017-02-24memblock: embed memblock type name within struct memblock_typeHeiko Carstens
2017-02-24memblock: also dump physmem list within __memblock_dump_allHeiko Carstens
2017-02-24memblock: let memblock_type_name know about physmem typeHeiko Carstens
2017-02-24mm/memory_hotplug.c: unexport __remove_pages()Andrew Morton
2017-02-24mm: validate device_hotplug is held for memory hotplugDan Williams
2017-02-24mm, oom: header nodemask is NULL when cpusets are disabledDavid Rientjes
2017-02-24mm/ksm: improve deduplication of zero pages with colouringClaudio Imbrenda
2017-02-22mm/z3fold.c: limit first_num to the actual range of possible buddy indexeszhong jiang
2017-02-22mm/memblock.c: remove unnecessary log and clean upMiles Chen
2017-02-22oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov
2017-02-22mm: drop zap_details::check_swap_entriesKirill A. Shutemov
2017-02-22mm: drop zap_details::ignore_dirtyKirill A. Shutemov
2017-02-22mm, page_alloc: warn_alloc nodemask is NULL when cpusets are disabledDavid Rientjes
2017-02-22mm: help __GFP_NOFAIL allocations which do not trigger OOM killerMichal Hocko
2017-02-22mm, oom: do not enforce OOM killer for __GFP_NOFAIL automaticallyMichal Hocko
2017-02-22mm: consolidate GFP_NOFAIL checks in the allocator slowpathMichal Hocko
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko
2017-02-22mm, page_alloc: warn_alloc print nodemaskMichal Hocko
2017-02-22mm, page_alloc: do not report all nodes in show_memMichal Hocko
2017-02-22Revert "mm: bail out in shrink_inactive_list()"Michal Hocko
2017-02-22mm, vmscan: consider eligible zones in get_scan_countMichal Hocko
2017-02-22mm, vmscan: cleanup lru size claculationsMichal Hocko
2017-02-22mm, vmscan: do not count freed pages as PGDEACTIVATEMichal Hocko
2017-02-22mm/backing-dev.c: use rb_entry()Geliang Tang
2017-02-22mm, thp: add new defer+madvise defrag optionDavid Rientjes
2017-02-22mm/swap: skip readahead only when swap slot cache is enabledHuang Ying
2017-02-22mm/swap: enable swap slots cache usageTim Chen
2017-02-22mm/swap: add cache for swap slots allocationTim Chen
2017-02-22mm/swap: free swap slots in batchTim Chen
2017-02-22mm/swap: allocate swap slots in batchesTim Chen
2017-02-22mm/swap: skip readahead for unreferenced swap slotsTim Chen