summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-10-26nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)1-0/+1
2023-10-26hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functionsUsama Arif3-35/+37
2023-10-26hugetlb: batch TLB flushes when restoring vmemmapMike Kravetz1-15/+24
2023-10-26hugetlb: batch TLB flushes when freeing vmemmapJoao Martins1-11/+38
2023-10-26hugetlb: batch PMD split for bulk vmemmap dedupJoao Martins1-4/+88
2023-10-26hugetlb: batch freeing of vmemmap pagesMike Kravetz1-26/+56
2023-10-26hugetlb: perform vmemmap restoration on a list of pagesMike Kravetz3-28/+120
2023-10-26hugetlb: perform vmemmap optimization on a list of pagesMike Kravetz3-8/+51
2023-10-26hugetlb: restructure pool allocationsMike Kravetz1-39/+141
2023-10-26hugetlb: optimize update_and_free_pages_bulk to avoid lock cyclesMike Kravetz1-0/+39
2023-10-26mm: fix draining remote pagesetHuang Ying1-1/+3
2023-10-19mm: perform the mapping_map_writable() check after call_mmap()Lorenzo Stoakes1-8/+11
2023-10-19mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes1-1/+1
2023-10-19mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes3-8/+8
2023-10-19mm/damon/sysfs: avoid empty scheme tried regions for large apply intervalSeongJae Park3-4/+48
2023-10-19mm/damon/sysfs-schemes: do not update tried regions more than one DAMON snapshotSeongJae Park1-0/+77
2023-10-19mm/page_owner: remove free_ts from page_owner outputAudra Mitchell1-2/+2
2023-10-19mm: abstract VMA merge and extend into vma_merge_extend() helperLorenzo Stoakes3-29/+40
2023-10-19mm: abstract merge for new VMAs into vma_merge_new_vma()Lorenzo Stoakes1-7/+18
2023-10-19mm: make vma_merge() and split_vma() internalLorenzo Stoakes3-6/+15
2023-10-19mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes5-91/+63
2023-10-19filemap: remove use of wait bookmarksMatthew Wilcox (Oracle)1-20/+1
2023-10-19mm/mprotect: allow unfaulted VMAs to be unaccounted on mprotect()Lorenzo Stoakes1-2/+11
2023-10-19mm: add printf attribute to shrinker_debugfs_name_allocLucy Mielke1-2/+2
2023-10-19mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"Zach O'Keefe1-7/+13
2023-10-19hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham3-10/+70
2023-10-19memcontrol: only transfer the memcg data for migrationNhat Pham2-4/+38
2023-10-19memcontrol: add helpers for hugetlb memcg accountingNhat Pham1-12/+47
2023-10-19mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden2-19/+3
2023-10-19mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)3-16/+10
2023-10-19mm: make __end_folio_writeback() return voidMatthew Wilcox (Oracle)3-25/+24
2023-10-19mm: add folio_xor_flags_has_waiters()Matthew Wilcox (Oracle)1-3/+11
2023-10-19mm: delete checks for xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2-32/+1
2023-10-19bitops: add xor_unlock_is_negative_byte()Matthew Wilcox (Oracle)2-3/+9
2023-10-19mm: add folio_end_read()Matthew Wilcox (Oracle)1-0/+22
2023-10-19zsmalloc: use copy_page for full page copyMark-PK Tsai1-1/+1
2023-10-19filemap: call filemap_get_folios_tag() from filemap_get_folios()Pankaj Raghav1-37/+8
2023-10-19mm/page_alloc: remove unnecessary next_page in break_down_buddy_pagesKemeng Shi1-4/+2
2023-10-19mm/page_alloc: remove unnecessary check in break_down_buddy_pagesKemeng Shi1-4/+2
2023-10-19mmap: add clarifying comment to vma_merge() codeLiam R. Howlett1-0/+5
2023-10-19kasan: fix and update KUNIT_EXPECT_KASAN_FAIL commentAndrey Konovalov1-4/+5
2023-10-19kasan: use unchecked __memset internallyAndrey Konovalov2-3/+3
2023-10-19kasan: unify printk prefixesAndrey Konovalov4-6/+8
2023-10-19mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes1-2/+1
2023-10-19mm/gup: make failure to pin an error if FOLL_NOWAIT not specifiedLorenzo Stoakes1-0/+11
2023-10-19mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCHLorenzo Stoakes2-3/+5
2023-10-19mm: make __access_remote_vm() staticLorenzo Stoakes2-4/+4
2023-10-19mm: multi-gen LRU: reuse some legacy trace eventsJaewon Kim1-5/+13
2023-10-19mm/migrate: remove unused mm argument from do_move_pages_to_nodeGregory Price1-7/+6
2023-10-19memory: move exclusivity detection in do_wp_page() into wp_can_reuse_anon_fol...David Hildenbrand1-43/+45