summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-15176-1284/+1852
|\
| * zsmalloc: reorganize struct size_class to pack 4 bytes holeWeijie Yang2016-01-151-2/+2
| * mm/zbud.c: use list_last_entry() instead of list_tail_entry()Geliang Tang2016-01-151-4/+1
| * 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-142-32/+270
| * drivers/base/memory.c: fix kernel warning during memory hotplug on ppc64John Allen2016-01-141-10/+6
| * mm/page_isolation: use macro to judge the alignmentNaoya Horiguchi2016-01-141-2/+2
| * mm: fix noisy sparse warning in LIBCFS_ALLOC_PRE()Joshua Clayton2016-01-141-1/+1
| * mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-149-58/+54
| * include/linux/memblock.h: fix ordering of 'flags' argument in commentsFlorian Fainelli2016-01-141-2/+2
| * mm: move lru_to_page to mm_inline.hGeliang Tang2016-01-143-2/+3
| * Documentation/filesystems: describe the shared memory usage/accountingRodrigo Freire2016-01-142-4/+6
| * memory-hotplug: don't BUG() in register_memory_resource()Vitaly Kuznetsov2016-01-141-4/+5
| * hugetlb: make mm and fs code explicitly non-modularPaul Gortmaker2016-01-142-63/+3
| * mm/swapfile.c: use list_for_each_entry_safe in free_swap_count_continuationsGeliang Tang2016-01-141-5/+4
| * mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_p...Oleg Nesterov2016-01-141-3/+0
| * mm: make sure isolate_lru_page() is never called for tail pageKirill A. Shutemov2016-01-141-0/+1
| * vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter2016-01-143-25/+47
| * memcg: avoid vmpressure oops when memcg disabledHugh Dickins2016-01-141-1/+1
| * mm: memcontrol: switch to the updated jump-label APIJohannes Weiner2016-01-143-12/+12
| * mm: memcontrol: hook up vmpressure to socket pressureJohannes Weiner2016-01-145-40/+104
| * mm: memcontrol: account socket memory in unified hierarchy memory controllerJohannes Weiner2016-01-143-25/+110
| * mm: memcontrol: move socket code for unified hierarchy accountingJohannes Weiner2016-01-141-74/+74
| * mm: memcontrol: do not account memory+swap on unified hierarchyJohannes Weiner2016-01-141-19/+25
| * mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner2016-01-145-14/+8
| * net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner2016-01-1410-171/+69
| * net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner2016-01-146-76/+77
| * net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner2016-01-143-12/+5
| * net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner2016-01-143-40/+3
| * net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner2016-01-145-49/+32
| * net: tcp_memcontrol: remove bogus hierarchy pressure propagationJohannes Weiner2016-01-141-15/+4
| * net: tcp_memcontrol: properly detect ancestor socket pressureJohannes Weiner2016-01-141-4/+6
| * mm: memcontrol: export root_mem_cgroupJohannes Weiner2016-01-143-5/+5
| * mm/ksm.c: use list_for_each_entry_safeGeliang Tang2016-01-141-13/+7
| * mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_pageGeliang Tang2016-01-143-7/+5
| * mm/compaction.c: __compact_pgdat() code cleanuupJoonsoo Kim2016-01-141-6/+7
| * mm/swapfile.c: use list_{next,first}_entryGeliang Tang2016-01-141-10/+4
| * mm/memblock: introduce for_each_memblock_type()Alexander Kuleshov2016-01-142-16/+21
| * mm/memblock: remove rgnbase and rgnsize variablesAlexander Kuleshov2016-01-141-6/+3
| * mm, oom: give __GFP_NOFAIL allocations access to memory reservesMichal Hocko2016-01-141-1/+14
| * mm/page_alloc.c: use list_for_each_entry in mark_free_pages()Geliang Tang2016-01-141-5/+5
| * mm/page_alloc.c: use list_{first,last}_entry instead of list_entryGeliang Tang2016-01-141-12/+11
| * mm/page_alloc.c: remove unnecessary parameter from __rmqueueMel Gorman2016-01-141-3/+3
| * drivers/base/memory.c: rename remove_memory_block() to remove_memory_section()Seth Jennings2016-01-141-2/+2
| * drivers/base/memory.c: clean up section countingSeth Jennings2016-01-141-1/+1
| * proc: meminfo: estimate available memory more conservativelyJohannes Weiner2016-01-141-4/+1
| * mm: page_alloc: generalize the dirty balance reserveJohannes Weiner2016-01-144-24/+18
OpenPOWER on IntegriCloud