Age | Commit message (Expand) | Author |
2018-12-28 | kasan: rename source files to reflect the new naming scheme | Andrey Konovalov |
2018-12-28 | kasan: move common generic and tag-based code to common.c | Andrey Konovalov |
2018-12-28 | kasan, slub: handle pointer tags in early_kmem_cache_node_alloc | Andrey Konovalov |
2018-12-28 | kasan, mm: change hooks signatures | Andrey Konovalov |
2018-12-26 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2018-12-25 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2018-12-25 | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2018-12-21 | mm, page_alloc: fix has_unmovable_pages for HugePages | Oscar Salvador |
2018-12-21 | mm: thp: fix flags for pmd migration when split | Peter Xu |
2018-12-21 | mm, memory_hotplug: initialize struct pages for the full memory section | Mikhail Zaslonko |
2018-12-14 | hugetlbfs: call VM_BUG_ON_PAGE earlier in free_huge_page() | Yongkai Wu |
2018-12-14 | memblock: annotate memblock_is_reserved() with __init_memblock | Yueyi Li |
2018-12-14 | mm/sparse: add common helper to mark all memblocks present | Logan Gunthorpe |
2018-12-13 | Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds |
2018-12-10 | mm: mmap: Allow for "high" userspace addresses | Steve Capper |
2018-12-09 | Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-12-08 | Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm... | David Rientjes |
2018-12-06 | XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bh | Matthew Wilcox |
2018-12-05 | mm, thp: restore node-local hugepage allocations | David Rientjes |
2018-12-04 | dax: Fix unlock mismatch with updated API | Matthew Wilcox |
2018-12-04 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2018-12-01 | Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a... | Paul E. McKenney |
2018-11-30 | mm/khugepaged: fix the xas_create_range() error path | Hugh Dickins |
2018-11-30 | mm/khugepaged: collapse_shmem() do not crash on Compound | Hugh Dickins |
2018-11-30 | mm/khugepaged: collapse_shmem() without freezing new_page | Hugh Dickins |
2018-11-30 | mm/khugepaged: minor reorderings in collapse_shmem() | Hugh Dickins |
2018-11-30 | mm/khugepaged: collapse_shmem() remember to clear holes | Hugh Dickins |
2018-11-30 | mm/khugepaged: fix crashes due to misaccounted holes | Hugh Dickins |
2018-11-30 | mm/khugepaged: collapse_shmem() stop if punched or truncated | Hugh Dickins |
2018-11-30 | mm/huge_memory: fix lockdep complaint on 32-bit i_size_read() | Hugh Dickins |
2018-11-30 | mm/huge_memory: splitting set mapping+index before unfreeze | Hugh Dickins |
2018-11-30 | mm/huge_memory: rename freeze_page() to unmap_page() | Hugh Dickins |
2018-11-30 | userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not set | Andrea Arcangeli |
2018-11-30 | userfaultfd: shmem: add i_size checks | Andrea Arcangeli |
2018-11-30 | userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas | Andrea Arcangeli |
2018-11-30 | userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmem | Andrea Arcangeli |
2018-11-30 | userfaultfd: use ENOENT instead of EFAULT if the atomic copy user fails | Andrea Arcangeli |
2018-11-30 | mm/page_alloc.c: fix calculation of pgdat->nr_zones | Wei Yang |
2018-11-30 | mm: use swp_offset as key in shmem_replace_page() | Yu Zhao |
2018-11-30 | mm: cleancache: fix corruption on missed inode invalidation | Pavel Tikhomirov |
2018-11-30 | mm/gup: finish consolidating error handling | John Hubbard |
2018-11-27 | mm: Replace call_rcu_sched() with call_rcu() | Paul E. McKenney |
2018-11-27 | slab: Replace synchronize_sched() with synchronize_rcu() | Paul E. McKenney |
2018-11-20 | Merge drm/drm-next into drm-intel-next-queued | Jani Nikula |
2018-11-18 | mm/memblock.c: fix a typo in __next_mem_pfn_range() comments | Chen Chang |
2018-11-18 | mm, page_alloc: check for max order in hot path | Michal Hocko |
2018-11-18 | tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset | Yufen Yu |
2018-11-18 | mm/vmstat.c: fix NUMA statistics updates | Janne Huttunen |
2018-11-18 | mm/gup.c: fix follow_page_mask() kerneldoc comment | Mike Rapoport |
2018-11-18 | mm, memory_hotplug: check zone_movable in has_unmovable_pages | Michal Hocko |