index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-28
mm: reinstate ability to map write-sealed memfd mappings read-only
Lorenzo Stoakes
1
-0
/
+4
2025-08-28
mm: drop the assumption that VM_SHARED always implies writable
Lorenzo Stoakes
1
-3
/
+3
2025-06-27
mm/hugetlb: unshare page tables during VMA split, not before
Jann Horn
1
-0
/
+8
2024-12-14
mm: resolve faulty mmap_region() error path behaviour
Lorenzo Stoakes
1
-26
/
+47
2024-12-14
mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
Lorenzo Stoakes
1
-1
/
+1
2024-12-14
mm: unconditionally close VMAs on error
Lorenzo Stoakes
1
-6
/
+3
2024-12-14
mm: avoid unsafe VMA hook invocation when error arises on mmap hook
Lorenzo Stoakes
1
-2
/
+2
2022-10-26
mm/mmap: undo ->mmap() when arch_validate_flags() fails
Carlos Llamas
1
-1
/
+4
2022-09-20
mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region()
Jann Horn
1
-2
/
+7
2022-09-05
mm: Force TLB flush for PFNMAP mappings before unlink_file_vma()
Jann Horn
1
-0
/
+12
2022-08-31
mm/hugetlb: fix hugetlb not supporting softdirty tracking
David Hildenbrand
1
-2
/
+6
2022-08-17
mm/mmap.c: fix missing call to vm_unacct_memory in mmap_region
Miaohe Lin
1
-1
/
+0
2022-04-27
mm, hugetlb: allow for "high" userspace addresses
Christophe Leroy
1
-8
/
+0
2022-04-08
mm/mmap: return 1 from stack_guard_gap __setup() handler
Randy Dunlap
1
-1
/
+1
2021-09-04
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
1
-26
/
+3
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-4
/
+3
2021-09-03
remap_file_pages: Use vma_lookup() instead of find_vma()
Liam R. Howlett
1
-4
/
+1
2021-09-03
mm/pagemap: add mmap_assert_locked() annotations to find_vma*()
Luigi Rizzo
1
-0
/
+2
2021-09-03
mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()
David Hildenbrand
1
-2
/
+0
2021-09-03
mm: remove VM_DENYWRITE
David Hildenbrand
1
-24
/
+3
2021-08-23
fs: remove mandatory file locking support
Jeff Layton
1
-6
/
+0
2021-07-08
mmap: make mlock_future_check() global
Mike Rapoport
1
-3
/
+2
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-30
/
+24
2021-06-29
mm/mmap: use find_vma_intersection() in do_mmap() for overlap
Liam Howlett
1
-3
/
+1
2021-06-29
mm/mmap: introduce unlock_range() for code cleanup
Liam Howlett
1
-19
/
+20
2021-06-29
mm/mmap.c: logic of find_vma_intersection repeated in __do_munmap
Gonzalo Matias Juarez Tello
1
-7
/
+2
2021-06-29
mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()
David Hildenbrand
1
-1
/
+1
2021-06-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-2
/
+2
2021-05-07
mm: fix typos in comments
Ingo Molnar
1
-2
/
+2
2021-05-05
mm/mmap.c: don't unlock VMAs in remap_file_pages()
Liam Howlett
1
-17
/
+1
2021-04-30
Reimplement RLIMIT_MEMLOCK on top of ucounts
Alexey Gladkov
1
-2
/
+2
2021-04-30
Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"
Brian Geffon
1
-5
/
+1
2021-03-26
arm64: Support execute-only permissions with Enhanced PAN
Vladimir Murzin
1
-0
/
+6
2021-02-24
mm/mmap.c: remove unnecessary local variable
Adrian Huang
1
-3
/
+1
2021-01-29
tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()
Will Deacon
1
-1
/
+1
2021-01-29
tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()
Will Deacon
1
-1
/
+1
2021-01-29
tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()
Will Deacon
1
-2
/
+2
2020-12-18
Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+1
2020-12-15
mm: forbid splitting special mappings
Dmitry Safonov
1
-0
/
+12
2020-12-15
vm_ops: rename .split() callback to .may_split()
Dmitry Safonov
1
-2
/
+2
2020-12-15
mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio
Dmitry Safonov
1
-1
/
+5
2020-12-15
Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...
Daniel Vetter
1
-1
/
+1
2020-12-06
mm/mmap.c: fix mmap return value when vma is merged after call_mmap()
Liu Zixian
1
-14
/
+12
2020-11-19
mm: mmap: fix fput in error path v2
Christian König
1
-1
/
+1
2020-11-05
Revert "mm: mmap: fix fput in error path v2"
Christian König
1
-1
/
+1
2020-11-05
Revert "mm: introduce vma_set_file function v4"
Christian König
1
-12
/
+0
2020-11-05
mm: introduce vma_set_file function v4
Christian König
1
-0
/
+12
2020-11-05
mm: mmap: fix fput in error path v2
Christian König
1
-1
/
+1
2020-10-18
mm/mmap: add inline munmap_vma_range() for code readability
Liam R. Howlett
1
-15
/
+33
2020-10-18
mm/mmap: add inline vma_next() for readability of mmap code
Liam R. Howlett
1
-6
/
+20
[next]