summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm/kmemleak: move the initialisation of object to __link_objectLiu Shixin2023-10-251-19/+17
| * | | mm/kmemleak: fix partially freeing unknown object warningLiu Shixin2023-10-251-11/+31
| * | | mm: kmemleak: add __find_and_remove_object()Liu Shixin2023-10-251-3/+14
| * | | mm: kmemleak: use mem_pool_free() to free objectLiu Shixin2023-10-251-5/+9
| * | | mm: kmemleak: split __create_object into two functionsLiu Shixin2023-10-251-21/+40
| * | | mm/kmemleak: fix print format of pointer in pr_debug()Liu Shixin2023-10-251-14/+14
| * | | bootmem: use kmemleak_free_part_phys in put_page_bootmemLiu Shixin2023-10-251-1/+1
| * | | mm: remove page_cpupid_xchg_last()Kefeng Wang2023-10-251-3/+3
| * | | mm: use folio_xchg_last_cpupid() in wp_page_reuse()Kefeng Wang2023-10-251-9/+10
| * | | mm: convert wp_page_reuse() and finish_mkwrite_fault() to take a folioKefeng Wang2023-10-251-9/+10
| * | | mm: make finish_mkwrite_fault() staticKefeng Wang2023-10-251-1/+1
| * | | mm: huge_memory: use folio_xchg_last_cpupid() in __split_huge_page_tail()Kefeng Wang2023-10-251-1/+1
| * | | mm: migrate: use folio_xchg_last_cpupid() in folio_migrate_flags()Kefeng Wang2023-10-251-4/+4
| * | | mm: huge_memory: use a folio in change_huge_pmd()Kefeng Wang2023-10-251-6/+7
| * | | mm: mprotect: use a folio in change_pte_range()Kefeng Wang2023-10-251-7/+9
| * | | mm: huge_memory: use folio_last_cpupid() in __split_huge_page_tail()Kefeng Wang2023-10-251-1/+1
| * | | mm: huge_memory: use folio_last_cpupid() in do_huge_pmd_numa_page()Kefeng Wang2023-10-251-1/+1
| * | | mm: memory: use folio_last_cpupid() in do_numa_page()Kefeng Wang2023-10-251-1/+1
| * | | mm/swap: avoid a xa load for swapout pathKairui Song2023-10-251-3/+3
| * | | mm: kmem: reimplement get_obj_cgroup_from_current()Roman Gushchin2023-10-251-32/+0
| * | | percpu: scoped objcg protectionRoman Gushchin2023-10-251-5/+3
| * | | mm: kmem: scoped objcg protectionRoman Gushchin2023-10-252-9/+53
| * | | mm: kmem: make memcg keep a reference to the original objcgRoman Gushchin2023-10-251-0/+5
| * | | mm: kmem: add direct objcg pointer to task_structRoman Gushchin2023-10-251-9/+130
| * | | mm: kmem: optimize get_obj_cgroup_from_current()Roman Gushchin2023-10-251-20/+14
| * | | mm, pcp: reduce detecting time of consecutive high order page freeingHuang Ying2023-10-251-12/+15
| * | | mm, pcp: decrease PCP high if free pages < high watermarkHuang Ying2023-10-251-2/+31
| * | | mm: tune PCP high automaticallyHuang Ying2023-10-252-29/+98
| * | | mm: add framework for PCP high auto-tuningHuang Ying2023-10-251-25/+46
| * | | mm, page_alloc: scale the number of pages that are batch allocatedHuang Ying2023-10-251-10/+43
| * | | mm: restrict the pcp batch scale factor to avoid too long latencyHuang Ying2023-10-252-1/+12
| * | | mm, pcp: reduce lock contention for draining high-order pagesHuang Ying2023-10-251-1/+37
| * | | mm, pcp: avoid to drain PCP when process exitHuang Ying2023-10-251-3/+8
| * | | mm/oom_killer: simplify OOM killer info dump helperKairui Song2023-10-251-8/+8
| * | | mm: kmsan: panic on failure to allocate early boot metadataPedro Falcato2023-10-251-2/+7
| * | | nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)2023-10-251-0/+1
| * | | hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functionsUsama Arif2023-10-253-35/+37
| * | | hugetlb: batch TLB flushes when restoring vmemmapMike Kravetz2023-10-251-15/+24
| * | | hugetlb: batch TLB flushes when freeing vmemmapJoao Martins2023-10-251-11/+38
| * | | hugetlb: batch PMD split for bulk vmemmap dedupJoao Martins2023-10-251-4/+88
| * | | hugetlb: batch freeing of vmemmap pagesMike Kravetz2023-10-251-26/+56
| * | | hugetlb: perform vmemmap restoration on a list of pagesMike Kravetz2023-10-253-28/+120
| * | | hugetlb: perform vmemmap optimization on a list of pagesMike Kravetz2023-10-253-8/+51
| * | | hugetlb: restructure pool allocationsMike Kravetz2023-10-251-39/+141
| * | | hugetlb: optimize update_and_free_pages_bulk to avoid lock cyclesMike Kravetz2023-10-251-0/+39
| * | | mm: fix draining remote pagesetHuang Ying2023-10-251-1/+3
| * | | mm: perform the mapping_map_writable() check after call_mmap()Lorenzo Stoakes2023-10-181-8/+11
| * | | mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes2023-10-181-1/+1
| * | | mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes2023-10-183-8/+8
| * | | mm/damon/sysfs: avoid empty scheme tried regions for large apply intervalSeongJae Park2023-10-183-4/+48