summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/gup: Optimise compound_range_next()Matthew Wilcox (Oracle)2022-03-211-1/+1
* mm/gup: Change the calling convention for compound_range_next()Matthew Wilcox (Oracle)2022-03-211-6/+5
* mm/gup: Remove for_each_compound_head()Matthew Wilcox (Oracle)2022-03-211-11/+5
* mm/gup: Remove for_each_compound_range()Matthew Wilcox (Oracle)2022-03-211-10/+2
* mm/gup: Increment the page refcount before the pincountMatthew Wilcox (Oracle)2022-03-211-8/+6
* mm: build migrate_vma_* for all configs with ZONE_DEVICE supportChristoph Hellwig2022-03-031-1/+1
* mm: move the migrate_vma_* device migration code into its own fileChristoph Hellwig2022-03-034-753/+770
* mm: refactor the ZONE_DEVICE handling in migrate_vma_pagesChristoph Hellwig2022-03-031-15/+12
* mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_pageChristoph Hellwig2022-03-031-16/+15
* mm: refactor check_and_migrate_movable_pagesChristoph Hellwig2022-03-031-37/+44
* mm: generalize the pgmap based page_free infrastructureChristoph Hellwig2022-03-031-2/+2
* mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-036-68/+28
* mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-032-1/+6
* mm: simplify freeing of devmap managed pagesChristoph Hellwig2022-03-032-20/+10
* mm: move free_devmap_managed_page to memremap.cChristoph Hellwig2022-03-032-23/+21
* mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pagesChristoph Hellwig2022-03-031-2/+1
* mm/munlock: mlock_vma_page() check against VM_SPECIALHugh Dickins2022-03-031-2/+9
* mm/thp: shrink_page_list() avoid splitting VM_LOCKED THPHugh Dickins2022-02-172-5/+8
* mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)Hugh Dickins2022-02-171-2/+8
* mm/munlock: page migration needs mlock pagevec drainedHugh Dickins2022-02-172-0/+6
* mm/munlock: mlock_page() munlock_page() batch by pagevecHugh Dickins2022-02-173-47/+208
* mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()Hugh Dickins2022-02-171-28/+9
* mm/migrate: __unmap_and_move() push good newpage to LRUHugh Dickins2022-02-171-12/+19
* mm/munlock: mlock_pte_range() when mlocking or munlockingHugh Dickins2022-02-172-23/+91
* mm/munlock: maintain page->mlock_count while unevictableHugh Dickins2022-02-175-17/+67
* mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins2022-02-174-59/+24
* mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-1710-116/+102
* mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins2022-02-175-47/+12
* mm/munlock: delete FOLL_MLOCK and FOLL_POPULATEHugh Dickins2022-02-172-68/+8
* mm/munlock: delete page_mlock() and all its worksHugh Dickins2022-02-173-432/+25
* kfence: make test case compatible with run time set sample intervalPeng Liu2022-02-122-5/+6
* mm: memcg: synchronize objcg lists with a dedicated spinlockRoman Gushchin2022-02-121-5/+5
* mm: vmscan: remove deadlock due to throttling failing to make progressMel Gorman2022-02-121-1/+3
* 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