index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: remove vmacache
Liam R. Howlett
2022-09-26
6
-186
/
+9
*
mm/mmap: use advanced maple tree API for mmap_region()
Liam R. Howlett
2022-09-26
1
-48
/
+203
*
mm: use maple tree operations for find_vma_intersection()
Liam R. Howlett
2022-09-26
2
-0
/
+40
*
mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
Liam R. Howlett
2022-09-26
1
-60
/
+177
*
mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
Liam R. Howlett
2022-09-26
1
-1
/
+1
*
mmap: change zeroing of maple tree in __vma_adjust()
Liam R. Howlett
2022-09-26
1
-8
/
+22
*
mm: remove rb tree.
Liam R. Howlett
2022-09-26
4
-461
/
+144
*
damon: convert __damon_va_three_regions to use the VMA iterator
Liam R. Howlett
2022-09-26
2
-50
/
+39
*
mm/mmap: use maple tree for unmapped_area{_topdown}
Liam R. Howlett
2022-09-26
1
-221
/
+34
*
mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
Liam R. Howlett
2022-09-26
1
-10
/
+17
*
mm/mmap: use the maple tree in find_vma() instead of the rbtree.
Liam R. Howlett
2022-09-26
1
-18
/
+10
*
mmap: use the VMA iterator in count_vma_pages_range()
Matthew Wilcox (Oracle)
2022-09-26
1
-17
/
+7
*
mm: add VMA iterator
Matthew Wilcox (Oracle)
2022-09-26
1
-5
/
+5
*
mm: start tracking VMAs with maple tree
Liam R. Howlett
2022-09-26
3
-33
/
+335
*
mm/demotion: expose memory tier details via sysfs
Aneesh Kumar K.V
2022-09-26
1
-22
/
+87
*
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
2022-09-26
5
-0
/
+51
*
mm/demotion: demote pages according to allocation fallback order
Jagdish Gediya
2022-09-26
2
-18
/
+91
*
mm/demotion: drop memtier from memtype
Aneesh Kumar K.V
2022-09-26
1
-7
/
+9
*
mm/demotion: add pg_data_t member to track node memory tier details
Aneesh Kumar K.V
2022-09-26
1
-5
/
+35
*
mm/demotion: build demotion targets based on explicit memory tiers
Aneesh Kumar K.V
2022-09-26
3
-410
/
+226
*
mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...
Aneesh Kumar K.V
2022-09-26
1
-23
/
+91
*
mm/demotion: add hotplug callbacks to handle new numa node onlined
Aneesh Kumar K.V
2022-09-26
1
-0
/
+68
*
mm/demotion: move memory demotion related code
Aneesh Kumar K.V
2022-09-26
3
-59
/
+66
*
mm/demotion: add support for explicit memory tiers
Aneesh Kumar K.V
2022-09-26
2
-0
/
+130
*
mm: multi-gen LRU: admin guide
Yu Zhao
2022-09-26
2
-1
/
+6
*
mm: multi-gen LRU: debugfs interface
Yu Zhao
2022-09-26
1
-10
/
+401
*
mm: multi-gen LRU: thrashing prevention
Yu Zhao
2022-09-26
1
-3
/
+71
*
mm: multi-gen LRU: kill switch
Yu Zhao
2022-09-26
2
-5
/
+229
*
mm: multi-gen LRU: optimize multiple memcgs
Yu Zhao
2022-09-26
1
-9
/
+96
*
mm: multi-gen LRU: support page table walks
Yu Zhao
2022-09-26
2
-16
/
+1019
*
mm: multi-gen LRU: exploit locality in rmap
Yu Zhao
2022-09-26
5
-2
/
+194
*
mm: multi-gen LRU: minimal implementation
Yu Zhao
2022-09-26
4
-10
/
+942
*
mm: multi-gen LRU: groundwork
Yu Zhao
2022-09-26
8
-6
/
+126
*
mm/vmscan.c: refactor shrink_node()
Yu Zhao
2022-09-26
1
-94
/
+104
*
mm: x86, arm64: add arch_has_hw_pte_young()
Yu Zhao
2022-09-26
1
-13
/
+1
*
mm/page_io: count submission time as thrashing delay for delayacct
Yang Yang
2022-09-26
1
-5
/
+10
*
delayacct: support re-entrance detection of thrashing accounting
Yang Yang
2022-09-26
1
-4
/
+6
*
mm: migrate: do not retry 10 times for the subpages of fail-to-migrate THP
Baolin Wang
2022-09-26
1
-3
/
+2
*
migrate_pages(): fix failure counting for retry
Huang Ying
2022-09-26
1
-1
/
+5
*
migrate_pages(): fix failure counting for THP splitting
Huang Ying
2022-09-26
1
-7
/
+7
*
migrate_pages(): fix failure counting for THP on -ENOSYS
Huang Ying
2022-09-26
1
-3
/
+3
*
migrate_pages(): fix failure counting for THP subpages retrying
Huang Ying
2022-09-26
1
-1
/
+2
*
migrate_pages(): fix THP failure counting for -ENOMEM
Huang Ying
2022-09-26
1
-3
/
+4
*
migrate_pages(): remove unnecessary list_safe_reset_next()
Huang Ying
2022-09-26
1
-8
/
+5
*
migrate: fix syscall move_pages() return value for failure
Huang Ying
2022-09-26
1
-2
/
+6
*
filemap: make the accounting of thrashing more consistent
Yang Yang
2022-09-26
1
-14
/
+4
*
mm/swap: cache swap migration A/D bits support
Peter Xu
2022-09-26
1
-0
/
+8
*
mm/swap: cache maximum swapfile size when init swap
Peter Xu
2022-09-26
1
-2
/
+5
*
mm: remember young/dirty bit for page migrations
Peter Xu
2022-09-26
4
-4
/
+31
*
mm/thp: carry over dirty bit when thp splits on pmd
Peter Xu
2022-09-26
1
-2
/
+7
[next]