summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-12-28kasan: add SPDX-License-Identifier mark to source filesAndrey Konovalov
2018-12-28kasan: add __must_check annotations to kasan hooksAndrey Konovalov
2018-12-28kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov
2018-12-28kasan: add hooks implementation for tag-based modeAndrey Konovalov
2018-12-28mm: move obj_to_index to include/linux/slab_def.hAndrey Konovalov
2018-12-28kasan: add bug reporting routines for tag-based modeAndrey Konovalov
2018-12-28kasan: split out generic_report.c from report.cAndrey Konovalov
2018-12-28kasan, mm: perform untagged pointers comparison in kreallocAndrey Konovalov
2018-12-28kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCUAndrey Konovalov
2018-12-28kasan: add tag related helper functionsAndrey Konovalov
2018-12-28kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov
2018-12-28kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov
2018-12-28kasan: rename source files to reflect the new naming schemeAndrey Konovalov
2018-12-28kasan: move common generic and tag-based code to common.cAndrey Konovalov
2018-12-28kasan, slub: handle pointer tags in early_kmem_cache_node_allocAndrey Konovalov
2018-12-28kasan, mm: change hooks signaturesAndrey Konovalov
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-12-21mm, page_alloc: fix has_unmovable_pages for HugePagesOscar Salvador
2018-12-21mm: thp: fix flags for pmd migration when splitPeter Xu
2018-12-21mm, memory_hotplug: initialize struct pages for the full memory sectionMikhail Zaslonko
2018-12-14hugetlbfs: call VM_BUG_ON_PAGE earlier in free_huge_page()Yongkai Wu
2018-12-14memblock: annotate memblock_is_reserved() with __init_memblockYueyi Li
2018-12-14mm/sparse: add common helper to mark all memblocks presentLogan Gunthorpe
2018-12-13Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-12-10mm: mmap: Allow for "high" userspace addressesSteve Capper
2018-12-09Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-08Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...David Rientjes
2018-12-06XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhMatthew Wilcox
2018-12-05mm, thp: restore node-local hugepage allocationsDavid Rientjes
2018-12-04dax: Fix unlock mismatch with updated APIMatthew Wilcox
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-12-01Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney
2018-11-30mm/khugepaged: fix the xas_create_range() error pathHugh Dickins
2018-11-30mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins
2018-11-30mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins
2018-11-30mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins
2018-11-30mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins
2018-11-30mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins
2018-11-30mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins
2018-11-30mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins
2018-11-30mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins
2018-11-30mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins
2018-11-30userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not setAndrea Arcangeli
2018-11-30userfaultfd: shmem: add i_size checksAndrea Arcangeli
2018-11-30userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli
2018-11-30userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmemAndrea Arcangeli
2018-11-30userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli