Merge tag 'iwlwifi-for-kalle-2016-02-25' of https://git.kernel.org/pub/scm/linux...
[cascardo/linux.git] / mm /
2016-01-15 Linus TorvaldsMerge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org...
2016-01-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-01-15 Ebru Akagunduzmm: add tracepoint for scanning pages
2016-01-15 Naoya Horiguchimm/page_isolation: use macro to judge the alignment
2016-01-15 Konstantin Khlebnikovmm: rework virtual memory accounting
2016-01-15 Geliang Tangmm: move lru_to_page to mm_inline.h
2016-01-15 Vitaly Kuznetsovmemory-hotplug: don't BUG() in register_memory_resource()
2016-01-15 Paul Gortmakerhugetlb: make mm and fs code explicitly non-modular
2016-01-15 Geliang Tangmm/swapfile.c: use list_for_each_entry_safe in free_swa...
2016-01-15 Kirill A. Shutemovmm: make sure isolate_lru_page() is never called for...
2016-01-15 Christoph Lametervmstat: make vmstat_updater deferrable again and shut...
2016-01-15 Hugh Dickinsmemcg: avoid vmpressure oops when memcg disabled
2016-01-15 Johannes Weinermm: memcontrol: switch to the updated jump-label API
2016-01-15 Johannes Weinermm: memcontrol: hook up vmpressure to socket pressure
2016-01-15 Johannes Weinermm: memcontrol: account socket memory in unified hierar...
2016-01-15 Johannes Weinermm: memcontrol: move socket code for unified hierarchy...
2016-01-15 Johannes Weinermm: memcontrol: do not account memory+swap on unified...
2016-01-15 Johannes Weinermm: memcontrol: generalize the socket accounting jump...
2016-01-15 Johannes Weinernet: tcp_memcontrol: simplify linkage between socket...
2016-01-15 Johannes Weinernet: tcp_memcontrol: sanitize tcp memory accounting...
2016-01-15 Johannes Weinernet: tcp_memcontrol: protect all tcp_memcontrol calls...
2016-01-15 Johannes Weinermm: memcontrol: export root_mem_cgroup
2016-01-15 Geliang Tangmm/ksm.c: use list_for_each_entry_safe
2016-01-15 Geliang Tangmm/readahead.c, mm/vmscan.c: use lru_to_page instead...
2016-01-15 Joonsoo Kimmm/compaction.c: __compact_pgdat() code cleanuup
2016-01-15 Geliang Tangmm/swapfile.c: use list_{next,first}_entry
2016-01-15 Alexander Kuleshovmm/memblock: introduce for_each_memblock_type()
2016-01-15 Alexander Kuleshovmm/memblock: remove rgnbase and rgnsize variables
2016-01-15 Michal Hockomm, oom: give __GFP_NOFAIL allocations access to memory...
2016-01-15 Geliang Tangmm/page_alloc.c: use list_for_each_entry in mark_free_p...
2016-01-15 Geliang Tangmm/page_alloc.c: use list_{first,last}_entry instead...
2016-01-15 Mel Gormanmm/page_alloc.c: remove unnecessary parameter from...
2016-01-15 Johannes Weinermm: page_alloc: generalize the dirty balance reserve
2016-01-15 Michal Hockomm: allow GFP_{FS,IO} for page_cache_read page cache...
2016-01-15 Yaowei Baimm/compaction: improve comment for compact_memory tunab...
2016-01-15 Daniel Cashmanmm: mmap: add new /proc tunable for mmap_base ASLR
2016-01-15 Piotr Kwapulinskimm/mmap.c: remove incorrect MAP_FIXED flag comparison...
2016-01-15 Michal Hockomm, vmscan: consider isolated pages in zone_reclaimable...
2016-01-15 Vladimir Davydovmemcg: do not allow to disable tcp accounting after...
2016-01-15 Vladimir Davydovvmscan: do not force-scan file lru if its absolute...
2016-01-15 David Rientjesmm, vmalloc: remove VM_VPAGES
2016-01-15 Geliang Tangmm, thp: use list_first_entry_or_null()
2016-01-15 Jerome Marchandmm, shmem: add internal shmem resident memory accounting
2016-01-15 Vlastimil Babkamm, proc: reduce cost of /proc/pid/smaps for unpopulate...
2016-01-15 Vlastimil Babkamm, proc: reduce cost of /proc/pid/smaps for shmem...
2016-01-15 Yaowei Baimm/mmzone.c: memmap_valid_within() can be boolean
2016-01-15 Geliang Tangmm/vmalloc.c: use list_{next,first}_entry
2016-01-15 Michal Hockomm/page_alloc.c: do not loop over ALLOC_NO_WATERMARKS...
2016-01-15 Michal Hockomm/page_alloc.c: get rid of __alloc_pages_high_priority()
2016-01-15 Yaowei Baimm/zonelist: enumerate zonelists array index
2016-01-15 Yaowei Baimm/memblock.c: memblock_is_memory()/reserved() can...
2016-01-15 yalin wangmm: change mm_vmscan_lru_shrink_inactive() proto types
2016-01-15 Joonsoo Kimmm/cma: always check which page caused allocation failure
2016-01-15 Joonsoo Kimmm/page_isolation.c: add new tracepoint, test_pages_iso...
2016-01-15 Joonsoo Kimmm/page_isolation.c: return last tested pfn rather...
2016-01-15 Nathan Zimmermm/mempolicy.c: convert the shared_policy lock to a...
2016-01-15 yalin wangmm/vmscan.c: change trace_mm_vmscan_writepage() proto...
2016-01-15 Chen Gangmm/mmap.c: remove redundant local variables for may_exp...
2016-01-15 Alexey Klimovmm/mlock.c: drop unneeded initialization in munlock_vma...
2016-01-15 Vladimir Davydovkmemcg: account certain kmem allocations to memcg
2016-01-15 Vladimir Davydovvmalloc: allow to account vmalloc to memcg
2016-01-15 Vladimir Davydovslab: add SLAB_ACCOUNT flag
2016-01-15 Vladimir Davydovmemcg: only account kmem allocations marked as __GFP_AC...
2016-01-15 Vladimir DavydovRevert "gfp: add __GFP_NOACCOUNT"
2016-01-15 Geliang Tangmm/slab.c: add a helper function get_first_slab
2016-01-15 Geliang Tangmm/slab.c: use list_for_each_entry in cache_flusharray
2016-01-15 Geliang Tangmm/slab.c use list_first_entry_or_null()
2016-01-14 Al ViroMake sure that highmem pages are not added to symlink...
2016-01-14 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2016-01-14 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2016-01-14 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2016-01-14 Linus TorvaldsMerge branch 'i2c/for-4.5' of git://git./linux/kernel...
2016-01-14 Linus TorvaldsMerge tag 'devicetree-for-4.5' of git://git./linux...
2016-01-14 Linus TorvaldsMerge tag 'mfd-for-linus-4.5' of git://git./linux/kerne...
2016-01-14 Linus TorvaldsMerge tag 'for-v4.5' of git://git./linux/kernel/git...
2016-01-14 Linus TorvaldsMerge tag 'hsi-for-4.5' of git://git./linux/kernel...
2016-01-14 Linus TorvaldsMerge tag 'backlight-for-linus-4.5' of git://git./linux...
2016-01-14 Jiri KosinaMerge branches 'for-4.4/upstream-fixes', 'for-4.5/async...
2016-01-14 Linus TorvaldsMerge tag 'xfs-for-linus-4.5' of git://git./linux/kerne...
2016-01-14 Linus TorvaldsMerge tag 'for-f2fs-4.5' of git://git./linux/kernel...
2016-01-14 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2016-01-14 Linus TorvaldsMerge tag 'libnvdimm-for-4.5' of git://git./linux/kerne...
2016-01-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-01-13 Linus TorvaldsMerge tag 'media/v4.5-2' of git://git./linux/kernel...
2016-01-13 Linus TorvaldsMerge tag 'spi-v4.5' of git://git./linux/kernel/git...
2016-01-13 Linus TorvaldsMerge tag 'for-linus-20160112' of git://git.infradead...
2016-01-13 Linus TorvaldsMerge tag 'for-linus-4.5' of git://git.code.sf.net...
2016-01-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-01-13 Linus TorvaldsMerge tag 'dmaengine-4.5-rc1' of git://git.infradead...
2016-01-13 Linus TorvaldsMerge tag 'char-misc-4.5-rc1' of git://git./linux/kerne...
2016-01-13 Linus TorvaldsMerge tag 'staging-4.5-rc1' of git://git./linux/kernel...
2016-01-13 Linus TorvaldsMerge tag 'tty-4.5-rc1' of git://git./linux/kernel...
2016-01-13 Linus TorvaldsMerge tag 'usb-4.5-rc1' of git://git./linux/kernel...
2016-01-13 David S. MillerMerge git://git./linux/kernel/git/torvalds/linux
2016-01-13 Linus TorvaldsMerge tag 'pm+acpi-4.5-rc1-1' of git://git./linux/kerne...
2016-01-13 Linus TorvaldsMerge tag 'trace-v4.5' of git://git./linux/kernel/git...
2016-01-13 Linus TorvaldsMerge branch 'for-4.5' of git://git./linux/kernel/git...
2016-01-13 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next
2016-01-13 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2016-01-13 Linus TorvaldsMerge tag 'upstream-4.5-rc1' of git://git.infradead...
next