Age | Commit message (Expand) | Author | Files | Lines |
2018-12-28 | mm, memory_hotplug: be more verbose for memory offline failures | Michal Hocko | 2 | -4/+9 |
2018-12-28 | mm, memory_hotplug: print reason for the offlining failure | Michal Hocko | 1 | -11/+23 |
2018-12-28 | mm, memory_hotplug: drop pointless block alignment checks from __offline_pages | Michal Hocko | 1 | -6/+0 |
2018-12-28 | mm: lower the printk loglevel for __dump_page messages | Michal Hocko | 1 | -10/+10 |
2018-12-28 | mm: print more information about mapping in __dump_page | Michal Hocko | 1 | -0/+13 |
2018-12-28 | mm/readahead.c: simplify get_next_ra_size() | Gao Xiang | 1 | -7/+5 |
2018-12-28 | mm/mmu_notifier.c: remove mmu_notifier_synchronize() | Sean Christopherson | 1 | -7/+0 |
2018-12-28 | mm/hotplug: optimize clear_hwpoisoned_pages() | Balbir Singh | 1 | -0/+9 |
2018-12-28 | mm/page_owner: clamp read count to PAGE_SIZE | Miles Chen | 1 | -0/+1 |
2018-12-28 | mm/slub.c: record final state of slub action in deactivate_slab() | Wei Yang | 1 | -14/+7 |
2018-12-28 | mm/slub.c: page is always non-NULL in node_match() | Wei Yang | 1 | -1/+1 |
2018-12-28 | mm/slub.c: remove validation on cpu_slab in __flush_cpu_slab() | Wei Yang | 1 | -5/+3 |
2018-12-28 | mm, slab: remove unnecessary unlikely() | Yangtao Li | 1 | -3/+1 |
2018-12-28 | kasan: add SPDX-License-Identifier mark to source files | Andrey Konovalov | 8 | -0/+8 |
2018-12-28 | kasan: add __must_check annotations to kasan hooks | Andrey Konovalov | 1 | -6/+9 |
2018-12-28 | kasan, mm, arm64: tag non slab memory allocated via pagealloc | Andrey Konovalov | 4 | -3/+26 |
2018-12-28 | kasan: add hooks implementation for tag-based mode | Andrey Konovalov | 3 | -19/+153 |
2018-12-28 | mm: move obj_to_index to include/linux/slab_def.h | Andrey Konovalov | 1 | -13/+0 |
2018-12-28 | kasan: add bug reporting routines for tag-based mode | Andrey Konovalov | 4 | -37/+59 |
2018-12-28 | kasan: split out generic_report.c from report.c | Andrey Konovalov | 5 | -185/+257 |
2018-12-28 | kasan, mm: perform untagged pointers comparison in krealloc | Andrey Konovalov | 1 | -1/+1 |
2018-12-28 | kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU | Andrey Konovalov | 2 | -11/+15 |
2018-12-28 | kasan: add tag related helper functions | Andrey Konovalov | 2 | -0/+68 |
2018-12-28 | kasan: initialize shadow to 0xff for tag-based mode | Andrey Konovalov | 1 | -1/+2 |
2018-12-28 | kasan: rename kasan_zero_page to kasan_early_shadow_page | Andrey Konovalov | 1 | -30/+40 |
2018-12-28 | kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS | Andrey Konovalov | 5 | -4/+84 |
2018-12-28 | kasan: rename source files to reflect the new naming scheme | Andrey Konovalov | 3 | -4/+4 |
2018-12-28 | kasan: move common generic and tag-based code to common.c | Andrey Konovalov | 4 | -569/+614 |
2018-12-28 | kasan, slub: handle pointer tags in early_kmem_cache_node_alloc | Andrey Konovalov | 1 | -5/+5 |
2018-12-28 | kasan, mm: change hooks signatures | Andrey Konovalov | 5 | -29/+34 |
2018-12-26 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -10/+9 |
2018-12-25 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -7/+18 |
2018-12-25 | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2 | -12/+12 |
2018-12-21 | mm, page_alloc: fix has_unmovable_pages for HugePages | Oscar Salvador | 1 | -2/+5 |
2018-12-21 | mm: thp: fix flags for pmd migration when split | Peter Xu | 1 | -9/+11 |
2018-12-21 | mm, memory_hotplug: initialize struct pages for the full memory section | Mikhail Zaslonko | 1 | -0/+12 |
2018-12-14 | hugetlbfs: call VM_BUG_ON_PAGE earlier in free_huge_page() | Yongkai Wu | 1 | -2/+3 |
2018-12-14 | memblock: annotate memblock_is_reserved() with __init_memblock | Yueyi Li | 1 | -1/+1 |
2018-12-14 | mm/sparse: add common helper to mark all memblocks present | Logan Gunthorpe | 1 | -0/+16 |
2018-12-13 | Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -3/+1 |
2018-12-10 | mm: mmap: Allow for "high" userspace addresses | Steve Capper | 1 | -7/+18 |
2018-12-09 | Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+4 |
2018-12-08 | Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm... | David Rientjes | 3 | -18/+43 |
2018-12-06 | XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bh | Matthew Wilcox | 1 | -3/+1 |
2018-12-05 | mm, thp: restore node-local hugepage allocations | David Rientjes | 2 | -27/+17 |
2018-12-04 | dax: Fix unlock mismatch with updated API | Matthew Wilcox | 1 | -2/+4 |
2018-12-04 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 5 | -10/+9 |
2018-12-01 | Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a... | Paul E. McKenney | 5 | -10/+9 |
2018-11-30 | mm/khugepaged: fix the xas_create_range() error path | Hugh Dickins | 1 | -11/+14 |
2018-11-30 | mm/khugepaged: collapse_shmem() do not crash on Compound | Hugh Dickins | 1 | -1/+9 |