summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* zram/zcomp: do not zero out zcomp private pagesSergey Senozhatsky2016-01-152-4/+4
* zram: pass gfp from zcomp frontend to backendMinchan Kim2016-01-154-35/+23
* zram: try vmalloc() after kmalloc()Kyeongdon Kim2016-01-152-4/+42
* zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2016-01-153-4/+4
* mm: add tracepoint for scanning pagesEbru Akagunduz2016-01-152-32/+270
* drivers/base/memory.c: fix kernel warning during memory hotplug on ppc64John Allen2016-01-151-10/+6
* mm/page_isolation: use macro to judge the alignmentNaoya Horiguchi2016-01-151-2/+2
* mm: fix noisy sparse warning in LIBCFS_ALLOC_PRE()Joshua Clayton2016-01-151-1/+1
* mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-159-58/+54
* include/linux/memblock.h: fix ordering of 'flags' argument in commentsFlorian Fainelli2016-01-151-2/+2
* mm: move lru_to_page to mm_inline.hGeliang Tang2016-01-153-2/+3
* Documentation/filesystems: describe the shared memory usage/accountingRodrigo Freire2016-01-152-4/+6
* memory-hotplug: don't BUG() in register_memory_resource()Vitaly Kuznetsov2016-01-151-4/+5
* hugetlb: make mm and fs code explicitly non-modularPaul Gortmaker2016-01-152-63/+3
* mm/swapfile.c: use list_for_each_entry_safe in free_swap_count_continuationsGeliang Tang2016-01-151-5/+4
* mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_p...Oleg Nesterov2016-01-151-3/+0
* mm: make sure isolate_lru_page() is never called for tail pageKirill A. Shutemov2016-01-151-0/+1
* vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter2016-01-153-25/+47
* memcg: avoid vmpressure oops when memcg disabledHugh Dickins2016-01-151-1/+1
* mm: memcontrol: switch to the updated jump-label APIJohannes Weiner2016-01-153-12/+12
* mm: memcontrol: hook up vmpressure to socket pressureJohannes Weiner2016-01-155-40/+104
* mm: memcontrol: account socket memory in unified hierarchy memory controllerJohannes Weiner2016-01-153-25/+110
* mm: memcontrol: move socket code for unified hierarchy accountingJohannes Weiner2016-01-151-74/+74
* mm: memcontrol: do not account memory+swap on unified hierarchyJohannes Weiner2016-01-151-19/+25
* mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner2016-01-155-14/+8
* net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-1510-171/+69
* net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2016-01-156-76/+77
* net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner2016-01-153-12/+5
* net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner2016-01-153-40/+3
* net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner2016-01-155-49/+32
* net: tcp_memcontrol: remove bogus hierarchy pressure propagationJohannes Weiner2016-01-151-15/+4
* net: tcp_memcontrol: properly detect ancestor socket pressureJohannes Weiner2016-01-151-4/+6
* mm: memcontrol: export root_mem_cgroupJohannes Weiner2016-01-153-5/+5
* mm/ksm.c: use list_for_each_entry_safeGeliang Tang2016-01-151-13/+7
* mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_pageGeliang Tang2016-01-153-7/+5
* mm/compaction.c: __compact_pgdat() code cleanuupJoonsoo Kim2016-01-151-6/+7
* mm/swapfile.c: use list_{next,first}_entryGeliang Tang2016-01-151-10/+4
* mm/memblock: introduce for_each_memblock_type()Alexander Kuleshov2016-01-152-16/+21
* mm/memblock: remove rgnbase and rgnsize variablesAlexander Kuleshov2016-01-151-6/+3
* mm, oom: give __GFP_NOFAIL allocations access to memory reservesMichal Hocko2016-01-151-1/+14
* mm/page_alloc.c: use list_for_each_entry in mark_free_pages()Geliang Tang2016-01-151-5/+5
* mm/page_alloc.c: use list_{first,last}_entry instead of list_entryGeliang Tang2016-01-151-12/+11
* mm/page_alloc.c: remove unnecessary parameter from __rmqueueMel Gorman2016-01-151-3/+3
* drivers/base/memory.c: rename remove_memory_block() to remove_memory_section()Seth Jennings2016-01-151-2/+2
* drivers/base/memory.c: clean up section countingSeth Jennings2016-01-151-1/+1
* proc: meminfo: estimate available memory more conservativelyJohannes Weiner2016-01-151-4/+1
* mm: page_alloc: generalize the dirty balance reserveJohannes Weiner2016-01-154-24/+18
* mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko2016-01-153-5/+25
* mm/compaction: improve comment for compact_memory tunable knob handlerYaowei Bai2016-01-151-1/+4
* x86: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-152-6/+22