summary refs log tree commit diff
path: root/mm
AgeCommit message (Expand)Author
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
2016-03-15slab: use slab_pre_alloc_hook in SLAB allocator shared with SLUBJesper Dangaard Brouer
2016-03-15mm: fault-inject take over bootstrap kmem_cache checkJesper Dangaard Brouer
2016-03-15mm/slab: move SLUB alloc hooks to common mm/slab.hJesper Dangaard Brouer
2016-03-15slub: clean up code for kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-03-11mm/mempool: avoid KASAN marking mempool poison checks as use-after-freeMatthew Dawson
2016-03-09mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlersJan Stancek
2016-03-09mm, thp: fix migration of PTE-mapped transparent huge pagesKirill A. Shutemov
2016-03-09kasan: add functions to clear stack poisonMark Rutland
2016-03-09mm: __delete_from_page_cache show Bad page if mappedHugh Dickins
2016-03-09mm/hugetlb: hugetlb_no_page: rate-limit warning messageGeoffrey Thomas
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler
2016-02-27mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman
2016-02-27mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli
2016-02-24thp: call pmdp_invalidate() with correct virtual addressKirill A. Shutemov
2016-02-20Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-02-18mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov
2016-02-18mm/hugetlb.c: fix incorrect proc nr_hugepages valueVaishali Thakkar
2016-02-18mm: fix regression in remap_file_pages() emulationKirill A. Shutemov
2016-02-18thp, dax: do not try to withdraw pgtable from non-anon VMAKirill A. Shutemov
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V