summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2026-08-04mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUPKiryl Shutsemau (Meta)
2026-08-04mm: preserve RWP marker across PTE rewritesKiryl Shutsemau (Meta)
2026-08-04mm: add MM_CP_UFFD_RWP change_protection() flagKiryl Shutsemau (Meta)
2026-08-04mm: add VM_UFFD_RWP VMA flagKiryl Shutsemau (Meta)
2026-07-30mm: fix ASSERT_EXCLUSIVE_BITS by passing memdesc_flags_t by pointerHui Zhu
2026-07-28mm: constify oom_control, scan_control, and alloc_context nodemaskGregory Price
2026-06-08userfaultfd: build __VMA_UFFD_FLAGS from config-gated masksKiryl Shutsemau (Meta)
2026-06-04drivers/char/mem: eliminate unnecessary use of success_hookLorenzo Stoakes
2026-06-02Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the seriesAndrew Morton
2026-05-28mm: remove page_mapped()David Hildenbrand (Arm)
2026-05-28mm/sparse: remove sparse buffer pre-allocation mechanismMuchun Song
2026-05-28mm: convert vmemmap_p?d_populate() to static functionsChengkaitao
2026-05-28mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma
2026-05-21Revert "mm: introduce a new page type for page pool in page type"Byungchul Park
2026-04-27mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()Lorenzo Stoakes
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-18userfaultfd: introduce vm_uffd_opsMike Rapoport (Microsoft)
2026-04-05mm/huge_memory: simplify vma_is_specal_huge()Lorenzo Stoakes (Oracle)
2026-04-05mm: add mmap_action_map_kernel_pages[_full]()Lorenzo Stoakes (Oracle)
2026-04-05mm: add mmap_action_simple_ioremap()Lorenzo Stoakes (Oracle)
2026-04-05mm: add vm_ops->mapped hookLorenzo Stoakes (Oracle)
2026-04-05mm: document vm_operations_struct->open the same as close()Lorenzo Stoakes (Oracle)
2026-04-05mm: various small mmap_prepare cleanupsLorenzo Stoakes (Oracle)
2026-04-05mm/vma: convert __mmap_region() to use vma_flags_tLorenzo Stoakes (Oracle)
2026-04-05mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_tLorenzo Stoakes (Oracle)
2026-04-05mm/vma: convert as much as we can in mm/vma.c to vma_flags_tLorenzo Stoakes (Oracle)
2026-04-05mm/vma: introduce vma_clear_flags[_mask]()Lorenzo Stoakes (Oracle)
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)
2026-04-05mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()Lorenzo Stoakes (Oracle)
2026-04-05mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistentLorenzo Stoakes (Oracle)
2026-04-05mm/vma: introduce vma_flags_same[_mask/_pair]()Lorenzo Stoakes (Oracle)
2026-04-05mm: unexport vm_brk_flags() and eliminate vm_flags parameterLorenzo Stoakes (Oracle)
2026-04-05mm/vma: add append_vma_flags() helperLorenzo Stoakes (Oracle)
2026-04-05mm/vma: use new VMA flags for sticky flags logicLorenzo Stoakes (Oracle)
2026-04-05mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()Lorenzo Stoakes (Oracle)
2026-04-05mm: consolidate anonymous folio PTE mapping into helpersNico Pache
2026-04-05mm: abstract reading sysctl_max_map_count, and READ_ONCE()Lorenzo Stoakes (Oracle)
2026-04-05mm: move vma_mmu_pagesize() from hugetlb to vma.cDavid Hildenbrand (Arm)
2026-04-05mm: move vma_kernel_pagesize() from hugetlb to mm.hDavid Hildenbrand (Arm)
2026-04-05mm: introduce a new page type for page pool in page typeByungchul Park
2026-04-05mm: reintroduce vma_desc_test() as a singular flag testLorenzo Stoakes (Oracle)
2026-04-05mm: reintroduce vma_flags_test() as a singular flag testLorenzo Stoakes (Oracle)
2026-04-05mm: always inline __mk_vma_flags() and invoked functionsLorenzo Stoakes (Oracle)
2026-04-05mm: add vma_desc_test_all() and use itLorenzo Stoakes (Oracle)
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)
2026-04-05mm: rename zap_vma_ptes() to zap_special_vma_range()David Hildenbrand (Arm)
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)
2026-04-05mm: rename zap_vma_pages() to zap_vma()David Hildenbrand (Arm)
2026-04-05mm/memory: use __zap_vma_range() in zap_vma_for_reaping()David Hildenbrand (Arm)