summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-02Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2024-08-20x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner1-0/+4
2024-08-16mm/hugetlb: fix hugetlb vs. core-mm PT lockingDavid Hildenbrand1-0/+11
2024-07-27alloc_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-22Merge 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-19Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-3/+3
2024-07-19Merge 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-13mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy1-0/+3
2024-07-13mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy1-0/+2
2024-07-06mm: add folio_mc_copy()Kefeng Wang1-0/+1
2024-07-04mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang1-3/+1
2024-07-04mm: remove page_mkclean()Kefeng Wang1-1/+1
2024-07-04mm: remove page_maybe_dma_pinned()Kefeng Wang1-7/+2
2024-07-04mm/mm_init: initialize page->_mapcount directly in __init_single_page()David Hildenbrand1-5/+0
2024-07-04mm: update _mapcount and page_type documentationDavid Hildenbrand1-5/+0
2024-07-04mm/memory-failure: move some function declarations into internal.hMiaohe Lin1-7/+0
2024-07-04mm/memory-failure: remove MF_MSG_SLABMiaohe Lin1-1/+0
2024-07-04fs/proc: move page_mapcount() to fs/proc/internal.hDavid Hildenbrand1-26/+1
2024-07-04mm/memory-failure: improve memory failure action_result messagesJane Chu1-0/+2
2024-07-04mm: drop page_index and simplify folio_indexKairui Song1-13/+0
2024-06-25/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-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