summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-03-15mm/page_poisoning.c: allow for zero poisoningLaura Abbott
2016-03-15mm/page_poison.c: enable PAGE_POISONING as a separate optionLaura Abbott
2016-03-15mm, debug: move bad flags printing to bad_page()Vlastimil Babka
2016-03-15mm, page_owner: dump page owner info from dump_page()Vlastimil Babka
2016-03-15mm, page_owner: track and print last migrate reasonVlastimil Babka
2016-03-15mm, page_owner: copy page owner info during migrationVlastimil Babka
2016-03-15mm, page_owner: convert page_owner_inited to static keyVlastimil Babka
2016-03-15mm, page_owner: print migratetype of page and pageblock, symbolic flagsVlastimil Babka
2016-03-15mm, oom: print symbolic gfp_flags in oom warningVlastimil Babka
2016-03-15mm, page_alloc: print symbolic gfp_flags on allocation failureVlastimil Babka
2016-03-15mm, debug: replace dump_flags() with the new printk formatsVlastimil Babka
2016-03-15mm, printk: introduce new format string for flagsVlastimil Babka
2016-03-15mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka
2016-03-15mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...Mel Gorman
2016-03-15mm: filemap: remove redundant code in do_read_cache_pageMel Gorman
2016-03-15mm/debug_pagealloc: ask users for default setting of debug_pageallocChristian Borntraeger
2016-03-15mm/page-writeback: fix dirty_ratelimit calculationAndrey Ryabinin
2016-03-15mm/page_alloc.c: rework code layout in memmap_init_zone()Andrew Morton
2016-03-15mm/page_alloc.c: introduce kernelcore=mirror optionTaku Izumi
2016-03-15mm/page_alloc.c: calculate zone_start_pfn at zone_spanned_pages_in_node()Taku Izumi
2016-03-15mm/slub: support left redzoneJoonsoo Kim
2016-03-15slub: relax CMPXCHG consistency restrictionsLaura Abbott
2016-03-15slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott
2016-03-15slub: fix/clean free_debug_processing return pathsLaura Abbott
2016-03-15slub: drop lock at the end of free_debug_processingLaura Abbott
2016-03-15mm/slab: re-implement pfmemalloc supportJoonsoo Kim
2016-03-15mm/slab: avoid returning values by referenceJoonsoo Kim
2016-03-15mm/slab: introduce new slab management type, OBJFREELIST_SLABJoonsoo Kim
2016-03-15mm/slab: factor out debugging initialization in cache_init_objs()Joonsoo Kim
2016-03-15mm/slab: factor out slab list fixup codeJoonsoo Kim
2016-03-15mm/slab: make criteria for off slab determination robust and simpleJoonsoo Kim
2016-03-15mm/slab: do not change cache size if debug pagealloc isn't possibleJoonsoo Kim
2016-03-15mm/slab: clean up cache type determinationJoonsoo Kim
2016-03-15mm/slab: align cache size first before determination of OFF_SLAB candidateJoonsoo Kim
2016-03-15mm/slab: put the freelist at the end of slab pageJoonsoo Kim
2016-03-15mm/slab: remove object status buffer for DEBUG_SLAB_LEAKJoonsoo Kim
2016-03-15mm/slab: alternative implementation for DEBUG_SLAB_LEAKJoonsoo Kim
2016-03-15mm/slab: clean up DEBUG_PAGEALLOC processing codeJoonsoo Kim
2016-03-15mm/slab: use more appropriate condition check for debug_pageallocJoonsoo Kim
2016-03-15mm/slab: activate debug_pagealloc in SLAB when it is actually enabledJoonsoo Kim
2016-03-15mm/slab: remove the checks for slab implementation bugJoonsoo Kim
2016-03-15mm/slab: remove useless structure defineJoonsoo Kim
2016-03-15mm/slab: fix stale code commentJoonsoo Kim
2016-03-15mm: fix some spellingJesper Dangaard Brouer
2016-03-15mm: new API kfree_bulk() for SLAB+SLUB allocatorsJesper Dangaard Brouer
2016-03-15slab: implement bulk free in SLAB allocatorJesper Dangaard Brouer
2016-03-15slab: avoid running debug SLAB code with IRQs disabled for alloc_bulkJesper Dangaard Brouer
2016-03-15slab: implement bulk alloc in SLAB allocatorJesper Dangaard Brouer
2016-03-15slab: use slab_post_alloc_hook in SLAB allocator shared with SLUBJesper Dangaard Brouer
2016-03-15mm: kmemcheck skip object if slab allocation failedJesper Dangaard Brouer