summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
9 daysmm: introduce linear_anon_page_index()Lorenzo Stoakes (ARM)1-1/+1
9 daysmm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)1-6/+65
9 daysmm/vma: introduce VMA anon page offset field and add helpersLorenzo Stoakes (ARM)1-0/+59
2026-08-07mm/mseal: limit scope of mseal address zero to address zeroLorenzo Stoakes (ARM)1-6/+2
2026-08-07mm/vma: update create_init_stack_vma() to use vma_flags_tLorenzo Stoakes1-0/+4
2026-08-07mm: introduce vma_get_page_prot() and use itLorenzo Stoakes1-1/+10
2026-08-07mm/vma: rename vma_get_page_prot to vma_flags_to_page_protLorenzo Stoakes1-2/+2
2026-08-07mm: convert __get_unmapped_area() to use vma_flags_tLorenzo Stoakes1-2/+4
2026-08-07mm/vma: update do_mmap() to use vma_flags_tLorenzo Stoakes1-2/+4
2026-08-07mm: introduce vma_flags_can_grow() and vma_can_grow()Lorenzo Stoakes1-3/+18
2026-08-05mm/vma: make vma_set_range() static, drop insert_vm_struct() declLorenzo Stoakes1-1/+0
2026-08-05mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()Lorenzo Stoakes1-15/+12
2026-08-05mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_tLorenzo Stoakes1-8/+11
2026-08-05mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vmaLorenzo Stoakes1-5/+6
2026-08-05mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()Lorenzo Stoakes1-8/+8
2026-08-05mm/rmap: parameterise vma_interval_tree_*() by address_spaceLorenzo Stoakes1-16/+18
2026-08-05mm: introduce and use vma_end_pgoff()Lorenzo Stoakes1-1/+18
2026-08-05mm: add kdoc comments for vma_start/last_pgoff()Lorenzo Stoakes1-0/+30
2026-08-05mm: move vma_start_pgoff() into mm.h and clean upLorenzo Stoakes1-2/+7
2026-08-05mm: provide free_reserved_pages(), removing x86 variantDavid Hildenbrand (Arm)1-2/+6
2026-08-05mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUPKiryl Shutsemau (Meta)1-1/+15
2026-08-05mm: preserve RWP marker across PTE rewritesKiryl Shutsemau (Meta)1-1/+2
2026-08-05mm: add MM_CP_UFFD_RWP change_protection() flagKiryl Shutsemau (Meta)1-0/+5
2026-08-05mm: add VM_UFFD_RWP VMA flagKiryl Shutsemau (Meta)1-15/+28
2026-07-31mm: fix ASSERT_EXCLUSIVE_BITS by passing memdesc_flags_t by pointerHui Zhu1-8/+18
2026-07-29mm: constify oom_control, scan_control, and alloc_context nodemaskGregory Price1-2/+2
2026-06-09userfaultfd: build __VMA_UFFD_FLAGS from config-gated masksKiryl Shutsemau (Meta)1-0/+39
2026-06-05drivers/char/mem: eliminate unnecessary use of success_hookLorenzo Stoakes1-0/+5
2026-06-03Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the seriesAndrew Morton1-8/+0
2026-05-29mm: remove page_mapped()David Hildenbrand (Arm)1-10/+0
2026-05-29mm/sparse: remove sparse buffer pre-allocation mechanismMuchun Song1-1/+0
2026-05-29mm: convert vmemmap_p?d_populate() to static functionsChengkaitao1-7/+0
2026-05-29mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma1-8/+0
2026-05-22Revert "mm: introduce a new page type for page pool in page type"Byungchul Park1-3/+24
2026-04-27mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()Lorenzo Stoakes1-1/+1
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+5
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+0
2026-04-18userfaultfd: introduce vm_uffd_opsMike Rapoport (Microsoft)1-0/+5
2026-04-05mm/huge_memory: simplify vma_is_specal_huge()Lorenzo Stoakes (Oracle)1-16/+0
2026-04-05mm: add mmap_action_map_kernel_pages[_full]()Lorenzo Stoakes (Oracle)1-2/+93
2026-04-05mm: add mmap_action_simple_ioremap()Lorenzo Stoakes (Oracle)1-1/+23
2026-04-05mm: add vm_ops->mapped hookLorenzo Stoakes (Oracle)1-0/+17
2026-04-05mm: document vm_operations_struct->open the same as close()Lorenzo Stoakes (Oracle)1-5/+10
2026-04-05mm: various small mmap_prepare cleanupsLorenzo Stoakes (Oracle)1-4/+3
2026-04-05mm/vma: convert __mmap_region() to use vma_flags_tLorenzo Stoakes (Oracle)1-6/+12
2026-04-05mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_tLorenzo Stoakes (Oracle)1-12/+10
2026-04-05mm/vma: convert as much as we can in mm/vma.c to vma_flags_tLorenzo Stoakes (Oracle)1-2/+4
2026-04-05mm/vma: introduce vma_clear_flags[_mask]()Lorenzo Stoakes (Oracle)1-0/+16
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)1-19/+30
2026-04-05mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()Lorenzo Stoakes (Oracle)1-0/+46