Age | Commit message (Expand) | Author |
2016-03-15 | mm/page_poisoning.c: allow for zero poisoning | Laura Abbott |
2016-03-15 | mm/page_poison.c: enable PAGE_POISONING as a separate option | Laura Abbott |
2016-03-15 | mm, debug: move bad flags printing to bad_page() | Vlastimil Babka |
2016-03-15 | mm, page_owner: dump page owner info from dump_page() | Vlastimil Babka |
2016-03-15 | mm, page_owner: track and print last migrate reason | Vlastimil Babka |
2016-03-15 | mm, page_owner: copy page owner info during migration | Vlastimil Babka |
2016-03-15 | mm, page_owner: convert page_owner_inited to static key | Vlastimil Babka |
2016-03-15 | mm, page_owner: print migratetype of page and pageblock, symbolic flags | Vlastimil Babka |
2016-03-15 | mm, oom: print symbolic gfp_flags in oom warning | Vlastimil Babka |
2016-03-15 | mm, page_alloc: print symbolic gfp_flags on allocation failure | Vlastimil Babka |
2016-03-15 | mm, debug: replace dump_flags() with the new printk formats | Vlastimil Babka |
2016-03-15 | mm, printk: introduce new format string for flags | Vlastimil Babka |
2016-03-15 | mm, tracing: unify mm flags handling in tracepoints and printk | Vlastimil Babka |
2016-03-15 | mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp... | Mel Gorman |
2016-03-15 | mm: filemap: remove redundant code in do_read_cache_page | Mel Gorman |
2016-03-15 | mm/debug_pagealloc: ask users for default setting of debug_pagealloc | Christian Borntraeger |
2016-03-15 | mm/page-writeback: fix dirty_ratelimit calculation | Andrey Ryabinin |
2016-03-15 | mm/page_alloc.c: rework code layout in memmap_init_zone() | Andrew Morton |
2016-03-15 | mm/page_alloc.c: introduce kernelcore=mirror option | Taku Izumi |
2016-03-15 | mm/page_alloc.c: calculate zone_start_pfn at zone_spanned_pages_in_node() | Taku Izumi |
2016-03-15 | mm/slub: support left redzone | Joonsoo Kim |
2016-03-15 | slub: relax CMPXCHG consistency restrictions | Laura Abbott |
2016-03-15 | slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS | Laura Abbott |
2016-03-15 | slub: fix/clean free_debug_processing return paths | Laura Abbott |
2016-03-15 | slub: drop lock at the end of free_debug_processing | Laura Abbott |
2016-03-15 | mm/slab: re-implement pfmemalloc support | Joonsoo Kim |
2016-03-15 | mm/slab: avoid returning values by reference | Joonsoo Kim |
2016-03-15 | mm/slab: introduce new slab management type, OBJFREELIST_SLAB | Joonsoo Kim |
2016-03-15 | mm/slab: factor out debugging initialization in cache_init_objs() | Joonsoo Kim |
2016-03-15 | mm/slab: factor out slab list fixup code | Joonsoo Kim |
2016-03-15 | mm/slab: make criteria for off slab determination robust and simple | Joonsoo Kim |
2016-03-15 | mm/slab: do not change cache size if debug pagealloc isn't possible | Joonsoo Kim |
2016-03-15 | mm/slab: clean up cache type determination | Joonsoo Kim |
2016-03-15 | mm/slab: align cache size first before determination of OFF_SLAB candidate | Joonsoo Kim |
2016-03-15 | mm/slab: put the freelist at the end of slab page | Joonsoo Kim |
2016-03-15 | mm/slab: remove object status buffer for DEBUG_SLAB_LEAK | Joonsoo Kim |
2016-03-15 | mm/slab: alternative implementation for DEBUG_SLAB_LEAK | Joonsoo Kim |
2016-03-15 | mm/slab: clean up DEBUG_PAGEALLOC processing code | Joonsoo Kim |
2016-03-15 | mm/slab: use more appropriate condition check for debug_pagealloc | Joonsoo Kim |
2016-03-15 | mm/slab: activate debug_pagealloc in SLAB when it is actually enabled | Joonsoo Kim |
2016-03-15 | mm/slab: remove the checks for slab implementation bug | Joonsoo Kim |
2016-03-15 | mm/slab: remove useless structure define | Joonsoo Kim |
2016-03-15 | mm/slab: fix stale code comment | Joonsoo Kim |
2016-03-15 | mm: fix some spelling | Jesper Dangaard Brouer |
2016-03-15 | mm: new API kfree_bulk() for SLAB+SLUB allocators | Jesper Dangaard Brouer |
2016-03-15 | slab: implement bulk free in SLAB allocator | Jesper Dangaard Brouer |
2016-03-15 | slab: avoid running debug SLAB code with IRQs disabled for alloc_bulk | Jesper Dangaard Brouer |
2016-03-15 | slab: implement bulk alloc in SLAB allocator | Jesper Dangaard Brouer |
2016-03-15 | slab: use slab_post_alloc_hook in SLAB allocator shared with SLUB | Jesper Dangaard Brouer |
2016-03-15 | mm: kmemcheck skip object if slab allocation failed | Jesper Dangaard Brouer |