Age | Commit message (Expand) | Author | Files | Lines |
2016-03-15 | memory-hotplug: add automatic onlining policy for the newly added memory | Vitaly Kuznetsov | 6 | -8/+75 |
2016-03-15 | mm/memory.c: make apply_to_page_range() more robust | Mika Penttilä | 1 | -1/+3 |
2016-03-15 | mm/mempolicy.c: skip VM_HUGETLB and VM_MIXEDMAP VMA for lazy mbind | Liang Chen | 1 | -1/+3 |
2016-03-15 | mm/memory-failure.c: remove useless "undef"s | Wang Xiaoqiang | 1 | -2/+0 |
2016-03-15 | mm/madvise: pass return code of memory_failure() to userspace | Naoya Horiguchi | 1 | -2/+3 |
2016-03-15 | mm, sl[au]b: print gfp_flags as strings in slab_out_of_memory() | Vlastimil Babka | 2 | -8/+6 |
2016-03-15 | mm/page_poisoning.c: allow for zero poisoning | Laura Abbott | 7 | -5/+60 |
2016-03-15 | mm/page_poison.c: enable PAGE_POISONING as a separate option | Laura Abbott | 6 | -14/+89 |
2016-03-15 | mm, debug: move bad flags printing to bad_page() | Vlastimil Babka | 3 | -12/+11 |
2016-03-15 | mm, page_owner: dump page owner info from dump_page() | Vlastimil Babka | 4 | -0/+37 |
2016-03-15 | mm, page_owner: track and print last migrate reason | Vlastimil Babka | 6 | -4/+50 |
2016-03-15 | mm, page_owner: copy page owner info during migration | Vlastimil Babka | 3 | -1/+37 |
2016-03-15 | mm, page_owner: convert page_owner_inited to static key | Vlastimil Babka | 4 | -21/+21 |
2016-03-15 | mm, page_owner: print migratetype of page and pageblock, symbolic flags | Vlastimil Babka | 4 | -30/+23 |
2016-03-15 | mm, oom: print symbolic gfp_flags in oom warning | Vlastimil Babka | 1 | -3/+4 |
2016-03-15 | mm, page_alloc: print symbolic gfp_flags on allocation failure | Vlastimil Babka | 1 | -3/+2 |
2016-03-15 | mm, debug: replace dump_flags() with the new printk formats | Vlastimil Babka | 1 | -46/+14 |
2016-03-15 | mm, printk: introduce new format string for flags | Vlastimil Babka | 5 | -14/+172 |
2016-03-15 | mm, tracing: unify mm flags handling in tracepoints and printk | Vlastimil Babka | 10 | -137/+181 |
2016-03-15 | tools, perf: make gfp_compact_table up to date | Vlastimil Babka | 2 | -20/+29 |
2016-03-15 | mm, tracing: make show_gfp_flags() up to date | Vlastimil Babka | 2 | -23/+36 |
2016-03-15 | tracepoints: move trace_print_flags definitions to tracepoint-defs.h | Vlastimil Babka | 2 | -12/+12 |
2016-03-15 | mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp... | Mel Gorman | 1 | -0/+49 |
2016-03-15 | mm: filemap: remove redundant code in do_read_cache_page | Mel Gorman | 1 | -31/+12 |
2016-03-15 | mm: fix two typos in comments for to_vmem_altmap() | Andreas Ziegler | 1 | -2/+2 |
2016-03-15 | mm/debug_pagealloc: ask users for default setting of debug_pagealloc | Christian Borntraeger | 2 | -3/+21 |
2016-03-15 | mm/page-writeback: fix dirty_ratelimit calculation | Andrey Ryabinin | 1 | -5/+6 |
2016-03-15 | mm/page_alloc.c: rework code layout in memmap_init_zone() | Andrew Morton | 1 | -41/+38 |
2016-03-15 | mm/page_alloc.c: introduce kernelcore=mirror option | Taku Izumi | 2 | -7/+119 |
2016-03-15 | mm/page_alloc.c: calculate zone_start_pfn at zone_spanned_pages_in_node() | Taku Izumi | 1 | -11/+29 |
2016-03-15 | fs/mpage.c:mpage_readpages(): use lru_to_page() helper | Andrew Morton | 1 | -1/+2 |
2016-03-15 | mm/slub: support left redzone | Joonsoo Kim | 2 | -29/+72 |
2016-03-15 | slub: relax CMPXCHG consistency restrictions | Laura Abbott | 1 | -3/+9 |
2016-03-15 | slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS | Laura Abbott | 5 | -41/+66 |
2016-03-15 | slub: fix/clean free_debug_processing return paths | Laura Abbott | 1 | -11/+10 |
2016-03-15 | slub: drop lock at the end of free_debug_processing | Laura Abbott | 1 | -14/+11 |
2016-03-15 | mm/slab: re-implement pfmemalloc support | Joonsoo Kim | 1 | -168/+116 |
2016-03-15 | mm/slab: avoid returning values by reference | Joonsoo Kim | 1 | -5/+8 |
2016-03-15 | mm/slab: introduce new slab management type, OBJFREELIST_SLAB | Joonsoo Kim | 1 | -8/+86 |
2016-03-15 | mm/slab: factor out debugging initialization in cache_init_objs() | Joonsoo Kim | 1 | -6/+18 |
2016-03-15 | mm/slab: factor out slab list fixup code | Joonsoo Kim | 1 | -12/+13 |
2016-03-15 | mm/slab: make criteria for off slab determination robust and simple | Joonsoo Kim | 1 | -28/+17 |
2016-03-15 | mm/slab: do not change cache size if debug pagealloc isn't possible | Joonsoo Kim | 1 | -4/+11 |
2016-03-15 | mm/slab: clean up cache type determination | Joonsoo Kim | 1 | -34/+71 |
2016-03-15 | mm/slab: align cache size first before determination of OFF_SLAB candidate | Joonsoo Kim | 1 | -11/+15 |
2016-03-15 | mm/slab: put the freelist at the end of slab page | Joonsoo Kim | 1 | -68/+22 |
2016-03-15 | mm/slab: remove object status buffer for DEBUG_SLAB_LEAK | Joonsoo Kim | 1 | -32/+2 |
2016-03-15 | mm/slab: alternative implementation for DEBUG_SLAB_LEAK | Joonsoo Kim | 2 | -22/+66 |
2016-03-15 | mm/slab: clean up DEBUG_PAGEALLOC processing code | Joonsoo Kim | 2 | -52/+57 |
2016-03-15 | mm/slab: use more appropriate condition check for debug_pagealloc | Joonsoo Kim | 1 | -3/+1 |