summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-03-16mm/slab: make criteria for off slab determination robust and simpleJoonsoo Kim1-28/+17
2016-03-16mm/slab: do not change cache size if debug pagealloc isn't possibleJoonsoo Kim1-4/+11
2016-03-16mm/slab: clean up cache type determinationJoonsoo Kim1-34/+71
2016-03-16mm/slab: align cache size first before determination of OFF_SLAB candidateJoonsoo Kim1-11/+15
2016-03-16mm/slab: put the freelist at the end of slab pageJoonsoo Kim1-68/+22
2016-03-16mm/slab: remove object status buffer for DEBUG_SLAB_LEAKJoonsoo Kim1-32/+2
2016-03-16mm/slab: alternative implementation for DEBUG_SLAB_LEAKJoonsoo Kim1-22/+63
2016-03-16mm/slab: clean up DEBUG_PAGEALLOC processing codeJoonsoo Kim1-48/+49
2016-03-16mm/slab: use more appropriate condition check for debug_pageallocJoonsoo Kim1-3/+1
2016-03-16mm/slab: activate debug_pagealloc in SLAB when it is actually enabledJoonsoo Kim1-5/+10
2016-03-16mm/slab: remove the checks for slab implementation bugJoonsoo Kim1-22/+7
2016-03-16mm/slab: remove useless structure defineJoonsoo Kim1-10/+1
2016-03-16mm/slab: fix stale code commentJoonsoo Kim1-1/+1
2016-03-16mm: fix some spellingJesper Dangaard Brouer1-1/+1
2016-03-16mm: new API kfree_bulk() for SLAB+SLUB allocatorsJesper Dangaard Brouer3-6/+28
2016-03-16slab: implement bulk free in SLAB allocatorJesper Dangaard Brouer1-6/+23
2016-03-16slab: avoid running debug SLAB code with IRQs disabled for alloc_bulkJesper Dangaard Brouer1-3/+13
2016-03-16slab: implement bulk alloc in SLAB allocatorJesper Dangaard Brouer1-2/+35
2016-03-16slab: use slab_post_alloc_hook in SLAB allocator shared with SLUBJesper Dangaard Brouer1-16/+6
2016-03-16mm: kmemcheck skip object if slab allocation failedJesper Dangaard Brouer1-0/+3
2016-03-16slab: use slab_pre_alloc_hook in SLAB allocator shared with SLUBJesper Dangaard Brouer1-12/+4
2016-03-16mm: fault-inject take over bootstrap kmem_cache checkJesper Dangaard Brouer3-14/+12
2016-03-16mm/slab: move SLUB alloc hooks to common mm/slab.hJesper Dangaard Brouer2-54/+62
2016-03-16slub: clean up code for kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer1-11/+11
2016-03-15Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2016-03-12mm/mempool: avoid KASAN marking mempool poison checks as use-after-freeMatthew Dawson1-1/+1
2016-03-10mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlersJan Stancek1-2/+2
2016-03-10mm, thp: fix migration of PTE-mapped transparent huge pagesKirill A. Shutemov1-1/+1
2016-03-10kasan: add functions to clear stack poisonMark Rutland1-0/+20
2016-03-10mm: __delete_from_page_cache show Bad page if mappedHugh Dickins1-1/+24
2016-03-10mm/hugetlb: hugetlb_no_page: rate-limit warning messageGeoffrey Thomas1-1/+1
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar25-215/+307
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler1-8/+4
2016-02-27mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman1-1/+1
2016-02-27mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli1-2/+12
2016-02-24thp: call pmdp_invalidate() with correct virtual addressKirill A. Shutemov1-4/+5
2016-02-20Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+1
2016-02-19mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov5-27/+29
2016-02-19mm/hugetlb.c: fix incorrect proc nr_hugepages valueVaishali Thakkar1-2/+4
2016-02-19mm: fix regression in remap_file_pages() emulationKirill A. Shutemov1-5/+29
2016-02-19thp, dax: do not try to withdraw pgtable from non-anon VMAKirill A. Shutemov1-1/+2
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V1-0/+1
2016-02-12mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGEVineet Gupta1-2/+2
2016-02-12mm,thp: khugepaged: call pte flush at the time of collapseVineet Gupta1-1/+3
2016-02-12mm/backing-dev.c: fix error path in wb_init()Rasmus Villemoes1-1/+1
2016-02-12mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov2-2/+6
2016-02-12mm: fix filemap.c kernel doc warningRandy Dunlap1-0/+1
2016-02-06thp: make deferred_split_scan() work againKirill A. Shutemov1-1/+1
2016-02-06mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov1-30/+25
2016-02-06mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka2-2/+2