index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()
David Hildenbrand
1
-5
/
+0
2025-05-13
mm: introduce new .mmap_prepare() file callback
Lorenzo Stoakes
1
-1
/
+1
2025-05-12
mm: perform VMA allocation, freeing, duplication in mm
Lorenzo Stoakes
1
-1
/
+2
2025-05-12
mm: move dup_mmap() to mm
Lorenzo Stoakes
1
-6
/
+175
2025-05-12
mm: abstract initial stack setup to mm subsystem
Lorenzo Stoakes
1
-42
/
+0
2025-05-12
mm: establish mm/vma_exec.c for shared exec/mm VMA functionality
Lorenzo Stoakes
1
-83
/
+0
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-4
/
+6
2025-03-17
mm/mremap: refactor move_page_tables(), abstracting state
Lorenzo Stoakes
1
-2
/
+3
2025-03-16
mm: make vma cache SLAB_TYPESAFE_BY_RCU
Suren Baghdasaryan
1
-1
/
+2
2025-03-16
mm: simplify vma merge structure and expand comments
Lorenzo Stoakes
1
-1
/
+1
2025-02-07
mm: mmap: move sysctl to mm/mmap.c
Kaixiong Yu
1
-0
/
+54
2025-01-25
mm: make mmap_region() internal
Lorenzo Stoakes
1
-59
/
+0
2025-01-25
mm: remove unnecessary calls to lru_add_drain
Rik van Riel
1
-2
/
+0
2025-01-13
mm: add comments to do_mmap(), mmap_region() and vm_mmap()
Lorenzo Stoakes
1
-1
/
+78
2025-01-13
mm: assert mmap write lock held on do_mmap(), mmap_region()
Lorenzo Stoakes
1
-0
/
+4
2025-01-13
mm: perform all memfd seal checks in a single place
Lorenzo Stoakes
1
-3
/
+9
2025-01-13
mm/vma: move __vm_munmap() to mm/vma.c
Lorenzo Stoakes
1
-18
/
+0
2025-01-13
mm/vma: move stack expansion logic to mm/vma.c
Lorenzo Stoakes
1
-205
/
+0
2025-01-13
mm: abstract get_arg_page() stack expansion and mmap read lock
Lorenzo Stoakes
1
-1
/
+53
2025-01-13
mm/vma: move unmapped_area() internals to mm/vma.c
Lorenzo Stoakes
1
-109
/
+0
2025-01-13
mm/vma: move brk() internals to mm/vma.c
Lorenzo Stoakes
1
-84
/
+1
2024-12-30
mm: don't try THP alignment for FS without get_unmapped_area
Kefeng Wang
1
-1
/
+1
2024-12-30
mm: reinstate ability to map write-sealed memfd mappings read-only
Lorenzo Stoakes
1
-0
/
+4
2024-12-05
mm: respect mmap hint address when aligning for THP
Kalesh Singh
1
-0
/
+1
2024-11-11
mm: remove unnecessary page_table_lock on stack expansion
Lorenzo Stoakes
1
-32
/
+6
2024-11-06
mm: isolate mmap internal logic to mm/vma.c
Lorenzo Stoakes
1
-234
/
+0
2024-11-06
mm/mmap: teach generic_get_unmapped_area{_topdown} to handle hugetlb mappings
Oscar Salvador
1
-0
/
+4
2024-11-05
mm: resolve faulty mmap_region() error path behaviour
Lorenzo Stoakes
1
-54
/
+65
2024-11-05
mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
Lorenzo Stoakes
1
-1
/
+1
2024-11-05
mm: refactor map_deny_write_exec()
Lorenzo Stoakes
1
-1
/
+1
2024-11-05
mm: unconditionally close VMAs on error
Lorenzo Stoakes
1
-3
/
+2
2024-11-05
mm: avoid unsafe VMA hook invocation when error arises on mmap hook
Lorenzo Stoakes
1
-3
/
+3
2024-10-31
mm, mmap: limit THP alignment of anonymous mappings to PMD-aligned sizes
Vlastimil Babka
1
-1
/
+2
2024-10-28
mm: split critical region in remap_file_pages() and invoke LSMs in between
Kirill A. Shutemov
1
-17
/
+52
2024-10-28
mm/vma: add expand-only VMA merge mode and optimise do_brk_flags()
Lorenzo Stoakes
1
-1
/
+2
2024-10-28
mm/mmap: fix race in mmap_region() with ftruncate()
Liam R. Howlett
1
-5
/
+7
2024-10-17
mm/mmap: correct error handling in mmap_region()
Lorenzo Stoakes
1
-11
/
+21
2024-09-24
Merge tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
1
-0
/
+4
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1962
/
+194
2024-09-19
mm: call the security_mmap_file() LSM hook in remap_file_pages()
Shu Han
1
-0
/
+4
2024-09-09
mm: care about shadow stack guard gap when getting an unmapped area
Mark Brown
1
-0
/
+14
2024-09-09
mm: pass vm_flags to generic_get_unmapped_area()
Mark Brown
1
-4
/
+6
2024-09-09
mm: make arch_get_unmapped_area() take vm_flags by default
Mark Brown
1
-24
/
+7
2024-09-03
mm: avoid using vma_merge() for new VMAs
Lorenzo Stoakes
1
-72
/
+20
2024-09-03
mm: abstract vma_expand() to use vma_merge_struct
Lorenzo Stoakes
1
-7
/
+8
2024-09-03
mm: remove duplicated open-coded VMA policy check
Lorenzo Stoakes
1
-5
/
+3
2024-09-03
mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()
Lorenzo Stoakes
1
-34
/
+42
2024-09-03
mm: move may_expand_vm() check in mmap_region()
Liam R. Howlett
1
-11
/
+4
2024-09-03
ipc/shm, mm: drop do_vma_munmap()
Liam R. Howlett
1
-27
/
+6
2024-09-03
mm/mmap: use vms accounted pages in mmap_region()
Liam R. Howlett
1
-2
/
+3
[next]