index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-12
Docs/admin-guide/mm/damon/usage: document for quota goals
SeongJae Park
2
-7
/
+43
2023-12-12
Docs/ABI/damon: document DAMOS quota goals
SeongJae Park
1
-6
/
+27
2023-12-12
Docs/mm/damon/design: document DAMOS quota auto tuning
SeongJae Park
1
-0
/
+11
2023-12-12
selftests/damon: test quota goals directory
SeongJae Park
1
-0
/
+27
2023-12-12
mm/damon/core-test: add a unit test for the feedback loop algorithm
SeongJae Park
1
-0
/
+32
2023-12-12
mm/damon/sysfs-schemes: implement a command for scheme quota goals only commit
SeongJae Park
3
-0
/
+46
2023-12-12
mm/damon/sysfs-schemes: commit damos quota goals user input to DAMOS
SeongJae Park
1
-0
/
+32
2023-12-12
mm/damon/sysfs-schemes: implement files for scheme quota goals setup
SeongJae Park
1
-3
/
+221
2023-12-12
mm/damon/core: implement goal-oriented feedback-driven quota auto-tuning
SeongJae Park
2
-9
/
+79
2023-12-12
selftests/mm: dont run ksm_functional_tests twice
Nico Pache
1
-2
/
+0
2023-12-12
zswap: shrink zswap pool based on memory pressure
Nhat Pham
7
-6
/
+240
2023-12-12
selftests: cgroup: update per-memcg zswap writeback selftest
Domenico Cerasuolo
1
-24
/
+50
2023-12-12
mm: memcg: add per-memcg zswap writeback stat
Domenico Cerasuolo
4
-0
/
+7
2023-12-12
zswap: make shrinking memcg-aware
Domenico Cerasuolo
6
-59
/
+245
2023-12-12
memcontrol: implement mem_cgroup_tryget_online()
Nhat Pham
1
-0
/
+10
2023-12-12
list_lru: allow explicit memcg and NUMA node selection
Nhat Pham
12
-36
/
+117
2023-12-12
maple_tree: simplify mas_leaf_set_meta()
Peng Zhang
1
-18
/
+4
2023-12-12
maple_tree: delete one of the two identical checks
Peng Zhang
1
-3
/
+0
2023-12-12
maple_tree: remove an unused parameter for ma_meta_end()
Peng Zhang
1
-6
/
+4
2023-12-12
maple_tree: avoid ascending when mas->min is also the parent's minimum
Peng Zhang
1
-3
/
+5
2023-12-12
maple_tree: move the check forward to avoid static check warning
Peng Zhang
1
-1
/
+1
2023-12-12
maple_tree: remove unused function
Jiapeng Chong
1
-29
/
+0
2023-12-12
maple_tree: mtree_range_walk() clean up
Liam R. Howlett
1
-15
/
+12
2023-12-12
maple_tree: don't find node end in mtree_lookup_walk()
Liam R. Howlett
2
-9
/
+24
2023-12-12
maple_tree: use maple state end for write operations
Liam R. Howlett
2
-23
/
+24
2023-12-12
maple_tree: remove mas_searchable()
Liam R. Howlett
2
-51
/
+19
2023-12-12
maple_tree: separate ma_state node from status
Liam R. Howlett
6
-327
/
+445
2023-12-12
maple_tree: clean up inlines for some functions
Liam R. Howlett
1
-39
/
+39
2023-12-12
maple_tree: use cached node end in mas_destroy()
Liam R. Howlett
1
-1
/
+1
2023-12-12
maple_tree: use cached node end in mas_next()
Liam R. Howlett
1
-6
/
+8
2023-12-12
maple_tree: add end of node tracking to the maple state
Liam R. Howlett
3
-0
/
+9
2023-12-12
maple_tree: move debug check to __mas_set_range()
Liam R. Howlett
3
-129
/
+130
2023-12-12
maple_tree: make mas_erase() more robust
Liam R. Howlett
1
-1
/
+1
2023-12-12
maple_tree: remove unnecessary default labels from switch statements
Liam R. Howlett
1
-7
/
+2
2023-12-11
kasan: record and report more information
Juntong Deng
6
-0
/
+79
2023-12-11
zram: use kmap_local_page()
Sergey Senozhatsky
1
-15
/
+15
2023-12-11
mm: memcg: add reminder comment for the memcg v2 events
Dmitry Rokosov
1
-0
/
+4
2023-12-11
samples/cgroup: introduce memcg memory.events listener
Dmitry Rokosov
2
-1
/
+331
2023-12-11
samples: introduce new samples subdir for cgroup
Dmitry Rokosov
6
-11
/
+13
2023-12-11
mm: hugetlb_vmemmap: convert page to folio
Muchun Song
1
-26
/
+25
2023-12-11
mm: hugetlb_vmemmap: move PageVmemmapSelfHosted() check to split_vmemmap_huge...
Muchun Song
1
-46
/
+24
2023-12-11
mm: hugetlb_vmemmap: use walk_page_range_novma() to simplify the code
Muchun Song
1
-109
/
+39
2023-12-11
mm: pagewalk: assert write mmap lock only for walking the user page tables
Muchun Song
1
-1
/
+28
2023-12-11
mm/swapfile: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
1
-17
/
+17
2023-12-11
mm/zswap: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
1
-5
/
+5
2023-12-11
mm, oom:dump_tasks add rss detailed information printing
Yong Wang
1
-3
/
+4
2023-12-11
mm: list_lru: Update kernel documentation to follow the requirements
Andy Shevchenko
1
-17
/
+19
2023-12-11
mm/gup: fix follow_devmap_p[mu]d() on page==NULL handling
Peter Xu
1
-0
/
+2
2023-12-11
mm: page_alloc: unreserve highatomic page blocks before oom
Charan Teja Kalla
1
-8
/
+8
2023-12-11
mm: page_alloc: enforce minimum zone size to do high atomic reserves
Charan Teja Kalla
1
-1
/
+4
[next]