summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-05-06mm: filemap: batch mm counter updating in filemap_map_pages()Kefeng Wang1-9/+12
2024-05-06mm: move mm counter updating out of set_pte_range()Kefeng Wang2-3/+9
2024-05-06mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song3-0/+8
2024-05-06mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback countersBarry Song2-0/+57
2024-05-06mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()Sidhartha Kumar2-3/+3
2024-05-06mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar2-13/+12
2024-05-06mm/ksm: replace set_page_stable_node by folio_set_stable_nodeAlex Shi (tencent)1-9/+3
2024-05-06mm/ksm: rename get_ksm_page_flags to ksm_get_folio_flagsDavid Hildenbrand1-16/+16
2024-05-06mm/ksm: convert chain series funcs and replace get_ksm_pageAlex Shi (tencent)2-72/+66
2024-05-06mm/ksm: use folio in write_protect_pageAlex Shi (tencent)1-12/+13
2024-05-06mm/ksm: use ksm_get_folio in scan_get_next_rmap_itemAlex Shi (tencent)1-5/+5
2024-05-06mm/ksm: use folio in stable_node_dupAlex Shi (tencent)1-8/+8
2024-05-06mm/ksm: use folio in remove_stable_nodeAlex Shi (tencent)1-12/+12
2024-05-06mm/ksm: add folio_set_stable_nodeAlex Shi (tencent)1-1/+7
2024-05-06mm/ksm: use folio in remove_rmap_item_from_treeAlex Shi (tencent)1-5/+5
2024-05-06mm/ksm: add ksm_get_folioAlex Shi (tencent)1-17/+25
2024-05-06mm/debug: print only page mapcount (excluding folio entire mapcount) in __dum...David Hildenbrand1-7/+2
2024-05-06mm/migrate_device: use folio_mapcount() in migrate_vma_check_page()David Hildenbrand1-5/+7
2024-05-06mm/filemap: use folio_mapcount() in filemap_unaccount_folio()David Hildenbrand1-1/+1
2024-05-06mm/migrate: use folio_likely_mapped_shared() in add_page_for_migration()David Hildenbrand1-1/+1
2024-05-06mm/page_alloc: use folio_mapped() in __alloc_contig_migrate_range()David Hildenbrand1-2/+6
2024-05-06mm/memory-failure: use folio_mapcount() in hwpoison_user_mappings()David Hildenbrand1-2/+2
2024-05-06mm/huge_memory: use folio_mapcount() in zap_huge_pmd() sanity checkDavid Hildenbrand1-1/+1
2024-05-06mm/memory: use folio_mapcount() in zap_present_folio_ptes()David Hildenbrand1-2/+1
2024-05-06mm: track mapcount of large folios in single valueDavid Hildenbrand6-27/+23
2024-05-06mm/rmap: add fast-path for small folios when adding/removing/duplicatingDavid Hildenbrand1-10/+16
2024-05-06mm: follow_pte() improvementsDavid Hildenbrand1-5/+15
2024-05-06mm: pass VMA instead of MM to follow_pte()David Hildenbrand1-7/+8
2024-05-06mm,swap: add document about RCU read lock and swapoff interactionHuang Ying1-13/+13
2024-05-06mm/mmap: make accountable_mapping return boolHao Ge1-2/+2
2024-05-06mm/mmap: make vma_wants_writenotify return boolHao Ge1-6/+6
2024-05-06memory tier: create CPUless memory tiers after obtaining HMAT infoHo-Ren (Jack) Chuang1-24/+70
2024-05-06memory tier: dax/kmem: introduce an abstract layer for finding, allocating, a...Ho-Ren (Jack) Chuang1-0/+29
2024-05-06mm,page_owner: don't remove __GFP_NOLOCKDEP in add_stack_record_to_listChristoph Hellwig1-1/+1
2024-05-06mm/vmalloc: fix return value of vb_alloc if size is 0Hailong.Liu1-1/+1
2024-05-06mm: use memalloc_nofs_save() in page_cache_ra_order()Kefeng Wang1-0/+4
2024-05-06mm: page_owner: fix wrong information in dump_page_ownerManinder Singh1-1/+1
2024-05-03swapon(2): open swap with O_EXCLAl Viro1-17/+2
2024-05-03swapon(2)/swapoff(2): don't bother with block sizeAl Viro1-11/+1
2024-05-02mm/slub: remove the check for NULL kmalloc_cachesHyunmin Lee1-6/+4
2024-05-02mm/slub: create kmalloc 96 and 192 caches regardless cache size orderHyunmin Lee1-12/+7
2024-05-02mm/slub: mark racy access on slab->freelistlinke li1-1/+1
2024-05-01mm: Export writeback_iter()David Howells1-0/+1
2024-05-01mm: Provide a means of invalidation without using launder_folioDavid Howells1-0/+54
2024-05-01mm/slub: avoid zeroing outside-object freepointer for single freeNicolas Bouchinet1-23/+29
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells1-3/+3
2024-04-26Merge branch 'memory-observability' into x86/amdJoerg Roedel1-0/+3
2024-04-26mm: kmsan: implement kmsan_memmove()Alexander Potapenko1-0/+11
2024-04-26mm: convert free_zone_device_page to free_zone_device_folioMatthew Wilcox (Oracle)3-17/+19
2024-04-26mm: combine __folio_put_small, __folio_put_large and __folio_putMatthew Wilcox (Oracle)1-26/+6