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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-27
ksm: add profit monitoring documentation
xu xin
1
-0
/
+36
2022-09-27
ksm: count allocated ksm rmap_items for each process
xu xin
3
-0
/
+22
2022-09-27
mm: deduplicate cacheline padding code
Shakeel Butt
4
-41
/
+22
2022-09-27
mm: reduce noise in show_mem for lowmem allocations
Michal Hocko
4
-7
/
+33
2022-09-27
mm: fixup documentation regarding pte_numa() and PROT_NUMA
David Hildenbrand
1
-6
/
+6
2022-09-27
mm/gup: use gup_can_follow_protnone() also in GUP-fast
David Hildenbrand
1
-11
/
+3
2022-09-27
mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()
David Hildenbrand
3
-12
/
+18
2022-09-27
mm: fix the handling Non-LRU pages returned by follow_page
Haiyue Wang
3
-11
/
+22
2022-09-27
mm: add merging after mremap resize
Jakub Matěna
2
-3
/
+65
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
4
-18
/
+5
2022-09-27
mm: drop oom code from exit_mmap
Suren Baghdasaryan
3
-22
/
+12
2022-09-27
mm/mlock: drop dead code in count_mm_mlocked_page_nr()
Liam Howlett
1
-3
/
+1
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
9
-374
/
+225
2022-09-27
mm/vmscan: use vma iterator instead of vm_next
Liam R. Howlett
1
-9
/
+3
2022-09-27
riscv: use vma iterator for vdso
Liam R. Howlett
1
-1
/
+2
2022-09-27
nommu: remove uses of VMA linked list
Matthew Wilcox (Oracle)
1
-37
/
+109
2022-09-27
i915: use the VMA iterator
Matthew Wilcox (Oracle)
1
-9
/
+5
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
bpf: remove VMA linked list
Liam R. Howlett
1
-5
/
+5
2022-09-27
fork: use VMA iterator
Matthew Wilcox (Oracle)
1
-2
/
+5
2022-09-27
sched: use maple tree iterator to walk VMAs
Matthew Wilcox (Oracle)
1
-3
/
+7
2022-09-27
perf: use VMA iterator
Matthew Wilcox (Oracle)
2
-4
/
+8
2022-09-27
acct: use VMA iterator instead of linked list
Matthew Wilcox (Oracle)
1
-6
/
+5
2022-09-27
ipc/shm: use VMA iterator instead of linked list
Liam R. Howlett
1
-11
/
+10
2022-09-27
userfaultfd: use maple tree iterator to iterate VMAs
Liam R. Howlett
3
-25
/
+46
2022-09-27
fs/proc/task_mmu: stop using linked list and highest_vm_end
Matthew Wilcox (Oracle)
2
-33
/
+42
2022-09-27
fs/proc/base: use the vma iterators in place of linked list
Liam R. Howlett
1
-1
/
+4
2022-09-27
exec: use VMA iterator instead of linked list
Matthew Wilcox (Oracle)
1
-3
/
+6
2022-09-27
coredump: remove vma linked list walk
Matthew Wilcox (Oracle)
1
-22
/
+12
2022-09-27
um: remove vma linked list walk
Matthew Wilcox (Oracle)
1
-8
/
+6
2022-09-27
optee: remove vma linked list walk
Matthew Wilcox (Oracle)
1
-8
/
+10
2022-09-27
cxl: remove vma linked list walk
Matthew Wilcox (Oracle)
1
-30
/
+15
2022-09-27
xtensa: remove vma linked list walks
Matthew Wilcox (Oracle)
1
-6
/
+12
2022-09-27
x86: remove vma linked list walks
Matthew Wilcox (Oracle)
1
-4
/
+5
2022-09-27
s390: remove vma linked list walks
Matthew Wilcox (Oracle)
2
-3
/
+6
[next]