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-07-24
staging: zram: protect zram_reset_device() call
Sergey Senozhatsky
1
-1
/
+5
2013-06-25
zram: allow request end to coincide with disksize
Sergey Senozhatsky
1
-1
/
+1
2013-06-25
zram: remove zram_sysfs file (v2)
Sergey Senozhatsky
4
-387
/
+350
2013-06-06
zram: use atomic64_xxx() to replace zram_stat64_xxx()
Jiang Liu
3
-53
/
+24
2013-06-06
zram: optimize memory operations with clear_page()/copy_page()
Jiang Liu
1
-11
/
+16
2013-06-06
zram: kill unused zram_get_num_devices()
Jiang Liu
2
-8
/
+1
2013-06-06
zram: simplify and optimize dev_to_zram()
Jiang Liu
1
-11
/
+2
2013-06-06
zram: protect sysfs handler from invalid memory access
Jiang Liu
1
-0
/
+2
2013-06-06
zram: avoid access beyond the zram device
Jiang Liu
1
-5
/
+12
2013-06-06
zram: avoid double free in function zram_bvec_write()
Jiang Liu
1
-2
/
+0
2013-06-06
zram: destroy all devices on error recovery path in zram_init()
Jiang Liu
1
-6
/
+9
2013-06-06
zram: use zram->lock to protect zram_free_page() in swap free notify path
Jiang Liu
2
-2
/
+5
2013-06-06
zram: avoid invalid memory access in zram_exit()
Jiang Liu
1
-0
/
+2
2013-05-20
Staging: Fixes string split across lines in zram
Marlies Ruck
1
-2
/
+2
2013-03-19
zram: fix zram_bvec_read duplicate dump failure message and stat accumulation
Wanpeng Li
1
-4
/
+1
2013-02-11
staging: Remove unnecessary OOM messages
Joe Perches
1
-4
/
+1
2013-02-09
staging: zram: __zram_reset_device() can be static
Fengguang Wu
1
-1
/
+1
2013-02-06
zram: get rid of lockdep warning
Minchan Kim
3
-96
/
+116
2013-02-06
zram: fix warning of print format
Minchan Kim
1
-1
/
+1
2013-02-04
zram: give up lazy initialization of zram metadata
Minchan Kim
2
-16
/
+5
2013-02-04
zram: force disksize setting before using zram
Minchan Kim
4
-55
/
+34
2013-02-04
zram: Fix deadlock bug in partial read/write
Minchan Kim
1
-4
/
+5
2013-01-30
staging: zsmalloc: remove unused pool name
Seth Jennings
1
-1
/
+1
2013-01-26
Merge 3.8-rc5 into staging-next
Greg Kroah-Hartman
1
-12
/
+22
2013-01-16
staging: zram: drop zram_stat_dec/inc functions
Davidlohr Bueso
1
-18
/
+8
2013-01-16
staging: zram: show correct disksize
Davidlohr Bueso
1
-2
/
+1
2013-01-16
staging: zram: simplify num_devices paramater
Davidlohr Bueso
1
-7
/
+3
2013-01-14
staging: zram: fix invalid memory references during disk write
Nitin Gupta
1
-15
/
+24
2013-01-08
staging: Add angle bracket before and after the URL
Masanari Iida
1
-1
/
+1
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
[next]