index
:
Linux Stable
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
/
zswap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/list_lru: simplify the list_lru walk callback function
Kairui Song
2024-11-11
1
-2
/
+2
*
mm/list_lru: split the lock to per-cgroup scope
Kairui Song
2024-11-11
1
-3
/
+2
*
mm/list_lru: simplify reparenting and initial allocation
Kairui Song
2024-11-11
1
-4
/
+3
*
mm: zswap: zswap_store_page() will initialize entry after adding to xarray.
Kanchana P Sridhar
2024-11-11
1
-30
/
+26
*
mm: zswap: support large folios in zswap_store()
Kanchana P Sridhar
2024-11-11
1
-68
/
+121
*
mm: zswap: modify zswap_stored_pages to be atomic_long_t
Kanchana P Sridhar
2024-11-11
1
-6
/
+13
*
mm: zswap: rename zswap_pool_get() to zswap_pool_tryget()
Kanchana P Sridhar
2024-11-11
1
-3
/
+3
*
mm: zswap: modify zswap_compress() to accept a page instead of a folio
Kanchana P Sridhar
2024-11-11
1
-3
/
+3
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2024-11-11
1
-3
/
+3
|
\
|
*
mm: count zeromap read and set for swapout and swapin
Barry Song
2024-11-11
1
-3
/
+3
*
|
mm/zswap: avoid touching XArray for unnecessary invalidation
Kairui Song
2024-11-06
1
-0
/
+3
|
/
*
mm: zswap: delete comments for "value" member of 'struct zswap_entry'.
Kanchana P Sridhar
2024-10-09
1
-1
/
+0
*
mm: remove code to handle same filled pages
Usama Arif
2024-09-03
1
-77
/
+8
*
zswap: implement a second chance algorithm for dynamic zswap shrinker
Nhat Pham
2024-09-01
1
-45
/
+63
*
mm: zswap: fix global shrinker error handling logic
Takero Funaki
2024-09-01
1
-7
/
+33
*
mm: zswap: fix global shrinker memcg iteration
Takero Funaki
2024-09-01
1
-29
/
+47
*
mm/zswap: fix a white space issue
Dan Carpenter
2024-07-17
1
-1
/
+1
*
mm/zswap: use only one pool in zswap
Chengming Zhou
2024-07-12
1
-41
/
+20
*
mm: zswap: handle incorrect attempts to load large folios
Yosry Ahmed
2024-07-03
1
-0
/
+12
*
mm: zswap: add zswap_never_enabled()
Yosry Ahmed
2024-07-03
1
-0
/
+10
*
mm: zswap: rename is_zswap_enabled() to zswap_is_enabled()
Yosry Ahmed
2024-07-03
1
-1
/
+1
*
mm: zswap: make same_filled functions folio-friendly
Yosry Ahmed
2024-07-03
1
-17
/
+13
*
mm :zswap: use kmap_local_folio() in zswap_load()
Yosry Ahmed
2024-07-03
1
-2
/
+1
*
mm: zswap: use sg_set_folio() in zswap_{compress/decompress}()
Yosry Ahmed
2024-07-03
1
-5
/
+5
*
mm: zswap: remove same_filled module params
Yosry Ahmed
2024-05-05
1
-19
/
+0
*
mm: zswap: move more same-filled pages checks outside of zswap_store()
Yosry Ahmed
2024-05-05
1
-20
/
+25
*
mm: zswap: refactor limit checking from zswap_store()
Yosry Ahmed
2024-05-05
1
-16
/
+16
*
mm: zswap: always shrink in zswap_store() if zswap_pool_reached_full
Yosry Ahmed
2024-05-05
1
-6
/
+4
*
zswap: replace RB tree with xarray
Chris Li
2024-04-25
1
-126
/
+57
*
mm: zswap: remove nr_zswap_stored atomic
Yosry Ahmed
2024-04-25
1
-5
/
+6
*
mm: zswap: remove unnecessary check in zswap_find_zpool()
Yosry Ahmed
2024-04-25
1
-6
/
+1
*
mm: zpool: return pool size in pages
Johannes Weiner
2024-04-25
1
-3
/
+3
*
mm: zswap: optimize zswap pool size tracking
Johannes Weiner
2024-04-25
1
-51
/
+50
*
mm: memcg: add NULL check to obj_cgroup_put()
Yosry Ahmed
2024-04-25
1
-2
/
+1
*
mm: zswap: fix shrinker NULL crash with cgroup_disable=memory
Johannes Weiner
2024-04-24
1
-9
/
+16
*
mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devices
Johannes Weiner
2024-03-26
1
-4
/
+19
*
mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion
Johannes Weiner
2024-03-26
1
-0
/
+8
*
mm: zswap: fix kernel BUG in sg_init_one
Barry Song
2024-03-26
1
-2
/
+12
*
mm/zswap: remove the memcpy if acomp is not sleepable
Barry Song
2024-03-13
1
-2
/
+4
*
mm/zswap: global lru and shrinker shared by all zswap_pools fix
Chengming Zhou
2024-03-06
1
-39
/
+38
*
mm/zswap: change zswap_pool kref to percpu_ref
Chengming Zhou
2024-03-04
1
-15
/
+33
*
mm/zswap: global lru and shrinker shared by all zswap_pools
Chengming Zhou
2024-03-04
1
-105
/
+66
*
mm: zswap: increase reject_compress_poor but not reject_compress_fail if comp...
Barry Song
2024-02-23
1
-14
/
+13
*
mm/zswap: optimize and cleanup the invalidation of duplicate entry
Chengming Zhou
2024-02-22
1
-18
/
+16
*
mm/zswap: zswap entry doesn't need refcount anymore
Chengming Zhou
2024-02-22
1
-52
/
+11
*
mm/zswap: only support zswap_exclusive_loads_enabled
Chengming Zhou
2024-02-22
1
-11
/
+3
*
mm/zswap: remove duplicate_entry debug value
Chengming Zhou
2024-02-22
1
-8
/
+1
*
mm/zswap: stop lru list shrinking when encounter warm region
Chengming Zhou
2024-02-22
1
-1
/
+3
*
mm/zswap: invalidate zswap entry when swap entry free
Chengming Zhou
2024-02-22
1
-2
/
+3
*
mm/zswap: add more comments in shrink_memcg_cb()
Chengming Zhou
2024-02-22
1
-17
/
+26
[next]