index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
Age
Commit message (
Expand
)
Author
2023-10-18
mm: perform the mapping_map_writable() check after call_mmap()
Lorenzo Stoakes
2023-10-18
mm: drop the assumption that VM_SHARED always implies writable
Lorenzo Stoakes
2023-10-18
mm: abstract VMA merge and extend into vma_merge_extend() helper
Lorenzo Stoakes
2023-10-18
mm: abstract merge for new VMAs into vma_merge_new_vma()
Lorenzo Stoakes
2023-10-18
mm: make vma_merge() and split_vma() internal
Lorenzo Stoakes
2023-10-18
mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.
Lorenzo Stoakes
2023-10-18
mmap: add clarifying comment to vma_merge() code
Liam R. Howlett
2023-10-18
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
2023-10-06
mmap: fix error paths with dup_anon_vma()
Liam R. Howlett
2023-10-06
mmap: fix vma_iterator in error path of vma_merge()
Liam R. Howlett
2023-10-06
mm: fix vm_brk_flags() to not bail out while holding lock
Sebastian Ott
2023-10-04
mm: remove duplicated vma->vm_flags check when expanding stack
Xiu Jianfeng
2023-10-04
mm: fix unaccount of memory on vma_link() failure
Anthony Yznaga
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-21
mm: move vma locking out of vma_prepare and dup_anon_vma
Suren Baghdasaryan
2023-08-21
mm: always lock new vma before inserting into vma tree
Suren Baghdasaryan
2023-08-21
mm/mmap.c: use helper macro K()
ZhangPeng
2023-08-18
mm/mmap: change vma iteration order in do_vmi_align_munmap()
Liam R. Howlett
2023-08-18
mm: set up vma iterator for vma_iter_prealloc() calls
Liam R. Howlett
2023-08-18
mm: use vma_iter_clear_gfp() in nommu
Liam R. Howlett
2023-08-18
maple_tree: re-introduce entry to mas_preallocate() arguments
Liam R. Howlett
2023-08-18
mm: remove re-walk from mmap_region()
Liam R. Howlett
2023-08-18
mm: remove prev check from do_vmi_align_munmap()
Liam R. Howlett
2023-08-18
mm: change do_vmi_align_munmap() tracking of VMAs to remove
Liam R. Howlett
2023-08-18
mm: don't drop VMA locks in mm_drop_all_locks()
Jann Horn
2023-08-18
mm/mmap: change detached vma locking scheme
Liam R. Howlett
2023-08-18
mm/mmap: clean up validate_mm() calls
Liam R. Howlett
2023-08-18
mm/mmap: move vma operations to mm_struct out of the critical section of file...
Yu Ma
2023-07-27
mm: lock VMA in dup_anon_vma() before setting ->anon_vma
Jann Horn
2023-07-11
mm: Add guard pages around a shadow stack.
Rick Edgecombe
2023-07-11
mm: Re-introduce vm_flags to do_mmap()
Yu-cheng Yu
2023-07-08
mm: lock newly mapped VMA with corrected ordering
Hugh Dickins
2023-07-08
mm: lock newly mapped VMA which can be modified after it becomes visible
Suren Baghdasaryan
2023-07-08
mm: lock a vma before stack expansion
Suren Baghdasaryan
2023-07-04
mm: don't do validate_mm() unnecessarily and without mmap locking
Linus Torvalds
2023-07-03
mm: validate the mm before dropping the mmap lock
Linus Torvalds
2023-07-01
mm: Update do_vmi_align_munmap() return semantics
Liam R. Howlett
2023-07-01
mm: Always downgrade mmap_lock if requested
Matthew Wilcox (Oracle)
2023-06-29
Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linux
Linus Torvalds
2023-06-28
Merge branch 'expand-stack'
Linus Torvalds
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
mm/mmap: Fix error return in do_vmi_align_munmap()
David Woodhouse
2023-06-27
mm: always expand the stack with the mmap write lock held
Linus Torvalds
2023-06-24
mm: make find_extend_vma() fail if write lock not held
Liam R. Howlett
2023-06-24
arm/mm: Convert to using lock_mm_and_find_vma()
Ben Hutchings
2023-06-19
userfaultfd: fix regression in userfaultfd_unmap_prep()
Liam R. Howlett
2023-06-18
mm/mmap: Fix error path in do_vmi_align_munmap()
Liam R. Howlett
2023-06-09
mm/mmap: separate writenotify and dirty tracking logic
Lorenzo Stoakes
2023-06-09
mm/mlock: rename mlock_future_check() to mlock_future_ok()
Andrew Morton
2023-06-09
mm/mmap: refactor mlock_future_check()
Lorenzo Stoakes
[next]