index
:
kernel_samsung_smdk4412.git
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
zram: report failed read and write stats
Sergey Senozhatsky
2016-06-12
1
-0
/
+4
*
zram: remove zram stats code duplication
Sergey Senozhatsky
2016-06-12
1
-59
/
+23
*
zram: use atomic64_t for all zram stats
Sergey Senozhatsky
2016-06-12
2
-12
/
+12
*
zram: remove good and bad compress stats
Sergey Senozhatsky
2016-06-12
2
-13
/
+0
*
zram: do not pass rw argument to __zram_make_request()
Sergey Senozhatsky
2016-06-12
1
-19
/
+13
*
zram: drop `init_done' struct zram member
Sergey Senozhatsky
2016-06-12
2
-11
/
+11
*
zram: avoid null access when fail to alloc meta
Minchan Kim
2016-06-12
1
-0
/
+2
*
zram: remove zram->lock in read path and change it with mutex
Minchan Kim
2016-06-12
2
-12
/
+9
*
zram: remove workqueue for freeing removed pending slot
Minchan Kim
2016-06-12
2
-58
/
+6
*
zram: introduce zram->tb_lock
Minchan Kim
2016-06-12
2
-6
/
+23
*
zram: use atomic operation for stat
Minchan Kim
2016-06-12
2
-20
/
+16
*
zram: remove unnecessary free
Minchan Kim
2016-06-12
1
-8
/
+0
*
zram: delay pending free request in read path
Minchan Kim
2016-06-12
1
-1
/
+0
*
zram: fix race between reset and flushing pending work
Minchan Kim
2016-06-12
1
-2
/
+2
*
zram: add copyright
Minchan Kim
2016-06-12
2
-0
/
+2
*
zram: promote zram from staging
Minchan Kim
2016-06-12
9
-3
/
+3
*
zsmalloc: add copyright
Minchan Kim
2016-06-12
2
-0
/
+2
*
zsmalloc: move it under mm
Minchan Kim
2016-06-12
7
-30
/
+29
*
Staging: zram: Fix memory leak by refcount mismatch
Rashika Kheria
2016-06-12
1
-5
/
+14
*
Staging: zram: Fix access of NULL pointer
Rashika Kheria
2016-06-12
1
-2
/
+4
*
Staging: zram: Fix variable dereferenced before check
Rashika Kheria
2016-06-12
1
-6
/
+3
*
Revert "staging: zram: Add auto loading of module if user opens /dev/zram."
Greg Kroah-Hartman
2016-06-12
1
-1
/
+0
*
zsmalloc: add more comment
Nitin Cupta
2016-06-12
2
-11
/
+64
*
zsmalloc: add Kconfig for enabling page table method
Minchan Kim
2016-06-12
2
-15
/
+17
*
staging: zsmalloc: Ensure handle is never 0 on success
Olav Haugan
2016-06-12
1
-4
/
+13
*
staging: zsmalloc: access page->private by using page_private macro
Sunghan Suh
2016-06-12
1
-2
/
+2
*
staging/zsmalloc: Fixed up incorrect formatted comments
Sara Bird
2016-06-12
2
-3
/
+3
*
Staging: Fixes string split across lines in zsmalloc zsmalloc-main
Marlies Ruck
2016-06-12
1
-2
/
+1
*
staging: zram: Rate limit memory allocation errors
Olav Haugan
2016-06-12
1
-2
/
+12
*
zram: Change ratio to 90% for bad compress
Olav Haugan
2016-06-12
1
-1
/
+1
*
zram: Disable allocation failure logging
Olav Haugan
2016-06-12
1
-1
/
+2
*
zram: don't grab mutex in zram_slot_free_noity
Minchan Kim
2016-06-12
2
-3
/
+67
*
zram: fix invalid memory access
Minchan Kim
2016-06-12
1
-6
/
+9
*
Staging: zram: zram_drv.c: Fixed Error of trailing whitespace
Kumar Gaurav
2016-06-12
1
-1
/
+1
*
zram: prevent data loss in error cases of function zram_bvec_write()
Sunghan Suh
2016-06-12
1
-8
/
+9
*
staging: zram: Add auto loading of module if user opens /dev/zram.
Konrad Rzeszutek Wilk
2016-06-12
1
-0
/
+1
*
staging: zram: protect zram_reset_device() call
Sergey Senozhatsky
2016-06-12
1
-1
/
+5
*
zram: allow request end to coincide with disksize
Sergey Senozhatsky
2016-06-12
1
-1
/
+1
*
zram: remove zram_sysfs file (v2)
Sergey Senozhatsky
2016-06-12
4
-394
/
+350
*
zram: use atomic64_xxx() to replace zram_stat64_xxx()
Jiang Liu
2016-06-12
3
-53
/
+24
*
zram: simplify and optimize dev_to_zram()
Jiang Liu
2016-06-12
1
-11
/
+2
*
zram: protect sysfs handler from invalid memory access
Jiang Liu
2016-06-12
1
-0
/
+2
*
zram: optimize memory operations with clear_page()/copy_page()
Jiang Liu
2016-06-12
1
-11
/
+16
*
zram: kill unused zram_get_num_devices()
Jiang Liu
2016-06-12
2
-8
/
+1
*
zram: avoid access beyond the zram device
Jiang Liu
2016-06-12
1
-5
/
+12
*
zram: avoid double free in function zram_bvec_write()
Jiang Liu
2016-06-12
1
-2
/
+0
*
zram: destroy all devices on error recovery path in zram_init()
Jiang Liu
2016-06-12
1
-6
/
+9
*
zram: use zram->lock to protect zram_free_page() in swap free notify path
Jiang Liu
2016-06-12
2
-2
/
+5
*
zram: avoid invalid memory access in zram_exit()
Jiang Liu
2016-06-12
1
-0
/
+2
*
Staging: Fixes string split across lines in zram
Marlies Ruck
2016-06-12
1
-2
/
+2
[next]