summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-246-21/+20
* mm, page_alloc: only use per-cpu allocator for irq-safe requestsMel Gorman2017-02-241-20/+23
* mm, page_alloc: do not depend on cpu hotplug locks inside the allocatorMichal Hocko2017-02-241-6/+9
* mm, page_alloc: drain per-cpu pages from workqueue contextMel Gorman2017-02-241-7/+37
* mm, page_alloc: split alloc_pages_nodemask()Mel Gorman2017-02-241-29/+46
* mm, page_alloc: split buffered_rmqueue()Mel Gorman2017-02-241-49/+79
* mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner2017-02-242-7/+17
* mm: vmscan: only write dirty pages that the scanner has seen twiceJohannes Weiner2017-02-241-5/+10
* mm: vmscan: remove old flusher wakeup from direct reclaim pathJohannes Weiner2017-02-241-17/+0
* mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner2017-02-241-5/+13
* mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner2017-02-241-12/+2
* userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE requestMike Rapoport2017-02-241-0/+1
* userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport2017-02-241-1/+1
* memblock: embed memblock type name within struct memblock_typeHeiko Carstens2017-02-241-24/+11
* memblock: also dump physmem list within __memblock_dump_allHeiko Carstens2017-02-241-0/+3
* memblock: let memblock_type_name know about physmem typeHeiko Carstens2017-02-241-0/+4
* mm/memory_hotplug.c: unexport __remove_pages()Andrew Morton2017-02-241-1/+0
* mm: validate device_hotplug is held for memory hotplugDan Williams2017-02-241-0/+2
* mm, oom: header nodemask is NULL when cpusets are disabledDavid Rientjes2017-02-241-7/+9
* mm/ksm: improve deduplication of zero pages with colouringClaudio Imbrenda2017-02-241-3/+65
* mm/z3fold.c: limit first_num to the actual range of possible buddy indexeszhong jiang2017-02-221-3/+7
* mm/memblock.c: remove unnecessary log and clean upMiles Chen2017-02-221-29/+25
* oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov2017-02-223-9/+9
* mm: drop unused argument of zap_page_range()Kirill A. Shutemov2017-02-222-4/+3
* mm: drop zap_details::check_swap_entriesKirill A. Shutemov2017-02-222-4/+3
* mm: drop zap_details::ignore_dirtyKirill A. Shutemov2017-02-222-8/+1
* mm, page_alloc: warn_alloc nodemask is NULL when cpusets are disabledDavid Rientjes2017-02-221-3/+7
* mm: help __GFP_NOFAIL allocations which do not trigger OOM killerMichal Hocko2017-02-221-10/+36
* mm, oom: do not enforce OOM killer for __GFP_NOFAIL automaticallyMichal Hocko2017-02-222-26/+25
* mm: consolidate GFP_NOFAIL checks in the allocator slowpathMichal Hocko2017-02-221-39/+52
* lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko2017-02-223-23/+23
* mm, page_alloc: warn_alloc print nodemaskMichal Hocko2017-02-222-6/+8
* mm, page_alloc: do not report all nodes in show_memMichal Hocko2017-02-221-0/+3
* Revert "mm: bail out in shrink_inactive_list()"Michal Hocko2017-02-221-27/+0
* mm, vmscan: consider eligible zones in get_scan_countMichal Hocko2017-02-221-2/+2
* mm, vmscan: cleanup lru size claculationsMichal Hocko2017-02-222-46/+45
* mm, vmscan: do not count freed pages as PGDEACTIVATEMichal Hocko2017-02-221-3/+1
* mm/backing-dev.c: use rb_entry()Geliang Tang2017-02-221-2/+2
* mm, thp: add new defer+madvise defrag optionDavid Rientjes2017-02-221-72/+74
* mm/swap: skip readahead only when swap slot cache is enabledHuang Ying2017-02-222-4/+11
* mm/swap: enable swap slots cache usageTim Chen2017-02-221-0/+7
* mm/swap: add cache for swap slots allocationTim Chen2017-02-224-12/+359
* mm/swap: free swap slots in batchTim Chen2017-02-221-61/+94
* mm/swap: allocate swap slots in batchesTim Chen2017-02-221-25/+111
* mm/swap: skip readahead for unreferenced swap slotsTim Chen2017-02-222-6/+45
* mm/swap: split swap cache into 64MB trunksHuang, Ying2017-02-223-20/+70
* mm/swap: add cluster lockHuang, Ying2017-02-221-42/+173
* mm/swap: fix kernel message in swap_info_get()Huang, Ying2017-02-221-4/+4
* powerpc: do not make the entire heap executableDenys Vlasenko2017-02-221-5/+19
* mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextYasuaki Ishimatsu2017-02-222-3/+4