summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguousJoonsoo Kim2016-03-167-52/+105
* mm/compaction: pass only pageblock aligned range to pageblock_pfn_to_pageJoonsoo Kim2016-03-161-11/+30
* mm/compaction: fix invalid free_pfn and compact_cached_free_pfnJoonsoo Kim2016-03-161-4/+5
* mm/memblock.c: remove unnecessary memblock_type variableAlexander Kuleshov2016-03-161-6/+2Star
* x86: also use debug_pagealloc_enabled() for free_init_pagesChristian Borntraeger2016-03-161-14/+15
* s390: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger2016-03-162-9/+7Star
* x86: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger2016-03-163-16/+10Star
* thp: cleanup split_huge_page()Kirill A. Shutemov2016-03-161-13/+7Star
* mm: use linear_page_index() in do_fault()Matthew Wilcox2016-03-161-2/+1Star
* mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner2016-03-165-20/+8Star
* mm: simplify lock_page_memcg()Johannes Weiner2016-03-1612-117/+88Star
* mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner2016-03-166-25/+20Star
* mm: workingset: per-cgroup cache thrash detectionJohannes Weiner2016-03-165-57/+134
* mm: workingset: eviction buckets for bigmem/lowbit machinesJohannes Weiner2016-03-161-1/+29
* mm: workingset: separate shadow unpacking and refault calculationJohannes Weiner2016-03-161-28/+28
* mm: workingset: #define radix entry eviction maskJohannes Weiner2016-03-161-4/+6
* mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner2016-03-169-67/+67
* mm, vmscan: make zone_reclaimable_pages more preciseMichal Hocko2016-03-161-7/+7
* mm/madvise: update comment on sys_madvise()Naoya Horiguchi2016-03-161-0/+14
* mm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node_ids == 1Vladimir Davydov2016-03-161-8/+0Star
* xen_balloon: support memory auto onlining policyVitaly Kuznetsov2016-03-162-9/+25
* memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov2016-03-166-8/+75
* mm/memory.c: make apply_to_page_range() more robustMika Penttilä2016-03-161-1/+3
* mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbindLiang Chen2016-03-161-1/+3
* mm/memory-failure.c: remove useless "undef"sWang Xiaoqiang2016-03-161-2/+0Star
* mm/madvise: pass return code of memory_failure() to userspaceNaoya Horiguchi2016-03-161-2/+3
* mm, sl[au]b: print gfp_flags as strings in slab_out_of_memory()Vlastimil Babka2016-03-162-8/+6Star
* mm/page_poisoning.c: allow for zero poisoningLaura Abbott2016-03-167-5/+60
* mm/page_poison.c: enable PAGE_POISONING as a separate optionLaura Abbott2016-03-166-14/+89
* mm, debug: move bad flags printing to bad_page()Vlastimil Babka2016-03-163-12/+11Star
* mm, page_owner: dump page owner info from dump_page()Vlastimil Babka2016-03-164-0/+37
* mm, page_owner: track and print last migrate reasonVlastimil Babka2016-03-166-4/+50
* mm, page_owner: copy page owner info during migrationVlastimil Babka2016-03-163-1/+37
* mm, page_owner: convert page_owner_inited to static keyVlastimil Babka2016-03-164-21/+21
* mm, page_owner: print migratetype of page and pageblock, symbolic flagsVlastimil Babka2016-03-164-30/+23Star
* mm, oom: print symbolic gfp_flags in oom warningVlastimil Babka2016-03-161-3/+4
* mm, page_alloc: print symbolic gfp_flags on allocation failureVlastimil Babka2016-03-161-3/+2Star
* mm, debug: replace dump_flags() with the new printk formatsVlastimil Babka2016-03-161-46/+14Star
* mm, printk: introduce new format string for flagsVlastimil Babka2016-03-165-14/+172
* mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka2016-03-1610-137/+181
* tools, perf: make gfp_compact_table up to dateVlastimil Babka2016-03-162-20/+29
* mm, tracing: make show_gfp_flags() up to dateVlastimil Babka2016-03-162-23/+36
* tracepoints: move trace_print_flags definitions to tracepoint-defs.hVlastimil Babka2016-03-162-12/+12
* mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...Mel Gorman2016-03-161-0/+49
* mm: filemap: remove redundant code in do_read_cache_pageMel Gorman2016-03-161-31/+12Star
* mm: fix two typos in comments for to_vmem_altmap()Andreas Ziegler2016-03-161-2/+2
* mm/debug_pagealloc: ask users for default setting of debug_pageallocChristian Borntraeger2016-03-162-3/+21
* mm/page-writeback: fix dirty_ratelimit calculationAndrey Ryabinin2016-03-161-5/+6
* mm/page_alloc.c: rework code layout in memmap_init_zone()Andrew Morton2016-03-161-41/+38Star
* mm/page_alloc.c: introduce kernelcore=mirror optionTaku Izumi2016-03-162-7/+119