index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
zswap.c
Age
Commit message (
Expand
)
Author
2024-11-11
mm/list_lru: simplify the list_lru walk callback function
Kairui Song
2024-11-11
mm/list_lru: split the lock to per-cgroup scope
Kairui Song
2024-11-11
mm/list_lru: simplify reparenting and initial allocation
Kairui Song
2024-11-11
mm: zswap: zswap_store_page() will initialize entry after adding to xarray.
Kanchana P Sridhar
2024-11-11
mm: zswap: support large folios in zswap_store()
Kanchana P Sridhar
2024-11-11
mm: zswap: modify zswap_stored_pages to be atomic_long_t
Kanchana P Sridhar
2024-11-11
mm: zswap: rename zswap_pool_get() to zswap_pool_tryget()
Kanchana P Sridhar
2024-11-11
mm: zswap: modify zswap_compress() to accept a page instead of a folio
Kanchana P Sridhar
2024-11-11
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2024-11-11
mm: count zeromap read and set for swapout and swapin
Barry Song
2024-11-06
mm/zswap: avoid touching XArray for unnecessary invalidation
Kairui Song
2024-10-09
mm: zswap: delete comments for "value" member of 'struct zswap_entry'.
Kanchana P Sridhar
2024-09-03
mm: remove code to handle same filled pages
Usama Arif
2024-09-01
zswap: implement a second chance algorithm for dynamic zswap shrinker
Nhat Pham
2024-09-01
mm: zswap: fix global shrinker error handling logic
Takero Funaki
2024-09-01
mm: zswap: fix global shrinker memcg iteration
Takero Funaki
2024-07-17
mm/zswap: fix a white space issue
Dan Carpenter
2024-07-12
mm/zswap: use only one pool in zswap
Chengming Zhou
2024-07-03
mm: zswap: handle incorrect attempts to load large folios
Yosry Ahmed
2024-07-03
mm: zswap: add zswap_never_enabled()
Yosry Ahmed
2024-07-03
mm: zswap: rename is_zswap_enabled() to zswap_is_enabled()
Yosry Ahmed
2024-07-03
mm: zswap: make same_filled functions folio-friendly
Yosry Ahmed
2024-07-03
mm :zswap: use kmap_local_folio() in zswap_load()
Yosry Ahmed
2024-07-03
mm: zswap: use sg_set_folio() in zswap_{compress/decompress}()
Yosry Ahmed
2024-05-05
mm: zswap: remove same_filled module params
Yosry Ahmed
2024-05-05
mm: zswap: move more same-filled pages checks outside of zswap_store()
Yosry Ahmed
2024-05-05
mm: zswap: refactor limit checking from zswap_store()
Yosry Ahmed
2024-05-05
mm: zswap: always shrink in zswap_store() if zswap_pool_reached_full
Yosry Ahmed
2024-04-25
zswap: replace RB tree with xarray
Chris Li
2024-04-25
mm: zswap: remove nr_zswap_stored atomic
Yosry Ahmed
2024-04-25
mm: zswap: remove unnecessary check in zswap_find_zpool()
Yosry Ahmed
2024-04-25
mm: zpool: return pool size in pages
Johannes Weiner
2024-04-25
mm: zswap: optimize zswap pool size tracking
Johannes Weiner
2024-04-25
mm: memcg: add NULL check to obj_cgroup_put()
Yosry Ahmed
2024-04-24
mm: zswap: fix shrinker NULL crash with cgroup_disable=memory
Johannes Weiner
2024-03-26
mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devices
Johannes Weiner
2024-03-26
mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion
Johannes Weiner
2024-03-26
mm: zswap: fix kernel BUG in sg_init_one
Barry Song
2024-03-13
mm/zswap: remove the memcpy if acomp is not sleepable
Barry Song
2024-03-06
mm/zswap: global lru and shrinker shared by all zswap_pools fix
Chengming Zhou
2024-03-04
mm/zswap: change zswap_pool kref to percpu_ref
Chengming Zhou
2024-03-04
mm/zswap: global lru and shrinker shared by all zswap_pools
Chengming Zhou
2024-02-23
mm: zswap: increase reject_compress_poor but not reject_compress_fail if comp...
Barry Song
2024-02-22
mm/zswap: optimize and cleanup the invalidation of duplicate entry
Chengming Zhou
2024-02-22
mm/zswap: zswap entry doesn't need refcount anymore
Chengming Zhou
2024-02-22
mm/zswap: only support zswap_exclusive_loads_enabled
Chengming Zhou
2024-02-22
mm/zswap: remove duplicate_entry debug value
Chengming Zhou
2024-02-22
mm/zswap: stop lru list shrinking when encounter warm region
Chengming Zhou
2024-02-22
mm/zswap: invalidate zswap entry when swap entry free
Chengming Zhou
2024-02-22
mm/zswap: add more comments in shrink_memcg_cb()
Chengming Zhou
[next]