summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2025-03-17mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan1-3/+1
2025-03-17mm: prepare lock_vma_under_rcu() for vma reuse possibilitySuren Baghdasaryan1-4/+8
2025-03-17mm: remove extra vma_numab_state_init() callSuren Baghdasaryan1-1/+0
2025-03-17mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan1-43/+85
2025-03-17mm: uninline the main body of vma_start_write()Suren Baghdasaryan1-9/+3
2025-03-17mm: allow vma_start_read_locked/vma_start_read_locked_nested to failSuren Baghdasaryan1-2/+4
2025-03-17mm: introduce vma_iter_store_attached() to use with attached vmasSuren Baghdasaryan1-0/+14
2025-03-17mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan1-7/+20
2025-03-17mm: move per-vma lock into vm_area_structSuren Baghdasaryan1-12/+16
2025-03-17mm: introduce vma_start_read_locked{_nested} helpersSuren Baghdasaryan1-0/+24
2025-03-17mm: decline to manipulate the refcount on a slab pageMatthew Wilcox (Oracle)1-1/+7
2025-03-13Revert "fsnotify: generate pre-content permission event on page fault"Amir Goldstein1-1/+0
2025-02-27mm: Provide address mask in struct follow_pfnmap_argsAlex Williamson1-0/+2
2025-02-21fs: avoid mmap sem relocks when coredumping with many missing pagesMateusz Guzik1-1/+1
2025-02-20mm: Add copy_remote_vm_str() for readng C strings from remote VMJordan Rome1-0/+5
2025-02-07fs: drop_caches: move sysctl to fs/drop_caches.cKaixiong Yu1-6/+0
2025-02-07mm: nommu: move sysctl to mm/nommu.cKaixiong Yu1-2/+0
2025-02-07mm: util: move sysctls to mm/util.cKaixiong Yu1-11/+0
2025-02-07mm: swap: move sysctl to mm/swap.cKaixiong Yu1-2/+0
2025-02-07mm: filemap: move sysctl to mm/filemap.cKaixiong Yu1-2/+0
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-102/+27
2025-01-26mm: make mmap_region() internalLorenzo Stoakes1-3/+0
2025-01-26mm: introduce ctor/dtor at PGD levelKevin Brodsky1-0/+5
2025-01-26mm: move common part of pagetable_*_ctor to helperKevin Brodsky1-16/+12
2025-01-26lib/list_debug.c: add object information in case of invalid objectManinder Singh1-6/+0
2025-01-26mm: pgtable: introduce generic pagetable_dtor_free()Qi Zheng1-0/+6
2025-01-26mm: pgtable: introduce pagetable_dtor()Qi Zheng1-43/+9
2025-01-26mm: pgtable: add statistics for P4D level page tableQi Zheng1-0/+16
2025-01-24Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2025-01-21Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+6
2025-01-14mm: perform all memfd seal checks in a single placeLorenzo Stoakes1-55/+0
2025-01-14mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan1-6/+6
2025-01-14mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)Qi Zheng1-0/+1
2025-01-14mm: abstract get_arg_page() stack expansion and mmap read lockLorenzo Stoakes1-3/+2
2024-12-31mm: hugetlb: independent PMD page table shared countLiu Shixin1-0/+1
2024-12-31mm: reinstate ability to map write-sealed memfd mappings read-onlyLorenzo Stoakes1-18/+40
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-12-11fsnotify: generate pre-content permission event on page faultJosef Bacik1-0/+1
2024-12-02mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan1-6/+6
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