summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-10-25mm: kmemleak: add __find_and_remove_object()Liu Shixin
2023-10-25mm: kmemleak: use mem_pool_free() to free objectLiu Shixin
2023-10-25mm: kmemleak: split __create_object into two functionsLiu Shixin
2023-10-25mm/kmemleak: fix print format of pointer in pr_debug()Liu Shixin
2023-10-25bootmem: use kmemleak_free_part_phys in put_page_bootmemLiu Shixin
2023-10-25mm: remove page_cpupid_xchg_last()Kefeng Wang
2023-10-25mm: use folio_xchg_last_cpupid() in wp_page_reuse()Kefeng Wang
2023-10-25mm: convert wp_page_reuse() and finish_mkwrite_fault() to take a folioKefeng Wang
2023-10-25mm: make finish_mkwrite_fault() staticKefeng Wang
2023-10-25mm: huge_memory: use folio_xchg_last_cpupid() in __split_huge_page_tail()Kefeng Wang
2023-10-25mm: migrate: use folio_xchg_last_cpupid() in folio_migrate_flags()Kefeng Wang
2023-10-25mm: huge_memory: use a folio in change_huge_pmd()Kefeng Wang
2023-10-25mm: mprotect: use a folio in change_pte_range()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/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-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-25nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)
2023-10-25hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functionsUsama Arif
2023-10-25hugetlb: batch TLB flushes when restoring vmemmapMike Kravetz
2023-10-25hugetlb: batch TLB flushes when freeing vmemmapJoao Martins
2023-10-25hugetlb: batch PMD split for bulk vmemmap dedupJoao Martins
2023-10-25hugetlb: batch freeing of vmemmap pagesMike Kravetz
2023-10-25hugetlb: perform vmemmap restoration on a list of pagesMike Kravetz
2023-10-25hugetlb: perform vmemmap optimization on a list of pagesMike Kravetz
2023-10-25hugetlb: restructure pool allocationsMike Kravetz
2023-10-25hugetlb: optimize update_and_free_pages_bulk to avoid lock cyclesMike Kravetz
2023-10-25mm: fix draining remote pagesetHuang Ying
2023-10-24Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://git.kernel.org/pub/s...Linus Torvalds
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar
2023-10-20mm/percpu.c: introduce pcpu_alloc_size()Hou Tao
2023-10-20mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search()Hou Tao
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-19vfs: fix readahead(2) on block devicesReuben Hawkins