index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
zswap.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-20
mm/zswap: use workqueue to destroy pool
Dan Streetman
1
-4
/
+8
2016-05-05
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
2015-12-18
mm/zswap: change incorrect strncmp use to strcmp
Dan Streetman
1
-3
/
+3
2015-11-06
zswap: use charp for zswap param strings
Dan Streetman
1
-40
/
+40
2015-11-06
mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()
Alexey Klimov
1
-1
/
+1
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-2
/
+3
2015-09-10
zswap: change zpool/compressor at runtime
Dan Streetman
1
-13
/
+129
2015-09-10
zswap: dynamic pool creation
Dan Streetman
1
-143
/
+405
2015-09-08
mm: zpool: constify the zpool_ops
Krzysztof Kozlowski
1
-1
/
+1
2015-09-08
mm: swap: zswap: maybe_preload & refactoring
Dmitry Safonov
1
-67
/
+6
2015-06-25
zswap: runtime enable/disable
Dan Streetman
1
-7
/
+5
2015-02-12
mm/zpool: add name argument to create zpool
Ganesh Mahendran
1
-2
/
+3
2014-12-13
mm/zswap: delete unnecessary check before calling free_percpu()
Markus Elfring
1
-2
/
+1
2014-12-13
mm/zswap: add __init to some functions in zswap
Mahendran Ganesh
1
-3
/
+3
2014-11-20
Merge Linus' tree to be be to apply submitted patches to newer code than
Jiri Kosina
1
-33
/
+48
2014-11-13
zbud, zswap: change module author email
Seth Jennings
1
-1
/
+1
2014-08-08
mm/zswap.c: add __init to zswap_entry_cache_destroy()
Fabian Frederick
1
-2
/
+2
2014-08-08
mm: memcontrol: rewrite uncharge API
Johannes Weiner
1
-1
/
+1
2014-08-06
mm/zpool: update zswap to use zpool
Dan Streetman
1
-30
/
+45
2014-06-04
mm/zswap: NUMA aware allocation for zswap_dstmem
Eric Dumazet
1
-1
/
+1
2014-04-07
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
1
-38
/
+40
2014-04-07
mm/zswap.c: remove unnecessary parentheses
SeongJae Park
1
-3
/
+3
2014-04-07
mm/zswap: support multiple swap devices
Minchan Kim
1
-31
/
+33
2014-04-07
mm/zswap.c: update zsmalloc in comment to zbud
SeongJae Park
1
-2
/
+2
2014-04-07
mm/zswap.c: fix trivial typo and arrange indentation
SeongJae Park
1
-2
/
+2
2014-03-20
mm, zswap: Fix CPU hotplug callback registration
Srivatsa S. Bhat
1
-4
/
+4
2014-01-23
mm/zswap.c: change params from hidden to ro
Dan Streetman
1
-2
/
+2
2013-11-13
mm/zswap: refactor the get/put routines
Weijie Yang
1
-94
/
+88
2013-11-13
mm/zswap: bugfix: memory leak when invalidate and reclaim occur concurrently
Weijie Yang
1
-8
/
+14
2013-11-13
mm/zswap: avoid unnecessary page scanning
Weijie Yang
1
-0
/
+3
2013-10-16
mm/zswap: bugfix: memory leak when re-swapon
Weijie Yang
1
-0
/
+4
2013-09-11
mm/zswap: use postorder iteration when destroying rbtree
Cody P Schafer
1
-14
/
+2
2013-09-11
mm/zswap.c: get swapper address_space by using macro
Sunghan Suh
1
-1
/
+1
2013-07-10
zswap: add to mm/
Seth Jennings
1
-0
/
+943