summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* maple_tree: avoid duplicate variable init in mast_spanning_rebalance()Lukas Bulwahn2024-02-221-2/+0
* selftests: mm: perform some system cleanup before using hugepagesNico Pache2024-02-221-0/+9
* userfaultfd: fix return error if mmap_changing is non-zero in MOVE ioctlLokesh Gidra2024-02-221-1/+1
* selftests/memfd: delete unused declarationsGreg Thelen2024-02-221-10/+0
* mm: writeback: ratelimit stat flush from mem_cgroup_wb_statsShakeel Butt2024-02-221-1/+1
* mm: memory: move mem_cgroup_charge() into alloc_anon_folio()Kefeng Wang2024-02-221-8/+8
* tools/mm: add thpmaps script to dump THP usage infoRyan Roberts2024-02-222-4/+680
* mm/zswap: improve with alloc_workqueue() callRonald Monthero2024-02-221-1/+2
* readahead: use ilog2 instead of a while loop in page_cache_ra_order()Pankaj Raghav2024-02-221-4/+2
* fs/proc/task_mmu.c: add_to_pagemap: remove useless parameter addrHui Zhu2024-02-211-7/+6
* mm: convert mm_counter_file() to take a folioKefeng Wang2024-02-216-15/+15
* mm: convert mm_counter() to take a folioKefeng Wang2024-02-215-14/+14
* mm: convert to should_zap_page() to should_zap_folio()Kefeng Wang2024-02-211-14/+17
* mm: use pfn_swap_entry_folio() in copy_nonpresent_pte()Kefeng Wang2024-02-211-2/+2
* mm: use pfn_swap_entry_to_folio() in zap_huge_pmd()Kefeng Wang2024-02-211-7/+10
* mm: use pfn_swap_entry_folio() in __split_huge_pmd_locked()Kefeng Wang2024-02-211-2/+2
* s390: use pfn_swap_entry_folio() in ptep_zap_swap_entry()Kefeng Wang2024-02-211-2/+2
* mprotect: use pfn_swap_entry_folioMatthew Wilcox (Oracle)2024-02-211-2/+2
* proc: use pfn_swap_entry_folio where obviousMatthew Wilcox (Oracle)2024-02-211-2/+2
* mm: add pfn_swap_entry_folio()Matthew Wilcox (Oracle)2024-02-213-2/+15
* memcg: use a folio in get_mctgt_type_thpMatthew Wilcox (Oracle)2024-02-211-5/+7
* memcg: use a folio in get_mctgt_typeMatthew Wilcox (Oracle)2024-02-211-10/+13
* memcg: return the folio in union mc_targetMatthew Wilcox (Oracle)2024-02-211-7/+7
* memcg: convert mem_cgroup_move_charge_pte_range() to use a folioMatthew Wilcox (Oracle)2024-02-211-25/+24
* mm: mmap: no need to call khugepaged_enter_vma() for stackYang Shi2024-02-211-2/+0
* mm: list_lru: remove unused macro list_lru_init_key()Haifeng Xu2024-02-211-2/+0
* mm: list_lru: disable memcg_aware when cgroup.memory is set to "nokmem"Haifeng Xu2024-02-211-0/+3
* mm: memory: use nth_page() in clear/copy_subpage()Kefeng Wang2024-02-211-4/+5
* mm/mmap: simplify vma link and unlinkYajun Deng2024-02-211-25/+19
* scripts/gdb/vmalloc: fix vmallocinfo errorKuan-Ying Lee2024-02-211-27/+29
* selftests/mm/ksm_functional: prevent unmapping undefined addressJP Kobryn2024-02-211-2/+2
* mm/filemap: avoid type conversionHongbo Li2024-02-211-1/+1
* s390: enable MHP_MEMMAP_ON_MEMORYSumanth Korikkar2024-02-211-0/+1
* s390/mm: implement MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar2024-02-211-6/+35
* s390/sclp: remove unhandled memory notifier typeSumanth Korikkar2024-02-211-3/+0
* s390/mm: allocate vmemmap pages from self-contained memory rangeSumanth Korikkar2024-02-212-30/+35
* mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar2024-02-216-6/+65
* maple_tree: fix comment describing mas_node_count_gfp()Sidhartha Kumar2024-02-211-2/+2
* mm/cma: fix placement of trace_cma_alloc_start/finishKalesh Singh2024-02-211-4/+4
* kasan: guard release_free_meta() shadow access with kasan_arch_is_ready()Benjamin Gray2024-02-201-0/+3
* mm/damon/lru_sort: fix quota status loss due to online tuningsSeongJae Park2024-02-201-7/+36
* mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park2024-02-201-1/+17
* MAINTAINERS: mailmap: update Shakeel's email addressShakeel Butt2024-02-202-1/+2
* mm/damon/sysfs-schemes: handle schemes sysfs dir removal before commit_scheme...SeongJae Park2024-02-201-0/+4
* mm: memcontrol: clarify swapaccount=0 deprecation warningJohannes Weiner2024-02-201-3/+7
* mm/memblock: add MEMBLOCK_RSRV_NOINIT into flagname[] arrayAnshuman Khandual2024-02-201-0/+1
* mm/zswap: invalidate duplicate entry when !zswap_enabledChengming Zhou2024-02-201-1/+5
* lib/Kconfig.debug: TEST_IOV_ITER depends on MMUGuenter Roeck2024-02-201-0/+1
* mm/swap: fix race when skipping swapcacheKairui Song2024-02-204-0/+43
* mm/swap_state: update zswap LRU's protection range with the folio lockedNhat Pham2024-02-202-8/+9