summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-15mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner5-20/+8
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner12-117/+88
2016-03-15mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner6-25/+20
2016-03-15mm: workingset: per-cgroup cache thrash detectionJohannes Weiner5-57/+134
2016-03-15mm: workingset: eviction buckets for bigmem/lowbit machinesJohannes Weiner1-1/+29
2016-03-15mm: workingset: separate shadow unpacking and refault calculationJohannes Weiner1-28/+28
2016-03-15mm: workingset: #define radix entry eviction maskJohannes Weiner1-4/+6
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner9-67/+67
2016-03-15mm, vmscan: make zone_reclaimable_pages more preciseMichal Hocko1-7/+7
2016-03-15mm/madvise: update comment on sys_madvise()Naoya Horiguchi1-0/+14
2016-03-15mm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node_ids == 1Vladimir Davydov1-8/+0
2016-03-15xen_balloon: support memory auto onlining policyVitaly Kuznetsov2-9/+25
2016-03-15memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov6-8/+75
2016-03-15mm/memory.c: make apply_to_page_range() more robustMika Penttilä1-1/+3
2016-03-15mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbindLiang Chen1-1/+3
2016-03-15mm/memory-failure.c: remove useless "undef"sWang Xiaoqiang1-2/+0
2016-03-15mm/madvise: pass return code of memory_failure() to userspaceNaoya Horiguchi1-2/+3
2016-03-15mm, sl[au]b: print gfp_flags as strings in slab_out_of_memory()Vlastimil Babka2-8/+6
2016-03-15mm/page_poisoning.c: allow for zero poisoningLaura Abbott7-5/+60
2016-03-15mm/page_poison.c: enable PAGE_POISONING as a separate optionLaura Abbott6-14/+89
2016-03-15mm, debug: move bad flags printing to bad_page()Vlastimil Babka3-12/+11
2016-03-15mm, page_owner: dump page owner info from dump_page()Vlastimil Babka4-0/+37
2016-03-15mm, page_owner: track and print last migrate reasonVlastimil Babka6-4/+50
2016-03-15mm, page_owner: copy page owner info during migrationVlastimil Babka3-1/+37
2016-03-15mm, page_owner: convert page_owner_inited to static keyVlastimil Babka4-21/+21
2016-03-15mm, page_owner: print migratetype of page and pageblock, symbolic flagsVlastimil Babka4-30/+23
2016-03-15mm, oom: print symbolic gfp_flags in oom warningVlastimil Babka1-3/+4
2016-03-15mm, page_alloc: print symbolic gfp_flags on allocation failureVlastimil Babka1-3/+2
2016-03-15mm, debug: replace dump_flags() with the new printk formatsVlastimil Babka1-46/+14
2016-03-15mm, printk: introduce new format string for flagsVlastimil Babka5-14/+172
2016-03-15mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka10-137/+181
2016-03-15tools, perf: make gfp_compact_table up to dateVlastimil Babka2-20/+29
2016-03-15mm, tracing: make show_gfp_flags() up to dateVlastimil Babka2-23/+36
2016-03-15tracepoints: move trace_print_flags definitions to tracepoint-defs.hVlastimil Babka2-12/+12
2016-03-15mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...Mel Gorman1-0/+49
2016-03-15mm: filemap: remove redundant code in do_read_cache_pageMel Gorman1-31/+12
2016-03-15mm: fix two typos in comments for to_vmem_altmap()Andreas Ziegler1-2/+2
2016-03-15mm/debug_pagealloc: ask users for default setting of debug_pageallocChristian Borntraeger2-3/+21
2016-03-15mm/page-writeback: fix dirty_ratelimit calculationAndrey Ryabinin1-5/+6
2016-03-15mm/page_alloc.c: rework code layout in memmap_init_zone()Andrew Morton1-41/+38
2016-03-15mm/page_alloc.c: introduce kernelcore=mirror optionTaku Izumi2-7/+119
2016-03-15mm/page_alloc.c: calculate zone_start_pfn at zone_spanned_pages_in_node()Taku Izumi1-11/+29
2016-03-15fs/mpage.c:mpage_readpages(): use lru_to_page() helperAndrew Morton1-1/+2
2016-03-15mm/slub: support left redzoneJoonsoo Kim2-29/+72
2016-03-15slub: relax CMPXCHG consistency restrictionsLaura Abbott1-3/+9
2016-03-15slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott5-41/+66
2016-03-15slub: fix/clean free_debug_processing return pathsLaura Abbott1-11/+10
2016-03-15slub: drop lock at the end of free_debug_processingLaura Abbott1-14/+11
2016-03-15mm/slab: re-implement pfmemalloc supportJoonsoo Kim1-168/+116
2016-03-15mm/slab: avoid returning values by referenceJoonsoo Kim1-5/+8