aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-03-15mm: new API kfree_bulk() for SLAB+SLUB allocatorsJesper Dangaard Brouer3-6/+28
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 Brouer3-14/+12
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-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+32
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2016-03-14Merge drm-fixes into drm-next.Dave Airlie17-61/+148
2016-03-11mm/mempool: avoid KASAN marking mempool poison checks as use-after-freeMatthew Dawson1-1/+1
2016-03-09mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlersJan Stancek1-2/+2
2016-03-09mm, thp: fix migration of PTE-mapped transparent huge pagesKirill A. Shutemov1-1/+1
2016-03-09kasan: add functions to clear stack poisonMark Rutland1-0/+20
2016-03-09mm: __delete_from_page_cache show Bad page if mappedHugh Dickins1-1/+24
2016-03-09mm/hugetlb: hugetlb_no_page: rate-limit warning messageGeoffrey Thomas1-1/+1
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar11-50/+87
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar25-215/+307
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov1-3/+14
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-25Merge tag 'powerpc-4.5-4' into nextMichael Ellerman1-0/+1
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-18mm: slab: free kmem_cache_node after destroy sysfs fileDmitry Safonov5-27/+29
2016-02-18mm/hugetlb.c: fix incorrect proc nr_hugepages valueVaishali Thakkar1-2/+4
2016-02-18mm: fix regression in remap_file_pages() emulationKirill A. Shutemov1-5/+29
2016-02-18thp, dax: do not try to withdraw pgtable from non-anon VMAKirill A. Shutemov1-1/+2
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen2-5/+13
2016-02-18mm/core, x86/mm/pkeys: Add arch_validate_pkey()Dave Hansen1-0/+2
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen3-3/+3
2016-02-18mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen2-2/+10
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen3-8/+20
2016-02-18mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2-3/+19
2016-02-18mm/gup: Factor out VMA fault permission checkingDave Hansen1-3/+13
2016-02-18mm/core, x86/mm/pkeys: Store protection bits in high VMA flagsDave Hansen1-0/+3
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar20-167/+222
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen4-7/+9
2016-02-16mm/gup: Overload get_user_pages() functionsDave Hansen3-36/+94
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen3-9/+31
2016-02-16Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar2-6/+32
2016-02-15lib+mm: fix few spelling mistakesBogdan Sikora1-2/+2
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V1-0/+1
2016-02-11mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGEVineet Gupta1-2/+2
2016-02-11mm,thp: khugepaged: call pte flush at the time of collapseVineet Gupta1-1/+3
2016-02-11mm/backing-dev.c: fix error path in wb_init()Rasmus Villemoes1-1/+1