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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-27
mm: remove the vma linked list
Liam R. Howlett
6
-350
/
+221
2022-09-27
mm/vmscan: use vma iterator instead of vm_next
Liam R. Howlett
1
-9
/
+3
2022-09-27
nommu: remove uses of VMA linked list
Matthew Wilcox (Oracle)
1
-37
/
+109
2022-09-27
mm/swapfile: use vma iterator instead of vma linked list
Liam R. Howlett
1
-1
/
+3
2022-09-27
mm/pagewalk: use vma_find() instead of vma linked list
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-09-27
mm/oom_kill: use vma iterators instead of vma linked list
Liam R. Howlett
1
-1
/
+2
2022-09-27
mm/msync: use vma_find() instead of vma linked list
Liam R. Howlett
1
-1
/
+1
2022-09-27
mm/mremap: use vma_find_intersection() instead of vma linked list
Liam R. Howlett
1
-2
/
+3
2022-09-27
mm/mprotect: use maple tree navigation instead of VMA linked list
Liam R. Howlett
1
-3
/
+5
2022-09-27
mm/mlock: use vma iterator and maple state instead of vma linked list
Matthew Wilcox (Oracle)
1
-16
/
+19
2022-09-27
mm/mempolicy: use vma iterator & maple state instead of vma linked list
Liam R. Howlett
1
-24
/
+32
2022-09-27
mm/memcontrol: stop using mm->highest_vm_end
Liam R. Howlett
1
-4
/
+2
2022-09-27
mm/madvise: use vma_find() instead of vma linked list
Liam R. Howlett
1
-1
/
+1
2022-09-27
mm/ksm: use vma iterators instead of vma linked list
Matthew Wilcox (Oracle)
1
-7
/
+11
2022-09-27
mm/khugepaged: stop using vma linked list
Matthew Wilcox (Oracle)
2
-5
/
+8
2022-09-27
mm/gup: use maple tree navigation instead of linked list
Liam R. Howlett
1
-3
/
+4
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
2
-90
/
+155
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
6
-186
/
+9
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
2
-0
/
+40
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
mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
Liam R. Howlett
1
-1
/
+1
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
4
-461
/
+144
2022-09-27
damon: convert __damon_va_three_regions to use the VMA iterator
Liam R. Howlett
2
-50
/
+39
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
3
-33
/
+335
2022-09-27
mm/demotion: expose memory tier details via sysfs
Aneesh Kumar K.V
1
-22
/
+87
2022-09-27
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
5
-0
/
+51
2022-09-27
mm/demotion: demote pages according to allocation fallback order
Jagdish Gediya
2
-18
/
+91
2022-09-27
mm/demotion: drop memtier from memtype
Aneesh Kumar K.V
1
-7
/
+9
2022-09-27
mm/demotion: add pg_data_t member to track node memory tier details
Aneesh Kumar K.V
1
-5
/
+35
2022-09-27
mm/demotion: build demotion targets based on explicit memory tiers
Aneesh Kumar K.V
3
-410
/
+226
2022-09-27
mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...
Aneesh Kumar K.V
1
-23
/
+91
2022-09-27
mm/demotion: add hotplug callbacks to handle new numa node onlined
Aneesh Kumar K.V
1
-0
/
+68
2022-09-27
mm/demotion: move memory demotion related code
Aneesh Kumar K.V
3
-59
/
+66
2022-09-27
mm/demotion: add support for explicit memory tiers
Aneesh Kumar K.V
2
-0
/
+130
2022-09-27
mm: multi-gen LRU: admin guide
Yu Zhao
2
-1
/
+6
2022-09-27
mm: multi-gen LRU: debugfs interface
Yu Zhao
1
-10
/
+401
2022-09-27
mm: multi-gen LRU: thrashing prevention
Yu Zhao
1
-3
/
+71
2022-09-27
mm: multi-gen LRU: kill switch
Yu Zhao
2
-5
/
+229
2022-09-27
mm: multi-gen LRU: optimize multiple memcgs
Yu Zhao
1
-9
/
+96
2022-09-27
mm: multi-gen LRU: support page table walks
Yu Zhao
2
-16
/
+1019
[next]