summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2020-10-14mm: remove activate_page() from unuse_pte()Yu Zhao2-7/+2
2020-10-14swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGao Xiang3-5/+5
2020-10-14mm/gup: protect unpin_user_pages() against npages==-ERRNOJohn Hubbard1-0/+7
2020-10-14mm/gup: don't permit users to call get_user_pages with FOLL_LONGTERMBarry Song1-15/+22
2020-10-14mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flagBarry Song1-11/+12
2020-10-14mm/gup_benchmark: update the documentation in KconfigBarry Song1-2/+2
2020-10-14mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEEDYafang Shao2-22/+45
2020-10-14mm/filemap: fix filemap_map_pages for THPMatthew Wilcox (Oracle)1-15/+15
2020-10-14mm: add find_lock_headMatthew Wilcox (Oracle)1-3/+6
2020-10-14mm/shmem: return head page from find_lock_entryMatthew Wilcox (Oracle)2-23/+21
2020-10-14mm: convert find_get_entry to return the head pageMatthew Wilcox (Oracle)2-7/+10
2020-10-14i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)2-1/+3
2020-10-14mm: optimise madvise WILLNEEDMatthew Wilcox (Oracle)1-9/+12
2020-10-14mm: use find_get_incore_page in memcontrolMatthew Wilcox (Oracle)1-22/+2
2020-10-14mm: factor find_get_incore_page out of mincore_pageMatthew Wilcox (Oracle)2-26/+34
2020-10-14mm, dump_page: rename head_mapcount() --> head_compound_mapcount()John Hubbard1-3/+3
2020-10-14mm/debug.c: do not dereference i_ino blindlyMatthew Wilcox (Oracle)1-5/+7
2020-10-14mm/memremap_pages: support multiple ranges per invocationDan Williams1-108/+150
2020-10-14mm/memremap_pages: convert to 'struct range'Dan Williams1-38/+39
2020-10-14mm/memory_hotplug: introduce default phys_to_target_node() implementationDan Williams1-1/+9
2020-10-14mm,kmemleak-test.c: move kmemleak-test.c to samples dirHui Su2-100/+0
2020-10-14mm/kmemleak: rely on rcu for task stack scanningDavidlohr Bueso1-4/+4
2020-10-14mm/slub: make add_full() condition more explicitAbel Wu1-1/+3
2020-10-14mm/slub: fix missing ALLOC_SLOWPATH stat when bulk allocAbel Wu1-1/+2
2020-10-14mm/slub.c: branch optimization in free slowpathAbel Wu1-11/+12
2020-10-14mm/slab.c: clean code by removing redundant if conditionMateusz Nosek1-2/+0
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds9-53/+58
2020-10-13Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-79/+7
2020-10-13Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2020-10-12Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+54
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds7-1/+40
2020-10-11mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna2-2/+14
2020-10-11mm: mmap: Fix general protection fault in unlink_file_vma()Miaohe Lin1-1/+5
2020-10-11mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins1-0/+12
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar24-345/+684
2020-10-08mm: avoid early COW write protect games during fork()Linus Torvalds1-37/+4
2020-10-03mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIsJoonsoo Kim1-3/+16
2020-10-03mm, slub: restore initial kmem_cache flagsEric Farman1-5/+1
2020-10-03mm: remove compat_process_vm_{readv,writev}Christoph Hellwig1-69/+0
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig1-1/+2
2020-10-03iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig1-19/+15
2020-10-03Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+5
2020-09-29io_uring: fix async buffered reads when readahead is disabledHao Xu1-1/+5
2020-09-28mm: do not rely on mm == current->mm in __get_user_pages_lockedJason A. Donenfeld1-1/+1
2020-09-27mm/thp: Split huge pmds/puds if they're pinned when fork()Peter Xu1-0/+28
2020-09-27mm: Do early cow for pinned pages during fork() for ptesPeter Xu1-16/+189
2020-09-27mm/fork: Pass new vma pointer into copy_page_range()Peter Xu1-5/+9
2020-09-27mm: Introduce mm_struct.has_pinnedPeter Xu1-0/+6
2020-09-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-23/+23
2020-09-26mm: validate pmd after splittingMinchan Kim1-1/+1