aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-22mm/z3fold.c: limit first_num to the actual range of possible buddy indexeszhong jiang1-3/+7
2017-02-22mm/memblock.c: remove unnecessary log and clean upMiles Chen1-29/+25
2017-02-22oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov3-9/+9
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov2-4/+3
2017-02-22mm: drop zap_details::check_swap_entriesKirill A. Shutemov2-4/+3
2017-02-22mm: drop zap_details::ignore_dirtyKirill A. Shutemov2-8/+1
2017-02-22mm, page_alloc: warn_alloc nodemask is NULL when cpusets are disabledDavid Rientjes1-3/+7
2017-02-22mm: help __GFP_NOFAIL allocations which do not trigger OOM killerMichal Hocko1-10/+36
2017-02-22mm, oom: do not enforce OOM killer for __GFP_NOFAIL automaticallyMichal Hocko2-26/+25
2017-02-22mm: consolidate GFP_NOFAIL checks in the allocator slowpathMichal Hocko1-39/+52
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko3-23/+23
2017-02-22mm, page_alloc: warn_alloc print nodemaskMichal Hocko2-6/+8
2017-02-22mm, page_alloc: do not report all nodes in show_memMichal Hocko1-0/+3
2017-02-22Revert "mm: bail out in shrink_inactive_list()"Michal Hocko1-27/+0
2017-02-22mm, vmscan: consider eligible zones in get_scan_countMichal Hocko1-2/+2
2017-02-22mm, vmscan: cleanup lru size claculationsMichal Hocko2-46/+45
2017-02-22mm, vmscan: do not count freed pages as PGDEACTIVATEMichal Hocko1-3/+1
2017-02-22mm/backing-dev.c: use rb_entry()Geliang Tang1-2/+2
2017-02-22mm, thp: add new defer+madvise defrag optionDavid Rientjes1-72/+74
2017-02-22mm/swap: skip readahead only when swap slot cache is enabledHuang Ying2-4/+11
2017-02-22mm/swap: enable swap slots cache usageTim Chen1-0/+7
2017-02-22mm/swap: add cache for swap slots allocationTim Chen4-12/+359
2017-02-22mm/swap: free swap slots in batchTim Chen1-61/+94
2017-02-22mm/swap: allocate swap slots in batchesTim Chen1-25/+111
2017-02-22mm/swap: skip readahead for unreferenced swap slotsTim Chen2-6/+45
2017-02-22mm/swap: split swap cache into 64MB trunksHuang, Ying3-20/+70
2017-02-22mm/swap: add cluster lockHuang, Ying1-42/+173
2017-02-22mm/swap: fix kernel message in swap_info_get()Huang, Ying1-4/+4
2017-02-22powerpc: do not make the entire heap executableDenys Vlasenko1-5/+19
2017-02-22mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextYasuaki Ishimatsu2-3/+4
2017-02-22mm/sparse: use page_private() to get page->private valueYasuaki Ishimatsu1-1/+1
2017-02-22mm/memblock.c: check return value of memblock_reserve() in memblock_virt_alloc_internal()Wei Yang1-4/+2
2017-02-22mm/memblock.c: trivial code refine in memblock_is_region_memory()Wei Yang1-2/+1
2017-02-22mm: fix some typos in mm/zsmalloc.cXishi Qiu1-3/+3
2017-02-22mm/bootmem.c: cosmetic improvement of code readabilityAdygzhy Ondar1-1/+1
2017-02-22mm,compaction: serialize waitqueue_active() checksDavidlohr Bueso1-0/+7
2017-02-22mm: page_alloc: skip over regions of invalid pfns where possiblePaul Burton2-1/+35
2017-02-22mm, compaction: add vmstats for kcompactd workDavid Rientjes3-3/+23
2017-02-22mm/mmzone.c: swap likely to unlikely as code logic is different for next_zones_zonelist()Steven Rostedt1-1/+1
2017-02-22mm: fix filemap.c kernel-doc warningsRandy Dunlap1-1/+1
2017-02-22mm: un-export wake_up_page functionsNicholas Piggin1-2/+8
2017-02-22mm, vmscan: add mm_vmscan_inactive_list_is_low tracepointMichal Hocko1-9/+14
2017-02-22mm, vmscan: enhance mm_vmscan_lru_shrink_inactive tracepointMichal Hocko1-0/+14
2017-02-22mm, vmscan: extract shrink_page_list reclaim counters into a structMichal Hocko1-31/+30
2017-02-22mm, vmscan: show LRU name in mm_vmscan_lru_isolate tracepointMichal Hocko1-2/+1
2017-02-22mm, vmscan: show the number of skipped pages in mm_vmscan_lru_isolateMichal Hocko1-6/+7
2017-02-22mm, vmscan: add active list aging tracepointMichal Hocko1-4/+14
2017-02-22mm: mprotect: use pmd_trans_unstable instead of taking the pmd_lockAndrea Arcangeli1-31/+15
2017-02-22userfaultfd: shmem: avoid leaking blocks and used blocks in UFFDIO_COPYAndrea Arcangeli1-10/+13
2017-02-22userfaultfd: shmem: avoid a lockup resulting from corrupted page->flagsAndrea Arcangeli1-2/+1