summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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)
2024-05-05arm: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESSKefeng Wang
2024-05-05arm64: mm: drop VM_FAULT_BADMAP/VM_FAULT_BADACCESSKefeng Wang
2024-05-05Documentation/admin-guide/cgroup-v1/memory.rst: don't reference page_mapcount()David Hildenbrand
2024-05-05mm/debug: print only page mapcount (excluding folio entire mapcount) in __dum...David Hildenbrand
2024-05-05xtensa/mm: convert check_tlb_entry() to sanity check foliosDavid Hildenbrand
2024-05-05trace/events/page_ref: trace the raw page mapcount valueDavid Hildenbrand
2024-05-05mm/migrate_device: use folio_mapcount() in migrate_vma_check_page()David Hildenbrand
2024-05-05mm/filemap: use folio_mapcount() in filemap_unaccount_folio()David Hildenbrand
2024-05-05sh/mm/cache: use folio_mapped() in copy_from_user_page()David Hildenbrand
2024-05-05mm/migrate: use folio_likely_mapped_shared() in add_page_for_migration()David Hildenbrand
2024-05-05mm/page_alloc: use folio_mapped() in __alloc_contig_migrate_range()David Hildenbrand
2024-05-05mm/memory-failure: use folio_mapcount() in hwpoison_user_mappings()David Hildenbrand
2024-05-05mm/huge_memory: use folio_mapcount() in zap_huge_pmd() sanity checkDavid Hildenbrand
2024-05-05mm/memory: use folio_mapcount() in zap_present_folio_ptes()David Hildenbrand
2024-05-05mm: make folio_mapcount() return 0 for small typed foliosDavid Hildenbrand
2024-05-05mm: improve folio_likely_mapped_shared() using the mapcount of large foliosDavid Hildenbrand
2024-05-05mm: track mapcount of large folios in single valueDavid Hildenbrand
2024-05-05mm/rmap: add fast-path for small folios when adding/removing/duplicatingDavid Hildenbrand
2024-05-05mm/rmap: always inline anon/file rmap duplication of a single PTEDavid Hildenbrand
2024-05-05mm: allow for detecting underflows with page_mapcount() againDavid Hildenbrand
2024-05-05mm: follow_pte() improvementsDavid Hildenbrand
2024-05-05mm: pass VMA instead of MM to follow_pte()David Hildenbrand
2024-05-05drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map()David Hildenbrand
2024-05-05mm,swap: add document about RCU read lock and swapoff interactionHuang Ying
2024-05-05mm/mmap: make accountable_mapping return boolHao Ge
2024-05-05mm/mmap: make vma_wants_writenotify return boolHao Ge
2024-05-05memory tier: create CPUless memory tiers after obtaining HMAT infoHo-Ren (Jack) Chuang
2024-05-05memory tier: dax/kmem: introduce an abstract layer for finding, allocating, a...Ho-Ren (Jack) Chuang
2024-04-25mm: set pageblock_order to HPAGE_PMD_ORDER in case with !CONFIG_HUGETLB_PAGE ...Baolin Wang
2024-04-25mm: convert free_zone_device_page to free_zone_device_folioMatthew Wilcox (Oracle)
2024-04-25mm: combine __folio_put_small, __folio_put_large and __folio_putMatthew Wilcox (Oracle)
2024-04-25mm: inline destroy_large_folio() into __folio_put_large()Matthew Wilcox (Oracle)
2024-04-25mm: combine free_the_page() and free_unref_page()Matthew Wilcox (Oracle)
2024-04-25mm: free non-hugetlb large folios in a batchMatthew Wilcox (Oracle)
2024-04-25mm: convert pagecache_isize_extended to use a folioMatthew Wilcox (Oracle)
2024-04-25mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nidFrank van der Linden