| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous | Joonsoo Kim | 2016-03-16 | 7 | -52/+105 |
* | mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_page | Joonsoo Kim | 2016-03-16 | 1 | -11/+30 |
* | mm/compaction: fix invalid free_pfn and compact_cached_free_pfn | Joonsoo Kim | 2016-03-16 | 1 | -4/+5 |
* | mm/memblock.c: remove unnecessary memblock_type variable | Alexander Kuleshov | 2016-03-16 | 1 | -6/+2 |
* | x86: also use debug_pagealloc_enabled() for free_init_pages | Christian Borntraeger | 2016-03-16 | 1 | -14/+15 |
* | s390: query dynamic DEBUG_PAGEALLOC setting | Christian Borntraeger | 2016-03-16 | 2 | -9/+7 |
* | x86: query dynamic DEBUG_PAGEALLOC setting | Christian Borntraeger | 2016-03-16 | 3 | -16/+10 |
* | thp: cleanup split_huge_page() | Kirill A. Shutemov | 2016-03-16 | 1 | -13/+7 |
* | mm: use linear_page_index() in do_fault() | Matthew Wilcox | 2016-03-16 | 1 | -2/+1 |
* | mm: remove unnecessary uses of lock_page_memcg() | Johannes Weiner | 2016-03-16 | 5 | -20/+8 |
* | mm: simplify lock_page_memcg() | Johannes Weiner | 2016-03-16 | 12 | -117/+88 |
* | mm: migrate: do not touch page->mem_cgroup of live pages | Johannes Weiner | 2016-03-16 | 6 | -25/+20 |
* | mm: workingset: per-cgroup cache thrash detection | Johannes Weiner | 2016-03-16 | 5 | -57/+134 |
* | mm: workingset: eviction buckets for bigmem/lowbit machines | Johannes Weiner | 2016-03-16 | 1 | -1/+29 |
* | mm: workingset: separate shadow unpacking and refault calculation | Johannes Weiner | 2016-03-16 | 1 | -28/+28 |
* | mm: workingset: #define radix entry eviction mask | Johannes Weiner | 2016-03-16 | 1 | -4/+6 |
* | mm: memcontrol: generalize locking for the page->mem_cgroup binding | Johannes Weiner | 2016-03-16 | 9 | -67/+67 |
* | mm, vmscan: make zone_reclaimable_pages more precise | Michal Hocko | 2016-03-16 | 1 | -7/+7 |
* | mm/madvise: update comment on sys_madvise() | Naoya Horiguchi | 2016-03-16 | 1 | -0/+14 |
* | mm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node_ids == 1 | Vladimir Davydov | 2016-03-16 | 1 | -8/+0 |
* | xen_balloon: support memory auto onlining policy | Vitaly Kuznetsov | 2016-03-16 | 2 | -9/+25 |
* | memory-hotplug: add automatic onlining policy for the newly added memory | Vitaly Kuznetsov | 2016-03-16 | 6 | -8/+75 |
* | mm/memory.c: make apply_to_page_range() more robust | Mika Penttilä | 2016-03-16 | 1 | -1/+3 |
* | mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbind | Liang Chen | 2016-03-16 | 1 | -1/+3 |
* | mm/memory-failure.c: remove useless "undef"s | Wang Xiaoqiang | 2016-03-16 | 1 | -2/+0 |
* | mm/madvise: pass return code of memory_failure() to userspace | Naoya Horiguchi | 2016-03-16 | 1 | -2/+3 |
* | mm, sl[au]b: print gfp_flags as strings in slab_out_of_memory() | Vlastimil Babka | 2016-03-16 | 2 | -8/+6 |
* | mm/page_poisoning.c: allow for zero poisoning | Laura Abbott | 2016-03-16 | 7 | -5/+60 |
* | mm/page_poison.c: enable PAGE_POISONING as a separate option | Laura Abbott | 2016-03-16 | 6 | -14/+89 |
* | mm, debug: move bad flags printing to bad_page() | Vlastimil Babka | 2016-03-16 | 3 | -12/+11 |
* | mm, page_owner: dump page owner info from dump_page() | Vlastimil Babka | 2016-03-16 | 4 | -0/+37 |
* | mm, page_owner: track and print last migrate reason | Vlastimil Babka | 2016-03-16 | 6 | -4/+50 |
* | mm, page_owner: copy page owner info during migration | Vlastimil Babka | 2016-03-16 | 3 | -1/+37 |
* | mm, page_owner: convert page_owner_inited to static key | Vlastimil Babka | 2016-03-16 | 4 | -21/+21 |
* | mm, page_owner: print migratetype of page and pageblock, symbolic flags | Vlastimil Babka | 2016-03-16 | 4 | -30/+23 |
* | mm, oom: print symbolic gfp_flags in oom warning | Vlastimil Babka | 2016-03-16 | 1 | -3/+4 |
* | mm, page_alloc: print symbolic gfp_flags on allocation failure | Vlastimil Babka | 2016-03-16 | 1 | -3/+2 |
* | mm, debug: replace dump_flags() with the new printk formats | Vlastimil Babka | 2016-03-16 | 1 | -46/+14 |
* | mm, printk: introduce new format string for flags | Vlastimil Babka | 2016-03-16 | 5 | -14/+172 |
* | mm, tracing: unify mm flags handling in tracepoints and printk | Vlastimil Babka | 2016-03-16 | 10 | -137/+181 |
* | tools, perf: make gfp_compact_table up to date | Vlastimil Babka | 2016-03-16 | 2 | -20/+29 |
* | mm, tracing: make show_gfp_flags() up to date | Vlastimil Babka | 2016-03-16 | 2 | -23/+36 |
* | tracepoints: move trace_print_flags definitions to tracepoint-defs.h | Vlastimil Babka | 2016-03-16 | 2 | -12/+12 |
* | mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp... | Mel Gorman | 2016-03-16 | 1 | -0/+49 |
* | mm: filemap: remove redundant code in do_read_cache_page | Mel Gorman | 2016-03-16 | 1 | -31/+12 |
* | mm: fix two typos in comments for to_vmem_altmap() | Andreas Ziegler | 2016-03-16 | 1 | -2/+2 |
* | mm/debug_pagealloc: ask users for default setting of debug_pagealloc | Christian Borntraeger | 2016-03-16 | 2 | -3/+21 |
* | mm/page-writeback: fix dirty_ratelimit calculation | Andrey Ryabinin | 2016-03-16 | 1 | -5/+6 |
* | mm/page_alloc.c: rework code layout in memmap_init_zone() | Andrew Morton | 2016-03-16 | 1 | -41/+38 |
* | mm/page_alloc.c: introduce kernelcore=mirror option | Taku Izumi | 2016-03-16 | 2 | -7/+119 |