summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2017-02-22mm/swap: split swap cache into 64MB trunksHuang, Ying
2017-02-22mm/swap: add cluster lockHuang, Ying
2017-02-22mm/swap: fix kernel message in swap_info_get()Huang, Ying
2017-02-22powerpc: do not make the entire heap executableDenys Vlasenko
2017-02-22mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextYasuaki Ishimatsu
2017-02-22mm/sparse: use page_private() to get page->private valueYasuaki Ishimatsu
2017-02-22mm/memblock.c: check return value of memblock_reserve() in memblock_virt_allo...Wei Yang
2017-02-22mm/memblock.c: trivial code refine in memblock_is_region_memory()Wei Yang
2017-02-22mm: fix some typos in mm/zsmalloc.cXishi Qiu
2017-02-22mm/bootmem.c: cosmetic improvement of code readabilityAdygzhy Ondar
2017-02-22mm,compaction: serialize waitqueue_active() checksDavidlohr Bueso
2017-02-22mm: page_alloc: skip over regions of invalid pfns where possiblePaul Burton
2017-02-22mm, compaction: add vmstats for kcompactd workDavid Rientjes
2017-02-22mm/mmzone.c: swap likely to unlikely as code logic is different for next_zone...Steven Rostedt
2017-02-22mm: fix filemap.c kernel-doc warningsRandy Dunlap
2017-02-22mm: un-export wake_up_page functionsNicholas Piggin
2017-02-22mm, vmscan: add mm_vmscan_inactive_list_is_low tracepointMichal Hocko
2017-02-22mm, vmscan: enhance mm_vmscan_lru_shrink_inactive tracepointMichal Hocko
2017-02-22mm, vmscan: extract shrink_page_list reclaim counters into a structMichal Hocko
2017-02-22mm, vmscan: show LRU name in mm_vmscan_lru_isolate tracepointMichal Hocko
2017-02-22mm, vmscan: show the number of skipped pages in mm_vmscan_lru_isolateMichal Hocko
2017-02-22mm, vmscan: add active list aging tracepointMichal Hocko
2017-02-22mm: mprotect: use pmd_trans_unstable instead of taking the pmd_lockAndrea Arcangeli