summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-22Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-01-22mm: hide the FRONTSWAP Kconfig symbolChristoph Hellwig
2022-01-22frontswap: remove support for multiple opsChristoph Hellwig
2022-01-22mm: mark swap_lock and swap_active_head staticChristoph Hellwig
2022-01-22frontswap: simplify frontswap_register_opsChristoph Hellwig
2022-01-22frontswap: remove frontswap_testChristoph Hellwig
2022-01-22mm: simplify try_to_unuseChristoph Hellwig
2022-01-22frontswap: remove the frontswap exportsChristoph Hellwig
2022-01-22frontswap: simplify frontswap_initChristoph Hellwig
2022-01-22frontswap: remove frontswap_curr_pagesChristoph Hellwig
2022-01-22frontswap: remove frontswap_shrinkChristoph Hellwig
2022-01-22frontswap: remove frontswap_tmem_exclusive_getsChristoph Hellwig
2022-01-22frontswap: remove frontswap_writethroughChristoph Hellwig
2022-01-22mm: remove cleancacheChristoph Hellwig
2022-01-22lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Marco Elver
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka
2022-01-22zsmalloc: replace get_cpu_var with local_lockMike Galbraith
2022-01-22zsmalloc: replace per zpage lock with pool->migrate_lockMinchan Kim
2022-01-22zsmalloc: remove zspage isolation for migrationMinchan Kim
2022-01-22zsmalloc: move huge compressed obj from page to zspageMinchan Kim
2022-01-22zsmalloc: introduce obj_allocatedMinchan Kim
2022-01-22zsmalloc: decouple class actions from zspage worksMinchan Kim
2022-01-22zsmalloc: rename zs_stat_type to class_stat_typeMinchan Kim
2022-01-22zsmalloc: introduce some helper functionsMinchan Kim
2022-01-22mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20delayacct: track delays from memory compactwangyong
2022-01-20delayacct: support swapin delay accounting for swapping without blkioYang Yang
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang
2022-01-20mm: percpu: generalize percpu related configKefeng Wang
2022-01-18Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-16filemap: Use folio_put_refs() in filemap_free_folio()Matthew Wilcox (Oracle)
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15bitmap: unify find_bit operationsYury Norov
2022-01-15mm/percpu: micro-optimize pcpu_is_populated()Yury Norov
2022-01-15mm/damon: hide kernel pointer from tracepoint eventSeongJae Park
2022-01-15mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure logSeongJae Park
2022-01-15mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure loggingSeongJae Park
2022-01-15mm/damon/dbgfs: remove an unnecessary variableSeongJae Park
2022-01-15mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang
2022-01-15mm/damon: add access checking for hugetlb pagesBaolin Wang
2022-01-15mm/damon/dbgfs: support all DAMOS statsSeongJae Park
2022-01-15mm/damon/reclaim: provide reclamation statisticsSeongJae Park
2022-01-15mm/damon/schemes: account how many times quota limit has exceededSeongJae Park
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park