summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mm/swap_slots.c: remove always zero and unused return value of enable_swap_sl...Miaohe Lin2020-10-141-2/+1
* mm/swap.c: fix confusing comment in release_pages()Miaohe Lin2020-10-141-1/+1
* mm: remove superfluous __ClearPageActive()Yu Zhao2020-10-142-4/+0
* mm: remove activate_page() from unuse_pte()Yu Zhao2020-10-142-7/+2
* swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGao Xiang2020-10-143-5/+5
* mm/gup: protect unpin_user_pages() against npages==-ERRNOJohn Hubbard2020-10-141-0/+7
* mm/gup: don't permit users to call get_user_pages with FOLL_LONGTERMBarry Song2020-10-141-15/+22
* mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flagBarry Song2020-10-141-11/+12
* mm/gup_benchmark: update the documentation in KconfigBarry Song2020-10-141-2/+2
* mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEEDYafang Shao2020-10-142-22/+45
* mm/filemap: fix filemap_map_pages for THPMatthew Wilcox (Oracle)2020-10-141-15/+15
* mm: add find_lock_headMatthew Wilcox (Oracle)2020-10-141-3/+6
* mm/shmem: return head page from find_lock_entryMatthew Wilcox (Oracle)2020-10-142-23/+21
* mm: convert find_get_entry to return the head pageMatthew Wilcox (Oracle)2020-10-142-7/+10
* i915: use find_lock_page instead of find_lock_entryMatthew Wilcox (Oracle)2020-10-142-1/+3
* mm: optimise madvise WILLNEEDMatthew Wilcox (Oracle)2020-10-141-9/+12
* mm: use find_get_incore_page in memcontrolMatthew Wilcox (Oracle)2020-10-141-22/+2
* mm: factor find_get_incore_page out of mincore_pageMatthew Wilcox (Oracle)2020-10-142-26/+34
* mm, dump_page: rename head_mapcount() --> head_compound_mapcount()John Hubbard2020-10-141-3/+3
* mm/debug.c: do not dereference i_ino blindlyMatthew Wilcox (Oracle)2020-10-141-5/+7
* mm/memremap_pages: support multiple ranges per invocationDan Williams2020-10-141-108/+150
* mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-141-38/+39
* mm/memory_hotplug: introduce default phys_to_target_node() implementationDan Williams2020-10-141-1/+9
* mm,kmemleak-test.c: move kmemleak-test.c to samples dirHui Su2020-10-142-100/+0
* mm/kmemleak: rely on rcu for task stack scanningDavidlohr Bueso2020-10-141-4/+4
* mm/slub: make add_full() condition more explicitAbel Wu2020-10-141-1/+3
* mm/slub: fix missing ALLOC_SLOWPATH stat when bulk allocAbel Wu2020-10-141-1/+2
* mm/slub.c: branch optimization in free slowpathAbel Wu2020-10-141-11/+12
* mm/slab.c: clean code by removing redundant if conditionMateusz Nosek2020-10-141-2/+0
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-139-53/+58
|\
| * bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig2020-09-247-16/+14
| * bdi: invert BDI_CAP_NO_ACCT_WBChristoph Hellwig2020-09-242-2/+3
| * bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-243-6/+5
| * mm: use SWP_SYNCHRONOUS_IO more intelligentlyChristoph Hellwig2020-09-241-8/+10
| * bdi: remove BDI_CAP_SYNCHRONOUS_IOChristoph Hellwig2020-09-241-1/+1
| * bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig2020-09-241-0/+2
| * mm: split swap_type_ofChristoph Hellwig2020-09-231-18/+21
| * mm: cleanup claim_swapfileChristoph Hellwig2020-09-231-3/+3
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-131-79/+7
|\ \
| * | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-031-69/+0
| * | iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-031-1/+2
| * | iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig2020-10-031-19/+15
* | | Merge tag 'docs-5.10' of git://git.lwn.net/linuxLinus Torvalds2020-10-132-2/+2
|\ \ \
| * | | Fix references to nommu-mmap.rstStephen Kitt2020-09-242-2/+2
* | | | Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-11/+54
|\ \ \ \
| * \ \ \ Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2020-10-0924-345/+684
| |\ \ \ \
| * | | | | mm/swap: Do not abuse the seqcount_t latching APIAhmed S. Darwish2020-09-101-11/+54
| | |_|/ / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-127-1/+40
|\ \ \ \ \
| * | | | | mm: Add arch hooks for saving/restoring tagsSteven Price2020-09-043-0/+18
| * | | | | mm: Allow arm64 mmap(PROT_MTE) on RAM-based filesCatalin Marinas2020-09-041-0/+3