index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
zram
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-09
Staging: zram: Add a missing GFP_KERNEL specifier in zram_init_device()
Jerome Marchand
1
-1
/
+2
2011-12-09
Staging: zram/zram_sysfs.c: Fixed call of obsolete function strict_strtoX
Sergey Datsevich
1
-3
/
+3
2011-11-05
Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+2
2011-09-12
block: remove support for bio remapping from ->make_request
Christoph Hellwig
1
-5
/
+3
2011-09-10
zram: Fix sparse warnings
Nitin Gupta
2
-2
/
+3
2011-09-07
staging: zram: prevent accessing an unallocated table when init fails early
Jerome Marchand
1
-5
/
+6
2011-09-07
staging: zram: fix zram locking
Jerome Marchand
3
-26
/
+44
2011-08-24
staging: zram: make global var "num_devices" use unique name
Noah Watkins
3
-13
/
+13
2011-08-24
staging: zram: make global var "devices" use unique name
Noah Watkins
3
-10
/
+10
2011-07-19
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-24
staging: Allow sharing xvmalloc for zram and zcache
Nitin Gupta
3
-1
/
+15
2011-02-19
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-05
zram/xvmalloc: combine duplicate block delete code
Robert Jennings
1
-42
/
+31
2011-02-05
zram: Return zero'd pages on new reads
Robert Jennings
1
-1
/
+1
2011-02-05
zram/xvmalloc: Close 32byte hole on 64bit CPUs
Robert Jennings
1
-5
/
+2
2011-02-05
zram/xvmalloc: create CONFIG_ZRAM_DEBUG for debug code
Robert Jennings
3
-0
/
+16
2011-02-05
zram/xvmalloc: free bit block insertion optimization
Robert Jennings
1
-0
/
+2
2011-02-05
zram: Prevent overflow in logical block size
Robert Jennings
2
-1
/
+3
2011-02-05
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-21
staging:zram:xvmalloc.c Fix a typo.
Justin P. Mattock
1
-1
/
+1
2011-01-21
Staging: zram: make zram_read return a bio error if the device is not initial...
Jerome Marchand
1
-2
/
+1
2011-01-21
Staging: zram: round up the disk size provided by user
Jerome Marchand
1
-1
/
+2
2011-01-21
Staging: zram: make ZRAM depends on SYSFS
Jerome Marchand
3
-9
/
+1
2011-01-11
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-09
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-10
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-04
Staging: zram: free device memory when init fails
Shahar Havivi
1
-0
/
+1
2010-09-01
Staging: zram: Update zram documentation
Nitin Gupta
1
-22
/
+36
2010-09-01
Staging: zram: Remove need for explicit device initialization
Nitin Gupta
3
-34
/
+29
2010-09-01
Staging: zram: Replace ioctls with sysfs interface
Nitin Gupta
6
-232
/
+306
2010-06-25
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