summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2213-1088/+345
|\
| * mm: hide the FRONTSWAP Kconfig symbolChristoph Hellwig2022-01-221-15/+3
| * frontswap: remove support for multiple opsChristoph Hellwig2022-01-222-40/+18
| * mm: mark swap_lock and swap_active_head staticChristoph Hellwig2022-01-221-2/+2
| * frontswap: simplify frontswap_register_opsChristoph Hellwig2022-01-221-41/+0
| * frontswap: remove frontswap_testChristoph Hellwig2022-01-221-1/+1
| * mm: simplify try_to_unuseChristoph Hellwig2022-01-222-87/+29
| * frontswap: remove the frontswap exportsChristoph Hellwig2022-01-221-6/+0
| * frontswap: simplify frontswap_initChristoph Hellwig2022-01-222-3/+3
| * frontswap: remove frontswap_curr_pagesChristoph Hellwig2022-01-221-28/+0
| * frontswap: remove frontswap_shrinkChristoph Hellwig2022-01-221-83/+0
| * frontswap: remove frontswap_tmem_exclusive_getsChristoph Hellwig2022-01-221-22/+1
| * frontswap: remove frontswap_writethroughChristoph Hellwig2022-01-221-22/+1
| * mm: remove cleancacheChristoph Hellwig2022-01-225-362/+2
| * lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Marco Elver2022-01-221-1/+0
| * lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2022-01-221-0/+2
| * zsmalloc: replace get_cpu_var with local_lockMike Galbraith2022-01-221-3/+8
| * zsmalloc: replace per zpage lock with pool->migrate_lockMinchan Kim2022-01-221-109/+96
| * zsmalloc: remove zspage isolation for migrationMinchan Kim2022-01-221-149/+8
| * zsmalloc: move huge compressed obj from page to zspageMinchan Kim2022-01-221-24/+26
| * zsmalloc: introduce obj_allocatedMinchan Kim2022-01-221-17/+16
| * zsmalloc: decouple class actions from zspage worksMinchan Kim2022-01-221-10/+13
| * zsmalloc: rename zs_stat_type to class_stat_typeMinchan Kim2022-01-221-12/+12
| * zsmalloc: introduce some helper functionsMinchan Kim2022-01-221-31/+23
| * mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple2022-01-222-34/+95
* | Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-01-221-6/+4
|\ \ | |/ |/|
| * filemap: Use folio_put_refs() in filemap_free_folio()Matthew Wilcox (Oracle)2022-01-161-6/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-205-38/+138
|\ \
| * | delayacct: track delays from memory compactwangyong2022-01-201-0/+3
| * | delayacct: support swapin delay accounting for swapping without blkioYang Yang2022-01-202-4/+3
| * | mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang2022-01-201-5/+71
| * | mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-201-31/+47
| * | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-201-5/+9
| * | mm: percpu: generalize percpu related configKefeng Wang2022-01-201-0/+12
* | | Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-181-6/+0
|\ \ \
| * | | mm: Remove slab from struct pageMatthew Wilcox (Oracle)2022-01-061-6/+0
* | | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-172-2/+1
|\ \ \ \
| * | | | exit: Remove profile_task_exit & profile_munmapEric W. Biederman2022-01-081-1/+0
| * | | | signal: Have the oom killer detect coredumps using signal->core_stateEric W. Biederman2022-01-081-1/+1
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-1560-838/+2032
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mm/damon: hide kernel pointer from tracepoint eventSeongJae Park2022-01-151-1/+3
| * | | | mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure logSeongJae Park2022-01-151-2/+8
| * | | | mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure loggingSeongJae Park2022-01-151-1/+1
| * | | | mm/damon/dbgfs: remove an unnecessary variableSeongJae Park2022-01-151-3/+2
| * | | | mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang2022-01-151-11/+0
| * | | | mm/damon: add access checking for hugetlb pagesBaolin Wang2022-01-151-0/+96
| * | | | mm/damon/dbgfs: support all DAMOS statsSeongJae Park2022-01-151-2/+4
| * | | | mm/damon/reclaim: provide reclamation statisticsSeongJae Park2022-01-151-0/+46
| * | | | mm/damon/schemes: account how many times quota limit has exceededSeongJae Park2022-01-151-0/+2
| * | | | mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park2022-01-154-26/+32