summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* kasan: add SPDX-License-Identifier mark to source filesAndrey Konovalov2018-12-288-0/+8
* kasan: add __must_check annotations to kasan hooksAndrey Konovalov2018-12-281-6/+9
* kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov2018-12-284-3/+26
* kasan: add hooks implementation for tag-based modeAndrey Konovalov2018-12-283-19/+153
* mm: move obj_to_index to include/linux/slab_def.hAndrey Konovalov2018-12-281-13/+0
* kasan: add bug reporting routines for tag-based modeAndrey Konovalov2018-12-284-37/+59
* kasan: split out generic_report.c from report.cAndrey Konovalov2018-12-285-185/+257
* kasan, mm: perform untagged pointers comparison in kreallocAndrey Konovalov2018-12-281-1/+1
* kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCUAndrey Konovalov2018-12-282-11/+15
* kasan: add tag related helper functionsAndrey Konovalov2018-12-282-0/+68
* kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov2018-12-281-1/+2
* kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2018-12-281-30/+40
* kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-285-4/+84
* kasan: rename source files to reflect the new naming schemeAndrey Konovalov2018-12-283-4/+4
* kasan: move common generic and tag-based code to common.cAndrey Konovalov2018-12-284-569/+614
* kasan, slub: handle pointer tags in early_kmem_cache_node_allocAndrey Konovalov2018-12-281-5/+5
* kasan, mm: change hooks signaturesAndrey Konovalov2018-12-285-29/+34
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-265-10/+9
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-045-10/+9
| |\
| | *-. Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney2018-12-015-10/+9
| | |\ \
| | | | * mm: Replace spin_is_locked() with lockdepLance Roy2018-11-122-4/+3
| | | |/ | | |/|
| | | * mm: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2018-11-271-1/+1
| | | * slab: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-272-5/+5
| | |/
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-251-7/+18
|\ \ \
| * | | mm: mmap: Allow for "high" userspace addressesSteve Capper2018-12-101-7/+18
* | | | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-252-12/+12
|\ \ \ \
| * | | | Merge drm/drm-next into drm-intel-next-queuedJani Nikula2018-11-2062-3617/+2806
| |\| | |
| * | | | mm, drm/i915: mark pinned shmemfs pages as unevictableKuo-Hsin Yang2018-11-072-12/+12
* | | | | mm, page_alloc: fix has_unmovable_pages for HugePagesOscar Salvador2018-12-211-2/+5
* | | | | mm: thp: fix flags for pmd migration when splitPeter Xu2018-12-211-9/+11
* | | | | mm, memory_hotplug: initialize struct pages for the full memory sectionMikhail Zaslonko2018-12-211-0/+12
* | | | | hugetlbfs: call VM_BUG_ON_PAGE earlier in free_huge_page()Yongkai Wu2018-12-141-2/+3
* | | | | memblock: annotate memblock_is_reserved() with __init_memblockYueyi Li2018-12-141-1/+1
* | | | | mm/sparse: add common helper to mark all memblocks presentLogan Gunthorpe2018-12-141-0/+16
* | | | | Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-12-131-3/+1
|\ \ \ \ \
| * | | | | XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhMatthew Wilcox2018-12-061-3/+1
* | | | | | Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-091-2/+4
|\ \ \ \ \ \
| * | | | | | dax: Fix unlock mismatch with updated APIMatthew Wilcox2018-12-041-2/+4
| | |_|/ / / | |/| | | |
* | | | | | Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...David Rientjes2018-12-083-18/+43
| |/ / / / |/| | | |
* | | | | mm, thp: restore node-local hugepage allocationsDavid Rientjes2018-12-052-27/+17
| |_|/ / |/| | |
* | | | mm/khugepaged: fix the xas_create_range() error pathHugh Dickins2018-11-301-11/+14
* | | | mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins2018-11-301-1/+9
* | | | mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins2018-11-301-12/+7
* | | | mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins2018-11-301-40/+32
* | | | mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins2018-11-301-0/+10
* | | | mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins2018-11-302-2/+9
* | | | mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins2018-11-301-0/+11
* | | | mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins2018-11-301-6/+13
* | | | mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins2018-11-301-6/+6
* | | | mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins2018-11-302-16/+9