aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* drivers:staging:android Typos: fix some comments that have typos in them.Justin P. Mattock2016-10-291-1/+1
* Staging: android: binder: Remove an inconsequential conditional macroSachin Kamat2016-10-291-2/+2
* drivers: staging: android: binder.c: fix printk macrosSherwin Soltani2016-10-291-27/+27
* binder: prevent kptr leak by using %pK format specifierNick Desaulniers2016-10-291-1/+1
* ANDROID: binder: Clear binder and cookie when setting handle in flat binder s...Arve Hjønnevåg2016-10-291-0/+5
* ashmem: Move to drivers/staging/android; fix odd merges.Kyle Repinski2016-10-294-0/+813
* Revert "android: binder: Change binder mutex to rtmutex."Kyle Repinski2016-10-291-4/+3
* android: drivers: workaround debugfs race in binderRiley Andrews2016-10-291-2/+14
* mm: implement WasActive page flag (for improving cleancache)Dan Magenheimer2016-01-051-0/+4
* staging: zcache: fix cleancache race condition with shrinkerSeth Jennings2016-01-051-4/+3
* zcache: Use zs_get_total_size_pagesnadlabak2016-01-051-1/+1
* staging: zsmalloc: add mapping modesSeth Jennings2016-01-051-3/+3
* zcache: Fix zsmalloc includeEmerson Pinter2016-01-051-1/+1
* staging: zsmalloc: zsmalloc: use unsigned long instead of void *Minchan Kim2016-01-051-6/+6
* zram: promote zram from stagingMinchan Kim2016-01-057-1236/+0
* zsmalloc: move it under mmMinchan Kim2016-01-055-1185/+1
* Staging: zram: Fix memory leak by refcount mismatchRashika Kheria2016-01-051-5/+14
* Staging: zram: Fix access of NULL pointerRashika Kheria2016-01-051-2/+4
* Staging: zram: Fix variable dereferenced before checkRashika Kheria2016-01-051-6/+3
* Revert "staging: zram: Add auto loading of module if user opens /dev/zram."Greg Kroah-Hartman2016-01-051-1/+0
* zsmalloc: add more commentNitin Cupta2016-01-052-11/+64
* zsmalloc: add Kconfig for enabling page table methodMinchan Kim2016-01-052-15/+17
* staging: zsmalloc: Ensure handle is never 0 on successOlav Haugan2016-01-051-4/+13
* staging: zsmalloc: access page->private by using page_private macroSunghan Suh2016-01-051-2/+2
* staging/zsmalloc: Fixed up incorrect formatted commentsSara Bird2016-01-052-3/+3
* Staging: Fixes string split across lines in zsmalloc zsmalloc-mainMarlies Ruck2016-01-051-2/+1
* staging: zram: Rate limit memory allocation errorsOlav Haugan2016-01-051-2/+12
* zram: Change ratio to 90% for bad compressOlav Haugan2016-01-051-1/+1
* zram: Disable allocation failure loggingOlav Haugan2016-01-051-1/+2
* zram: don't grab mutex in zram_slot_free_noityMinchan Kim2016-01-052-3/+67
* zram: fix invalid memory accessMinchan Kim2016-01-051-6/+9
* Staging: zram: zram_drv.c: Fixed Error of trailing whitespaceKumar Gaurav2016-01-051-1/+1
* zram: prevent data loss in error cases of function zram_bvec_write()Sunghan Suh2016-01-051-8/+9
* staging: zram: Add auto loading of module if user opens /dev/zram.Konrad Rzeszutek Wilk2016-01-051-0/+1
* staging: zram: protect zram_reset_device() callSergey Senozhatsky2016-01-051-1/+5
* zram: allow request end to coincide with disksizeSergey Senozhatsky2016-01-051-1/+1
* zram: remove zram_sysfs file (v2)Sergey Senozhatsky2016-01-054-387/+350
* zram: use atomic64_xxx() to replace zram_stat64_xxx()Jiang Liu2016-01-053-53/+24
* zram: simplify and optimize dev_to_zram()Jiang Liu2016-01-051-11/+2
* zram: protect sysfs handler from invalid memory accessJiang Liu2016-01-051-0/+2
* zram: optimize memory operations with clear_page()/copy_page()Jiang Liu2016-01-051-11/+16
* zram: kill unused zram_get_num_devices()Jiang Liu2016-01-052-8/+1
* zram: avoid access beyond the zram deviceJiang Liu2016-01-051-5/+12
* zram: avoid double free in function zram_bvec_write()Jiang Liu2016-01-051-2/+0
* zram: destroy all devices on error recovery path in zram_init()Jiang Liu2016-01-051-6/+9
* zram: use zram->lock to protect zram_free_page() in swap free notify pathJiang Liu2016-01-052-2/+5
* zram: avoid invalid memory access in zram_exit()Jiang Liu2016-01-051-0/+2
* Staging: Fixes string split across lines in zramMarlies Ruck2016-01-051-2/+2
* staging: zram: Fix zram_make_request type for 3.0 kernelnadlabak2016-01-051-2/+4
* staging: zsmalloc: Rename page_mapcount_resetOlav Haugan2016-01-051-1/+1