summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-26mm: remove xchg_page_access_time()Kefeng Wang1-8/+4
2023-10-26mm: huge_memory: use a folio in change_huge_pmd()Kefeng Wang1-6/+7
2023-10-26mm: mprotect: use a folio in change_pte_range()Kefeng Wang1-7/+9
2023-10-26sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()Kefeng Wang1-1/+1
2023-10-26mm: add folio_xchg_access_time()Kefeng Wang1-0/+5
2023-10-26mm: remove page_cpupid_last()Kefeng Wang1-11/+6
2023-10-26mm: huge_memory: use folio_last_cpupid() in __split_huge_page_tail()Kefeng Wang1-1/+1
2023-10-26mm: huge_memory: use folio_last_cpupid() in do_huge_pmd_numa_page()Kefeng Wang1-1/+1
2023-10-26mm: memory: use folio_last_cpupid() in do_numa_page()Kefeng Wang1-1/+1
2023-10-26mm: add folio_last_cpupid()Kefeng Wang1-0/+5
2023-10-26mm_types: add virtual and _last_cpupid into struct folioKefeng Wang1-4/+18
2023-10-26mm/swap: avoid a xa load for swapout pathKairui Song1-3/+3
2023-10-26mm: kmem: reimplement get_obj_cgroup_from_current()Roman Gushchin2-33/+10
2023-10-26percpu: scoped objcg protectionRoman Gushchin1-5/+3
2023-10-26mm: kmem: scoped objcg protectionRoman Gushchin4-9/+66
2023-10-26mm: kmem: make memcg keep a reference to the original objcgRoman Gushchin2-1/+12
2023-10-26mm: kmem: add direct objcg pointer to task_structRoman Gushchin2-9/+134
2023-10-26mm: kmem: optimize get_obj_cgroup_from_current()Roman Gushchin1-20/+14
2023-10-26mm, pcp: reduce detecting time of consecutive high order page freeingHuang Ying2-13/+16
2023-10-26mm, pcp: decrease PCP high if free pages < high watermarkHuang Ying2-2/+32
2023-10-26mm: tune PCP high automaticallyHuang Ying3-29/+99
2023-10-26mm: add framework for PCP high auto-tuningHuang Ying2-26/+50
2023-10-26mm, page_alloc: scale the number of pages that are batch allocatedHuang Ying2-11/+45
2023-10-26mm: restrict the pcp batch scale factor to avoid too long latencyHuang Ying2-1/+12
2023-10-26mm, pcp: reduce lock contention for draining high-order pagesHuang Ying4-1/+46
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