index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mremap.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
4 days
mm, swap: reduce contention on device lock
Kairui Song
2
-188
/
+247
4 days
mm, swap: use an enum to define all cluster flags and wrap flags changes
Kairui Song
2
-40
/
+53
4 days
mm, swap: hold a reference during scan and cleanup flag usage
Kairui Song
2
-34
/
+57
4 days
mm, swap: clean up plist removal and adding
Kairui Song
2
-50
/
+138
4 days
mm, swap: clean up device availability check
Kairui Song
6
-36
/
+8
4 days
mm, swap: use cluster lock for HDD
Kairui Song
1
-74
/
+35
4 days
mm, swap: remove old allocation path for HDD
Kairui Song
2
-229
/
+9
4 days
mm, swap: fold swap_info_get_cont in the only caller
Kairui Song
1
-24
/
+15
4 days
mm, swap: minor clean up for swap entry allocation
Kairui Song
1
-30
/
+29
4 days
alloc_tag: avoid current->alloc_tag manipulations when profiling is disabled
Suren Baghdasaryan
2
-3
/
+10
4 days
memcg: fix soft lockup in the OOM process
Chen Ridong
2
-2
/
+13
4 days
mm/zsmalloc: introduce __zpdesc_clear/set_zsmalloc()
Alex Shi
2
-3
/
+13
4 days
mm/zsmalloc: convert get/set_first_obj_offset() to take zpdesc
Alex Shi
1
-12
/
+12
4 days
mm/zsmalloc: convert SetZsPageMovable and remove unused funcs
Alex Shi
1
-28
/
+5
4 days
mm/zsmalloc: convert get_zspage() to take zpdesc
Hyeonggon Yoo
1
-10
/
+10
4 days
mm/zsmalloc: convert migrate_zspage() to use zpdesc
Hyeonggon Yoo
1
-4
/
+4
4 days
mm/zsmalloc: convert location_to_obj() to take zpdesc
Hyeonggon Yoo
1
-7
/
+6
4 days
mm/zsmalloc: convert __free_zspage() to use zpdesc
Hyeonggon Yoo
2
-10
/
+14
4 days
mm/zsmalloc: convert reset_page to reset_zpdesc
Alex Shi
1
-5
/
+7
4 days
mm/zsmalloc: add two helpers for zs_page_migrate() and make it use zpdesc
Hyeonggon Yoo
2
-14
/
+27
4 days
mm/zsmalloc: convert obj_to_page() and zs_free() to use zpdesc
Hyeonggon Yoo
1
-5
/
+5
4 days
mm/zsmalloc: convert init_zspage() to use zpdesc
Hyeonggon Yoo
1
-8
/
+8
4 days
mm/zsmalloc: convert obj_allocated() and related helpers to use zpdesc
Hyeonggon Yoo
1
-10
/
+10
4 days
mm/zsmalloc: convert create_page_chain() and its users to use zpdesc
Alex Shi
2
-39
/
+76
4 days
mm/zsmalloc: convert obj_malloc() to use zpdesc
Hyeonggon Yoo
1
-8
/
+8
4 days
mm/zsmalloc: add and use pfn/zpdesc seeking funcs
Hyeonggon Yoo
2
-37
/
+52
4 days
mm/zsmalloc: convert __zs_map_object/__zs_unmap_object to use zpdesc
Hyeonggon Yoo
1
-8
/
+8
4 days
mm/zsmalloc: use zpdesc in trylock_zspage()/lock_zspage()
Alex Shi
2
-21
/
+73
4 days
mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
Alex Shi
2
-23
/
+112
4 days
Docs/admin-guide/mm/damon/usage: document DAMOS filter 'allow' sysfs file
SeongJae Park
1
-14
/
+19
4 days
Docs/admin-guide/mm/damon/usage: omit DAMOS filter details in favor of design...
SeongJae Park
1
-15
/
+14
4 days
Docs/ABI/damon: document DAMOS filter allow sysfs file
SeongJae Park
1
-4
/
+9
4 days
Docs/mm/damon/design: document allow/reject DAMOS filter behaviors
SeongJae Park
1
-4
/
+29
4 days
mm/damon/sysfs-schemes: add a file for setting damos_filter->allow
SeongJae Park
1
-1
/
+31
4 days
mm/damon: add 'allow' argument to damos_new_filter()
SeongJae Park
6
-9
/
+11
4 days
mm/damon/paddr: support damos_filter->allow
SeongJae Park
1
-3
/
+3
4 days
mm/damon/core: support damos_filter->allow
SeongJae Park
2
-8
/
+8
4 days
mm/damon/core: add damos_filter->allow field
SeongJae Park
2
-1
/
+4
4 days
mm/damon: fixup damos_filter kernel-doc
SeongJae Park
1
-5
/
+6
4 days
mm: alloc_pages_bulk: rename API
Luiz Capitulino
17
-47
/
+45
4 days
mm: alloc_pages_bulk_noprof: drop page_list argument
Luiz Capitulino
3
-40
/
+21
4 days
selftests/mm: introduce uffd-wp-mremap regression test
Ryan Roberts
4
-0
/
+384
4 days
mm/hugetlb: unify restore reserve accounting for new allocations
Peter Xu
1
-9
/
+9
4 days
mm/hugetlb: drop vma_has_reserves()
Peter Xu
1
-17
/
+6
4 days
mm/hugetlb: simplify vma_has_reserves()
Peter Xu
1
-60
/
+7
4 days
mm/hugetlb: clean up map/global resv accounting when allocate
Peter Xu
1
-33
/
+77
4 days
mm/hugetlb: rename avoid_reserve to cow_from_owner
Peter Xu
3
-16
/
+23
4 days
mm/hugetlb: stop using avoid_reserve flag in fork()
Peter Xu
1
-1
/
+1
4 days
mm/hugetlb: fix avoid_reserve to allow taking folio from subpool
Peter Xu
1
-19
/
+3
4 days
mm: shmem: skip swapcache for swapin of synchronous swap device
Baolin Wang
1
-5
/
+105
[prev]
[next]