summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-22mm: zswap: function ordering: move entry sections out of LRU sectionJohannes Weiner1-52/+49
2024-02-22mm: zswap: function ordering: public lru apiJohannes Weiner1-17/+19
2024-02-22mm: zswap: function ordering: pool paramsJohannes Weiner1-156/+156
2024-02-22mm: zswap: function ordering: zswap_poolsJohannes Weiner1-77/+73
2024-02-22mm: zswap: function ordering: pool refcountingJohannes Weiner1-47/+47
2024-02-22mm: zswap: function ordering: pool alloc & freeJohannes Weiner1-145/+152
2024-02-22mm: zswap: simplify zswap_invalidate()Johannes Weiner1-7/+2
2024-02-22mm: zswap: further cleanup zswap_store()Johannes Weiner1-15/+13
2024-02-22mm: zswap: break out zwap_compress()Johannes Weiner1-68/+77
2024-02-22mm: zswap: rename __zswap_load() to zswap_decompress()Johannes Weiner1-3/+3
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 Zhou3-31/+1
2024-02-22mm/zswap: fix race between lru writeback and swapoffChengming Zhou1-65/+49
2024-02-22x86/mm: clarify "prev" usage in switch_mm_irqs_off()Yosry Ahmed1-19/+16
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed6-6/+6
2024-02-22mm and cache_info: remove unnecessary CPU cache info updateHuang Ying3-28/+63
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-22selftests/mm: new test that steals pagesBreno Leitao3-0/+126
2024-02-22mm: kmsan: remove runtime checks from kmsan_unpoison_memory()Alexander Potapenko1-23/+13
2024-02-22highmem: add kernel-doc for memcpy_*_folio()Matthew Wilcox (Oracle)1-0/+14
2024-02-22dax: add a sysfs knob to control memmap_on_memory behaviorVishal Verma2-0/+60
2024-02-22mm/memory_hotplug: export mhp_supports_memmap_on_memory()Vishal Verma2-11/+12
2024-02-22Documentatiion/ABI: add ABI documentation for sys-bus-daxVishal Verma1-0/+136
2024-02-22dax/bus.c: replace several sprintf() with sysfs_emit()Vishal Verma1-16/+16
2024-02-22dax/bus.c: replace driver-core lock usage by a local rwsemVishal Verma1-62/+156
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 Zhou3-28/+49
2024-02-22mm/zswap: make sure each swapfile always have zswap rb-treeChengming Zhou3-10/+15
2024-02-22mempolicy: clean up minor dead code in queue_pages_test_walk()Lukas Bulwahn1-4/+0
2024-02-22maple_tree: avoid duplicate variable init in mast_spanning_rebalance()Lukas Bulwahn1-2/+0
2024-02-22selftests: mm: perform some system cleanup before using hugepagesNico Pache1-0/+9
2024-02-22userfaultfd: fix return error if mmap_changing is non-zero in MOVE ioctlLokesh Gidra1-1/+1
2024-02-22selftests/memfd: delete unused declarationsGreg Thelen1-10/+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-22tools/mm: add thpmaps script to dump THP usage infoRyan Roberts2-4/+680
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-22fs/proc/task_mmu.c: add_to_pagemap: remove useless parameter addrHui Zhu1-7/+6
2024-02-22mm: convert mm_counter_file() to take a folioKefeng Wang6-15/+15
2024-02-22mm: convert mm_counter() to take a folioKefeng Wang5-14/+14
2024-02-22mm: convert to should_zap_page() to should_zap_folio()Kefeng Wang1-14/+17