summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-11-13Revert "mm: shmem: don't truncate page if memory failure happens"Linus Torvalds
2021-11-13Merge tag 'netfs-folio-20211111' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-11-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-11kasan: add kasan mode messages when kasan initKuan-Ying Lee
2021-11-11mm: unexport {,un}lock_page_memcgChristoph Hellwig
2021-11-11mm: unexport folio_memcg_{,un}lockChristoph Hellwig
2021-11-11mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple
2021-11-11mm: migrate: simplify the file-backed pages validation when migrating its map...Baolin Wang
2021-11-11mm/page_owner.c: modify the type of argument "order" in some functionsYixuan Cao
2021-11-10Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2021-11-10folio: Add a function to get the host inode for a folioDavid Howells
2021-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand
2021-11-09mm: kasan: use is_kernel() helperKefeng Wang
2021-11-09lib, stackdepot: add helper to print stack entries into bufferImran Khan
2021-11-09lib, stackdepot: add helper to print stack entriesImran Khan
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner
2021-11-08arm64: Track no early_pgtable_alloc() for kmemleakQian Cai
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/damon: remove return value from before_terminate callbackChangbin Du
2021-11-06mm/damon: fix a few spelling mistakes in comments and a pr_debug messageColin Ian King
2021-11-06mm/damon: simplify stop mechanismChangbin Du
2021-11-06mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao
2021-11-06mm/damon: remove unnecessary variable initializationXin Hao
2021-11-06mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)SeongJae Park
2021-11-06mm/damon/dbgfs: support watermarksSeongJae Park
2021-11-06mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park
2021-11-06mm/damon/dbgfs: support prioritization weightsSeongJae Park
2021-11-06mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park
2021-11-06mm/damon/schemes: prioritize regions within the quotasSeongJae Park
2021-11-06mm/damon/dbgfs: support quotas of schemesSeongJae Park
2021-11-06mm/damon/schemes: implement time quotaSeongJae Park
2021-11-06mm/damon/schemes: skip already charged targets and regionsSeongJae Park
2021-11-06mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park
2021-11-06mm/damon/paddr: support the pageout schemeSeongJae Park
2021-11-06mm/damon/dbgfs: remove unnecessary variablesRongwei Wang
2021-11-06mm/damon/vaddr: constify static mm_walk_opsRikard Falkeborn
2021-11-06mm/damon/dbgfs: support physical memory monitoringSeongJae Park
2021-11-06mm/damon: implement primitives for physical address space monitoringSeongJae Park
2021-11-06mm/damon/vaddr: separate commonly usable functionsSeongJae Park
2021-11-06mm/damon/dbgfs-test: add a unit test case for 'init_regions'SeongJae Park
2021-11-06mm/damon/dbgfs: allow users to set initial monitoring target regionsSeongJae Park
2021-11-06mm/damon/schemes: implement statistics featureSeongJae Park
2021-11-06mm/damon/dbgfs: support DAMON-based Operation SchemesSeongJae Park
2021-11-06mm/damon/vaddr: support DAMON-based Operation SchemesSeongJae Park
2021-11-06mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)SeongJae Park
2021-11-06mm/damon/core: account age of target regionsSeongJae Park