Age | Commit message (Expand) | Author | Files | Lines |
2016-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 176 | -1284/+1852 |
2016-01-15 | zsmalloc: reorganize struct size_class to pack 4 bytes hole | Weijie Yang | 1 | -2/+2 |
2016-01-15 | mm/zbud.c: use list_last_entry() instead of list_tail_entry() | Geliang Tang | 1 | -4/+1 |
2016-01-15 | zram/zcomp: do not zero out zcomp private pages | Sergey Senozhatsky | 2 | -4/+4 |
2016-01-15 | zram: pass gfp from zcomp frontend to backend | Minchan Kim | 4 | -35/+23 |
2016-01-15 | zram: try vmalloc() after kmalloc() | Kyeongdon Kim | 2 | -4/+42 |
2016-01-15 | zram/zcomp: use GFP_NOIO to allocate streams | Sergey Senozhatsky | 3 | -4/+4 |
2016-01-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 22 | -29/+30 |
2016-01-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 18 | -427/+340 |
2016-01-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 35 | -574/+819 |
2016-01-14 | Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 36 | -519/+1480 |
2016-01-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -5/+8 |
2016-01-14 | mm: add tracepoint for scanning pages | Ebru Akagunduz | 2 | -32/+270 |
2016-01-14 | drivers/base/memory.c: fix kernel warning during memory hotplug on ppc64 | John Allen | 1 | -10/+6 |
2016-01-14 | mm/page_isolation: use macro to judge the alignment | Naoya Horiguchi | 1 | -2/+2 |
2016-01-14 | mm: fix noisy sparse warning in LIBCFS_ALLOC_PRE() | Joshua Clayton | 1 | -1/+1 |
2016-01-14 | mm: rework virtual memory accounting | Konstantin Khlebnikov | 9 | -58/+54 |
2016-01-14 | include/linux/memblock.h: fix ordering of 'flags' argument in comments | Florian Fainelli | 1 | -2/+2 |
2016-01-14 | mm: move lru_to_page to mm_inline.h | Geliang Tang | 3 | -2/+3 |
2016-01-14 | Documentation/filesystems: describe the shared memory usage/accounting | Rodrigo Freire | 2 | -4/+6 |
2016-01-14 | memory-hotplug: don't BUG() in register_memory_resource() | Vitaly Kuznetsov | 1 | -4/+5 |
2016-01-14 | hugetlb: make mm and fs code explicitly non-modular | Paul Gortmaker | 2 | -63/+3 |
2016-01-14 | mm/swapfile.c: use list_for_each_entry_safe in free_swap_count_continuations | Geliang Tang | 1 | -5/+4 |
2016-01-14 | mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_p... | Oleg Nesterov | 1 | -3/+0 |
2016-01-14 | mm: make sure isolate_lru_page() is never called for tail page | Kirill A. Shutemov | 1 | -0/+1 |
2016-01-14 | vmstat: make vmstat_updater deferrable again and shut down on idle | Christoph Lameter | 3 | -25/+47 |
2016-01-14 | memcg: avoid vmpressure oops when memcg disabled | Hugh Dickins | 1 | -1/+1 |
2016-01-14 | mm: memcontrol: switch to the updated jump-label API | Johannes Weiner | 3 | -12/+12 |
2016-01-14 | mm: memcontrol: hook up vmpressure to socket pressure | Johannes Weiner | 5 | -40/+104 |
2016-01-14 | mm: memcontrol: account socket memory in unified hierarchy memory controller | Johannes Weiner | 3 | -25/+110 |
2016-01-14 | mm: memcontrol: move socket code for unified hierarchy accounting | Johannes Weiner | 1 | -74/+74 |
2016-01-14 | mm: memcontrol: do not account memory+swap on unified hierarchy | Johannes Weiner | 1 | -19/+25 |
2016-01-14 | mm: memcontrol: generalize the socket accounting jump label | Johannes Weiner | 5 | -14/+8 |
2016-01-14 | net: tcp_memcontrol: simplify linkage between socket and page counter | Johannes Weiner | 10 | -171/+69 |
2016-01-14 | net: tcp_memcontrol: sanitize tcp memory accounting callbacks | Johannes Weiner | 6 | -76/+77 |
2016-01-14 | net: tcp_memcontrol: simplify the per-memcg limit access | Johannes Weiner | 3 | -12/+5 |
2016-01-14 | net: tcp_memcontrol: remove dead per-memcg count of allocated sockets | Johannes Weiner | 3 | -40/+3 |
2016-01-14 | net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label | Johannes Weiner | 5 | -49/+32 |
2016-01-14 | net: tcp_memcontrol: remove bogus hierarchy pressure propagation | Johannes Weiner | 1 | -15/+4 |
2016-01-14 | net: tcp_memcontrol: properly detect ancestor socket pressure | Johannes Weiner | 1 | -4/+6 |
2016-01-14 | mm: memcontrol: export root_mem_cgroup | Johannes Weiner | 3 | -5/+5 |
2016-01-14 | mm/ksm.c: use list_for_each_entry_safe | Geliang Tang | 1 | -13/+7 |
2016-01-14 | mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_page | Geliang Tang | 3 | -7/+5 |
2016-01-14 | mm/compaction.c: __compact_pgdat() code cleanuup | Joonsoo Kim | 1 | -6/+7 |
2016-01-14 | mm/swapfile.c: use list_{next,first}_entry | Geliang Tang | 1 | -10/+4 |
2016-01-14 | mm/memblock: introduce for_each_memblock_type() | Alexander Kuleshov | 2 | -16/+21 |
2016-01-14 | mm/memblock: remove rgnbase and rgnsize variables | Alexander Kuleshov | 1 | -6/+3 |
2016-01-14 | mm, oom: give __GFP_NOFAIL allocations access to memory reserves | Michal Hocko | 1 | -1/+14 |
2016-01-14 | mm/page_alloc.c: use list_for_each_entry in mark_free_pages() | Geliang Tang | 1 | -5/+5 |
2016-01-14 | mm/page_alloc.c: use list_{first,last}_entry instead of list_entry | Geliang Tang | 1 | -12/+11 |