aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-25mm: huge_memory: use folio_last_cpupid() in __split_huge_page_tail()Kefeng Wang1-1/+1
2023-10-25mm: huge_memory: use folio_last_cpupid() in do_huge_pmd_numa_page()Kefeng Wang1-1/+1
2023-10-25mm: memory: use folio_last_cpupid() in do_numa_page()Kefeng Wang1-1/+1
2023-10-25mm/swap: avoid a xa load for swapout pathKairui Song1-3/+3
2023-10-25mm: kmem: reimplement get_obj_cgroup_from_current()Roman Gushchin1-32/+0
2023-10-25percpu: scoped objcg protectionRoman Gushchin1-5/+3
2023-10-25mm: kmem: scoped objcg protectionRoman Gushchin2-9/+53
2023-10-25mm: kmem: make memcg keep a reference to the original objcgRoman Gushchin1-0/+5
2023-10-25mm: kmem: add direct objcg pointer to task_structRoman Gushchin1-9/+130
2023-10-25mm: kmem: optimize get_obj_cgroup_from_current()Roman Gushchin1-20/+14
2023-10-25mm, pcp: reduce detecting time of consecutive high order page freeingHuang Ying1-12/+15
2023-10-25mm, pcp: decrease PCP high if free pages < high watermarkHuang Ying1-2/+31
2023-10-25mm: tune PCP high automaticallyHuang Ying2-29/+98
2023-10-25mm: add framework for PCP high auto-tuningHuang Ying1-25/+46
2023-10-25mm, page_alloc: scale the number of pages that are batch allocatedHuang Ying1-10/+43
2023-10-25mm: restrict the pcp batch scale factor to avoid too long latencyHuang Ying2-1/+12
2023-10-25mm, pcp: reduce lock contention for draining high-order pagesHuang Ying1-1/+37
2023-10-25mm, pcp: avoid to drain PCP when process exitHuang Ying1-3/+8
2023-10-25mm/oom_killer: simplify OOM killer info dump helperKairui Song1-8/+8
2023-10-25mm: kmsan: panic on failure to allocate early boot metadataPedro Falcato1-2/+7
2023-10-25nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)1-0/+1
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 Stoakes1-1/+1
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes3-8/+8
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-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 Stoakes3-6/+15
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes5-91/+63
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 Mielke1-2/+2
2023-10-18mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"Zach O'Keefe1-7/+13
2023-10-18hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham3-10/+70
2023-10-18memcontrol: only transfer the memcg data for migrationNhat Pham2-4/+38
2023-10-18memcontrol: add helpers for hugetlb memcg accountingNhat Pham1-12/+47
2023-10-18mm, hugetlb: remove HUGETLB_CGROUP_MIN_ORDERFrank van der Linden2-19/+3
2023-10-18mm: use folio_xor_flags_has_waiters() in folio_end_writeback()Matthew Wilcox (Oracle)3-16/+10