summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | udf: avoid uninitialized variable useArnd Bergmann2016-01-041-0/+4
| * | | | udf: Fix lost indirect extent blockJan Kara2015-12-231-1/+10
| * | | | udf: Factor out code for creating indirect extentJan Kara2015-12-233-189/+130
| * | | | udf: limit the maximum number of indirect extents in a rowVegard Nossum2015-12-231-0/+15
| * | | | udf: limit the maximum number of TD redirectionsVegard Nossum2015-12-141-0/+14
| * | | | fs: make quota/dquot.c explicitly non-modularPaul Gortmaker2015-12-141-1/+1
| * | | | fs: make quota/netlink.c explicitly non-modularPaul Gortmaker2015-12-141-4/+1
* | | | | 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-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