index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
zswap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-18
mm/zswap: fix a white space issue
Dan Carpenter
1
-1
/
+1
2024-07-13
mm/zswap: use only one pool in zswap
Chengming Zhou
1
-41
/
+20
2024-07-04
mm: zswap: handle incorrect attempts to load large folios
Yosry Ahmed
1
-0
/
+12
2024-07-04
mm: zswap: add zswap_never_enabled()
Yosry Ahmed
1
-0
/
+10
2024-07-04
mm: zswap: rename is_zswap_enabled() to zswap_is_enabled()
Yosry Ahmed
1
-1
/
+1
2024-07-04
mm: zswap: make same_filled functions folio-friendly
Yosry Ahmed
1
-17
/
+13
2024-07-04
mm :zswap: use kmap_local_folio() in zswap_load()
Yosry Ahmed
1
-2
/
+1
2024-07-04
mm: zswap: use sg_set_folio() in zswap_{compress/decompress}()
Yosry Ahmed
1
-5
/
+5
2024-05-06
mm: zswap: remove same_filled module params
Yosry Ahmed
1
-19
/
+0
2024-05-06
mm: zswap: move more same-filled pages checks outside of zswap_store()
Yosry Ahmed
1
-20
/
+25
2024-05-06
mm: zswap: refactor limit checking from zswap_store()
Yosry Ahmed
1
-16
/
+16
2024-05-06
mm: zswap: always shrink in zswap_store() if zswap_pool_reached_full
Yosry Ahmed
1
-6
/
+4
2024-04-26
zswap: replace RB tree with xarray
Chris Li
1
-126
/
+57
2024-04-26
mm: zswap: remove nr_zswap_stored atomic
Yosry Ahmed
1
-5
/
+6
2024-04-26
mm: zswap: remove unnecessary check in zswap_find_zpool()
Yosry Ahmed
1
-6
/
+1
2024-04-26
mm: zpool: return pool size in pages
Johannes Weiner
1
-3
/
+3
2024-04-26
mm: zswap: optimize zswap pool size tracking
Johannes Weiner
1
-51
/
+50
2024-04-26
mm: memcg: add NULL check to obj_cgroup_put()
Yosry Ahmed
1
-2
/
+1
2024-04-25
mm: zswap: fix shrinker NULL crash with cgroup_disable=memory
Johannes Weiner
1
-9
/
+16
2024-03-26
mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devices
Johannes Weiner
1
-4
/
+19
2024-03-26
mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion
Johannes Weiner
1
-0
/
+8
2024-03-26
mm: zswap: fix kernel BUG in sg_init_one
Barry Song
1
-2
/
+12
2024-03-13
mm/zswap: remove the memcpy if acomp is not sleepable
Barry Song
1
-2
/
+4
2024-03-07
mm/zswap: global lru and shrinker shared by all zswap_pools fix
Chengming Zhou
1
-39
/
+38
2024-03-05
mm/zswap: change zswap_pool kref to percpu_ref
Chengming Zhou
1
-15
/
+33
2024-03-05
mm/zswap: global lru and shrinker shared by all zswap_pools
Chengming Zhou
1
-105
/
+66
2024-02-24
mm: zswap: increase reject_compress_poor but not reject_compress_fail if comp...
Barry Song
1
-14
/
+13
2024-02-22
mm/zswap: optimize and cleanup the invalidation of duplicate entry
Chengming Zhou
1
-18
/
+16
2024-02-22
mm/zswap: zswap entry doesn't need refcount anymore
Chengming Zhou
1
-52
/
+11
2024-02-22
mm/zswap: only support zswap_exclusive_loads_enabled
Chengming Zhou
1
-11
/
+3
2024-02-22
mm/zswap: remove duplicate_entry debug value
Chengming Zhou
1
-8
/
+1
2024-02-22
mm/zswap: stop lru list shrinking when encounter warm region
Chengming Zhou
1
-1
/
+3
2024-02-22
mm/zswap: invalidate zswap entry when swap entry free
Chengming Zhou
1
-2
/
+3
2024-02-22
mm/zswap: add more comments in shrink_memcg_cb()
Chengming Zhou
1
-17
/
+26
2024-02-22
mm: zswap: function ordering: shrink_memcg_cb
Johannes Weiner
1
-64
/
+61
2024-02-22
mm: zswap: function ordering: writeback
Johannes Weiner
1
-93
/
+90
2024-02-22
mm: zswap: function ordering: per-cpu compression infra
Johannes Weiner
1
-69
/
+66
2024-02-22
mm: zswap: function ordering: compress & decompress functions
Johannes Weiner
1
-102
/
+105
2024-02-22
mm: zswap: function ordering: move entry section out of tree section
Johannes Weiner
1
-21
/
+21
2024-02-22
mm: zswap: function ordering: move entry sections out of LRU section
Johannes Weiner
1
-52
/
+49
2024-02-22
mm: zswap: function ordering: public lru api
Johannes Weiner
1
-17
/
+19
2024-02-22
mm: zswap: function ordering: pool params
Johannes Weiner
1
-156
/
+156
2024-02-22
mm: zswap: function ordering: zswap_pools
Johannes Weiner
1
-77
/
+73
2024-02-22
mm: zswap: function ordering: pool refcounting
Johannes Weiner
1
-47
/
+47
2024-02-22
mm: zswap: function ordering: pool alloc & free
Johannes Weiner
1
-145
/
+152
2024-02-22
mm: zswap: simplify zswap_invalidate()
Johannes Weiner
1
-7
/
+2
2024-02-22
mm: zswap: further cleanup zswap_store()
Johannes Weiner
1
-15
/
+13
2024-02-22
mm: zswap: break out zwap_compress()
Johannes Weiner
1
-68
/
+77
2024-02-22
mm: zswap: rename __zswap_load() to zswap_decompress()
Johannes Weiner
1
-3
/
+3
2024-02-22
mm: zswap: clean up zswap_entry_put()
Johannes Weiner
1
-7
/
+3
[next]