summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 free_bootmem_pageLiu Shixin2023-10-251-1/+1
* bootmem: use kmemleak_free_part_phys in put_page_bootmemLiu Shixin2023-10-251-1/+1
* mm: remove page_cpupid_xchg_last()Kefeng Wang2023-10-252-15/+10
* 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-252-2/+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
* sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()Kefeng Wang2023-10-251-1/+1
* mm: add folio_xchg_last_cpupid()Kefeng Wang2023-10-251-0/+5
* mm: remove xchg_page_access_time()Kefeng Wang2023-10-251-8/+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
* sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()Kefeng Wang2023-10-251-1/+1
* mm: add folio_xchg_access_time()Kefeng Wang2023-10-251-0/+5
* mm: remove page_cpupid_last()Kefeng Wang2023-10-251-11/+6
* 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: add folio_last_cpupid()Kefeng Wang2023-10-251-0/+5
* mm_types: add virtual and _last_cpupid into struct folioKefeng Wang2023-10-251-4/+18
* 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-252-33/+10
* percpu: scoped objcg protectionRoman Gushchin2023-10-251-5/+3
* mm: kmem: scoped objcg protectionRoman Gushchin2023-10-254-9/+66
* mm: kmem: make memcg keep a reference to the original objcgRoman Gushchin2023-10-252-1/+12
* mm: kmem: add direct objcg pointer to task_structRoman Gushchin2023-10-252-9/+134
* 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-252-13/+16
* mm, pcp: decrease PCP high if free pages < high watermarkHuang Ying2023-10-252-2/+32
* mm: tune PCP high automaticallyHuang Ying2023-10-253-29/+99
* mm: add framework for PCP high auto-tuningHuang Ying2023-10-252-26/+50
* mm, page_alloc: scale the number of pages that are batch allocatedHuang Ying2023-10-252-11/+45
* 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-254-1/+46
* cacheinfo: calculate size of per-CPU data cache sliceHuang Ying2023-10-252-1/+49
* mm, pcp: avoid to drain PCP when process exitHuang Ying2023-10-252-4/+19
* 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
* buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)2023-10-2518-34/+25
* ufs: remove ufs_get_locked_page()Matthew Wilcox (Oracle)2023-10-252-16/+0
* ufs: convert ufs_change_blocknr() to use foliosMatthew Wilcox (Oracle)2023-10-251-11/+9
* ufs: use ufs_get_locked_folio() in ufs_alloc_lastblock()Matthew Wilcox (Oracle)2023-10-251-13/+12
* ufs: add ufs_get_locked_folio and ufs_put_locked_folioMatthew Wilcox (Oracle)2023-10-252-22/+34
* reiserfs: convert writepage to use a folioMatthew Wilcox (Oracle)2023-10-251-40/+40