index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
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
2022-09-27
powerpc: remove mmap linked list walks
Matthew Wilcox (Oracle)
3
-19
/
+11
2022-09-27
parisc: remove mmap linked list from cache handling
Matthew Wilcox (Oracle)
1
-2
/
+7
2022-09-27
arm64: Change elfcore for_each_mte_vma() to use VMA iterator
Liam R. Howlett
1
-6
/
+10
2022-09-27
arm64: remove mmap linked list from vdso
Matthew Wilcox (Oracle)
1
-1
/
+2
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
3
-92
/
+158
2022-09-27
mm/mmap: move mmap_region() below do_munmap()
Liam R. Howlett
1
-245
/
+245
2022-09-27
mm: convert vma_lookup() to use mtree_load()
Liam R. Howlett
1
-6
/
+1
2022-09-27
mm: remove vmacache
Liam R. Howlett
17
-267
/
+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
3
-18
/
+44
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
mm: optimize find_exact_vma() to use vma_lookup()
Liam R. Howlett
1
-1
/
+1
2022-09-27
xen: use vma_lookup() in privcmd_ioctl_mmap()
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
9
-487
/
+144
2022-09-27
proc: remove VMA rbtree use from nommu
Matthew Wilcox (Oracle)
1
-24
/
+21
2022-09-27
damon: convert __damon_va_three_regions to use the VMA iterator
Liam R. Howlett
2
-50
/
+39
2022-09-27
kernel/fork: use maple tree for dup_mmap() during forking
Liam R. Howlett
2
-4
/
+13
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)
3
-5
/
+58
2022-09-27
mm: start tracking VMAs with maple tree
Liam R. Howlett
9
-36
/
+435
2022-09-27
lib/test_maple_tree: add testing for maple tree
Liam R. Howlett
2
-2
/
+38314
2022-09-27
radix tree test suite: add lockdep_is_held to header
Liam R. Howlett
1
-0
/
+2
2022-09-27
radix tree test suite: add support for slab bulk APIs
Liam R. Howlett
2
-2
/
+120
2022-09-27
radix tree test suite: add allocation counts and size to kmem_cache
Liam R. Howlett
1
-1
/
+27
2022-09-27
radix tree test suite: add kmem_cache_set_non_kernel()
Liam R. Howlett
1
-2
/
+14
2022-09-27
radix tree test suite: add pr_err define
Liam R. Howlett
1
-0
/
+1
2022-09-27
Maple Tree: add new data structure
Liam R. Howlett
14
-1
/
+8260
2022-09-27
mm/demotion: expose memory tier details via sysfs
Aneesh Kumar K.V
2
-22
/
+112
2022-09-27
lib/nodemask: optimize node_random for nodemask with single NUMA node
Aneesh Kumar K.V
1
-3
/
+12
2022-09-27
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
8
-5
/
+63
2022-09-27
mm/demotion: demote pages according to allocation fallback order
Jagdish Gediya
3
-18
/
+103
2022-09-27
mm/demotion: drop memtier from memtype
Aneesh Kumar K.V
2
-8
/
+9
2022-09-27
mm/demotion: add pg_data_t member to track node memory tier details
Aneesh Kumar K.V
2
-5
/
+38
2022-09-27
mm/demotion: build demotion targets based on explicit memory tiers
Aneesh Kumar K.V
5
-423
/
+239
2022-09-27
mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...
Aneesh Kumar K.V
3
-27
/
+171
2022-09-27
mm/demotion: add hotplug callbacks to handle new numa node onlined
Aneesh Kumar K.V
2
-0
/
+69
2022-09-27
mm/demotion: move memory demotion related code
Aneesh Kumar K.V
5
-61
/
+74
2022-09-27
mm/demotion: add support for explicit memory tiers
Aneesh Kumar K.V
3
-0
/
+148
[next]