aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-25nilfs2: convert nilfs_mdt_get_frozen_buffer to use a folioMatthew Wilcox (Oracle)1-7/+9
2023-10-25nilfs2: convert nilfs_mdt_forget_block() to use a folioMatthew Wilcox (Oracle)1-16/+14
2023-10-25nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)2-24/+27
2023-10-25nilfs2: convert nilfs_grab_buffer() to use a folioMatthew Wilcox (Oracle)1-13/+13
2023-10-25nilfs2: convert nilfs_mdt_freeze_buffer to use a folioMatthew Wilcox (Oracle)1-9/+11
2023-10-25gfs2: convert gfs2_write_buf_to_page() to use a folioMatthew Wilcox (Oracle)1-18/+19
2023-10-25gfs2: convert gfs2_getjdatabuf to use a folioMatthew Wilcox (Oracle)1-14/+8
2023-10-25gfs2: convert gfs2_getbuf() to foliosMatthew Wilcox (Oracle)1-22/+17
2023-10-25gfs2: convert inode unstuffing to use a folioMatthew Wilcox (Oracle)1-25/+23
2023-10-25buffer: add get_nth_bh()Matthew Wilcox (Oracle)2-6/+23
2023-10-25ext4: convert to folio_create_empty_buffersMatthew Wilcox (Oracle)2-15/+10
2023-10-25mpage: convert map_buffer_to_folio() to folio_create_empty_buffers()Matthew Wilcox (Oracle)1-2/+1
2023-10-25buffer: make folio_create_empty_buffers() return a buffer_headMatthew Wilcox (Oracle)2-13/+15
2023-10-25hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functionsUsama Arif3-35/+37
2023-10-25hugetlb: batch TLB flushes when restoring vmemmapMike Kravetz1-15/+24
2023-10-25hugetlb: batch TLB flushes when freeing vmemmapJoao Martins1-11/+38
2023-10-25hugetlb: batch PMD split for bulk vmemmap dedupJoao Martins1-4/+88
2023-10-25hugetlb: batch freeing of vmemmap pagesMike Kravetz1-26/+56
2023-10-25hugetlb: perform vmemmap restoration on a list of pagesMike Kravetz3-28/+120
2023-10-25hugetlb: perform vmemmap optimization on a list of pagesMike Kravetz3-8/+51
2023-10-25hugetlb: restructure pool allocationsMike Kravetz1-39/+141
2023-10-25hugetlb: optimize update_and_free_pages_bulk to avoid lock cyclesMike Kravetz1-0/+39
2023-10-25mm: fix draining remote pagesetHuang Ying1-1/+3
2023-10-18mm: perform the mapping_map_writable() check after call_mmap()Lorenzo Stoakes1-8/+11
2023-10-18mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes3-9/+10
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes6-11/+22
2023-10-18Docs/admin-guide/mm/damon/usage: update for tried regions update time intervalSeongJae Park1-3/+3
2023-10-18mm/damon/sysfs: avoid empty scheme tried regions for large apply intervalSeongJae Park3-4/+48
2023-10-18mm/damon/sysfs-schemes: do not update tried regions more than one DAMON snapshotSeongJae Park1-0/+77
2023-10-18tools/mm: update the usage output to be more organizedAudra Mitchell1-13/+20
2023-10-18tools/mm: fix the default case for page_owner_sortAudra Mitchell1-8/+53
2023-10-18tools/mm: filter out timestamps for correct collationAudra Mitchell1-7/+18
2023-10-18tools/mm: remove references to free_ts from page_owner_sortAudra Mitchell1-86/+12
2023-10-18mm/page_owner: remove free_ts from page_owner outputAudra Mitchell1-2/+2
2023-10-18mm: abstract VMA merge and extend into vma_merge_extend() helperLorenzo Stoakes3-29/+40
2023-10-18mm: abstract merge for new VMAs into vma_merge_new_vma()Lorenzo Stoakes1-7/+18
2023-10-18mm: make vma_merge() and split_vma() internalLorenzo Stoakes4-15/+15
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes7-143/+141
2023-10-18mm: move vma_policy() and anon_vma_name() decls to mm_types.hLorenzo Stoakes3-23/+28
2023-10-18sched: remove wait bookmarksMatthew Wilcox (Oracle)2-56/+13
2023-10-18filemap: remove use of wait bookmarksMatthew Wilcox (Oracle)1-20/+1
2023-10-18mm/mprotect: allow unfaulted VMAs to be unaccounted on mprotect()Lorenzo Stoakes1-2/+11
2023-10-18mm: add printf attribute to shrinker_debugfs_name_allocLucy Mielke2-2/+3
2023-10-18mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"Zach O'Keefe1-7/+13
2023-10-18selftests: add a selftest to verify hugetlb usage in memcgNhat Pham4-0/+239
2023-10-18hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham7-11/+127
2023-10-18memcontrol: only transfer the memcg data for migrationNhat Pham3-4/+45
2023-10-18memcontrol: add helpers for hugetlb memcg accountingNhat Pham2-12/+68
2023-10-18mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden3-30/+3
2023-10-18mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)3-16/+10