Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
6441177128e959f07ec37a3db8d8e7a6556f8599
6441177
lz4: fix compression/decompression signedness mismatch
by Sergey Senozhatsky
· 13 years ago
d453a94
lib/lz4: correct the LZ4 license
by Richard Laager
· 13 years ago
ef5831e
lib: add lz4 compressor module
by Chanho Min
· 13 years ago
a57d3d2
lib: add support for LZ4-compressed kernel
by Kyungsik Lee
· 13 years ago
5baa8c9
decompressor: add LZ4 decompressor module
by Kyungsik Lee
· 13 years ago
6d716e0
zram: fix incorrect stat with failed_reads
by Chao Yu
· 12 years ago
fbb9fea
zram: replace global tb_lock with fine grain lock
by Weijie Yang
· 11 years ago
d664d82
zram: use size_t instead of u16
by Minchan Kim
· 12 years ago
8227d60
zram: remove unused SECTOR_SIZE define
by Sergey Senozhatsky
· 12 years ago
731ec1e
zram: rename struct `table' to `zram_table_entry'
by Sergey Senozhatsky
· 12 years ago
151474c
zram: avoid lockdep splat by revalidate_disk
by Minchan Kim
· 12 years ago
329ffbe
zram: revalidate disk after capacity change
by Minchan Kim
· 12 years ago
04782cd
zram: correct offset usage in zram_bio_discard
by Weijie Yang
· 12 years ago
72a00e3
zram: support REQ_DISCARD
by Joonsoo Kim
· 12 years ago
4337911
zram: use scnprintf() in attrs show() methods
by Sergey Senozhatsky
· 12 years ago
7426bad
zram: propagate error to user
by Minchan Kim
· 12 years ago
c641a53
zram: return error-valued pointer from zcomp_create()
by Sergey Senozhatsky
· 12 years ago
1e6a50a
zram: move comp allocation out of init_lock
by Sergey Senozhatsky
· 12 years ago
9880f60
zram: add lz4 algorithm backend
by Sergey Senozhatsky
· 12 years ago
70e580d
zram: make compression algorithm selection possible
by Sergey Senozhatsky
· 12 years ago
cace1d1
zram: add set_max_streams knob
by Sergey Senozhatsky
· 12 years ago
42ef372
zram: add multi stream functionality
by Sergey Senozhatsky
· 12 years ago
a2f5c25
zram: document failed_reads, failed_writes stats
by Sergey Senozhatsky
· 12 years ago
a2143f2
zram: factor out single stream compression
by Sergey Senozhatsky
· 12 years ago
4fe7919
zram: use zcomp compressing backends
by Sergey Senozhatsky
· 12 years ago
bd7c54c
zram: introduce compressing backend abstraction
by Sergey Senozhatsky
· 12 years ago
c0dcfa5
zram: delete zram_init_device()
by Sergey Senozhatsky
· 12 years ago
d217ec7
zram: move zram size warning to documentation
by Sergey Senozhatsky
· 12 years ago
c332940
zram: drop not used table `count' member
by Sergey Senozhatsky
· 12 years ago
158bac2
zram: report failed read and write stats
by Sergey Senozhatsky
· 12 years ago
caf8d93
zram: remove zram stats code duplication
by Sergey Senozhatsky
· 12 years ago
47d2499
zram: use atomic64_t for all zram stats
by Sergey Senozhatsky
· 12 years ago
82a73b9
zram: remove good and bad compress stats
by Sergey Senozhatsky
· 12 years ago
1767ce4
zram: do not pass rw argument to __zram_make_request()
by Sergey Senozhatsky
· 12 years ago
c6e308c
zram: drop `init_done' struct zram member
by Sergey Senozhatsky
· 12 years ago
efc6c90
zram: avoid null access when fail to alloc meta
by Minchan Kim
· 13 years ago
75d4f0c
zram: remove zram->lock in read path and change it with mutex
by Minchan Kim
· 13 years ago
6916cc1
zram: remove workqueue for freeing removed pending slot
by Minchan Kim
· 13 years ago
3894724
zram: introduce zram->tb_lock
by Minchan Kim
· 13 years ago
0be378a
zram: use atomic operation for stat
by Minchan Kim
· 13 years ago
0e3c8c2b
zram: remove unnecessary free
by Minchan Kim
· 13 years ago
542801c
zram: delay pending free request in read path
by Minchan Kim
· 13 years ago
8696652
zram: fix race between reset and flushing pending work
by Minchan Kim
· 13 years ago
74f9037
zram: add copyright
by Minchan Kim
· 13 years ago
fe5dae6
zram: promote zram from staging
by Minchan Kim
· 13 years ago
7eb23b5
zsmalloc: add copyright
by Minchan Kim
· 13 years ago
d38e242
zsmalloc: move it under mm
by Minchan Kim
· 13 years ago
36be14c
Staging: zram: Fix memory leak by refcount mismatch
by Rashika Kheria
· 13 years ago
b187c11
Staging: zram: Fix access of NULL pointer
by Rashika Kheria
· 13 years ago
f988f84
Staging: zram: Fix variable dereferenced before check
by Rashika Kheria
· 13 years ago
af00a7a
Revert "staging: zram: Add auto loading of module if user opens /dev/zram."
by Greg Kroah-Hartman
· 13 years ago
655b898
zsmalloc: add more comment
by Nitin Cupta
· 13 years ago
2c027b5
zsmalloc: add Kconfig for enabling page table method
by Minchan Kim
· 13 years ago
cecd462
staging: zsmalloc: Ensure handle is never 0 on success
by Olav Haugan
· 13 years ago
4c45ccc
staging: zsmalloc: Rename page_mapcount_reset
by Olav Haugan
· 13 years ago
f799b8d
staging: zsmalloc: access page->private by using page_private macro
by Sunghan Suh
· 13 years ago
9ad7765
staging/zsmalloc: Fixed up incorrect formatted comments
by Sara Bird
· 13 years ago
8b27004
Staging: Fixes string split across lines in zsmalloc zsmalloc-main
by Marlies Ruck
· 13 years ago
4ec5660
zsmalloc: use 3.10 version of zsmalloc
by Larry Bassel
· 13 years ago
880da94
Revert "staging: zsmalloc: Finish conversion to a separate module"
by Ethan Chen
· 12 years ago
13556dd
staging: zram: Rate limit memory allocation errors
by Olav Haugan
· 13 years ago
03c6a50
zram: Change ratio to 90% for bad compress
by Olav Haugan
· 13 years ago
2312625
zram: Disable allocation failure logging
by Olav Haugan
· 13 years ago
878c89b
zram: don't grab mutex in zram_slot_free_noity
by Minchan Kim
· 13 years ago
1b88b12
zram: fix invalid memory access
by Minchan Kim
· 13 years ago
89e12ec
Staging: zram: zram_drv.c: Fixed Error of trailing whitespace
by Kumar Gaurav
· 13 years ago
b4b5091
zram: prevent data loss in error cases of function zram_bvec_write()
by Sunghan Suh
· 13 years ago
631a70e
staging: zram: Add auto loading of module if user opens /dev/zram.
by Konrad Rzeszutek Wilk
· 13 years ago
aa3e3d9
staging: zram: protect zram_reset_device() call
by Sergey Senozhatsky
· 13 years ago
7568412
zram: allow request end to coincide with disksize
by Sergey Senozhatsky
· 13 years ago
d0177a5
zram: remove zram_sysfs file (v2)
by Sergey Senozhatsky
· 13 years ago
d90dffe
zram: use atomic64_xxx() to replace zram_stat64_xxx()
by Jiang Liu
· 13 years ago
5d2f732
zram: simplify and optimize dev_to_zram()
by Jiang Liu
· 13 years ago
f43a264
zram: protect sysfs handler from invalid memory access
by Jiang Liu
· 13 years ago
417cceb
zram: optimize memory operations with clear_page()/copy_page()
by Jiang Liu
· 13 years ago
d4c1ecf
zram: kill unused zram_get_num_devices()
by Jiang Liu
· 13 years ago
47a938b
zram: avoid access beyond the zram device
by Jiang Liu
· 13 years ago
2d87eb6
zram: avoid double free in function zram_bvec_write()
by Jiang Liu
· 13 years ago
a33b81e
zram: destroy all devices on error recovery path in zram_init()
by Jiang Liu
· 13 years ago
4d2c5a0
zram: use zram->lock to protect zram_free_page() in swap free notify path
by Jiang Liu
· 13 years ago
a066cd0
zram: avoid invalid memory access in zram_exit()
by Jiang Liu
· 13 years ago
a8aad73
Staging: Fixes string split across lines in zram
by Marlies Ruck
· 13 years ago
21ddfc6
zram: use 3.10 version of zram
by Larry Bassel
· 13 years ago
eba2c94
Revert zram to 'Merge branch 'kmap_atomic' of git://github.com/congwang/linux'
by Ethan Chen
· 12 years ago
90d376b
msm: HTC: m7: Update board file
by Ethan Chen
· 11 years ago
6ffefa3
input: touchscreen: synaptics_3200: Update Synaptics 3200 driver
by Ethan Chen
· 11 years ago
f3fbdf2
input: r3gd20: Update R3GD20 gyroscope driver
by Ethan Chen
· 11 years ago
00860e0
msm: HTC: m4: Board cleanup
by Jurica Vukadin
· 12 years ago
7b08dc6
msm: HTC: zara: more defconfig cleanup/updates.
by Brinly Taylor
· 11 years ago
784ba5c
misc: tfa9887: Update HTC TFA9887 amp driver
by Ethan Chen
· 11 years ago
43f8d52
msm: vidc: T6: Increase the secure buffer size for widewine dash
by c_sridur
· 12 years ago
0caf6b2
msm: HTC: zara: fixup wrong clock
by Brinly Taylor
· 11 years ago
0d9e88f
msm: camera: Update HTC camera stack drivers
by Ethan Chen
· 11 years ago
d16ba86
msm: HTC: htc_headset_mgr: Update delay
by Ethan Chen
· 11 years ago
18a8e36
msm: HTC: zara: Fixup a yet another build error
by Brinly Taylor
· 11 years ago
9c7484d
msm: HTC: zara: fixup warning/errror caused by broken cleanup
by Brinly Taylor
· 11 years ago
531e7a9
msm: HTC: zara: Remove yet another useless config option
by Brinly Taylor
· 11 years ago
c8ed915
msm: HTC: zara: Remove useless config option
by Brinly Taylor
· 11 years ago
b2c53d2
msm: HTC: cleanup CONFIG_MMC_MSM_CARD_HW_DETECTION
by Brinly Taylor
· 12 years ago
d5d7d8d
staging: prima: Merge caf/LA.AF.1.1_rb1.13
by David Hays
· 12 years ago
Next »