summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2024-05-05mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()Matthew Wilcox (Oracle)
2024-05-05mm: remove put_devmap_managed_page()Matthew Wilcox (Oracle)
2024-05-05mm/memory-failure: convert shake_page() to shake_folio()Matthew Wilcox (Oracle)
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: allow for detecting underflows with page_mapcount() againDavid Hildenbrand
2024-05-05mm: pass VMA instead of MM to follow_pte()David Hildenbrand
2024-05-05mm/mmap: make vma_wants_writenotify return boolHao Ge
2024-04-25mm: inline destroy_large_folio() into __folio_put_large()Matthew Wilcox (Oracle)
2024-04-25mm: init_mlocked_on_free_v3York Jasper Niebuhr
2024-04-25mm: take placement mappings gap into accountRick Edgecombe
2024-04-25mm: use get_unmapped_area_vmflags()Rick Edgecombe
2024-04-25mm: introduce vma_pgtable_walk_{begin|end}()Peter Xu
2024-04-25mm: make __absent_pages_in_range() as staticBaoquan He
2024-04-25mm: make page_mapped() take a const argumentMatthew Wilcox (Oracle)
2024-04-25mm: move follow_phys to arch/x86/mm/pat/memtype.cChristoph Hellwig
2024-04-25mm: remove follow_pfnChristoph Hellwig
2024-04-25mm/mm_init.c: remove arch_reserved_kernel_pages()Baoquan He
2024-04-25mm/mm_init.c: remove the useless dma_reserveBaoquan He
2024-04-25mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand
2024-04-25mm: page_alloc: consolidate free page accountingJohannes Weiner
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan
2024-04-25codetag: debug: mark codetags for reserved pages as emptySuren Baghdasaryan
2024-04-24mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)
2024-04-10mm: Move lowmem_page_address() a little laterHuacai Chen
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-03-06mm: remove cast from page_to_nid()Matthew Wilcox (Oracle)
2024-03-06mm: add __dump_folio()Matthew Wilcox (Oracle)
2024-03-04mm: remove lru_to_page()Matthew Wilcox (Oracle)
2024-03-04mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)
2024-03-04mm: remove total_mapcount()David Hildenbrand
2024-02-24mm: Introduce new flag to indicate wc safeAnkit Agrawal
2024-02-22mm: add vma_assert_locked() for !CONFIG_PER_VMA_LOCKLokesh Gidra
2024-02-21mm: convert mm_counter_file() to take a folioKefeng Wang
2024-02-21mm: convert mm_counter() to take a folioKefeng Wang
2024-01-24mm: Change mmap_rnd_bits_max to __ro_after_initSami Tolvanen
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-12-29mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()David Hildenbrand
2023-12-29mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()David Hildenbrand
2023-12-29mm, kasan: use KASAN_TAG_KERNEL instead of 0xffAndrey Konovalov
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton
2023-12-12mm: fix VMA heap bounds checkingKefeng Wang
2023-12-10mm: use vmem_altmap code without CONFIG_ZONE_DEVICESumanth Korikkar
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-12-10fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds