aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-25mm: remove page_cpupid_last()Kefeng Wang
2023-10-25mm: huge_memory: use folio_last_cpupid() in __split_huge_page_tail()Kefeng Wang
2023-10-25mm: huge_memory: use folio_last_cpupid() in do_huge_pmd_numa_page()Kefeng Wang
2023-10-25mm: memory: use folio_last_cpupid() in do_numa_page()Kefeng Wang
2023-10-25mm: add folio_last_cpupid()Kefeng Wang
2023-10-25mm_types: add virtual and _last_cpupid into struct folioKefeng Wang
2023-10-25mm/swap: avoid a xa load for swapout pathKairui Song
2023-10-25mm: kmem: reimplement get_obj_cgroup_from_current()Roman Gushchin
2023-10-25percpu: scoped objcg protectionRoman Gushchin
2023-10-25mm: kmem: scoped objcg protectionRoman Gushchin
2023-10-25mm: kmem: make memcg keep a reference to the original objcgRoman Gushchin
2023-10-25mm: kmem: add direct objcg pointer to task_structRoman Gushchin
2023-10-25mm: kmem: optimize get_obj_cgroup_from_current()Roman Gushchin
2023-10-25mm, pcp: reduce detecting time of consecutive high order page freeingHuang Ying
2023-10-25mm, pcp: decrease PCP high if free pages < high watermarkHuang Ying
2023-10-25mm: tune PCP high automaticallyHuang Ying
2023-10-25mm: add framework for PCP high auto-tuningHuang Ying
2023-10-25mm, page_alloc: scale the number of pages that are batch allocatedHuang Ying
2023-10-25mm: restrict the pcp batch scale factor to avoid too long latencyHuang Ying
2023-10-25mm, pcp: reduce lock contention for draining high-order pagesHuang Ying
2023-10-25cacheinfo: calculate size of per-CPU data cache sliceHuang Ying
2023-10-25mm, pcp: avoid to drain PCP when process exitHuang Ying
2023-10-25mm/oom_killer: simplify OOM killer info dump helperKairui Song
2023-10-25mm: kmsan: panic on failure to allocate early boot metadataPedro Falcato
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)
2023-10-25ufs: remove ufs_get_locked_page()Matthew Wilcox (Oracle)
2023-10-25ufs: convert ufs_change_blocknr() to use foliosMatthew Wilcox (Oracle)
2023-10-25ufs: use ufs_get_locked_folio() in ufs_alloc_lastblock()Matthew Wilcox (Oracle)
2023-10-25ufs: add ufs_get_locked_folio and ufs_put_locked_folioMatthew Wilcox (Oracle)
2023-10-25reiserfs: convert writepage to use a folioMatthew Wilcox (Oracle)
2023-10-25ocfs2: convert ocfs2_map_page_blocks to use a folioMatthew Wilcox (Oracle)
2023-10-25ntfs3: convert ntfs_zero_range() to use a folioMatthew Wilcox (Oracle)
2023-10-25ntfs: convert ntfs_prepare_pages_for_non_resident_write() to foliosMatthew Wilcox (Oracle)
2023-10-25ntfs: convert ntfs_writepage to use a folioMatthew Wilcox (Oracle)
2023-10-25ntfs: convert ntfs_read_block() to use a folioMatthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buf...Matthew Wilcox (Oracle)
2023-10-25nilfs2: remove nilfs_page_get_nth_blockMatthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_mdt_get_frozen_buffer to use a folioMatthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_mdt_forget_block() to use a folioMatthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_grab_buffer() to use a folioMatthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_mdt_freeze_buffer to use a folioMatthew Wilcox (Oracle)
2023-10-25gfs2: convert gfs2_write_buf_to_page() to use a folioMatthew Wilcox (Oracle)
2023-10-25gfs2: convert gfs2_getjdatabuf to use a folioMatthew Wilcox (Oracle)
2023-10-25gfs2: convert gfs2_getbuf() to foliosMatthew Wilcox (Oracle)
2023-10-25gfs2: convert inode unstuffing to use a folioMatthew Wilcox (Oracle)
2023-10-25buffer: add get_nth_bh()Matthew Wilcox (Oracle)
2023-10-25ext4: convert to folio_create_empty_buffersMatthew Wilcox (Oracle)
2023-10-25mpage: convert map_buffer_to_folio() to folio_create_empty_buffers()Matthew Wilcox (Oracle)
2023-10-25buffer: make folio_create_empty_buffers() return a buffer_headMatthew Wilcox (Oracle)