Age | Commit message (Expand) | Author | Files | Lines |
2016-03-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
2016-03-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 33 | -1187/+1707 |
2016-03-15 | mm: memcontrol: drop unnecessary lru locking from mem_cgroup_migrate() | Johannes Weiner | 1 | -2/+1 |
2016-03-15 | mm: migrate: consolidate mem_cgroup_migrate() calls | Johannes Weiner | 1 | -7/+2 |
2016-03-15 | mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous | Joonsoo Kim | 4 | -46/+100 |
2016-03-15 | mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_page | Joonsoo Kim | 1 | -11/+30 |
2016-03-15 | mm/compaction: fix invalid free_pfn and compact_cached_free_pfn | Joonsoo Kim | 1 | -4/+5 |
2016-03-15 | mm/memblock.c: remove unnecessary memblock_type variable | Alexander Kuleshov | 1 | -6/+2 |
2016-03-15 | thp: cleanup split_huge_page() | Kirill A. Shutemov | 1 | -13/+7 |
2016-03-15 | mm: use linear_page_index() in do_fault() | Matthew Wilcox | 1 | -2/+1 |
2016-03-15 | mm: remove unnecessary uses of lock_page_memcg() | Johannes Weiner | 4 | -15/+1 |
2016-03-15 | mm: simplify lock_page_memcg() | Johannes Weiner | 7 | -80/+57 |
2016-03-15 | mm: migrate: do not touch page->mem_cgroup of live pages | Johannes Weiner | 4 | -14/+18 |
2016-03-15 | mm: workingset: per-cgroup cache thrash detection | Johannes Weiner | 3 | -44/+78 |
2016-03-15 | mm: workingset: eviction buckets for bigmem/lowbit machines | Johannes Weiner | 1 | -1/+29 |
2016-03-15 | mm: workingset: separate shadow unpacking and refault calculation | Johannes Weiner | 1 | -28/+28 |
2016-03-15 | mm: workingset: #define radix entry eviction mask | Johannes Weiner | 1 | -4/+6 |
2016-03-15 | mm: memcontrol: generalize locking for the page->mem_cgroup binding | Johannes Weiner | 6 | -51/+45 |
2016-03-15 | mm, vmscan: make zone_reclaimable_pages more precise | Michal Hocko | 1 | -7/+7 |
2016-03-15 | mm/madvise: update comment on sys_madvise() | Naoya Horiguchi | 1 | -0/+14 |
2016-03-15 | mm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node_ids == 1 | Vladimir Davydov | 1 | -8/+0 |
2016-03-15 | memory-hotplug: add automatic onlining policy for the newly added memory | Vitaly Kuznetsov | 1 | -2/+15 |
2016-03-15 | mm/memory.c: make apply_to_page_range() more robust | Mika Penttilä | 1 | -1/+3 |
2016-03-15 | mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbind | Liang Chen | 1 | -1/+3 |
2016-03-15 | mm/memory-failure.c: remove useless "undef"s | Wang Xiaoqiang | 1 | -2/+0 |
2016-03-15 | mm/madvise: pass return code of memory_failure() to userspace | Naoya Horiguchi | 1 | -2/+3 |
2016-03-15 | mm, sl[au]b: print gfp_flags as strings in slab_out_of_memory() | Vlastimil Babka | 2 | -8/+6 |
2016-03-15 | mm/page_poisoning.c: allow for zero poisoning | Laura Abbott | 4 | -5/+37 |
2016-03-15 | mm/page_poison.c: enable PAGE_POISONING as a separate option | Laura Abbott | 4 | -14/+75 |
2016-03-15 | mm, debug: move bad flags printing to bad_page() | Vlastimil Babka | 2 | -10/+10 |
2016-03-15 | mm, page_owner: dump page owner info from dump_page() | Vlastimil Babka | 3 | -0/+28 |
2016-03-15 | mm, page_owner: track and print last migrate reason | Vlastimil Babka | 3 | -3/+35 |
2016-03-15 | mm, page_owner: copy page owner info during migration | Vlastimil Babka | 2 | -0/+28 |
2016-03-15 | mm, page_owner: convert page_owner_inited to static key | Vlastimil Babka | 2 | -5/+6 |
2016-03-15 | mm, page_owner: print migratetype of page and pageblock, symbolic flags | Vlastimil Babka | 3 | -30/+20 |
2016-03-15 | mm, oom: print symbolic gfp_flags in oom warning | Vlastimil Babka | 1 | -3/+4 |
2016-03-15 | mm, page_alloc: print symbolic gfp_flags on allocation failure | Vlastimil Babka | 1 | -3/+2 |
2016-03-15 | mm, debug: replace dump_flags() with the new printk formats | Vlastimil Babka | 1 | -46/+14 |
2016-03-15 | mm, printk: introduce new format string for flags | Vlastimil Babka | 2 | -14/+26 |
2016-03-15 | mm, tracing: unify mm flags handling in tracepoints and printk | Vlastimil Babka | 1 | -77/+11 |
2016-03-15 | mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp... | Mel Gorman | 1 | -0/+49 |
2016-03-15 | mm: filemap: remove redundant code in do_read_cache_page | Mel Gorman | 1 | -31/+12 |
2016-03-15 | mm/debug_pagealloc: ask users for default setting of debug_pagealloc | Christian Borntraeger | 2 | -3/+21 |
2016-03-15 | mm/page-writeback: fix dirty_ratelimit calculation | Andrey Ryabinin | 1 | -5/+6 |
2016-03-15 | mm/page_alloc.c: rework code layout in memmap_init_zone() | Andrew Morton | 1 | -41/+38 |
2016-03-15 | mm/page_alloc.c: introduce kernelcore=mirror option | Taku Izumi | 1 | -6/+108 |
2016-03-15 | mm/page_alloc.c: calculate zone_start_pfn at zone_spanned_pages_in_node() | Taku Izumi | 1 | -11/+29 |
2016-03-15 | mm/slub: support left redzone | Joonsoo Kim | 1 | -29/+71 |
2016-03-15 | slub: relax CMPXCHG consistency restrictions | Laura Abbott | 1 | -3/+9 |
2016-03-15 | slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS | Laura Abbott | 2 | -37/+62 |