| Commit message (Expand) | Author | Age | Files | Lines |
* | kasan: add SPDX-License-Identifier mark to source files | Andrey Konovalov | 2018-12-28 | 8 | -0/+8 |
* | kasan: add __must_check annotations to kasan hooks | Andrey Konovalov | 2018-12-28 | 1 | -6/+9 |
* | kasan, mm, arm64: tag non slab memory allocated via pagealloc | Andrey Konovalov | 2018-12-28 | 4 | -3/+26 |
* | kasan: add hooks implementation for tag-based mode | Andrey Konovalov | 2018-12-28 | 3 | -19/+153 |
* | mm: move obj_to_index to include/linux/slab_def.h | Andrey Konovalov | 2018-12-28 | 1 | -13/+0 |
* | kasan: add bug reporting routines for tag-based mode | Andrey Konovalov | 2018-12-28 | 4 | -37/+59 |
* | kasan: split out generic_report.c from report.c | Andrey Konovalov | 2018-12-28 | 5 | -185/+257 |
* | kasan, mm: perform untagged pointers comparison in krealloc | Andrey Konovalov | 2018-12-28 | 1 | -1/+1 |
* | kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU | Andrey Konovalov | 2018-12-28 | 2 | -11/+15 |
* | kasan: add tag related helper functions | Andrey Konovalov | 2018-12-28 | 2 | -0/+68 |
* | kasan: initialize shadow to 0xff for tag-based mode | Andrey Konovalov | 2018-12-28 | 1 | -1/+2 |
* | kasan: rename kasan_zero_page to kasan_early_shadow_page | Andrey Konovalov | 2018-12-28 | 1 | -30/+40 |
* | kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS | Andrey Konovalov | 2018-12-28 | 5 | -4/+84 |
* | kasan: rename source files to reflect the new naming scheme | Andrey Konovalov | 2018-12-28 | 3 | -4/+4 |
* | kasan: move common generic and tag-based code to common.c | Andrey Konovalov | 2018-12-28 | 4 | -569/+614 |
* | kasan, slub: handle pointer tags in early_kmem_cache_node_alloc | Andrey Konovalov | 2018-12-28 | 1 | -5/+5 |
* | kasan, mm: change hooks signatures | Andrey Konovalov | 2018-12-28 | 5 | -29/+34 |
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-12-26 | 5 | -10/+9 |
|\ |
|
| * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2018-12-04 | 5 | -10/+9 |
| |\ |
|
| | *-. | Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a... | Paul E. McKenney | 2018-12-01 | 5 | -10/+9 |
| | |\ \ |
|
| | | | * | mm: Replace spin_is_locked() with lockdep | Lance Roy | 2018-11-12 | 2 | -4/+3 |
| | | |/
| | |/| |
|
| | | * | mm: Replace call_rcu_sched() with call_rcu() | Paul E. McKenney | 2018-11-27 | 1 | -1/+1 |
| | | * | slab: Replace synchronize_sched() with synchronize_rcu() | Paul E. McKenney | 2018-11-27 | 2 | -5/+5 |
| | |/ |
|
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2018-12-25 | 1 | -7/+18 |
|\ \ \ |
|
| * | | | mm: mmap: Allow for "high" userspace addresses | Steve Capper | 2018-12-10 | 1 | -7/+18 |
* | | | | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2018-12-25 | 2 | -12/+12 |
|\ \ \ \ |
|
| * | | | | Merge drm/drm-next into drm-intel-next-queued | Jani Nikula | 2018-11-20 | 62 | -3617/+2806 |
| |\| | | |
|
| * | | | | mm, drm/i915: mark pinned shmemfs pages as unevictable | Kuo-Hsin Yang | 2018-11-07 | 2 | -12/+12 |
* | | | | | mm, page_alloc: fix has_unmovable_pages for HugePages | Oscar Salvador | 2018-12-21 | 1 | -2/+5 |
* | | | | | mm: thp: fix flags for pmd migration when split | Peter Xu | 2018-12-21 | 1 | -9/+11 |
* | | | | | mm, memory_hotplug: initialize struct pages for the full memory section | Mikhail Zaslonko | 2018-12-21 | 1 | -0/+12 |
* | | | | | hugetlbfs: call VM_BUG_ON_PAGE earlier in free_huge_page() | Yongkai Wu | 2018-12-14 | 1 | -2/+3 |
* | | | | | memblock: annotate memblock_is_reserved() with __init_memblock | Yueyi Li | 2018-12-14 | 1 | -1/+1 |
* | | | | | mm/sparse: add common helper to mark all memblocks present | Logan Gunthorpe | 2018-12-14 | 1 | -0/+16 |
* | | | | | Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2018-12-13 | 1 | -3/+1 |
|\ \ \ \ \ |
|
| * | | | | | XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bh | Matthew Wilcox | 2018-12-06 | 1 | -3/+1 |
* | | | | | | Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-12-09 | 1 | -2/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | dax: Fix unlock mismatch with updated API | Matthew Wilcox | 2018-12-04 | 1 | -2/+4 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm... | David Rientjes | 2018-12-08 | 3 | -18/+43 |
| |/ / / /
|/| | | | |
|
* | | | | | mm, thp: restore node-local hugepage allocations | David Rientjes | 2018-12-05 | 2 | -27/+17 |
| |_|/ /
|/| | | |
|
* | | | | mm/khugepaged: fix the xas_create_range() error path | Hugh Dickins | 2018-11-30 | 1 | -11/+14 |
* | | | | mm/khugepaged: collapse_shmem() do not crash on Compound | Hugh Dickins | 2018-11-30 | 1 | -1/+9 |
* | | | | mm/khugepaged: collapse_shmem() without freezing new_page | Hugh Dickins | 2018-11-30 | 1 | -12/+7 |
* | | | | mm/khugepaged: minor reorderings in collapse_shmem() | Hugh Dickins | 2018-11-30 | 1 | -40/+32 |
* | | | | mm/khugepaged: collapse_shmem() remember to clear holes | Hugh Dickins | 2018-11-30 | 1 | -0/+10 |
* | | | | mm/khugepaged: fix crashes due to misaccounted holes | Hugh Dickins | 2018-11-30 | 2 | -2/+9 |
* | | | | mm/khugepaged: collapse_shmem() stop if punched or truncated | Hugh Dickins | 2018-11-30 | 1 | -0/+11 |
* | | | | mm/huge_memory: fix lockdep complaint on 32-bit i_size_read() | Hugh Dickins | 2018-11-30 | 1 | -6/+13 |
* | | | | mm/huge_memory: splitting set mapping+index before unfreeze | Hugh Dickins | 2018-11-30 | 1 | -6/+6 |
* | | | | mm/huge_memory: rename freeze_page() to unmap_page() | Hugh Dickins | 2018-11-30 | 2 | -16/+9 |