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
2023-06-12
zswap: do not shrink if cgroup may not zswap
Nhat Pham
1
-2
/
+9
2023-05-18
mm: fix zswap writeback race condition
Domenico Cerasuolo
1
-0
/
+16
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-49
/
+89
2023-04-19
mm/zswap: delay the initialization of zswap
Liu Shixin
1
-17
/
+54
2023-04-19
mm/zswap: replace zswap_init_{started/failed} with zswap_init_state
Liu Shixin
1
-25
/
+30
2023-04-19
mm/zswap: remove zswap_entry_cache_{create,destroy} helper function
Liu Shixin
1
-13
/
+3
2023-04-13
zswap: remove MODULE_LICENSE in non-modules
Nick Alcock
1
-1
/
+0
2023-03-29
mm/zswap: try to avoid worst-case scenario on same element pages
Taejoon Song
1
-4
/
+12
2022-12-12
zswap: fix writeback lock ordering for zsmalloc
Johannes Weiner
1
-16
/
+19
2022-12-01
zswap: do not allocate from atomic pool
Sergey Senozhatsky
1
-2
/
+2
2022-09-12
mm/swap: remove the end_write_func argument to __swap_writepage
Christoph Hellwig
1
-1
/
+1
2022-05-20
zswap: memcg accounting
Johannes Weiner
1
-7
/
+30
2022-05-20
mm: zswap: add basic meminfo and vmstat coverage
Johannes Weiner
1
-7
/
+6
2022-05-10
mm: create new mm/swap.h header file
NeilBrown
1
-0
/
+2
2022-03-23
mm/zswap.c: allow handling just same-value filled pages
Maciej S. Szmigiero
1
-1
/
+14
2022-01-22
frontswap: remove support for multiple ops
Christoph Hellwig
1
-2
/
+6
2021-07-01
mm/zswap.c: fix two bugs in zswap_writeback_entry()
Miaohe Lin
1
-10
/
+7
2021-07-01
mm/zswap.c: avoid unnecessary copy-in at map time
Miaohe Lin
1
-1
/
+1
2021-07-01
mm/zswap.c: remove unused function zswap_debugfs_exit()
Miaohe Lin
1
-7
/
+0
2021-05-05
mm/zswap.c: switch from strlcpy to strscpy
Zhiyuan Dai
1
-1
/
+1
2021-02-26
mm/zswap: add the flag can_sleep_mapped
Tian Tao
1
-5
/
+46
2021-02-26
mm: zswap: clean up confusing comment
Randy Dunlap
1
-3
/
+3
2020-12-15
mm/zswap: move to use crypto_acomp API for hardware acceleration
Barry Song
1
-46
/
+137
2020-12-15
mm/zswap: fix passing zero to 'PTR_ERR' warning
YueHaibing
1
-1
/
+1
2020-12-15
mm/zswap: make struct kernel_param_ops definitions const
Joe Perches
1
-3
/
+3
2020-04-07
mm/zswap: allow setting default status, compressor and allocator in Kconfig
Maciej S. Szmigiero
1
-12
/
+12
2020-01-31
zswap: potential NULL dereference on error in init_zswap()
Dan Carpenter
1
-1
/
+2
2020-01-31
mm/zswap.c: add allocation hysteresis if pool limit is hit
Vitaly Wool
1
-31
/
+54
2019-09-25
zswap: do not map same object twice
Vitaly Wool
1
-4
/
+3
2019-09-25
zswap: use movable memory if zpool support allocate movable memory
Hui Zhu
1
-3
/
+5
2019-06-03
zswap: ignore debugfs_create_dir() return value
Greg Kroah-Hartman
1
-2
/
+0
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-2
/
+2
2018-07-27
zswap: re-check zswap_is_full() after do zswap_shrink()
Li Wang
1
-0
/
+9
2018-06-15
mm: use octal not symbolic permissions
Joe Perches
1
-19
/
+19
2018-02-22
mm, swap, frontswap: fix THP swap if frontswap enabled
Huang Ying
1
-0
/
+6
2018-02-01
zswap: only save zswap header when necessary
Yu Zhao
1
-10
/
+10
2018-02-01
zswap: same-filled pages handling
Srividya Desireddy
1
-5
/
+66
2017-07-07
mm/zswap.c: delete an error message for a failed memory allocation in zswap_d...
Markus Elfring
1
-3
/
+2
2017-07-07
mm/zswap.c: improve a size determination in zswap_frontswap_init()
Markus Elfring
1
-1
/
+1
2017-07-07
mm/zswap.c: delete an error message for a failed memory allocation in zswap_p...
Markus Elfring
1
-3
/
+1
2017-02-28
zswap: don't param_set_charp while holding spinlock
Dan Streetman
1
-7
/
+13
2017-02-28
zswap: clear compressor or zpool param if invalid at init
Dan Streetman
1
-12
/
+37
2017-02-28
zswap: allow initialization at boot without pool
Dan Streetman
1
-12
/
+34
2017-02-04
zswap: disable changing params if init fails
Dan Streetman
1
-1
/
+29
2016-12-02
mm/zswap: Convert pool to hotplug state machine
Sebastian Andrzej Siewior
1
-65
/
+34
2016-12-02
mm/zswap: Convert dst-mem to hotplug state machine
Sebastian Andrzej Siewior
1
-56
/
+17
2016-05-21
mm/zswap: use workqueue to destroy pool
Dan Streetman
1
-4
/
+8
2016-05-06
mm/zswap: provide unique zpool name
Dan Streetman
1
-1
/
+7
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
[next]