summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-03-14Merge drm-fixes into drm-next.Dave Airlie
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-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov
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-25Merge tag 'powerpc-4.5-4' into nextMichael Ellerman
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-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen
2016-02-18mm/core, x86/mm/pkeys: Add arch_validate_pkey()Dave Hansen
2016-02-18mm/core, arch, powerpc: Pass a protection key in to calc_vm_flag_bits()Dave Hansen
2016-02-18mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen
2016-02-18mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen
2016-02-18mm/gup: Factor out VMA fault permission checkingDave Hansen
2016-02-18mm/core, x86/mm/pkeys: Store protection bits in high VMA flagsDave Hansen
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen
2016-02-16mm/gup: Overload get_user_pages() functionsDave Hansen
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen
2016-02-16Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar
2016-02-15lib+mm: fix few spelling mistakesBogdan Sikora
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V
2016-02-11mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGEVineet Gupta
2016-02-11mm,thp: khugepaged: call pte flush at the time of collapseVineet Gupta
2016-02-11mm/backing-dev.c: fix error path in wb_init()Rasmus Villemoes