summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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 tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-4/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe2018-12-104-38/+55
| |\ \ \
| * | | | blkcg: associate a blkg for pages being evicted by swapDennis Zhou2018-12-081-1/+1
| * | | | Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-049-115/+203
| |\ \ \ \
| * | | | | block: make blk_poll() take a parameter on whether to spin or notJens Axboe2018-11-261-1/+1
| * | | | | block: avoid ordered task state change for polled IOJens Axboe2018-11-191-1/+2
| * | | | | Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-188-66/+115
| |\ \ \ \ \
| * | | | | | block: add polled wakeup task helperJens Axboe2018-11-161-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-265-10/+9Star
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-045-10/+9Star
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | | | | | |
| | | \ \ \ \
| | *-. \ \ \ \ Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney2018-12-015-10/+9Star
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | | * | | | mm: Replace spin_is_locked() with lockdepLance Roy2018-11-122-4/+3Star
| | | |/ / / / | | |/| | | |
| | | * | | | 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-261-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/+2806Star
| |\| | | | |
| * | | | | | 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-151-2/+3
* | | | | | memblock: annotate memblock_is_reserved() with __init_memblockYueyi Li2018-12-151-1/+1
* | | | | | mm/sparse: add common helper to mark all memblocks presentLogan Gunthorpe2018-12-151-0/+16
* | | | | | Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-12-141-3/+1Star
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhMatthew Wilcox2018-12-061-3/+1Star
* | | | | | 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-051-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-062-27/+17Star
| |_|/ / |/| | |
* | | | 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/+7Star
* | | | mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins2018-11-301-40/+32Star
* | | | 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/+9Star
* | | | userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not setAndrea Arcangeli2018-11-301-0/+11