index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
zram
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: zram: Fix handling of incompressible pages
Nitin Gupta
2012-10-22
1
-2
/
+10
*
staging: zsmalloc: add mapping modes
Seth Jennings
2012-07-09
1
-3
/
+4
*
staging: zram/zcache: swtich Kconfig dependency from X86 to ZSMALLOC
Seth Jennings
2012-06-25
1
-4
/
+1
*
staging: zram: conventions, __aligned() attribute
Sam Hansen
2012-06-11
1
-1
/
+1
*
staging: zram: conventions pr_warning -> pr_warn()
Sam Hansen
2012-06-11
1
-4
/
+4
*
staging: zram: remove special handle of uncompressed page
Minchan Kim
2012-06-11
3
-112
/
+15
*
staging: zram: fix random data read
Minchan Kim
2012-06-11
1
-7
/
+8
*
staging: zsmalloc: zsmalloc: use unsigned long instead of void *
Minchan Kim
2012-06-11
2
-9
/
+9
*
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
2012-03-21
1
-16
/
+16
|
\
|
*
zram: remove the second argument of k[un]map_atomic()
Cong Wang
2012-03-20
2
-42
/
+41
*
|
staging: zram: Rename module parameter
Nitin Gupta
2012-02-13
3
-13
/
+18
*
|
staging: fix powerpc linux-next break on zsmalloc
Seth Jennings
2012-02-13
1
-1
/
+3
*
|
staging: zram: remove xvmalloc
Nitin Gupta
2012-02-08
3
-635
/
+0
*
|
staging: zram: replace xvmalloc with zsmalloc
Nitin Gupta
2012-02-08
5
-62
/
+46
|
/
*
Staging: zram: Add a missing GFP_KERNEL specifier in zram_init_device()
Jerome Marchand
2011-12-08
1
-1
/
+2
*
Staging: zram/zram_sysfs.c: Fixed call of obsolete function strict_strtoX
Sergey Datsevich
2011-12-08
1
-3
/
+3
*
Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2011-11-04
1
-3
/
+2
|
\
|
*
block: remove support for bio remapping from ->make_request
Christoph Hellwig
2011-09-12
1
-5
/
+3
*
|
zram: Fix sparse warnings
Nitin Gupta
2011-09-09
2
-2
/
+3
*
|
staging: zram: prevent accessing an unallocated table when init fails early
Jerome Marchand
2011-09-06
1
-5
/
+6
*
|
staging: zram: fix zram locking
Jerome Marchand
2011-09-06
3
-26
/
+44
*
|
staging: zram: make global var "num_devices" use unique name
Noah Watkins
2011-08-23
3
-13
/
+13
*
|
staging: zram: make global var "devices" use unique name
Noah Watkins
2011-08-23
3
-10
/
+10
|
/
*
Staging: zram: Fix kunmapping order
Jerome Marchand
2011-07-18
1
-2
/
+2
*
Staging: zram: Replace mutex lock by a R/W semaphore
Jerome Marchand
2011-07-05
2
-14
/
+15
*
Staging: zram: allow partial page operations
Jerome Marchand
2011-07-05
2
-38
/
+169
*
Staging: zram: Refactor zram_read/write() functions
Jerome Marchand
2011-07-05
1
-160
/
+155
*
Staging: zram: Remove useless offset calculation in handle_uncompressed_page()
Jerome Marchand
2011-07-05
1
-2
/
+1
*
staging: Allow sharing xvmalloc for zram and zcache
Nitin Gupta
2011-02-23
3
-1
/
+15
*
Staging: zram: initialize device on first read
Jerome Marchand
2011-02-18
1
-12
/
+7
*
Merge 2.6.38-rc5 into staging-next
Greg Kroah-Hartman
2011-02-18
1
-0
/
+4
|
\
|
*
staging: zram: fix data corruption issue
Nitin Gupta
2011-02-09
1
-0
/
+4
*
|
zram/xvmalloc: combine duplicate block delete code
Robert Jennings
2011-02-04
1
-42
/
+31
*
|
zram: Return zero'd pages on new reads
Robert Jennings
2011-02-04
1
-1
/
+1
*
|
zram/xvmalloc: Close 32byte hole on 64bit CPUs
Robert Jennings
2011-02-04
1
-5
/
+2
*
|
zram/xvmalloc: create CONFIG_ZRAM_DEBUG for debug code
Robert Jennings
2011-02-04
3
-0
/
+16
*
|
zram/xvmalloc: free bit block insertion optimization
Robert Jennings
2011-02-04
1
-0
/
+2
*
|
zram: Prevent overflow in logical block size
Robert Jennings
2011-02-04
2
-1
/
+3
*
|
zram/vmalloc: Correct tunings to enable use with 64K pages
Robert Jennings
2011-02-04
1
-2
/
+14
*
|
Staging: zram: simplify zram_make_request
Nitin Gupta
2011-01-25
1
-11
/
+8
*
|
staging:zram:xvmalloc.c Fix a typo.
Justin P. Mattock
2011-01-20
1
-1
/
+1
*
|
Staging: zram: make zram_read return a bio error if the device is not initial...
Jerome Marchand
2011-01-20
1
-2
/
+1
*
|
Staging: zram: round up the disk size provided by user
Jerome Marchand
2011-01-20
1
-1
/
+2
*
|
Staging: zram: make ZRAM depends on SYSFS
Jerome Marchand
2011-01-20
3
-9
/
+1
|
/
*
Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2011-01-10
2
-5
/
+4
|
\
|
*
staging/zram: Fix sparse warning 'Using plain integer as NULL pointer'
Peter Huewe
2010-12-08
1
-3
/
+3
|
*
Staging: Merge 2.6.37-rc5 into staging-next
Greg Kroah-Hartman
2010-12-07
1
-2
/
+2
|
|
\
|
*
|
staging: Use vzalloc
Joe Perches
2010-11-09
1
-2
/
+1
*
|
|
Revert "Staging: zram: work around oops due to startup ordering snafu"
Nitin Gupta
2010-12-30
1
-6
/
+0
|
|
/
|
/
|
*
|
Staging: zram: fix up my fixup for some sysfs attribute permissions
Greg Kroah-Hartman
2010-11-18
1
-2
/
+2
[next]