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
/
drivers
/
staging
/
zram
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-18
Staging: zram: Fix kunmapping order
Jerome Marchand
1
-2
/
+2
2011-07-05
Staging: zram: Replace mutex lock by a R/W semaphore
Jerome Marchand
2
-14
/
+15
2011-07-05
Staging: zram: allow partial page operations
Jerome Marchand
2
-38
/
+169
2011-07-05
Staging: zram: Refactor zram_read/write() functions
Jerome Marchand
1
-160
/
+155
2011-07-05
Staging: zram: Remove useless offset calculation in handle_uncompressed_page()
Jerome Marchand
1
-2
/
+1
2011-02-23
staging: Allow sharing xvmalloc for zram and zcache
Nitin Gupta
3
-1
/
+15
2011-02-18
Staging: zram: initialize device on first read
Jerome Marchand
1
-12
/
+7
2011-02-18
Merge 2.6.38-rc5 into staging-next
Greg Kroah-Hartman
1
-0
/
+4
2011-02-09
staging: zram: fix data corruption issue
Nitin Gupta
1
-0
/
+4
2011-02-04
zram/xvmalloc: combine duplicate block delete code
Robert Jennings
1
-42
/
+31
2011-02-04
zram: Return zero'd pages on new reads
Robert Jennings
1
-1
/
+1
2011-02-04
zram/xvmalloc: Close 32byte hole on 64bit CPUs
Robert Jennings
1
-5
/
+2
2011-02-04
zram/xvmalloc: create CONFIG_ZRAM_DEBUG for debug code
Robert Jennings
3
-0
/
+16
2011-02-04
zram/xvmalloc: free bit block insertion optimization
Robert Jennings
1
-0
/
+2
2011-02-04
zram: Prevent overflow in logical block size
Robert Jennings
2
-1
/
+3
2011-02-04
zram/vmalloc: Correct tunings to enable use with 64K pages
Robert Jennings
1
-2
/
+14
2011-01-25
Staging: zram: simplify zram_make_request
Nitin Gupta
1
-11
/
+8
2011-01-20
staging:zram:xvmalloc.c Fix a typo.
Justin P. Mattock
1
-1
/
+1
2011-01-20
Staging: zram: make zram_read return a bio error if the device is not initial...
Jerome Marchand
1
-2
/
+1
2011-01-20
Staging: zram: round up the disk size provided by user
Jerome Marchand
1
-1
/
+2
2011-01-20
Staging: zram: make ZRAM depends on SYSFS
Jerome Marchand
3
-9
/
+1
2011-01-10
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-5
/
+4
2010-12-30
Revert "Staging: zram: work around oops due to startup ordering snafu"
Nitin Gupta
1
-6
/
+0
2010-12-08
staging/zram: Fix sparse warning 'Using plain integer as NULL pointer'
Peter Huewe
1
-3
/
+3
2010-12-07
Staging: Merge 2.6.37-rc5 into staging-next
Greg Kroah-Hartman
1
-2
/
+2
2010-11-18
Staging: zram: fix up my fixup for some sysfs attribute permissions
Greg Kroah-Hartman
1
-2
/
+2
2010-11-16
Staging: zram: fix up some sysfs attribute permissions
Greg Kroah-Hartman
1
-2
/
+2
2010-11-09
staging: Use vzalloc
Joe Perches
1
-2
/
+1
2010-10-28
Merge 'staging-next' to Linus's tree
Greg Kroah-Hartman
7
-262
/
+351
2010-10-08
Staging: zram: Makefile: replace the use of <module>-objs with <module>-y
Tracey Dent
1
-1
/
+1
2010-10-05
Staging: zram: work around oops due to startup ordering snafu
Anton Blanchard
1
-0
/
+6
2010-09-03
Staging: zram: free device memory when init fails
Shahar Havivi
1
-0
/
+1
2010-08-31
Staging: zram: Update zram documentation
Nitin Gupta
1
-22
/
+36
2010-08-31
Staging: zram: Remove need for explicit device initialization
Nitin Gupta
3
-34
/
+29
2010-08-31
Staging: zram: Replace ioctls with sysfs interface
Nitin Gupta
6
-232
/
+306
2010-06-24
Staging: zram: fix build errors, depends on BLOCK
Randy Dunlap
2
-0
/
+2
2010-06-18
Staging: zram: Rename ramzswap to zram in documentation
Nitin Gupta
1
-20
/
+31
2010-06-18
Staging: zram: Rename ramzswap to zram in code
Nitin Gupta
3
-262
/
+256
2010-06-18
Staging: Rename ramzswap files to zram
Nitin Gupta
9
-0
/
+1720