aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-03-10mm: gup: make fault_in_safe_writeable() use fixup_user_fault()Linus Torvalds
2022-03-05memfd: fix F_SEAL_WRITE after shmem huge page allocatedHugh Dickins
2022-03-05mm: fix use-after-free when anon vma name is used after vma is freedSuren Baghdasaryan
2022-03-05mm: prevent vm_area_struct::anon_name refcount saturationSuren Baghdasaryan
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan
2022-03-04mm: Consider __GFP_NOWARN flag for oversized kvmalloc() callsDaniel Borkmann
2022-02-26Merge tag 'fixes-2022-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-02-26mm: fix use-after-free bug when mm->mmap is reused after being freedSuren Baghdasaryan
2022-02-26hugetlbfs: fix a truncation issue in hugepages parameterLiu Yuntao
2022-02-26mm/hugetlb: fix kernel crash with hugetlb mremapAneesh Kumar K.V
2022-02-20memblock: use kfree() to release kmalloced memblock regionsMiaohe Lin
2022-02-17mm: don't try to NUMA-migrate COW pages that have other usesLinus Torvalds
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
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