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-02-10
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
1
-6
/
+10
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-5
/
+5
2023-02-10
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
1
-3
/
+3
2023-02-10
vma_merge: set vma iterator to correct position.
Liam R. Howlett
1
-3
/
+1
2023-02-10
mm/mmap: remove __vma_adjust()
Liam R. Howlett
1
-153
/
+97
2023-02-10
mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()
Liam R. Howlett
1
-8
/
+4
2023-02-10
mm/mmap: introduce dup_vma_anon() helper
Liam R. Howlett
1
-34
/
+40
2023-02-10
mm/mmap: don't use __vma_adjust() in shift_arg_pages()
Liam R. Howlett
1
-9
/
+43
2023-02-10
mm/mremap: convert vma_adjust() to vma_expand()
Liam R. Howlett
1
-3
/
+3
2023-02-10
mm: don't use __vma_adjust() in __split_vma()
Liam R. Howlett
1
-63
/
+55
2023-02-10
mm/mmap: introduce init_vma_prep() and init_multi_vma_prep()
Liam R. Howlett
1
-47
/
+61
2023-02-10
mm/mmap: use vma_prepare() and vma_complete() in vma_expand()
Liam R. Howlett
1
-116
/
+72
2023-02-10
mm/mmap: refactor locking out of __vma_adjust()
Liam R. Howlett
1
-95
/
+136
2023-02-10
mm/mmap: move anon_vma setting in __vma_adjust()
Liam R. Howlett
1
-5
/
+8
2023-02-10
mm: change munmap splitting order and move_vma()
Liam R. Howlett
1
-16
/
+2
2023-02-10
mmap: clean up mmap_region() unrolling
Liam R. Howlett
1
-27
/
+18
2023-02-10
mm: add vma iterator to vma_adjust() arguments
Liam R. Howlett
1
-5
/
+5
2023-02-10
mm: pass vma iterator through to __vma_adjust()
Liam R. Howlett
1
-8
/
+14
2023-02-10
mm: remove unnecessary write to vma iterator in __vma_adjust()
Liam R. Howlett
1
-4
/
+6
2023-02-10
mm: pass through vma iterator to __vma_adjust()
Liam R. Howlett
1
-16
/
+15
2023-02-10
mmap: convert __vma_adjust() to use vma iterator
Liam R. Howlett
1
-62
/
+13
2023-02-10
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
1
-57
/
+22
2023-02-10
mmap: use vmi version of vma_merge()
Liam R. Howlett
1
-3
/
+5
2023-02-10
mmap: pass through vmi iterator to __split_vma()
Liam R. Howlett
1
-2
/
+2
2023-02-10
ipc/shm: introduce new do_vma_munmap() to munmap
Liam R. Howlett
1
-20
/
+18
2023-02-10
mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...
Liam R. Howlett
1
-0
/
+44
2023-02-10
mmap: convert vma_expand() to use vma iterator
Liam R. Howlett
1
-5
/
+4
2023-02-10
mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
Liam R. Howlett
1
-42
/
+35
2023-02-10
mm/mmap: remove preallocation from do_mas_align_munmap()
Liam R. Howlett
1
-8
/
+6
2023-02-10
mmap: convert vma_link() vma iterator
Liam R. Howlett
1
-3
/
+3
2023-02-10
mm/mmap: convert brk to use vma iterator
Liam R. Howlett
1
-25
/
+23
2023-02-10
mm: expand vma iterator interface
Liam R. Howlett
1
-0
/
+18
2023-02-03
mm: implement memory-deny-write-execute as a prctl
Joey Gouly
1
-0
/
+10
2023-02-03
mm/mmap: fix comment of unmapped_area{_topdown}
Vernon Yang
1
-5
/
+5
2023-02-03
mm/mmap: fix typo in comment
Vernon Yang
1
-1
/
+1
2023-02-03
maple_tree: remove the parameter entry of mas_preallocate
Vernon Yang
1
-8
/
+8
2023-01-12
mm: update mmap_sem comments to refer to mmap_lock
Lorenzo Stoakes
1
-2
/
+2
2023-01-12
mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMA
David Hildenbrand
1
-0
/
+4
2022-12-14
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+4
2022-12-12
mm/mmap: properly unaccount memory on mas_preallocate() failure
Alistair Popple
1
-3
/
+3
2022-12-11
Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-10
/
+4
2022-12-10
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-10
/
+4
2022-12-10
mmap: fix do_brk_flags() modifying obviously incorrect VMAs
Liam Howlett
1
-8
/
+3
2022-12-10
mm: do not BUG_ON missing brk mapping, because userspace can unmap it
Jason A. Donenfeld
1
-2
/
+1
2022-12-04
Revert "mm: align larger anonymous mappings on THP boundaries"
Linus Torvalds
1
-3
/
+0
2022-12-01
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-2
/
+6
2022-11-23
mm: mmap: fix documentation for vma_mas_szero
Ian Cowan
1
-1
/
+1
2022-11-09
memory: move hotplug memory notifier priority to same file for easy sorting
Liu Shixin
1
-1
/
+1
2022-11-09
mm/mmap: use hotplug_memory_notifier() directly
Liu Shixin
1
-5
/
+1
2022-11-09
mm/mmap: fix memory leak in mmap_region()
Li Zetao
1
-1
/
+5
[next]