index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
mm: introduce linear_anon_page_index()
Lorenzo Stoakes (ARM)
1
-1
/
+1
2026-08-24
mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
Lorenzo Stoakes (ARM)
1
-6
/
+65
2026-08-24
mm/vma: introduce VMA anon page offset field and add helpers
Lorenzo Stoakes (ARM)
1
-0
/
+59
2026-08-06
mm/mseal: limit scope of mseal address zero to address zero
Lorenzo Stoakes (ARM)
1
-6
/
+2
2026-08-06
mm/vma: update create_init_stack_vma() to use vma_flags_t
Lorenzo Stoakes
1
-0
/
+4
2026-08-06
mm: introduce vma_get_page_prot() and use it
Lorenzo Stoakes
1
-1
/
+10
2026-08-06
mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
Lorenzo Stoakes
1
-2
/
+2
2026-08-06
mm: convert __get_unmapped_area() to use vma_flags_t
Lorenzo Stoakes
1
-2
/
+4
2026-08-06
mm/vma: update do_mmap() to use vma_flags_t
Lorenzo Stoakes
1
-2
/
+4
2026-08-06
mm: introduce vma_flags_can_grow() and vma_can_grow()
Lorenzo Stoakes
1
-3
/
+18
2026-08-04
mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
Lorenzo Stoakes
1
-1
/
+0
2026-08-04
mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
Lorenzo Stoakes
1
-15
/
+12
2026-08-04
mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
Lorenzo Stoakes
1
-8
/
+11
2026-08-04
mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
Lorenzo Stoakes
1
-5
/
+6
2026-08-04
mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
Lorenzo Stoakes
1
-8
/
+8
2026-08-04
mm/rmap: parameterise vma_interval_tree_*() by address_space
Lorenzo Stoakes
1
-15
/
+17
2026-08-04
mm: introduce and use vma_end_pgoff()
Lorenzo Stoakes
1
-1
/
+18
2026-08-04
mm: add kdoc comments for vma_start/last_pgoff()
Lorenzo Stoakes
1
-0
/
+30
2026-08-04
mm: move vma_start_pgoff() into mm.h and clean up
Lorenzo Stoakes
1
-2
/
+7
2026-08-04
mm: provide free_reserved_pages(), removing x86 variant
David Hildenbrand (Arm)
1
-2
/
+6
2026-08-04
mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
Kiryl Shutsemau (Meta)
1
-1
/
+15
2026-08-04
mm: preserve RWP marker across PTE rewrites
Kiryl Shutsemau (Meta)
1
-1
/
+2
2026-08-04
mm: add MM_CP_UFFD_RWP change_protection() flag
Kiryl Shutsemau (Meta)
1
-0
/
+5
2026-08-04
mm: add VM_UFFD_RWP VMA flag
Kiryl Shutsemau (Meta)
1
-14
/
+27
2026-07-30
mm: fix ASSERT_EXCLUSIVE_BITS by passing memdesc_flags_t by pointer
Hui Zhu
1
-8
/
+18
2026-07-28
mm: constify oom_control, scan_control, and alloc_context nodemask
Gregory Price
1
-2
/
+2
2026-06-08
userfaultfd: build __VMA_UFFD_FLAGS from config-gated masks
Kiryl Shutsemau (Meta)
1
-0
/
+39
2026-06-04
drivers/char/mem: eliminate unnecessary use of success_hook
Lorenzo Stoakes
1
-0
/
+5
2026-06-02
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up the series
Andrew Morton
1
-8
/
+0
2026-05-28
mm: remove page_mapped()
David Hildenbrand (Arm)
1
-10
/
+0
2026-05-28
mm/sparse: remove sparse buffer pre-allocation mechanism
Muchun Song
1
-1
/
+0
2026-05-28
mm: convert vmemmap_p?d_populate() to static functions
Chengkaitao
1
-7
/
+0
2026-05-28
mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoison
Wupeng Ma
1
-8
/
+0
2026-05-21
Revert "mm: introduce a new page type for page pool in page type"
Byungchul Park
1
-3
/
+24
2026-04-27
mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()
Lorenzo Stoakes
1
-1
/
+1
2026-04-19
Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+5
2026-04-18
Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+0
2026-04-18
userfaultfd: introduce vm_uffd_ops
Mike Rapoport (Microsoft)
1
-0
/
+5
2026-04-05
mm/huge_memory: simplify vma_is_specal_huge()
Lorenzo Stoakes (Oracle)
1
-16
/
+0
2026-04-05
mm: add mmap_action_map_kernel_pages[_full]()
Lorenzo Stoakes (Oracle)
1
-2
/
+93
2026-04-05
mm: add mmap_action_simple_ioremap()
Lorenzo Stoakes (Oracle)
1
-1
/
+23
2026-04-05
mm: add vm_ops->mapped hook
Lorenzo Stoakes (Oracle)
1
-0
/
+17
2026-04-05
mm: document vm_operations_struct->open the same as close()
Lorenzo Stoakes (Oracle)
1
-5
/
+10
2026-04-05
mm: various small mmap_prepare cleanups
Lorenzo Stoakes (Oracle)
1
-4
/
+3
2026-04-05
mm/vma: convert __mmap_region() to use vma_flags_t
Lorenzo Stoakes (Oracle)
1
-6
/
+12
2026-04-05
mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
Lorenzo Stoakes (Oracle)
1
-12
/
+10
2026-04-05
mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
Lorenzo Stoakes (Oracle)
1
-2
/
+4
2026-04-05
mm/vma: introduce vma_clear_flags[_mask]()
Lorenzo Stoakes (Oracle)
1
-0
/
+16
2026-04-05
mm: convert do_brk_flags() to use vma_flags_t
Lorenzo Stoakes (Oracle)
1
-18
/
+29
2026-04-05
mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
Lorenzo Stoakes (Oracle)
1
-0
/
+46
[next]