index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-stat.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2022-09-27
mm: multi-gen LRU: design doc
Yu Zhao
2
-0
/
+160
2022-09-27
mm: multi-gen LRU: admin guide
Yu Zhao
4
-1
/
+169
2022-09-27
mm: multi-gen LRU: debugfs interface
Yu Zhao
2
-10
/
+402
2022-09-27
mm: multi-gen LRU: thrashing prevention
Yu Zhao
2
-3
/
+73
2022-09-27
mm: multi-gen LRU: kill switch
Yu Zhao
6
-9
/
+265
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
10
-17
/
+1172
2022-09-27
mm: multi-gen LRU: exploit locality in rmap
Yu Zhao
8
-2
/
+236
2022-09-27
mm: multi-gen LRU: minimal implementation
Yu Zhao
8
-11
/
+1025
2022-09-27
mm: multi-gen LRU: groundwork
Yu Zhao
15
-14
/
+424
2022-09-27
Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole cal...
Yu Zhao
1
-1
/
+8
2022-09-27
mm/vmscan.c: refactor shrink_node()
Yu Zhao
1
-94
/
+104
2022-09-27
mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
Yu Zhao
5
-4
/
+17
2022-09-27
mm: x86, arm64: add arch_has_hw_pte_young()
Yu Zhao
4
-29
/
+19
2022-09-27
mm/page_io: count submission time as thrashing delay for delayacct
Yang Yang
1
-5
/
+10
2022-09-27
delayacct: support re-entrance detection of thrashing accounting
Yang Yang
4
-14
/
+29
2022-09-27
mm: migrate: do not retry 10 times for the subpages of fail-to-migrate THP
Baolin Wang
1
-3
/
+2
2022-09-27
migrate_pages(): fix failure counting for retry
Huang Ying
1
-1
/
+5
2022-09-27
migrate_pages(): fix failure counting for THP splitting
Huang Ying
1
-7
/
+7
[next]