summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-254-5/+4
|\
| * mm: Add functions to zero portions of a folioMatthew Wilcox (Oracle)2021-11-181-2/+0
| * fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)2021-11-171-1/+2
| * mm: Remove folio_test_singleMatthew Wilcox (Oracle)2021-11-171-1/+1
| * mm: Rename folio_test_multi to folio_test_largeMatthew Wilcox (Oracle)2021-11-171-1/+1
* | hugetlbfs: flush before unlock on move_hugetlb_page_tables()Nadav Amit2021-11-221-1/+1
* | hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-11-221-4/+19
* | kmap_local: don't assume kmap PTEs are linear arrays in memoryArd Biesheuvel2021-11-202-11/+24
* | mm/damon/dbgfs: fix missed use of damon_dbgfs_lockSeongJae Park2021-11-201-3/+9
* | mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocationSeongJae Park2021-11-201-4/+4
* | hugetlb, userfaultfd: fix reservation restore on userfaultfd errorMina Almasry2021-11-201-3/+4
* | hugetlb: fix hugetlb cgroup refcounting during mremapBui Quang Minh2021-11-201-1/+3
* | mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flagRustam Kovhaev2021-11-201-1/+1
* | mm: emit the "free" trace report before freeing memory in kmem_cache_free()Yunfeng Ye2021-11-203-5/+3
* | mm/swap.c:put_pages_list(): reinitialise the page listMatthew Wilcox2021-11-201-0/+1
|/
* Revert "mm: shmem: don't truncate page if memory failure happens"Linus Torvalds2021-11-133-51/+6
* Merge tag 'netfs-folio-20211111' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-131-1/+1
|\
| * folio: Add a function to get the host inode for a folioDavid Howells2021-11-101-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-115-132/+45
|\ \
| * | kasan: add kasan mode messages when kasan initKuan-Ying Lee2021-11-112-2/+14
| * | mm: unexport {,un}lock_page_memcgChristoph Hellwig2021-11-111-2/+0
| * | mm: unexport folio_memcg_{,un}lockChristoph Hellwig2021-11-111-2/+0
| * | mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple2021-11-111-117/+28
| * | mm: migrate: simplify the file-backed pages validation when migrating its map...Baolin Wang2021-11-111-6/+0
| * | mm/page_owner.c: modify the type of argument "order" in some functionsYixuan Cao2021-11-111-3/+3
* | | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-111-23/+1
|\ \ \ | |/ / |/| |
| * | libfs: Move shmem_exchange to simple_rename_exchangeLorenz Bauer2021-11-031-23/+1
* | | Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2021-11-102-24/+6
|\ \ \
| * | | mm: use pidfd_get_task()Christian Brauner2021-10-142-24/+6
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-11-101-3/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | arm64: Track no early_pgtable_alloc() for kmemleakQian Cai2021-11-081-3/+6
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-099-33/+60
|\ \ \ \
| * | | | kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand2021-11-091-0/+7
| * | | | mm: kasan: use is_kernel() helperKefeng Wang2021-11-091-1/+1
| * | | | lib, stackdepot: add helper to print stack entries into bufferImran Khan2021-11-091-4/+1
| * | | | lib, stackdepot: add helper to print stack entriesImran Khan2021-11-092-21/+7
| * | | | mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru2021-11-092-5/+2
| * | | | vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner2021-11-094-2/+42
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-0665-1136/+3682
|\| | | |
| * | | | mm/damon: remove return value from before_terminate callbackChangbin Du2021-11-061-3/+2
| * | | | mm/damon: fix a few spelling mistakes in comments and a pr_debug messageColin Ian King2021-11-063-3/+3
| * | | | mm/damon: simplify stop mechanismChangbin Du2021-11-061-36/+15
| * | | | mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao2021-11-062-3/+17
| * | | | mm/damon: remove unnecessary variable initializationXin Hao2021-11-061-1/+1
| * | | | mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)SeongJae Park2021-11-063-0/+369
| * | | | mm/damon/dbgfs: support watermarksSeongJae Park2021-11-061-7/+9
| * | | | mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park2021-11-062-2/+100
| * | | | mm/damon/dbgfs: support prioritization weightsSeongJae Park2021-11-061-4/+10
| * | | | mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park2021-11-064-0/+78
| * | | | mm/damon/schemes: prioritize regions within the quotasSeongJae Park2021-11-061-7/+55