summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed
2024-02-22mm and cache_info: remove unnecessary CPU cache info updateHuang Ying
2024-02-22kswapd: replace try_to_freeze() with kthread_freezable_should_stop()Levi Yun
2024-02-22mm: memcg: don't periodically flush stats when memcg is disabledT.J. Mercier
2024-02-22selftests/mm: new test that steals pagesBreno Leitao
2024-02-22mm: kmsan: remove runtime checks from kmsan_unpoison_memory()Alexander Potapenko
2024-02-22highmem: add kernel-doc for memcpy_*_folio()Matthew Wilcox (Oracle)
2024-02-22dax: add a sysfs knob to control memmap_on_memory behaviorVishal Verma
2024-02-22mm/memory_hotplug: export mhp_supports_memmap_on_memory()Vishal Verma
2024-02-22Documentatiion/ABI: add ABI documentation for sys-bus-daxVishal Verma
2024-02-22dax/bus.c: replace several sprintf() with sysfs_emit()Vishal Verma
2024-02-22dax/bus.c: replace driver-core lock usage by a local rwsemVishal Verma
2024-02-22mm: zswap: remove unused tree argument in zswap_entry_put()Yosry Ahmed
2024-02-22mm/mmap: introduce vma_set_range()Yajun Deng
2024-02-22mm: zswap: remove unnecessary trees cleanups in zswap_swapoff()Yosry Ahmed
2024-02-22mm: swap: enforce updating inuse_pages at the end of swap_range_free()Yosry Ahmed
2024-02-22mm/zswap: split zswap rb-treeChengming Zhou
2024-02-22mm/zswap: make sure each swapfile always have zswap rb-treeChengming Zhou
2024-02-22mempolicy: clean up minor dead code in queue_pages_test_walk()Lukas Bulwahn
2024-02-22maple_tree: avoid duplicate variable init in mast_spanning_rebalance()Lukas Bulwahn
2024-02-22selftests: mm: perform some system cleanup before using hugepagesNico Pache
2024-02-22userfaultfd: fix return error if mmap_changing is non-zero in MOVE ioctlLokesh Gidra
2024-02-22selftests/memfd: delete unused declarationsGreg Thelen
2024-02-22mm: writeback: ratelimit stat flush from mem_cgroup_wb_statsShakeel Butt
2024-02-22mm: memory: move mem_cgroup_charge() into alloc_anon_folio()Kefeng Wang
2024-02-22tools/mm: add thpmaps script to dump THP usage infoRyan Roberts
2024-02-22mm/zswap: improve with alloc_workqueue() callRonald Monthero
2024-02-22readahead: use ilog2 instead of a while loop in page_cache_ra_order()Pankaj Raghav
2024-02-21fs/proc/task_mmu.c: add_to_pagemap: remove useless parameter addrHui Zhu
2024-02-21mm: convert mm_counter_file() to take a folioKefeng Wang
2024-02-21mm: convert mm_counter() to take a folioKefeng Wang
2024-02-21mm: convert to should_zap_page() to should_zap_folio()Kefeng Wang
2024-02-21mm: use pfn_swap_entry_folio() in copy_nonpresent_pte()Kefeng Wang
2024-02-21mm: use pfn_swap_entry_to_folio() in zap_huge_pmd()Kefeng Wang
2024-02-21mm: use pfn_swap_entry_folio() in __split_huge_pmd_locked()Kefeng Wang
2024-02-21s390: use pfn_swap_entry_folio() in ptep_zap_swap_entry()Kefeng Wang
2024-02-21mprotect: use pfn_swap_entry_folioMatthew Wilcox (Oracle)
2024-02-21proc: use pfn_swap_entry_folio where obviousMatthew Wilcox (Oracle)
2024-02-21mm: add pfn_swap_entry_folio()Matthew Wilcox (Oracle)
2024-02-21memcg: use a folio in get_mctgt_type_thpMatthew Wilcox (Oracle)
2024-02-21memcg: use a folio in get_mctgt_typeMatthew Wilcox (Oracle)
2024-02-21memcg: return the folio in union mc_targetMatthew Wilcox (Oracle)
2024-02-21memcg: convert mem_cgroup_move_charge_pte_range() to use a folioMatthew Wilcox (Oracle)
2024-02-21mm: mmap: no need to call khugepaged_enter_vma() for stackYang Shi
2024-02-21mm: list_lru: remove unused macro list_lru_init_key()Haifeng Xu
2024-02-21mm: list_lru: disable memcg_aware when cgroup.memory is set to "nokmem"Haifeng Xu
2024-02-21mm: memory: use nth_page() in clear/copy_subpage()Kefeng Wang
2024-02-21mm/mmap: simplify vma link and unlinkYajun Deng
2024-02-21scripts/gdb/vmalloc: fix vmallocinfo errorKuan-Ying Lee
2024-02-21selftests/mm/ksm_functional: prevent unmapping undefined addressJP Kobryn