summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-10-26mm/khugepaged: convert alloc_charge_hpage() to use foliosVishal Moola (Oracle)1-7/+10
2023-10-26mm/khugepaged: convert is_refcount_suitable() to use foliosVishal Moola (Oracle)1-7/+7
2023-10-26mm/khugepaged: convert hpage_collapse_scan_pmd() to use foliosVishal Moola (Oracle)1-10/+10
2023-10-26mm/khugepaged: convert __collapse_huge_page_isolate() to use foliosVishal Moola (Oracle)1-22/+23
2023-10-26mm: memory_hotplug: drop memoryless node from fallback listsQi Zheng1-1/+5
2023-10-26mm: page_alloc: skip memoryless nodes entirelyQi Zheng1-2/+5
2023-10-26mm/migrate: add nr_split to trace_mm_migrate_pages stats.Zi Yan1-2/+3
2023-10-26mm/migrate: correct nr_failed in migrate_pages_sync()Zi Yan1-3/+13
2023-10-26mm/kmemleak: move the initialisation of object to __link_objectLiu Shixin1-19/+17
2023-10-26mm/kmemleak: fix partially freeing unknown object warningLiu Shixin1-11/+31
2023-10-26mm: kmemleak: add __find_and_remove_object()Liu Shixin1-3/+14
2023-10-26mm: kmemleak: use mem_pool_free() to free objectLiu Shixin1-5/+9
2023-10-26mm: kmemleak: split __create_object into two functionsLiu Shixin1-21/+40
2023-10-26mm/kmemleak: fix print format of pointer in pr_debug()Liu Shixin1-14/+14
2023-10-26bootmem: use kmemleak_free_part_phys in put_page_bootmemLiu Shixin1-1/+1
2023-10-26mm: remove page_cpupid_xchg_last()Kefeng Wang1-3/+3
2023-10-26mm: use folio_xchg_last_cpupid() in wp_page_reuse()Kefeng Wang1-9/+10
2023-10-26mm: convert wp_page_reuse() and finish_mkwrite_fault() to take a folioKefeng Wang1-9/+10
2023-10-26mm: make finish_mkwrite_fault() staticKefeng Wang1-1/+1
2023-10-26mm: huge_memory: use folio_xchg_last_cpupid() in __split_huge_page_tail()Kefeng Wang1-1/+1
2023-10-26mm: migrate: use folio_xchg_last_cpupid() in folio_migrate_flags()Kefeng Wang1-4/+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-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/swap: avoid a xa load for swapout pathKairui Song1-3/+3
2023-10-26mm: kmem: reimplement get_obj_cgroup_from_current()Roman Gushchin1-32/+0
2023-10-26percpu: scoped objcg protectionRoman Gushchin1-5/+3
2023-10-26mm: kmem: scoped objcg protectionRoman Gushchin2-9/+53
2023-10-26mm: kmem: make memcg keep a reference to the original objcgRoman Gushchin1-0/+5
2023-10-26mm: kmem: add direct objcg pointer to task_structRoman Gushchin1-9/+130
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 Ying1-12/+15
2023-10-26mm, pcp: decrease PCP high if free pages < high watermarkHuang Ying1-2/+31
2023-10-26mm: tune PCP high automaticallyHuang Ying2-29/+98
2023-10-26mm: add framework for PCP high auto-tuningHuang Ying1-25/+46
2023-10-26mm, page_alloc: scale the number of pages that are batch allocatedHuang Ying1-10/+43
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 Ying1-1/+37
2023-10-26mm, pcp: avoid to drain PCP when process exitHuang Ying1-3/+8
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-26nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)1-0/+1
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