index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm,hugetlb: use folio fields in second tail page
Hugh Dickins
2022-12-01
5
-68
/
+67
*
selftests/vm: update hugetlb madvise
Mike Kravetz
2022-12-01
1
-3
/
+4
*
zsmalloc: replace IS_ERR() with IS_ERR_VALUE()
Deming Wang
2022-12-01
1
-1
/
+1
*
mm: use pte markers for swap errors
Peter Xu
2022-12-01
5
-21
/
+21
*
mm: always compile in pte markers
Peter Xu
2022-12-01
4
-49
/
+6
*
mm: use kstrtobool() instead of strtobool()
Christophe JAILLET
2022-12-01
2
-2
/
+4
*
mm/damon: use kstrtobool() instead of strtobool()
Christophe JAILLET
2022-12-01
2
-2
/
+4
*
Docs/ABI/damon: document 'schemes/<s>/tried_regions' sysfs directory
SeongJae Park
2022-12-01
1
-0
/
+32
*
Docs/admin-guide/mm/damon/usage: document schemes/<s>/tried_regions sysfs dir...
SeongJae Park
2022-12-01
1
-3
/
+42
*
tools/selftets/damon/sysfs: test tried_regions directory existence
SeongJae Park
2022-12-01
1
-0
/
+7
*
mm/damon/sysfs-schemes: implement DAMOS-tried regions clear command
SeongJae Park
2022-12-01
3
-1
/
+37
*
mm/damon/sysfs: implement DAMOS tried regions update command
SeongJae Park
2022-12-01
3
-2
/
+141
*
mm/damon/sysfs-schemes: implement scheme region directory
SeongJae Park
2022-12-01
1
-1
/
+122
*
mm/damon/sysfs-schemes: implement schemes/tried_regions directory
SeongJae Park
2022-12-01
1
-0
/
+57
*
mm/damon/core: add a callback for scheme target regions check
SeongJae Park
2022-12-01
2
-1
/
+10
*
mm/hugetlb: convert move_hugetlb_state() to folios
Sidhartha Kumar
2022-12-01
3
-15
/
+22
*
mm/hugeltb_cgroup: convert hugetlb_cgroup_commit_charge*() to folios
Sidhartha Kumar
2022-12-01
1
-6
/
+10
*
mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to folios
Sidhartha Kumar
2022-12-01
3
-25
/
+27
*
mm/hugetlb: convert free_huge_page to folios
Sidhartha Kumar
2022-12-01
1
-13
/
+14
*
mm/hugetlb: convert isolate_or_dissolve_huge_page to folios
Sidhartha Kumar
2022-12-01
1
-7
/
+6
*
mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate to folios
Sidhartha Kumar
2022-12-01
3
-10
/
+8
*
mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() to folios
Sidhartha Kumar
2022-12-01
3
-25
/
+31
*
mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to folios
Sidhartha Kumar
2022-12-01
3
-26
/
+31
*
mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to folios
Sidhartha Kumar
2022-12-01
2
-9
/
+9
*
mempool: do not use ksize() for poisoning
Kees Cook
2022-12-01
1
-6
/
+12
*
maple_tree: mte_set_full() and mte_clear_full() clang-analyzer clean up
Liam Howlett
2022-12-01
1
-4
/
+9
*
mm: vmscan: split khugepaged stats from direct reclaim stats
Johannes Weiner
2022-12-01
7
-10
/
+53
*
Docs/admin-guide/mm/damon/usage: fix wrong usage example of init_regions file
SeongJae Park
2022-12-01
1
-5
/
+6
*
Docs/admin-guide/mm/damon/usage: describe the rules of sysfs region directories
SeongJae Park
2022-12-01
1
-0
/
+3
*
mm: hugetlb_vmemmap: remove redundant list_del()
Muchun Song
2022-12-01
1
-3
/
+1
*
mm, hwpoison: when copy-on-write hits poison, take page offline
Tony Luck
2022-12-01
2
-2
/
+8
*
mm, hwpoison: try to recover from copy-on write faults
Tony Luck
2022-12-01
2
-10
/
+46
*
percpu_counter: add percpu_counter_sum_all interface
Shakeel Butt
2022-12-01
3
-6
/
+34
*
mm: convert mm's rss stats into percpu_counter
Shakeel Butt
2022-12-01
8
-107
/
+40
*
selftests/damon: add tests for DAMON_LRU_SORT's enabled parameter
SeongJae Park
2022-12-01
2
-1
/
+42
*
mm/damon/lru_sort: enable and disable synchronously
SeongJae Park
2022-12-01
1
-29
/
+22
*
selftests/damon: add tests for DAMON_RECLAIM's enabled parameter
SeongJae Park
2022-12-01
2
-0
/
+43
*
mm/damon/reclaim: enable and disable synchronously
SeongJae Park
2022-12-01
1
-30
/
+23
*
mm/damon/{reclaim,lru_sort}: remove unnecessarily included headers
SeongJae Park
2022-12-01
2
-4
/
+0
*
mm/damon/modules: deduplicate init steps for DAMON context setup
SeongJae Park
2022-12-01
5
-30
/
+53
*
mm/damon/sysfs: split out schemes directory implementation to separate file
SeongJae Park
2022-12-01
4
-1065
/
+1091
*
mm/damon/sysfs: split out kdamond-independent schemes stats update logic into...
SeongJae Park
2022-12-01
1
-15
/
+22
*
mm/damon/sysfs: move unsigned long range directory to common module
SeongJae Park
2022-12-01
3
-100
/
+109
*
mm/damon/sysfs: move sysfs_lock to common module
SeongJae Park
2022-12-01
4
-4
/
+24
*
mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()
SeongJae Park
2022-12-01
1
-11
/
+3
*
mm/damon/sysfs: use damon_addr_range for region's start and end values
SeongJae Park
2022-12-01
1
-14
/
+11
*
mm/damon/core: split out scheme quota adjustment logic into a new function
SeongJae Park
2022-12-01
1
-43
/
+48
*
mm/damon/core: split out scheme stat update logic into a new function
SeongJae Park
2022-12-01
1
-5
/
+11
*
mm/damon/core: split damos application logic into a new function
SeongJae Park
2022-12-01
1
-34
/
+39
*
mm/damon/core: split out DAMOS-charged region skip logic into a new function
SeongJae Park
2022-12-01
1
-31
/
+65
[next]