aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe
2018-12-09Merge tag 'dax-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-08Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...David Rientjes
2018-12-07blkcg: associate a blkg for pages being evicted by swapDennis Zhou
2018-12-05mm, thp: restore node-local hugepage allocationsDavid Rientjes
2018-12-04dax: Fix unlock mismatch with updated APIMatthew Wilcox
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe
2018-11-30mm/khugepaged: fix the xas_create_range() error pathHugh Dickins
2018-11-30mm/khugepaged: collapse_shmem() do not crash on CompoundHugh Dickins
2018-11-30mm/khugepaged: collapse_shmem() without freezing new_pageHugh Dickins
2018-11-30mm/khugepaged: minor reorderings in collapse_shmem()Hugh Dickins
2018-11-30mm/khugepaged: collapse_shmem() remember to clear holesHugh Dickins
2018-11-30mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins
2018-11-30mm/khugepaged: collapse_shmem() stop if punched or truncatedHugh Dickins
2018-11-30mm/huge_memory: fix lockdep complaint on 32-bit i_size_read()Hugh Dickins
2018-11-30mm/huge_memory: splitting set mapping+index before unfreezeHugh Dickins
2018-11-30mm/huge_memory: rename freeze_page() to unmap_page()Hugh Dickins
2018-11-30userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not setAndrea Arcangeli
2018-11-30userfaultfd: shmem: add i_size checksAndrea Arcangeli
2018-11-30userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli
2018-11-30userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmemAndrea Arcangeli
2018-11-30userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli
2018-11-30mm/page_alloc.c: fix calculation of pgdat->nr_zonesWei Yang
2018-11-30mm: use swp_offset as key in shmem_replace_page()Yu Zhao
2018-11-30mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov
2018-11-30mm/gup: finish consolidating error handlingJohn Hubbard
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe
2018-11-19block: avoid ordered task state change for polled IOJens Axboe
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe
2018-11-18mm/memblock.c: fix a typo in __next_mem_pfn_range() commentsChen Chang
2018-11-18mm, page_alloc: check for max order in hot pathMichal Hocko
2018-11-18tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu
2018-11-18mm/vmstat.c: fix NUMA statistics updatesJanne Huttunen
2018-11-18mm/gup.c: fix follow_page_mask() kerneldoc commentMike Rapoport
2018-11-18mm, memory_hotplug: check zone_movable in has_unmovable_pagesMichal Hocko
2018-11-18mm/swapfile.c: use kvzalloc for swap_info_struct allocationVasily Averin
2018-11-18hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz
2018-11-18z3fold: fix possible reclaim racesVitaly Wool
2018-11-16block: add polled wakeup task helperJens Axboe
2018-11-03memory_hotplug: cond_resched in __remove_pagesMichal Hocko
2018-11-03mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko
2018-11-03mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli
2018-11-03mm: handle no memcg case in memcg_kmem_charge() properlyRoman Gushchin
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-11-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-11-01Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds
2018-10-31mm/gup.c: fix __get_user_pages_fast() commentFengguang Wu