summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-05-05gup: use folios for gup_devmapMatthew Wilcox (Oracle)
2024-05-05mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()Matthew Wilcox (Oracle)
2024-05-05userfault; expand folio use in mfill_atomic_install_pte()Matthew Wilcox (Oracle)
2024-05-05migrate: expand the use of folio in __migrate_device_pages()Matthew Wilcox (Oracle)
2024-05-05memory-failure: remove calls to page_mapping()Matthew Wilcox (Oracle)
2024-05-05mm/memory-failure: pass the folio to collect_procs_ksm()Matthew Wilcox (Oracle)
2024-05-05mm/memory-failure: use folio functions throughout collect_procs()Matthew Wilcox (Oracle)
2024-05-05mm/memory-failure: add some folio conversions to unpoison_memoryMatthew Wilcox (Oracle)
2024-05-05mm/memory-failure: convert hwpoison_user_mappings to take a folioMatthew Wilcox (Oracle)
2024-05-05mm/memory-failure: convert memory_failure() to use a folioMatthew Wilcox (Oracle)
2024-05-05mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)
2024-05-05mm/memory-failure: convert shake_page() to shake_folio()Matthew Wilcox (Oracle)
2024-05-05mm: make page_mapped_in_vma conditional on CONFIG_MEMORY_FAILUREMatthew Wilcox (Oracle)
2024-05-05mm: return the address from page_mapped_in_vma()Matthew Wilcox (Oracle)
2024-05-05mm/memory-failure: pass addr to __add_to_kill()Matthew Wilcox (Oracle)
2024-05-05mm/memory-failure: remove fsdax_pgoff argument from __add_to_killMatthew Wilcox (Oracle)
2024-05-05memcg: simple cleanup of stats update functionsShakeel Butt
2024-05-05mm: memory: check userfaultfd_wp() in vmf_orig_pte_uffd_wp()Kefeng Wang
2024-05-05mm/madvise: optimize lazyfreeing with mTHP in madvise_freeLance Yang
2024-05-05mm/memory: add any_dirty optional pointer to folio_pte_batch()Lance Yang
2024-05-05mm/madvise: introduce clear_young_dirty_ptes() batch helperLance Yang
2024-05-05mm: swapfile: check usable swap device in __folio_throttle_swaprate()Kefeng Wang
2024-05-05mm/huge_memory: improve split_huge_page_to_list_to_order() return value docum...David Hildenbrand
2024-05-05mm/page_table_check: support userfault wr-protect entriesPeter Xu
2024-05-05mm/hugetlb: assert hugetlb_lock in __hugetlb_cgroup_commit_chargePeter Xu
2024-05-05mm/sparse: guard the size of mem_section is power of 2Wei Yang
2024-05-05doc: improve the description of __folio_mark_dirtyMatthew Wilcox (Oracle)
2024-05-05mm/ksm: remove page_mapcount() usage in stable_tree_search()David Hildenbrand
2024-05-05mm: zswap: remove same_filled module paramsYosry Ahmed
2024-05-05mm: zswap: move more same-filled pages checks outside of zswap_store()Yosry Ahmed
2024-05-05mm: zswap: refactor limit checking from zswap_store()Yosry Ahmed
2024-05-05mm: zswap: always shrink in zswap_store() if zswap_pool_reached_fullYosry Ahmed
2024-05-05userfaultfd: remove WRITE_ONCE when setting folio->index during UFFDIO_MOVESuren Baghdasaryan
2024-05-05mm: page_alloc: allowing mTHP compaction to capture the freed page directlyBaolin Wang
2024-05-05mm: filemap: batch mm counter updating in filemap_map_pages()Kefeng Wang
2024-05-05mm: move mm counter updating out of set_pte_range()Kefeng Wang
2024-05-05mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song
2024-05-05mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback countersBarry Song
2024-05-05mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()Sidhartha Kumar
2024-05-05mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar
2024-05-05mm/ksm: replace set_page_stable_node by folio_set_stable_nodeAlex Shi (tencent)
2024-05-05mm/ksm: rename get_ksm_page_flags to ksm_get_folio_flagsDavid Hildenbrand
2024-05-05mm/ksm: convert chain series funcs and replace get_ksm_pageAlex Shi (tencent)
2024-05-05mm/ksm: use folio in write_protect_pageAlex Shi (tencent)
2024-05-05mm/ksm: use ksm_get_folio in scan_get_next_rmap_itemAlex Shi (tencent)
2024-05-05mm/ksm: use folio in stable_node_dupAlex Shi (tencent)
2024-05-05mm/ksm: use folio in remove_stable_nodeAlex Shi (tencent)
2024-05-05mm/ksm: add folio_set_stable_nodeAlex Shi (tencent)
2024-05-05mm/ksm: use folio in remove_rmap_item_from_treeAlex Shi (tencent)
2024-05-05mm/ksm: add ksm_get_folioAlex Shi (tencent)