aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-kmem.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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 complete during a readMel 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
2016-03-15mm/slab: introduce new slab management type, OBJFREELIST_SLABJoonsoo Kim1-8/+86
2016-03-15mm/slab: factor out debugging initialization in cache_init_objs()Joonsoo Kim1-6/+18
2016-03-15mm/slab: factor out slab list fixup codeJoonsoo Kim1-12/+13
2016-03-15mm/slab: make criteria for off slab determination robust and simpleJoonsoo Kim1-28/+17
2016-03-15mm/slab: do not change cache size if debug pagealloc isn't possibleJoonsoo Kim1-4/+11
2016-03-15mm/slab: clean up cache type determinationJoonsoo Kim1-34/+71
2016-03-15mm/slab: align cache size first before determination of OFF_SLAB candidateJoonsoo Kim1-11/+15
2016-03-15mm/slab: put the freelist at the end of slab pageJoonsoo Kim1-68/+22
2016-03-15mm/slab: remove object status buffer for DEBUG_SLAB_LEAKJoonsoo Kim1-32/+2
2016-03-15mm/slab: alternative implementation for DEBUG_SLAB_LEAKJoonsoo Kim2-22/+66
2016-03-15mm/slab: clean up DEBUG_PAGEALLOC processing codeJoonsoo Kim2-52/+57
2016-03-15mm/slab: use more appropriate condition check for debug_pageallocJoonsoo Kim1-3/+1
2016-03-15mm/slab: activate debug_pagealloc in SLAB when it is actually enabledJoonsoo Kim1-5/+10
2016-03-15mm/slab: remove the checks for slab implementation bugJoonsoo Kim1-22/+7
2016-03-15mm/slab: remove useless structure defineJoonsoo Kim1-10/+1
2016-03-15mm/slab: fix stale code commentJoonsoo Kim1-1/+1
2016-03-15mm: fix some spellingJesper Dangaard Brouer3-3/+3
2016-03-15mm: new API kfree_bulk() for SLAB+SLUB allocatorsJesper Dangaard Brouer4-6/+37
2016-03-15slab: implement bulk free in SLAB allocatorJesper Dangaard Brouer1-6/+23
2016-03-15slab: avoid running debug SLAB code with IRQs disabled for alloc_bulkJesper Dangaard Brouer1-3/+13
2016-03-15slab: implement bulk alloc in SLAB allocatorJesper Dangaard Brouer1-2/+35
2016-03-15slab: use slab_post_alloc_hook in SLAB allocator shared with SLUBJesper Dangaard Brouer1-16/+6
2016-03-15mm: kmemcheck skip object if slab allocation failedJesper Dangaard Brouer1-0/+3
2016-03-15slab: use slab_pre_alloc_hook in SLAB allocator shared with SLUBJesper Dangaard Brouer1-12/+4
2016-03-15mm: fault-inject take over bootstrap kmem_cache checkJesper Dangaard Brouer4-17/+14
2016-03-15mm/slab: move SLUB alloc hooks to common mm/slab.hJesper Dangaard Brouer2-54/+62
2016-03-15slub: clean up code for kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer1-11/+11
2016-03-15paride: make 'verbose' parameter an 'int' againArnd Bergmann2-4/+4
2016-03-15block: partition: add partition specific uevent callbacks for partition infoSan Mehat1-0/+11
2016-03-15ocfs2/dlm: fix a variable overflow problem in dlmdomain.cJun Piao1-1/+1
2016-03-15ocfs2: fix a tiny race that leads file system read-onlyJiufei Xue4-4/+18
2016-03-15ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_REF statexuejiufei1-1/+13