summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not setAndrea Arcangeli2018-11-301-0/+11
* | userfaultfd: shmem: add i_size checksAndrea Arcangeli2018-11-302-4/+40
* | userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli2018-11-301-9/+6
* | userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmemAndrea Arcangeli2018-11-301-2/+13
* | userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli2018-11-303-5/+5
* | mm/page_alloc.c: fix calculation of pgdat->nr_zonesWei Yang2018-11-301-1/+3
* | mm: use swp_offset as key in shmem_replace_page()Yu Zhao2018-11-301-2/+4
* | mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov2018-11-301-2/+6
* | mm/gup: finish consolidating error handlingJohn Hubbard2018-11-301-2/+1
|/
* mm/memblock.c: fix a typo in __next_mem_pfn_range() commentsChen Chang2018-11-181-1/+1
* mm, page_alloc: check for max order in hot pathMichal Hocko2018-11-181-11/+9
* tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu2018-11-181-3/+1
* mm/vmstat.c: fix NUMA statistics updatesJanne Huttunen2018-11-181-3/+4
* mm/gup.c: fix follow_page_mask() kerneldoc commentMike Rapoport2018-11-181-2/+8
* mm, memory_hotplug: check zone_movable in has_unmovable_pagesMichal Hocko2018-11-181-0/+8
* mm/swapfile.c: use kvzalloc for swap_info_struct allocationVasily Averin2018-11-181-3/+3
* hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz2018-11-181-4/+19
* z3fold: fix possible reclaim racesVitaly Wool2018-11-181-39/+62
* memory_hotplug: cond_resched in __remove_pagesMichal Hocko2018-11-031-0/+1
* mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko2018-11-033-69/+34
* mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli2018-11-031-2/+30
* mm: handle no memcg case in memcg_kmem_charge() properlyRoman Gushchin2018-11-031-1/+1
* Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-021-1/+1
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-1/+1
* | Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-11-021-27/+119
|\ \
| * | vfs: enable remap callers that can handle short operationsDarrick J. Wong2018-10-301-4/+7
| * | vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong2018-10-301-1/+1
| * | vfs: pass remap flags to generic_remap_checksDarrick J. Wong2018-10-301-2/+2
| * | vfs: strengthen checking of file range inputs to generic_remap_checksDarrick J. Wong2018-10-301-32/+52
| * | vfs: check file ranges before cloning filesDarrick J. Wong2018-10-301-0/+69
* | | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-012-2/+2
|\ \ \