aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-03ipc/shm, mm: drop do_vma_munmap()Liam R. Howlett1-3/+3
2024-09-03mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)1-2/+1
2024-09-01mm: remove legacy install_special_mapping() codeLinus Torvalds1-4/+0
2024-09-01mm: rework accept memory helpersKirill A. Shutemov1-7/+5
2024-09-01mm: remove follow_page()David Hildenbrand1-3/+0
2024-09-01mm: clarify folio_likely_mapped_shared() documentation for KSM foliosDavid Hildenbrand1-6/+8
2024-09-01mm: move internal core VMA manipulation functions to own fileLorenzo Stoakes1-35/+0
2024-09-01mm: move vma_shrink(), vma_expand() to internal headerLorenzo Stoakes1-16/+1
2024-09-01mm: move vma_modify() and helpers to internal headerLorenzo Stoakes1-60/+0
2024-09-01s390/uv: drop arch_make_page_accessible()David Hildenbrand1-7/+0
2024-09-01mm: simplify arch_make_folio_accessible()David Hildenbrand1-10/+1
2024-09-01mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand1-4/+4
2024-09-01memory tiering: introduce folio_use_access_time() checkZi Yan1-0/+6
2024-08-15mm/hugetlb: fix hugetlb vs. core-mm PT lockingDavid Hildenbrand1-0/+11
2024-07-26alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan1-15/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-4/+4
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+7
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-68/+13
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld1-0/+7
2024-07-18Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-3/+3
2024-07-18Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka1-3/+3
2024-07-12mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy1-0/+3
2024-07-12mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy1-0/+2
2024-07-06mm: add folio_mc_copy()Kefeng Wang1-0/+1
2024-07-03mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang1-3/+1
2024-07-03mm: remove page_mkclean()Kefeng Wang1-1/+1
2024-07-03mm: remove page_maybe_dma_pinned()Kefeng Wang1-7/+2
2024-07-03mm/mm_init: initialize page->_mapcount directly in __init_single_page()David Hildenbrand1-5/+0
2024-07-03mm: update _mapcount and page_type documentationDavid Hildenbrand1-5/+0
2024-07-03mm/memory-failure: move some function declarations into internal.hMiaohe Lin1-7/+0
2024-07-03mm/memory-failure: remove MF_MSG_SLABMiaohe Lin1-1/+0
2024-07-03fs/proc: move page_mapcount() to fs/proc/internal.hDavid Hildenbrand1-26/+1
2024-07-03mm/memory-failure: improve memory failure action_result messagesJane Chu1-0/+2
2024-07-03mm: drop page_index and simplify folio_indexKairui Song1-13/+0
2024-06-24/proc/pid/smaps: add mseal info for vmaJeff Xu1-0/+5
2024-06-19mm/memblock: Add "reserve_mem" to reserved named memory at boot upSteven Rostedt (Google)1-0/+2
2024-06-15Revert "mm: init_mlocked_on_free_v3"David Hildenbrand1-8/+1
2024-05-31mm: Reduce the number of slab->folio castsMatthew Wilcox (Oracle)1-3/+3
2024-05-05mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()Matthew Wilcox (Oracle)1-6/+6
2024-05-05mm: remove put_devmap_managed_page()Matthew Wilcox (Oracle)1-6/+1
2024-05-05mm/memory-failure: convert shake_page() to shake_folio()Matthew Wilcox (Oracle)1-1/+0
2024-05-05mm: make folio_mapcount() return 0 for small typed foliosDavid Hildenbrand1-2/+12
2024-05-05mm: improve folio_likely_mapped_shared() using the mapcount of large foliosDavid Hildenbrand1-2/+17
2024-05-05mm: track mapcount of large folios in single valueDavid Hildenbrand1-24/+20
2024-05-05mm: allow for detecting underflows with page_mapcount() againDavid Hildenbrand1-1/+1
2024-05-05mm: pass VMA instead of MM to follow_pte()David Hildenbrand1-1/+1
2024-05-05mm/mmap: make vma_wants_writenotify return boolHao Ge1-1/+1
2024-04-25mm: inline destroy_large_folio() into __folio_put_large()Matthew Wilcox (Oracle)1-2/+0
2024-04-25mm: init_mlocked_on_free_v3York Jasper Niebuhr1-1/+8