index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-09-26
mm/memcontrol: stop using mm->highest_vm_end
Liam R. Howlett
2022-09-26
mm/madvise: use vma_find() instead of vma linked list
Liam R. Howlett
2022-09-26
mm/ksm: use vma iterators instead of vma linked list
Matthew Wilcox (Oracle)
2022-09-26
mm/khugepaged: stop using vma linked list
Matthew Wilcox (Oracle)
2022-09-26
mm/gup: use maple tree navigation instead of linked list
Liam R. Howlett
2022-09-26
bpf: remove VMA linked list
Liam R. Howlett
2022-09-26
fork: use VMA iterator
Matthew Wilcox (Oracle)
2022-09-26
sched: use maple tree iterator to walk VMAs
Matthew Wilcox (Oracle)
2022-09-26
perf: use VMA iterator
Matthew Wilcox (Oracle)
2022-09-26
acct: use VMA iterator instead of linked list
Matthew Wilcox (Oracle)
2022-09-26
ipc/shm: use VMA iterator instead of linked list
Liam R. Howlett
2022-09-26
userfaultfd: use maple tree iterator to iterate VMAs
Liam R. Howlett
2022-09-26
fs/proc/task_mmu: stop using linked list and highest_vm_end
Matthew Wilcox (Oracle)
2022-09-26
fs/proc/base: use the vma iterators in place of linked list
Liam R. Howlett
2022-09-26
exec: use VMA iterator instead of linked list
Matthew Wilcox (Oracle)
2022-09-26
coredump: remove vma linked list walk
Matthew Wilcox (Oracle)
2022-09-26
um: remove vma linked list walk
Matthew Wilcox (Oracle)
2022-09-26
optee: remove vma linked list walk
Matthew Wilcox (Oracle)
2022-09-26
cxl: remove vma linked list walk
Matthew Wilcox (Oracle)
2022-09-26
xtensa: remove vma linked list walks
Matthew Wilcox (Oracle)
2022-09-26
x86: remove vma linked list walks
Matthew Wilcox (Oracle)
2022-09-26
s390: remove vma linked list walks
Matthew Wilcox (Oracle)
2022-09-26
powerpc: remove mmap linked list walks
Matthew Wilcox (Oracle)
2022-09-26
parisc: remove mmap linked list from cache handling
Matthew Wilcox (Oracle)
2022-09-26
arm64: Change elfcore for_each_mte_vma() to use VMA iterator
Liam R. Howlett
2022-09-26
arm64: remove mmap linked list from vdso
Matthew Wilcox (Oracle)
2022-09-26
mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
Liam R. Howlett
2022-09-26
mm/mmap: reorganize munmap to use maple states
Liam R. Howlett
2022-09-26
mm/mmap: move mmap_region() below do_munmap()
Liam R. Howlett
2022-09-26
mm: convert vma_lookup() to use mtree_load()
Liam R. Howlett
2022-09-26
mm: remove vmacache
Liam R. Howlett
2022-09-26
mm/mmap: use advanced maple tree API for mmap_region()
Liam R. Howlett
2022-09-26
mm: use maple tree operations for find_vma_intersection()
Liam R. Howlett
2022-09-26
mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
Liam R. Howlett
2022-09-26
mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
Liam R. Howlett
2022-09-26
mm: optimize find_exact_vma() to use vma_lookup()
Liam R. Howlett
2022-09-26
xen: use vma_lookup() in privcmd_ioctl_mmap()
Liam R. Howlett
2022-09-26
mmap: change zeroing of maple tree in __vma_adjust()
Liam R. Howlett
2022-09-26
mm: remove rb tree.
Liam R. Howlett
2022-09-26
proc: remove VMA rbtree use from nommu
Matthew Wilcox (Oracle)
2022-09-26
damon: convert __damon_va_three_regions to use the VMA iterator
Liam R. Howlett
2022-09-26
kernel/fork: use maple tree for dup_mmap() during forking
Liam R. Howlett
2022-09-26
mm/mmap: use maple tree for unmapped_area{_topdown}
Liam R. Howlett
2022-09-26
mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
Liam R. Howlett
2022-09-26
mm/mmap: use the maple tree in find_vma() instead of the rbtree.
Liam R. Howlett
2022-09-26
mmap: use the VMA iterator in count_vma_pages_range()
Matthew Wilcox (Oracle)
2022-09-26
mm: add VMA iterator
Matthew Wilcox (Oracle)
2022-09-26
mm: start tracking VMAs with maple tree
Liam R. Howlett
2022-09-26
lib/test_maple_tree: add testing for maple tree
Liam R. Howlett
2022-09-26
radix tree test suite: add lockdep_is_held to header
Liam R. Howlett
[next]