index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
Age
Commit message (
Expand
)
Author
2023-07-27
mm: lock VMA in dup_anon_vma() before setting ->anon_vma
Jann Horn
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
2023-06-09
mm: avoid rewalk in mmap_region
Liam R. Howlett
2023-06-09
mm/mmap: change do_vmi_align_munmap() for maple tree iterator changes
Liam R. Howlett
2023-06-09
mm: update validate_mm() to use vma iterator
Liam R. Howlett
2023-06-09
maple_tree: add format option to mt_dump()
Liam R. Howlett
2023-05-06
mm/mmap/vma_merge: always check invariants
Lorenzo Stoakes
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-27
mm/mremap: fix vm_pgoff in vma_merge() case 3
Vlastimil Babka
2023-04-21
mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()
Linus Torvalds
2023-04-21
mm: add new api to enable ksm per process
Stefan Roesch
2023-04-18
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
2023-04-18
mm/mmap: regression fix for unmapped_area{_topdown}
Liam R. Howlett
2023-04-16
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
2023-04-05
mm/mmap: free vm_area_struct without call_rcu in exit_mmap
Suren Baghdasaryan
2023-04-05
mm: introduce vma detached flag
Suren Baghdasaryan
2023-04-05
mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
Suren Baghdasaryan
2023-04-05
mm: conditionally write-lock VMA in free_pgtables
Suren Baghdasaryan
2023-04-05
mm: write-lock VMAs before removing them from VMA tree
Suren Baghdasaryan
2023-04-05
mm/mremap: write-lock VMA while remapping it to a new address range
Suren Baghdasaryan
2023-04-05
mm/mmap: write-lock VMAs in vma_prepare before modifying them
Suren Baghdasaryan
2023-04-05
mm/mmap: move vma_prepare before vma_adjust_trans_huge
Suren Baghdasaryan
2023-04-05
mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case
Lorenzo Stoakes
2023-04-05
mm/mmap/vma_merge: explicitly assign res, vma, extend invariants
Lorenzo Stoakes
2023-04-05
mm/mmap/vma_merge: fold curr, next assignment logic
Lorenzo Stoakes
2023-04-05
mm/mmap/vma_merge: further improve prev/next VMA naming
Lorenzo Stoakes
2023-04-05
mm/mmap: start distinguishing if vma can be removed in mergeability test
Vlastimil Babka
2023-04-05
mm/mmap/vma_merge: convert mergeability checks to return bool
Vlastimil Babka
2023-04-05
mm/mmap/vma_merge: rename adj_next to adj_start
Vlastimil Babka
2023-04-05
mm/mmap/vma_merge: set mid to NULL if not applicable
Vlastimil Babka
2023-04-05
mm/mmap/vma_merge: initialize mid and next in natural order
Vlastimil Babka
2023-04-05
mm/mmap/vma_merge: use the proper vma pointer in case 4
Vlastimil Babka
[next]