summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-09-18Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-09-13mm: Define VM_DROPPABLE for powerpc/32Christophe Leroy
2024-09-11mm: release number of pages of a folioKundan Kumar
2024-09-04arm64: re-order MTE VM_ flagsJoey Gouly
2024-09-04mm: use ARCH_PKEY_BITS to define VM_PKEY_BITNJoey Gouly
2024-09-01Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-20x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner
2024-08-15mm/hugetlb: fix hugetlb vs. core-mm PT lockingDavid Hildenbrand
2024-08-14binfmt_elf: mseal address zeroJeff Xu
2024-07-26alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld
2024-07-18Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-07-18Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka
2024-07-12mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy
2024-07-12mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy
2024-07-06mm: add folio_mc_copy()Kefeng Wang
2024-07-03mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang
2024-07-03mm: remove page_mkclean()Kefeng Wang
2024-07-03mm: remove page_maybe_dma_pinned()Kefeng Wang
2024-07-03mm/mm_init: initialize page->_mapcount directly in __init_single_page()David Hildenbrand
2024-07-03mm: update _mapcount and page_type documentationDavid Hildenbrand
2024-07-03mm/memory-failure: move some function declarations into internal.hMiaohe Lin
2024-07-03mm/memory-failure: remove MF_MSG_SLABMiaohe Lin
2024-07-03fs/proc: move page_mapcount() to fs/proc/internal.hDavid Hildenbrand
2024-07-03mm/memory-failure: improve memory failure action_result messagesJane Chu
2024-07-03mm: drop page_index and simplify folio_indexKairui Song
2024-06-24/proc/pid/smaps: add mseal info for vmaJeff Xu
2024-06-19mm/memblock: Add "reserve_mem" to reserved named memory at boot upSteven Rostedt (Google)
2024-06-15Revert "mm: init_mlocked_on_free_v3"David Hildenbrand
2024-05-31mm: Reduce the number of slab->folio castsMatthew Wilcox (Oracle)
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