summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-02-22mm: zswap: clean up zswap_entry_put()Johannes Weiner1-7/+3
2024-02-22mm: zswap: warn when referencing a dead entryJohannes Weiner1-0/+1
2024-02-22mm: zswap: move zswap_invalidate_entry() to related functionsJohannes Weiner1-12/+12
2024-02-22mm: zswap: inline and remove zswap_entry_find_get()Johannes Weiner1-15/+2
2024-02-22mm: zswap: rename zswap_free_entry to zswap_entry_freeJohannes Weiner1-2/+2
2024-02-22mm/list_lru: remove list_lru_putback()Chengming Zhou2-15/+1
2024-02-22mm/zswap: fix race between lru writeback and swapoffChengming Zhou1-65/+49
2024-02-22mm and cache_info: remove unnecessary CPU cache info updateHuang Ying1-21/+18
2024-02-22kswapd: replace try_to_freeze() with kthread_freezable_should_stop()Levi Yun1-6/+6
2024-02-22mm: memcg: don't periodically flush stats when memcg is disabledT.J. Mercier1-1/+1
2024-02-22mm: kmsan: remove runtime checks from kmsan_unpoison_memory()Alexander Potapenko1-23/+13
2024-02-22mm/memory_hotplug: export mhp_supports_memmap_on_memory()Vishal Verma1-11/+6
2024-02-22mm: zswap: remove unused tree argument in zswap_entry_put()Yosry Ahmed1-5/+4
2024-02-22mm/mmap: introduce vma_set_range()Yajun Deng2-22/+16
2024-02-22mm: zswap: remove unnecessary trees cleanups in zswap_swapoff()Yosry Ahmed1-13/+3
2024-02-22mm: swap: enforce updating inuse_pages at the end of swap_range_free()Yosry Ahmed1-3/+15
2024-02-22mm/zswap: split zswap rb-treeChengming Zhou2-26/+47
2024-02-22mm/zswap: make sure each swapfile always have zswap rb-treeChengming Zhou2-8/+10
2024-02-22mempolicy: clean up minor dead code in queue_pages_test_walk()Lukas Bulwahn1-4/+0
2024-02-22mm: writeback: ratelimit stat flush from mem_cgroup_wb_statsShakeel Butt1-1/+1
2024-02-22mm: memory: move mem_cgroup_charge() into alloc_anon_folio()Kefeng Wang1-8/+8
2024-02-22mm/zswap: improve with alloc_workqueue() callRonald Monthero1-1/+2
2024-02-22readahead: use ilog2 instead of a while loop in page_cache_ra_order()Pankaj Raghav1-4/+2
2024-02-22mm: convert mm_counter_file() to take a folioKefeng Wang4-10/+10
2024-02-22mm: convert mm_counter() to take a folioKefeng Wang3-10/+10
2024-02-22mm: convert to should_zap_page() to should_zap_folio()Kefeng Wang1-14/+17
2024-02-22mm: use pfn_swap_entry_folio() in copy_nonpresent_pte()Kefeng Wang1-2/+2
2024-02-22mm: use pfn_swap_entry_to_folio() in zap_huge_pmd()Kefeng Wang1-7/+10
2024-02-22mm: use pfn_swap_entry_folio() in __split_huge_pmd_locked()Kefeng Wang1-2/+2
2024-02-22mprotect: use pfn_swap_entry_folioMatthew Wilcox (Oracle)1-2/+2
2024-02-22mm: add pfn_swap_entry_folio()Matthew Wilcox (Oracle)2-2/+2
2024-02-22memcg: use a folio in get_mctgt_type_thpMatthew Wilcox (Oracle)1-5/+7
2024-02-22memcg: use a folio in get_mctgt_typeMatthew Wilcox (Oracle)1-10/+13
2024-02-22memcg: return the folio in union mc_targetMatthew Wilcox (Oracle)1-7/+7
2024-02-22memcg: convert mem_cgroup_move_charge_pte_range() to use a folioMatthew Wilcox (Oracle)1-25/+24
2024-02-22mm: mmap: no need to call khugepaged_enter_vma() for stackYang Shi1-2/+0
2024-02-22mm: list_lru: disable memcg_aware when cgroup.memory is set to "nokmem"Haifeng Xu1-0/+3
2024-02-22mm: memory: use nth_page() in clear/copy_subpage()Kefeng Wang1-4/+5
2024-02-22mm/mmap: simplify vma link and unlinkYajun Deng1-25/+19
2024-02-22mm/filemap: avoid type conversionHongbo Li1-1/+1
2024-02-22mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar2-4/+16
2024-02-22mm/cma: fix placement of trace_cma_alloc_start/finishKalesh Singh1-4/+4
2024-02-21kasan: guard release_free_meta() shadow access with kasan_arch_is_ready()Benjamin Gray1-0/+3
2024-02-21mm/damon/lru_sort: fix quota status loss due to online tuningsSeongJae Park1-7/+36
2024-02-21mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park1-1/+17
2024-02-21mm/damon/sysfs-schemes: handle schemes sysfs dir removal before commit_scheme...SeongJae Park1-0/+4
2024-02-21mm: memcontrol: clarify swapaccount=0 deprecation warningJohannes Weiner1-3/+7
2024-02-21mm/memblock: add MEMBLOCK_RSRV_NOINIT into flagname[] arrayAnshuman Khandual1-0/+1
2024-02-21mm/zswap: invalidate duplicate entry when !zswap_enabledChengming Zhou1-1/+5
2024-02-21mm/swap: fix race when skipping swapcacheKairui Song3-0/+38