summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/kmemleak: avoid scanning potential huge holesLang Yu2022-02-041-6/+7
* mm/page_table_check: check entries at pmd levelsPasha Tatashin2022-02-042-0/+23
* mm/khugepaged: unify collapse pmd clear, flush and freePasha Tatashin2022-02-041-16/+18
* mm/page_table_check: use unsigned long for page counters and cleanupPasha Tatashin2022-02-041-28/+7
* mm/debug_vm_pgtable: remove pte entry from the page tablePasha Tatashin2022-02-041-0/+2
* Revert "mm/page_isolation: unset migratetype directly for non Buddy page"Chen Wandun2022-02-041-1/+1
* Revert "mm/gup: small refactoring: simplify try_grab_page()"John Hubbard2022-02-031-5/+30
* memory-failure: fetch compound_head after pgmap_pfn_valid()Joao Martins2022-01-301-0/+6
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-19/+16
|\
| * bitmap: unify find_bit operationsYury Norov2022-01-151-12/+8
| * mm/percpu: micro-optimize pcpu_is_populated()Yury Norov2022-01-151-7/+8
* | 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