summaryrefslogtreecommitdiffstats
path: root/mm/cma.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-26cacheinfo: calculate size of per-CPU data cache sliceHuang Ying2-1/+49
2023-10-26mm, pcp: avoid to drain PCP when process exitHuang Ying2-4/+19
2023-10-26mm/oom_killer: simplify OOM killer info dump helperKairui Song1-8/+8
2023-10-26mm: kmsan: panic on failure to allocate early boot metadataPedro Falcato1-2/+7
2023-10-26buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)18-34/+25
2023-10-26ufs: remove ufs_get_locked_page()Matthew Wilcox (Oracle)2-16/+0
2023-10-26ufs: convert ufs_change_blocknr() to use foliosMatthew Wilcox (Oracle)1-11/+9
2023-10-26ufs: use ufs_get_locked_folio() in ufs_alloc_lastblock()Matthew Wilcox (Oracle)1-13/+12
2023-10-26ufs: add ufs_get_locked_folio and ufs_put_locked_folioMatthew Wilcox (Oracle)2-22/+34
2023-10-26reiserfs: convert writepage to use a folioMatthew Wilcox (Oracle)1-40/+40
2023-10-26ocfs2: convert ocfs2_map_page_blocks to use a folioMatthew Wilcox (Oracle)1-9/+10
2023-10-26ntfs3: convert ntfs_zero_range() to use a folioMatthew Wilcox (Oracle)1-15/+16
2023-10-26ntfs: convert ntfs_prepare_pages_for_non_resident_write() to foliosMatthew Wilcox (Oracle)1-48/+41
2023-10-26ntfs: convert ntfs_writepage to use a folioMatthew Wilcox (Oracle)1-111/+100
2023-10-26ntfs: convert ntfs_read_block() to use a folioMatthew Wilcox (Oracle)1-25/+19
2023-10-26nilfs2: convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buf...Matthew Wilcox (Oracle)1-4/+3
2023-10-26nilfs2: remove nilfs_page_get_nth_blockMatthew Wilcox (Oracle)1-6/+0
2023-10-26nilfs2: convert nilfs_mdt_get_frozen_buffer to use a folioMatthew Wilcox (Oracle)1-7/+9
2023-10-26nilfs2: convert nilfs_mdt_forget_block() to use a folioMatthew Wilcox (Oracle)1-16/+14
2023-10-26nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)2-24/+27
2023-10-26nilfs2: convert nilfs_grab_buffer() to use a folioMatthew Wilcox (Oracle)1-13/+13
2023-10-26nilfs2: convert nilfs_mdt_freeze_buffer to use a folioMatthew Wilcox (Oracle)1-9/+11
2023-10-26gfs2: convert gfs2_write_buf_to_page() to use a folioMatthew Wilcox (Oracle)1-18/+19
2023-10-26gfs2: convert gfs2_getjdatabuf to use a folioMatthew Wilcox (Oracle)1-14/+8
2023-10-26gfs2: convert gfs2_getbuf() to foliosMatthew Wilcox (Oracle)1-22/+17
2023-10-26gfs2: convert inode unstuffing to use a folioMatthew Wilcox (Oracle)1-25/+23
2023-10-26buffer: add get_nth_bh()Matthew Wilcox (Oracle)2-6/+23
2023-10-26ext4: convert to folio_create_empty_buffersMatthew Wilcox (Oracle)2-15/+10
2023-10-26mpage: convert map_buffer_to_folio() to folio_create_empty_buffers()Matthew Wilcox (Oracle)1-2/+1
2023-10-26buffer: make folio_create_empty_buffers() return a buffer_headMatthew Wilcox (Oracle)2-13/+15
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-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