index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
tools
/
testing
/
vma
/
vma_internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-13
mm: add mmap_prepare() compatibility layer for nested file systems
Lorenzo Stoakes
1
-0
/
+16
2025-06-06
mm/hugetlb: unshare page tables during VMA split, not before
Jann Horn
1
-0
/
+2
2025-06-01
tools/testing/vma: add missing function stub
Lorenzo Stoakes
1
-0
/
+5
2025-05-14
mm: introduce new .mmap_prepare() file callback
Lorenzo Stoakes
1
-5
/
+61
2025-05-13
mm: perform VMA allocation, freeing, duplication in mm
Lorenzo Stoakes
1
-25
/
+118
2025-05-13
mm: abstract initial stack setup to mm subsystem
Lorenzo Stoakes
1
-0
/
+32
2025-05-13
mm: establish mm/vma_exec.c for shared exec/mm VMA functionality
Lorenzo Stoakes
1
-0
/
+40
2025-03-17
mm: make vma cache SLAB_TYPESAFE_BY_RCU
Suren Baghdasaryan
1
-7
/
+2
2025-03-17
mm: move lesser used vma_area_struct members into the last cacheline
Suren Baghdasaryan
1
-19
/
+18
2025-03-17
mm: replace vm_lock and detached flag with a reference count
Suren Baghdasaryan
1
-33
/
+30
2025-03-17
mm: introduce vma_iter_store_attached() to use with attached vmas
Suren Baghdasaryan
1
-0
/
+10
2025-03-17
mm: mark vma as detached until it's added into vma tree
Suren Baghdasaryan
1
-5
/
+12
2025-03-17
mm: move per-vma lock into vm_area_struct
Suren Baghdasaryan
1
-26
/
+7
2025-03-17
mm: completely abstract unnecessary adj_start calculation
Lorenzo Stoakes
1
-2
/
+2
2025-01-26
tools: add VM_WARN_ON_VMG definition
Suren Baghdasaryan
1
-0
/
+1
2025-01-26
mm: make mmap_region() internal
Lorenzo Stoakes
1
-0
/
+65
2025-01-26
tools: testing: add simple __mmap_region() userland test
Lorenzo Stoakes
1
-1
/
+1
2025-01-14
mm: convert mm_lock_seq to a proper seqcount
Suren Baghdasaryan
1
-2
/
+2
2025-01-14
mm/vma: move __vm_munmap() to mm/vma.c
Lorenzo Stoakes
1
-0
/
+9
2025-01-14
mm/vma: move stack expansion logic to mm/vma.c
Lorenzo Stoakes
1
-0
/
+62
2025-01-14
mm/vma: move unmapped_area() internals to mm/vma.c
Lorenzo Stoakes
1
-0
/
+59
2025-01-14
mm/vma: move brk() internals to mm/vma.c
Lorenzo Stoakes
1
-0
/
+22
2024-11-07
tools: testing: add additional vma_internal.h stubs
Lorenzo Stoakes
1
-1
/
+114
2024-09-04
mm: avoid using vma_merge() for new VMAs
Lorenzo Stoakes
1
-0
/
+6
2024-09-04
tools: add VMA merge tests
Lorenzo Stoakes
1
-5
/
+40
2024-09-02
tools: add skeleton code for userland testing of VMA logic
Lorenzo Stoakes
1
-0
/
+882