aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-13Revert "mm: shmem: don't truncate page if memory failure happens"Linus Torvalds3-51/+6
2021-11-13Merge tag 'netfs-folio-20211111' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2021-11-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-132/+45
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-23/+1
2021-11-11kasan: add kasan mode messages when kasan initKuan-Ying Lee2-2/+14
2021-11-11mm: unexport {,un}lock_page_memcgChristoph Hellwig1-2/+0
2021-11-11mm: unexport folio_memcg_{,un}lockChristoph Hellwig1-2/+0
2021-11-11mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple1-117/+28
2021-11-11mm: migrate: simplify the file-backed pages validation when migrating its mappingBaolin Wang1-6/+0
2021-11-11mm/page_owner.c: modify the type of argument "order" in some functionsYixuan Cao1-3/+3
2021-11-10Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-24/+6
2021-11-10folio: Add a function to get the host inode for a folioDavid Howells1-1/+1
2021-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+6
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-33/+60
2021-11-09kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand1-0/+7
2021-11-09mm: kasan: use is_kernel() helperKefeng Wang1-1/+1
2021-11-09lib, stackdepot: add helper to print stack entries into bufferImran Khan1-4/+1
2021-11-09lib, stackdepot: add helper to print stack entriesImran Khan2-21/+7
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru2-5/+2
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner4-2/+42
2021-11-08arm64: Track no early_pgtable_alloc() for kmemleakQian Cai1-3/+6
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds65-1136/+3682
2021-11-06mm/damon: remove return value from before_terminate callbackChangbin Du1-3/+2
2021-11-06mm/damon: fix a few spelling mistakes in comments and a pr_debug messageColin Ian King3-3/+3
2021-11-06mm/damon: simplify stop mechanismChangbin Du1-36/+15
2021-11-06mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao2-3/+17
2021-11-06mm/damon: remove unnecessary variable initializationXin Hao1-1/+1
2021-11-06mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)SeongJae Park3-0/+369
2021-11-06mm/damon/dbgfs: support watermarksSeongJae Park1-7/+9
2021-11-06mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park2-2/+100
2021-11-06mm/damon/dbgfs: support prioritization weightsSeongJae Park1-4/+10
2021-11-06mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park4-0/+78
2021-11-06mm/damon/schemes: prioritize regions within the quotasSeongJae Park1-7/+55
2021-11-06mm/damon/dbgfs: support quotas of schemesSeongJae Park1-5/+9
2021-11-06mm/damon/schemes: implement time quotaSeongJae Park1-5/+40
2021-11-06mm/damon/schemes: skip already charged targets and regionsSeongJae Park1-0/+37
2021-11-06mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park2-9/+55
2021-11-06mm/damon/paddr: support the pageout schemeSeongJae Park1-1/+36
2021-11-06mm/damon/dbgfs: remove unnecessary variablesRongwei Wang1-35/+31
2021-11-06mm/damon/vaddr: constify static mm_walk_opsRikard Falkeborn1-2/+2
2021-11-06mm/damon/dbgfs: support physical memory monitoringSeongJae Park2-4/+19
2021-11-06mm/damon: implement primitives for physical address space monitoringSeongJae Park3-0/+233
2021-11-06mm/damon/vaddr: separate commonly usable functionsSeongJae Park4-86/+108
2021-11-06mm/damon/dbgfs-test: add a unit test case for 'init_regions'SeongJae Park1-0/+54
2021-11-06mm/damon/dbgfs: allow users to set initial monitoring target regionsSeongJae Park1-2/+154
2021-11-06mm/damon/schemes: implement statistics featureSeongJae Park3-3/+11
2021-11-06mm/damon/dbgfs: support DAMON-based Operation SchemesSeongJae Park1-3/+162
2021-11-06mm/damon/vaddr: support DAMON-based Operation SchemesSeongJae Park1-0/+56
2021-11-06mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)SeongJae Park1-0/+109
2021-11-06mm/damon/core: account age of target regionsSeongJae Park1-0/+13