index
:
linux-stable.git
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.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, swap, frontswap: fix THP swap if frontswap enabled
Huang Ying
2018-02-21
1
-0
/
+6
*
zswap: only save zswap header when necessary
Yu Zhao
2018-01-31
1
-10
/
+10
*
zswap: same-filled pages handling
Srividya Desireddy
2018-01-31
1
-5
/
+66
*
mm/zswap.c: delete an error message for a failed memory allocation in zswap_d...
Markus Elfring
2017-07-06
1
-3
/
+2
*
mm/zswap.c: improve a size determination in zswap_frontswap_init()
Markus Elfring
2017-07-06
1
-1
/
+1
*
mm/zswap.c: delete an error message for a failed memory allocation in zswap_p...
Markus Elfring
2017-07-06
1
-3
/
+1
*
zswap: don't param_set_charp while holding spinlock
Dan Streetman
2017-02-27
1
-7
/
+13
*
zswap: clear compressor or zpool param if invalid at init
Dan Streetman
2017-02-27
1
-12
/
+37
*
zswap: allow initialization at boot without pool
Dan Streetman
2017-02-27
1
-12
/
+34
*
zswap: disable changing params if init fails
Dan Streetman
2017-02-03
1
-1
/
+29
*
mm/zswap: Convert pool to hotplug state machine
Sebastian Andrzej Siewior
2016-12-02
1
-65
/
+34
*
mm/zswap: Convert dst-mem to hotplug state machine
Sebastian Andrzej Siewior
2016-12-02
1
-56
/
+17
*
mm/zswap: use workqueue to destroy pool
Dan Streetman
2016-05-20
1
-4
/
+8
*
mm/zswap: provide unique zpool name
Dan Streetman
2016-05-05
1
-1
/
+7
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
*
mm/zswap: change incorrect strncmp use to strcmp
Dan Streetman
2015-12-18
1
-3
/
+3
*
zswap: use charp for zswap param strings
Dan Streetman
2015-11-06
1
-40
/
+40
*
mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()
Alexey Klimov
2015-11-06
1
-1
/
+1
*
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-11-06
1
-2
/
+3
*
zswap: change zpool/compressor at runtime
Dan Streetman
2015-09-10
1
-13
/
+129
*
zswap: dynamic pool creation
Dan Streetman
2015-09-10
1
-143
/
+405
*
mm: zpool: constify the zpool_ops
Krzysztof Kozlowski
2015-09-08
1
-1
/
+1
*
mm: swap: zswap: maybe_preload & refactoring
Dmitry Safonov
2015-09-08
1
-67
/
+6
*
zswap: runtime enable/disable
Dan Streetman
2015-06-25
1
-7
/
+5
*
mm/zpool: add name argument to create zpool
Ganesh Mahendran
2015-02-12
1
-2
/
+3
*
mm/zswap: delete unnecessary check before calling free_percpu()
Markus Elfring
2014-12-13
1
-2
/
+1
*
mm/zswap: add __init to some functions in zswap
Mahendran Ganesh
2014-12-13
1
-3
/
+3
*
Merge Linus' tree to be be to apply submitted patches to newer code than
Jiri Kosina
2014-11-20
1
-33
/
+48
|
\
|
*
mm/zswap.c: add __init to zswap_entry_cache_destroy()
Fabian Frederick
2014-08-08
1
-2
/
+2
|
*
mm: memcontrol: rewrite uncharge API
Johannes Weiner
2014-08-08
1
-1
/
+1
|
*
mm/zpool: update zswap to use zpool
Dan Streetman
2014-08-06
1
-30
/
+45
*
|
zbud, zswap: change module author email
Seth Jennings
2014-11-13
1
-1
/
+1
|
/
*
mm/zswap: NUMA aware allocation for zswap_dstmem
Eric Dumazet
2014-06-04
1
-1
/
+1
*
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
2014-04-07
1
-38
/
+40
|
\
|
*
mm/zswap.c: remove unnecessary parentheses
SeongJae Park
2014-04-07
1
-3
/
+3
|
*
mm/zswap: support multiple swap devices
Minchan Kim
2014-04-07
1
-31
/
+33
|
*
mm/zswap.c: update zsmalloc in comment to zbud
SeongJae Park
2014-04-07
1
-2
/
+2
|
*
mm/zswap.c: fix trivial typo and arrange indentation
SeongJae Park
2014-04-07
1
-2
/
+2
*
|
mm, zswap: Fix CPU hotplug callback registration
Srivatsa S. Bhat
2014-03-20
1
-4
/
+4
|
/
*
mm/zswap.c: change params from hidden to ro
Dan Streetman
2014-01-23
1
-2
/
+2
*
mm/zswap: refactor the get/put routines
Weijie Yang
2013-11-13
1
-94
/
+88
*
mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrently
Weijie Yang
2013-11-13
1
-8
/
+14
*
mm/zswap: avoid unnecessary page scanning
Weijie Yang
2013-11-13
1
-0
/
+3
*
mm/zswap: bugfix: memory leak when re-swapon
Weijie Yang
2013-10-16
1
-0
/
+4
*
mm/zswap: use postorder iteration when destroying rbtree
Cody P Schafer
2013-09-11
1
-14
/
+2
*
mm/zswap.c: get swapper address_space by using macro
Sunghan Suh
2013-09-11
1
-1
/
+1
*
zswap: add to mm/
Seth Jennings
2013-07-10
1
-0
/
+943