aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
...
* zram: use atomic64_xxx() to replace zram_stat64_xxx()Jiang Liu2016-06-123-53/+24
* zram: simplify and optimize dev_to_zram()Jiang Liu2016-06-121-11/+2
* zram: protect sysfs handler from invalid memory accessJiang Liu2016-06-121-0/+2
* zram: optimize memory operations with clear_page()/copy_page()Jiang Liu2016-06-121-11/+16
* zram: kill unused zram_get_num_devices()Jiang Liu2016-06-122-8/+1
* zram: avoid access beyond the zram deviceJiang Liu2016-06-121-5/+12
* zram: avoid double free in function zram_bvec_write()Jiang Liu2016-06-121-2/+0
* zram: destroy all devices on error recovery path in zram_init()Jiang Liu2016-06-121-6/+9
* zram: use zram->lock to protect zram_free_page() in swap free notify pathJiang Liu2016-06-122-2/+5
* zram: avoid invalid memory access in zram_exit()Jiang Liu2016-06-121-0/+2
* Staging: Fixes string split across lines in zramMarlies Ruck2016-06-121-2/+2
* staging: zram: Fix zram_make_request type for 3.0 kernelnadlabak2016-06-121-2/+4
* staging: zsmalloc: Rename page_mapcount_resetOlav Haugan2016-06-121-1/+1
* zsmalloc: use 3.10 version of zsmallocLarry Bassel2016-06-124-234/+383
* zram: use 3.10 version of zramLarry Bassel2016-06-125-372/+245
* CHROMIUM: UPSTREAM: staging: zram/zcache: swtich Kconfig dependency from X86 ...Seth Jennings2016-06-122-9/+3
* staging: zcache: fix Kconfig crypto dependencySeth Jennings2016-06-121-1/+1
* staging/zmem: Use lockdep_assert_held instead of spin_is_lockedAndi Kleen2016-06-121-1/+1
* staging: zcache: fix memory corruption bugSeth Jennings2016-06-121-4/+2
* staging: zcache: fix length type mismatchSeth Jennings2016-06-121-4/+4
* staging: zcache: replace xvmalloc with zsmallocEmerson Pinter2016-06-121-40/+43
* mm: zcache/tmem/cleancache: s/flush/invalidate/Dan Magenheimer2016-06-121-5/+5
* CHROMIUM: UPSTREAM: staging: zsmalloc: remove x86 dependencySeth Jennings2016-06-123-36/+72
* staging: zsmalloc: Finish conversion to a separate moduleBen Hutchings2016-06-121-26/+7
* staging: zsmalloc: fix memory leakNitin Gupta2016-06-121-12/+18
* staging: zsmalloc: change ZS_MIN_ALLOC_SIZESeth Jennings2016-06-121-1/+3
* staging: zsmalloc: calculate MAX_PHYSMEM_BITS if not definedSeth Jennings2016-06-121-0/+14
* staging: zsmalloc: add ZS_MAX_PAGES_PER_ZSPAGESeth Jennings2016-06-122-7/+8
* staging: zsmalloc: move object/handle masking definesSeth Jennings2016-06-122-12/+12
* staging: fix powerpc linux-next break on zsmallocEmerson Pinter2016-06-123-3/+9
* staging: zsmalloc: zsmalloc memory allocation libraryNitin Gupta2016-06-125-0/+927
* staging: zcache: support multiple clients, prep for KVM and RAMsterDan Magenheimer2016-06-125-190/+682
* zram: fix mergeEmerson Pinter2016-06-122-3/+5
* staging: zram: replace xvmalloc with zsmallocNitin Gupta2016-06-125-62/+46
* Staging: zram: allow partial page operationsJerome Marchand2016-06-122-36/+167
* staging: zram: Rename module parameterNitin Gupta2016-06-123-13/+18
* staging: zram: remove xvmallocNitin Gupta2016-06-124-636/+0
* staging: zram: make global var "num_devices" use unique nameNoah Watkins2016-06-123-13/+13
* staging: zram: make global var "devices" use unique nameNoah Watkins2016-06-123-10/+10
* Staging: zram: Remove useless offset calculation in handle_uncompressed_page()Jerome Marchand2016-06-121-2/+1
* Staging: zram: Add a missing GFP_KERNEL specifier in zram_init_device()Jerome Marchand2016-06-121-1/+2
* Staging: zram/zram_sysfs.c: Fixed call of obsolete function strict_strtoXSergey Datsevich2016-06-121-3/+3
* zram: Fix sparse warningsNitin Gupta2016-06-122-2/+3
* staging: zram: prevent accessing an unallocated table when init fails earlyJerome Marchand2016-06-121-5/+6
* staging: zram: fix zram lockingJerome Marchand2016-06-123-26/+44
* Staging: zram: Replace mutex lock by a R/W semaphoreJerome Marchand2016-06-122-14/+15
* Staging: zram: Refactor zram_read/write() functionsJerome Marchand2016-06-121-160/+155
* Revert "Add ZRAM_FOR_ANDROID"Andreas Blaesius2016-06-125-337/+10
* Staging: android: binder: Add some tracepointsArve Hjønnevåg2016-03-153-19/+399
* android: drivers: workaround debugfs race in binderRiley Andrews2016-03-151-3/+15