summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig
2022-03-03mm: simplify freeing of devmap managed pagesChristoph Hellwig
2022-03-03mm: move free_devmap_managed_page to memremap.cChristoph Hellwig
2022-03-03mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pagesChristoph Hellwig
2022-03-03mm/munlock: mlock_vma_page() check against VM_SPECIALHugh Dickins
2022-02-17mm/thp: shrink_page_list() avoid splitting VM_LOCKED THPHugh Dickins
2022-02-17mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)Hugh Dickins
2022-02-17mm/munlock: page migration needs mlock pagevec drainedHugh Dickins
2022-02-17mm/munlock: mlock_page() munlock_page() batch by pagevecHugh Dickins
2022-02-17mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()Hugh Dickins
2022-02-17mm/migrate: __unmap_and_move() push good newpage to LRUHugh Dickins
2022-02-17mm/munlock: mlock_pte_range() when mlocking or munlockingHugh Dickins
2022-02-17mm/munlock: maintain page->mlock_count while unevictableHugh Dickins
2022-02-17mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins
2022-02-17mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins
2022-02-17mm/munlock: delete FOLL_MLOCK and FOLL_POPULATEHugh Dickins
2022-02-17mm/munlock: delete page_mlock() and all its worksHugh Dickins
2022-02-11kfence: make test case compatible with run time set sample intervalPeng Liu
2022-02-11mm: memcg: synchronize objcg lists with a dedicated spinlockRoman Gushchin
2022-02-11mm: vmscan: remove deadlock due to throttling failing to make progressMel Gorman
2022-02-04mm/kmemleak: avoid scanning potential huge holesLang Yu
2022-02-04mm/page_table_check: check entries at pmd levelsPasha Tatashin
2022-02-04mm/khugepaged: unify collapse pmd clear, flush and freePasha Tatashin
2022-02-04mm/page_table_check: use unsigned long for page counters and cleanupPasha Tatashin
2022-02-04mm/debug_vm_pgtable: remove pte entry from the page tablePasha Tatashin
2022-02-04Revert "mm/page_isolation: unset migratetype directly for non Buddy page"Chen Wandun
2022-02-03Revert "mm/gup: small refactoring: simplify try_grab_page()"John Hubbard
2022-01-30memory-failure: fetch compound_head after pgmap_pfn_valid()Joao Martins
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