index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-07
mmap: fix error paths with dup_anon_vma()
Liam R. Howlett
1
-8
/
+22
2023-10-07
mmap: fix vma_iterator in error path of vma_merge()
Liam R. Howlett
1
-2
/
+8
2023-10-07
mm: fix vm_brk_flags() to not bail out while holding lock
Sebastian Ott
1
-3
/
+3
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+7
2023-08-21
mm: move vma locking out of vma_prepare and dup_anon_vma
Suren Baghdasaryan
1
-11
/
+19
2023-08-21
mm: always lock new vma before inserting into vma tree
Suren Baghdasaryan
1
-2
/
+5
2023-08-21
mm/mmap.c: use helper macro K()
ZhangPeng
1
-3
/
+3
2023-08-18
mm/mmap: change vma iteration order in do_vmi_align_munmap()
Liam R. Howlett
1
-14
/
+13
2023-08-18
mm: set up vma iterator for vma_iter_prealloc() calls
Liam R. Howlett
1
-27
/
+42
2023-08-18
mm: use vma_iter_clear_gfp() in nommu
Liam R. Howlett
1
-12
/
+0
2023-08-18
maple_tree: re-introduce entry to mas_preallocate() arguments
Liam R. Howlett
1
-2
/
+2
2023-08-18
mm: remove re-walk from mmap_region()
Liam R. Howlett
1
-5
/
+10
2023-08-18
mm: remove prev check from do_vmi_align_munmap()
Liam R. Howlett
1
-2
/
+0
2023-08-18
mm: change do_vmi_align_munmap() tracking of VMAs to remove
Liam R. Howlett
1
-17
/
+24
2023-08-18
mm: don't drop VMA locks in mm_drop_all_locks()
Jann Horn
1
-1
/
+6
2023-08-18
mm/mmap: change detached vma locking scheme
Liam R. Howlett
1
-2
/
+2
2023-08-18
mm/mmap: clean up validate_mm() calls
Liam R. Howlett
1
-20
/
+4
2023-08-18
mm/mmap: move vma operations to mm_struct out of the critical section of file...
Yu Ma
1
-8
/
+3
2023-07-27
mm: lock VMA in dup_anon_vma() before setting ->anon_vma
Jann Horn
1
-0
/
+1
2023-07-12
mm: Add guard pages around a shadow stack.
Rick Edgecombe
1
-2
/
+2
2023-07-12
mm: Re-introduce vm_flags to do_mmap()
Yu-cheng Yu
1
-5
/
+5
2023-07-09
mm: lock newly mapped VMA with corrected ordering
Hugh Dickins
1
-2
/
+2
2023-07-09
mm: lock newly mapped VMA which can be modified after it becomes visible
Suren Baghdasaryan
1
-0
/
+2
2023-07-09
mm: lock a vma before stack expansion
Suren Baghdasaryan
1
-0
/
+4
2023-07-04
mm: don't do validate_mm() unnecessarily and without mmap locking
Linus Torvalds
1
-4
/
+2
2023-07-03
mm: validate the mm before dropping the mmap lock
Linus Torvalds
1
-2
/
+1
2023-07-01
mm: Update do_vmi_align_munmap() return semantics
Liam R. Howlett
1
-51
/
+43
2023-07-01
mm: Always downgrade mmap_lock if requested
Matthew Wilcox (Oracle)
1
-13
/
+2
2023-06-30
Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linux
Linus Torvalds
1
-4
/
+5
2023-06-29
Merge branch 'expand-stack'
Linus Torvalds
1
-16
/
+105
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-101
/
+121
2023-06-28
mm/mmap: Fix error return in do_vmi_align_munmap()
David Woodhouse
1
-4
/
+5
2023-06-27
mm: always expand the stack with the mmap write lock held
Linus Torvalds
1
-24
/
+97
2023-06-25
mm: make find_extend_vma() fail if write lock not held
Liam R. Howlett
1
-17
/
+33
2023-06-25
arm/mm: Convert to using lock_mm_and_find_vma()
Ben Hutchings
1
-1
/
+1
2023-06-20
userfaultfd: fix regression in userfaultfd_unmap_prep()
Liam R. Howlett
1
-16
/
+15
2023-06-18
mm/mmap: Fix error path in do_vmi_align_munmap()
Liam R. Howlett
1
-20
/
+17
2023-06-10
mm/mmap: separate writenotify and dirty tracking logic
Lorenzo Stoakes
1
-12
/
+46
2023-06-10
mm/mlock: rename mlock_future_check() to mlock_future_ok()
Andrew Morton
1
-4
/
+4
2023-06-10
mm/mmap: refactor mlock_future_check()
Lorenzo Stoakes
1
-16
/
+17
2023-06-10
mm: avoid rewalk in mmap_region
Liam R. Howlett
1
-0
/
+3
2023-06-10
mm/mmap: change do_vmi_align_munmap() for maple tree iterator changes
Liam R. Howlett
1
-1
/
+6
2023-06-10
mm: update validate_mm() to use vma iterator
Liam R. Howlett
1
-58
/
+36
2023-06-10
maple_tree: add format option to mt_dump()
Liam R. Howlett
1
-4
/
+4
2023-05-06
mm/mmap/vma_merge: always check invariants
Lorenzo Stoakes
1
-5
/
+5
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-119
/
+171
2023-04-27
mm/mremap: fix vm_pgoff in vma_merge() case 3
Vlastimil Babka
1
-1
/
+1
2023-04-22
mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()
Linus Torvalds
1
-6
/
+13
2023-04-22
mm: add new api to enable ksm per process
Stefan Roesch
1
-0
/
+3
2023-04-19
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
1
-5
/
+43
[next]