cascardo/linux.git
2016-03-15 Joe Perchescheckpatch: exclude asm volatile from complex macro...
2016-03-15 Johannes Weinermm: memcontrol: drop unnecessary lru locking from mem_c...
2016-03-15 Johannes Weinermm: migrate: consolidate mem_cgroup_migrate() calls
2016-03-15 Joonsoo Kimmm/compaction: speed up pageblock_pfn_to_page() when...
2016-03-15 Joonsoo Kimmm/compaction: pass only pageblock aligned range to...
2016-03-15 Joonsoo Kimmm/compaction: fix invalid free_pfn and compact_cached_...
2016-03-15 Alexander Kuleshovmm/memblock.c: remove unnecessary memblock_type variable
2016-03-15 Christian Borntraegerx86: also use debug_pagealloc_enabled() for free_init_pages
2016-03-15 Christian Borntraegers390: query dynamic DEBUG_PAGEALLOC setting
2016-03-15 Christian Borntraegerx86: query dynamic DEBUG_PAGEALLOC setting
2016-03-15 Kirill A. Shutemovthp: cleanup split_huge_page()
2016-03-15 Matthew Wilcoxmm: use linear_page_index() in do_fault()
2016-03-15 Johannes Weinermm: remove unnecessary uses of lock_page_memcg()
2016-03-15 Johannes Weinermm: simplify lock_page_memcg()
2016-03-15 Johannes Weinermm: migrate: do not touch page->mem_cgroup of live...
2016-03-15 Johannes Weinermm: workingset: per-cgroup cache thrash detection
2016-03-15 Johannes Weinermm: workingset: eviction buckets for bigmem/lowbit...
2016-03-15 Johannes Weinermm: workingset: separate shadow unpacking and refault...
2016-03-15 Johannes Weinermm: workingset: #define radix entry eviction mask
2016-03-15 Johannes Weinermm: memcontrol: generalize locking for the page->mem_cg...
2016-03-15 Michal Hockomm, vmscan: make zone_reclaimable_pages more precise
2016-03-15 Naoya Horiguchimm/madvise: update comment on sys_madvise()
2016-03-15 Vladimir Davydovmm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node...
2016-03-15 Vitaly Kuznetsovxen_balloon: support memory auto onlining policy
2016-03-15 Vitaly Kuznetsovmemory-hotplug: add automatic onlining policy for the...
2016-03-15 Mika Penttilämm/memory.c: make apply_to_page_range() more robust
2016-03-15 Liang Chenmm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA...
2016-03-15 Wang Xiaoqiangmm/memory-failure.c: remove useless "undef"s
2016-03-15 Naoya Horiguchimm/madvise: pass return code of memory_failure() to...
2016-03-15 Vlastimil Babkamm, sl[au]b: print gfp_flags as strings in slab_out_of_...
2016-03-15 Laura Abbottmm/page_poisoning.c: allow for zero poisoning
2016-03-15 Laura Abbottmm/page_poison.c: enable PAGE_POISONING as a separate...
2016-03-15 Vlastimil Babkamm, debug: move bad flags printing to bad_page()
2016-03-15 Vlastimil Babkamm, page_owner: dump page owner info from dump_page()
2016-03-15 Vlastimil Babkamm, page_owner: track and print last migrate reason
2016-03-15 Vlastimil Babkamm, page_owner: copy page owner info during migration
2016-03-15 Vlastimil Babkamm, page_owner: convert page_owner_inited to static key
2016-03-15 Vlastimil Babkamm, page_owner: print migratetype of page and pageblock...
2016-03-15 Vlastimil Babkamm, oom: print symbolic gfp_flags in oom warning
2016-03-15 Vlastimil Babkamm, page_alloc: print symbolic gfp_flags on allocation...
2016-03-15 Vlastimil Babkamm, debug: replace dump_flags() with the new printk...
2016-03-15 Vlastimil Babkamm, printk: introduce new format string for flags
2016-03-15 Vlastimil Babkamm, tracing: unify mm flags handling in tracepoints...
2016-03-15 Vlastimil Babkatools, perf: make gfp_compact_table up to date
2016-03-15 Vlastimil Babkamm, tracing: make show_gfp_flags() up to date
2016-03-15 Vlastimil Babkatracepoints: move trace_print_flags definitions to...
2016-03-15 Mel Gormanmm: filemap: avoid unnecessary calls to lock_page when...
2016-03-15 Mel Gormanmm: filemap: remove redundant code in do_read_cache_page
2016-03-15 Andreas Zieglermm: fix two typos in comments for to_vmem_altmap()
2016-03-15 Christian Borntraegermm/debug_pagealloc: ask users for default setting of...
2016-03-15 Andrey Ryabininmm/page-writeback: fix dirty_ratelimit calculation
2016-03-15 Andrew Mortonmm/page_alloc.c: rework code layout in memmap_init_zone()
2016-03-15 Taku Izumimm/page_alloc.c: introduce kernelcore=mirror option
2016-03-15 Taku Izumimm/page_alloc.c: calculate zone_start_pfn at zone_spann...
2016-03-15 Andrew Mortonfs/mpage.c:mpage_readpages(): use lru_to_page() helper
2016-03-15 Joonsoo Kimmm/slub: support left redzone
2016-03-15 Laura Abbottslub: relax CMPXCHG consistency restrictions
2016-03-15 Laura Abbottslub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS
2016-03-15 Laura Abbottslub: fix/clean free_debug_processing return paths
2016-03-15 Laura Abbottslub: drop lock at the end of free_debug_processing
2016-03-15 Joonsoo Kimmm/slab: re-implement pfmemalloc support
2016-03-15 Joonsoo Kimmm/slab: avoid returning values by reference
2016-03-15 Joonsoo Kimmm/slab: introduce new slab management type, OBJFREELIS...
2016-03-15 Joonsoo Kimmm/slab: factor out debugging initialization in cache_i...
2016-03-15 Joonsoo Kimmm/slab: factor out slab list fixup code
2016-03-15 Joonsoo Kimmm/slab: make criteria for off slab determination robus...
2016-03-15 Joonsoo Kimmm/slab: do not change cache size if debug pagealloc...
2016-03-15 Joonsoo Kimmm/slab: clean up cache type determination
2016-03-15 Joonsoo Kimmm/slab: align cache size first before determination...
2016-03-15 Joonsoo Kimmm/slab: put the freelist at the end of slab page
2016-03-15 Joonsoo Kimmm/slab: remove object status buffer for DEBUG_SLAB_LEAK
2016-03-15 Joonsoo Kimmm/slab: alternative implementation for DEBUG_SLAB_LEAK
2016-03-15 Joonsoo Kimmm/slab: clean up DEBUG_PAGEALLOC processing code
2016-03-15 Joonsoo Kimmm/slab: use more appropriate condition check for debug...
2016-03-15 Joonsoo Kimmm/slab: activate debug_pagealloc in SLAB when it is...
2016-03-15 Joonsoo Kimmm/slab: remove the checks for slab implementation bug
2016-03-15 Joonsoo Kimmm/slab: remove useless structure define
2016-03-15 Joonsoo Kimmm/slab: fix stale code comment
2016-03-15 Jesper Dangaard... mm: fix some spelling
2016-03-15 Jesper Dangaard... mm: new API kfree_bulk() for SLAB+SLUB allocators
2016-03-15 Jesper Dangaard... slab: implement bulk free in SLAB allocator
2016-03-15 Jesper Dangaard... slab: avoid running debug SLAB code with IRQs disabled...
2016-03-15 Jesper Dangaard... slab: implement bulk alloc in SLAB allocator
2016-03-15 Jesper Dangaard... slab: use slab_post_alloc_hook in SLAB allocator shared...
2016-03-15 Jesper Dangaard... mm: kmemcheck skip object if slab allocation failed
2016-03-15 Jesper Dangaard... slab: use slab_pre_alloc_hook in SLAB allocator shared...
2016-03-15 Jesper Dangaard... mm: fault-inject take over bootstrap kmem_cache check
2016-03-15 Jesper Dangaard... mm/slab: move SLUB alloc hooks to common mm/slab.h
2016-03-15 Jesper Dangaard... slub: clean up code for kmem cgroup support to kmem_cac...
2016-03-15 Arnd Bergmannparide: make 'verbose' parameter an 'int' again
2016-03-15 San Mehatblock: partition: add partition specific uevent callbac...
2016-03-15 Jun Piaoocfs2/dlm: fix a variable overflow problem in dlmdomain.c
2016-03-15 Jiufei Xueocfs2: fix a tiny race that leads file system read...
2016-03-15 xuejiufeiocfs2/dlm: return EINVAL when the lockres on migration...
2016-03-15 xuejiufeiocfs2/dlm: clear DROPPING_REF flag when the master...
2016-03-15 xuejiufeiocfs2/dlm: return in progress if master can not clear...
2016-03-15 xuejiufeiocfs2/dlm: add DEREF_DONE message
2016-03-15 Joseph Qiocfs2/dlm: fix a typo in dlmcommon.h
2016-03-15 jiangyiwenocfs2: use spinlock_irqsave() to downconvert lock in...
2016-03-15 jiangyiwenocfs2/cluster: replace the interrupt safe spinlocks...
next