summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-25/proc/pid/smaps: add mseal info for vmaJeff Xu1-0/+5
2024-06-15Revert "mm: init_mlocked_on_free_v3"David Hildenbrand1-8/+1
2024-05-06mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()Matthew Wilcox (Oracle)1-6/+6
2024-05-06mm: remove put_devmap_managed_page()Matthew Wilcox (Oracle)1-6/+1
2024-05-06mm/memory-failure: convert shake_page() to shake_folio()Matthew Wilcox (Oracle)1-1/+0
2024-05-06mm: make folio_mapcount() return 0 for small typed foliosDavid Hildenbrand1-2/+12
2024-05-06mm: improve folio_likely_mapped_shared() using the mapcount of large foliosDavid Hildenbrand1-2/+17
2024-05-06mm: track mapcount of large folios in single valueDavid Hildenbrand1-24/+20
2024-05-06mm: allow for detecting underflows with page_mapcount() againDavid Hildenbrand1-1/+1
2024-05-06mm: pass VMA instead of MM to follow_pte()David Hildenbrand1-1/+1
2024-05-06mm/mmap: make vma_wants_writenotify return boolHao Ge1-1/+1
2024-04-26mm: inline destroy_large_folio() into __folio_put_large()Matthew Wilcox (Oracle)1-2/+0
2024-04-26mm: init_mlocked_on_free_v3York Jasper Niebuhr1-1/+8
2024-04-26mm: take placement mappings gap into accountRick Edgecombe1-0/+1
2024-04-26mm: use get_unmapped_area_vmflags()Rick Edgecombe1-1/+10
2024-04-26mm: introduce vma_pgtable_walk_{begin|end}()Peter Xu1-0/+3
2024-04-26mm: make __absent_pages_in_range() as staticBaoquan He1-2/+0
2024-04-26mm: make page_mapped() take a const argumentMatthew Wilcox (Oracle)1-6/+6
2024-04-26mm: move follow_phys to arch/x86/mm/pat/memtype.cChristoph Hellwig1-2/+0
2024-04-26mm: remove follow_pfnChristoph Hellwig1-2/+0
2024-04-26mm/mm_init.c: remove arch_reserved_kernel_pages()Baoquan He1-3/+0
2024-04-26mm/mm_init.c: remove the useless dma_reserveBaoquan He1-1/+0
2024-04-26mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand1-10/+38
2024-04-26mm: page_alloc: consolidate free page accountingJohannes Weiner1-10/+8
2024-04-26mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan1-2/+3
2024-04-26codetag: debug: mark codetags for reserved pages as emptySuren Baghdasaryan1-0/+9
2024-04-25mm: support page_mapcount() on page_has_type() pagesMatthew Wilcox (Oracle)1-3/+5
2024-04-10mm: Move lowmem_page_address() a little laterHuacai Chen1-5/+5
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+14
2024-03-07mm: remove cast from page_to_nid()Matthew Wilcox (Oracle)1-4/+2
2024-03-07mm: add __dump_folio()Matthew Wilcox (Oracle)1-0/+7
2024-03-05mm: remove lru_to_page()Matthew Wilcox (Oracle)1-1/+0
2024-03-05mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)1-6/+10
2024-03-05mm: remove total_mapcount()David Hildenbrand1-8/+1
2024-02-24mm: Introduce new flag to indicate wc safeAnkit Agrawal1-0/+14
2024-02-23mm: add vma_assert_locked() for !CONFIG_PER_VMA_LOCKLokesh Gidra1-0/+5
2024-02-22mm: convert mm_counter_file() to take a folioKefeng Wang1-4/+4
2024-02-22mm: convert mm_counter() to take a folioKefeng Wang1-3/+3
2024-01-24mm: Change mmap_rnd_bits_max to __ro_after_initSami Tolvanen1-1/+1
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2023-12-29mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()David Hildenbrand1-6/+0
2023-12-29mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()David Hildenbrand1-3/+9
2023-12-29mm, kasan: use KASAN_TAG_KERNEL instead of 0xffAndrey Konovalov1-2/+2
2023-12-21sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton1-4/+4
2023-12-13mm: fix VMA heap bounds checkingKefeng Wang1-4/+4
2023-12-11mm: use vmem_altmap code without CONFIG_ZONE_DEVICESumanth Korikkar1-0/+26
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+2
2023-12-11fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang1-0/+11
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan1-0/+1