summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2024-12-19mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan1-0/+18
2024-12-19mm: add RCU annotation to pte_offset_map(_lock)Petr Malat1-2/+11
2024-11-26Merge tag 'fuse-update-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-68/+9
2024-11-21Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2024-11-19Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+17
2024-11-12mm: define general function pXd_init()Bibo Mao1-3/+0
2024-11-11mm: delete the unused put_pages_list()Hugh Dickins1-2/+0
2024-11-08mm: convert page_to_pgoff() to page_pgoff()Matthew Wilcox (Oracle)1-1/+1
2024-11-08mm/codetag: uninline and move pgalloc_tag_copy and pgalloc_tag_splitSuren Baghdasaryan1-58/+0
2024-11-08alloc_tag: introduce pgtag_ref_handle to abstract page tag referencesSuren Baghdasaryan1-12/+13
2024-11-07mm/codetag: fix arg in pgalloc_tag_copy alloc_tag_subSourav Panda1-1/+1
2024-11-07kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_endJohn Hubbard1-3/+3
2024-11-06mm: pgtable: remove pte_offset_map_nolock()Qi Zheng1-2/+0
2024-11-06mm: pgtable: introduce pte_offset_map_{ro|rw}_nolock()Qi Zheng1-0/+5
2024-11-05mm/writeback: add folio_mark_dirty_lock()Joanne Koong1-0/+1
2024-10-28mm/gup: Add folio_add_pins()Steve Sistare1-0/+1
2024-10-21LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel spaceBibo Mao1-1/+2
2024-10-04mm: Define VM_SHADOW_STACK for arm64 when we support GCSMark Brown1-1/+11
2024-10-04prctl: arch-agnostic prctl for shadow stackMark Brown1-0/+4
2024-10-04mm: Define VM_HIGH_ARCH_6Mark Brown1-0/+2
2024-09-23mm: fix build on 32-bit targets without MAX_PHYSMEM_BITSLinus Torvalds1-1/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-159/+145
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+3
2024-09-18Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+10
2024-09-17mm: remove follow_pte()Peter Xu1-2/+0
2024-09-17mm: new follow_pfnmap APIPeter Xu1-0/+31
2024-09-17mm: introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pudPeter Xu1-0/+24
2024-09-16Merge tag 'for-6.12/block-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-8/+12
2024-09-13mm: Define VM_DROPPABLE for powerpc/32Christophe Leroy1-1/+3
2024-09-11mm: release number of pages of a folioKundan Kumar1-0/+1
2024-09-10mm/codetag: add pgalloc_tag_copy()Yu Zhao1-0/+27
2024-09-10mm/codetag: fix pgalloc_tag_split()Yu Zhao1-0/+30
2024-09-04arm64: re-order MTE VM_ flagsJoey Gouly1-2/+2
2024-09-04mm: use ARCH_PKEY_BITS to define VM_PKEY_BITNJoey Gouly1-6/+10
2024-09-04ipc/shm, mm: drop do_vma_munmap()Liam R. Howlett1-3/+3
2024-09-04mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)1-2/+1
2024-09-02mm: remove legacy install_special_mapping() codeLinus Torvalds1-4/+0
2024-09-02mm: rework accept memory helpersKirill A. Shutemov1-7/+5
2024-09-02mm: remove follow_page()David Hildenbrand1-3/+0
2024-09-02mm: clarify folio_likely_mapped_shared() documentation for KSM foliosDavid Hildenbrand1-6/+8
2024-09-02mm: move internal core VMA manipulation functions to own fileLorenzo Stoakes1-35/+0
2024-09-02mm: move vma_shrink(), vma_expand() to internal headerLorenzo Stoakes1-16/+1
2024-09-02mm: move vma_modify() and helpers to internal headerLorenzo Stoakes1-60/+0
2024-09-02s390/uv: drop arch_make_page_accessible()David Hildenbrand1-7/+0
2024-09-02mm: simplify arch_make_folio_accessible()David Hildenbrand1-10/+1
2024-09-02mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand1-4/+4
2024-09-02memory tiering: introduce folio_use_access_time() checkZi Yan1-0/+6
2024-09-02Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4