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
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-01-24
mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMA
David Hildenbrand
1
-0
/
+4
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
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-11-23
mm: mmap: fix documentation for vma_mas_szero
Ian Cowan
1
-1
/
+1
2022-11-09
mm/mmap: fix memory leak in mmap_region()
Li Zetao
1
-1
/
+5
2022-10-28
mmap: fix remap_file_pages() regression
Liam Howlett
1
-0
/
+3
2022-10-21
mm/mmap: fix MAP_FIXED address return on VMA merge
Liam Howlett
1
-8
/
+7
2022-10-21
mm/mmap.c: __vma_adjust(): suppress uninitialized var warning
Andrew Morton
1
-1
/
+2
2022-10-21
mm/mmap: undo ->mmap() when mas_preallocate() fails
Mike Kravetz
1
-1
/
+1
2022-10-13
mm/mmap: undo ->mmap() when arch_validate_flags() fails
Carlos Llamas
1
-1
/
+4
2022-10-13
mm/mmap: preallocate maple nodes for brk vma expansion
Liam Howlett
1
-12
/
+6
2022-10-13
mmap: fix copy_vma() failure path
Liam Howlett
1
-0
/
+5
2022-09-27
mm: refactor of vma_merge()
Jakub Matěna
1
-50
/
+37
2022-09-27
mm: delete unused MMF_OOM_VICTIM flag
Suren Baghdasaryan
1
-2
/
+1
2022-09-27
mm: drop oom code from exit_mmap
Suren Baghdasaryan
1
-19
/
+11
2022-09-27
mm/mmap.c: pass in mapping to __vma_link_file()
Liam R. Howlett
1
-17
/
+12
2022-09-27
mm/mmap: drop range_has_overlap() function
Liam R. Howlett
1
-26
/
+1
2022-09-27
mm: remove the vma linked list
Liam R. Howlett
1
-282
/
+187
2022-09-27
userfaultfd: use maple tree iterator to iterate VMAs
Liam R. Howlett
1
-1
/
+1
2022-09-27
mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
Liam R. Howlett
1
-1
/
+1
2022-09-27
mm/mmap: reorganize munmap to use maple states
Liam R. Howlett
1
-83
/
+145
2022-09-27
mm/mmap: move mmap_region() below do_munmap()
Liam R. Howlett
1
-245
/
+245
2022-09-27
mm: remove vmacache
Liam R. Howlett
1
-29
/
+2
2022-09-27
mm/mmap: use advanced maple tree API for mmap_region()
Liam R. Howlett
1
-48
/
+203
2022-09-27
mm: use maple tree operations for find_vma_intersection()
Liam R. Howlett
1
-0
/
+29
2022-09-27
mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
Liam R. Howlett
1
-60
/
+177
2022-09-27
mmap: change zeroing of maple tree in __vma_adjust()
Liam R. Howlett
1
-8
/
+22
2022-09-27
mm: remove rb tree.
Liam R. Howlett
1
-395
/
+111
2022-09-27
mm/mmap: use maple tree for unmapped_area{_topdown}
Liam R. Howlett
1
-221
/
+34
2022-09-27
mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
Liam R. Howlett
1
-10
/
+17
2022-09-27
mm/mmap: use the maple tree in find_vma() instead of the rbtree.
Liam R. Howlett
1
-18
/
+10
2022-09-27
mmap: use the VMA iterator in count_vma_pages_range()
Matthew Wilcox (Oracle)
1
-17
/
+7
2022-09-27
mm: add VMA iterator
Matthew Wilcox (Oracle)
1
-5
/
+5
2022-09-27
mm: start tracking VMAs with maple tree
Liam R. Howlett
1
-33
/
+320
2022-09-12
mm: align larger anonymous mappings on THP boundaries
Rik van Riel
1
-0
/
+3
2022-08-21
mm/hugetlb: fix hugetlb not supporting softdirty tracking
David Hildenbrand
1
-2
/
+5
2022-07-30
mm/mprotect: fix soft-dirty check in can_change_pte_writable()
Peter Xu
1
-1
/
+1
2022-07-30
mm/mmap.c: fix missing call to vm_unacct_memory in mmap_region
Miaohe Lin
1
-1
/
+0
2022-07-18
mm/mmap: fix obsolete comment of find_extend_vma
Miaohe Lin
1
-1
/
+0
2022-07-18
mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
1
-22
/
+0
2022-07-18
mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
1
-4
/
+1
2022-07-18
mm/mmap: define DECLARE_VM_GET_PAGE_PROT
Anshuman Khandual
1
-25
/
+1
2022-07-18
mm/mmap: build protect protection_map[] with __P000
Anshuman Khandual
1
-0
/
+2
2022-06-27
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
1
-1
/
+1
2022-05-28
Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-9
/
+26
2022-05-20
mm: mmap: register suitable readonly file vmas for khugepaged
Yang Shi
1
-0
/
+7
2022-05-20
mm: khugepaged: introduce khugepaged_enter_vma() helper
Yang Shi
1
-4
/
+4
2022-05-13
mmap locking API: fix missed mmap_sem references in comments
Florian Rommel
1
-2
/
+2
[next]