index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2013-01-14
staging: zram: fix invalid memory references during disk write
Nitin Gupta
1
-15
/
+24
2012-11-01
staging: zram: handle mem suffixes in disk size zram_sysfs parameter
Sergey Senozhatsky
1
-4
/
+4
2012-11-01
staging: zram: factor-out zram_decompress_page() function
Sergey Senozhatsky
1
-65
/
+48
2012-10-29
Merge 3.7-rc3 into staging-next
Greg Kroah-Hartman
1
-2
/
+10
2012-10-23
staging: zram: Fix handling of incompressible pages
Nitin Gupta
1
-2
/
+10
2012-10-23
staging: zram: correct obsolete comment on max_zpage_size
Minchan Kim
1
-2
/
+2
2012-07-09
staging: zsmalloc: add mapping modes
Seth Jennings
1
-3
/
+4
2012-06-25
staging: zram/zcache: swtich Kconfig dependency from X86 to ZSMALLOC
Seth Jennings
1
-4
/
+1
2012-06-11
staging: zram: conventions, __aligned() attribute
Sam Hansen
1
-1
/
+1
2012-06-11
staging: zram: conventions pr_warning -> pr_warn()
Sam Hansen
1
-4
/
+4
2012-06-11
staging: zram: remove special handle of uncompressed page
Minchan Kim
3
-112
/
+15
2012-06-11
staging: zram: fix random data read
Minchan Kim
1
-7
/
+8
2012-06-11
staging: zsmalloc: zsmalloc: use unsigned long instead of void *
Minchan Kim
2
-9
/
+9
2012-03-21
Merge branch 'kmap_atomic' of git://github.com/congwang/linux
Linus Torvalds
1
-16
/
+16
2012-03-20
zram: remove the second argument of k[un]map_atomic()
Cong Wang
2
-42
/
+41
2012-02-14
staging: zram: Rename module parameter
Nitin Gupta
3
-13
/
+18
2012-02-13
staging: fix powerpc linux-next break on zsmalloc
Seth Jennings
1
-1
/
+3
2012-02-09
staging: zram: remove xvmalloc
Nitin Gupta
3
-635
/
+0
2012-02-09
staging: zram: replace xvmalloc with zsmalloc
Nitin Gupta
5
-62
/
+46
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
[next]