summaryrefslogtreecommitdiff
path: root/drivers/staging/android
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-2/+0
|\
| * Merge branch 'master' into for-nextJiri Kosina2014-02-2026-56/+4869
| |\
| * | Kconfig: Remove useless "default N" linesPaul Bolle2014-02-201-2/+0
* | | staging: android: Remove whitespace issueGeorgiana Rodica Chelu2014-03-171-1/+1
* | | staging: android: ion: Use ERR_CAST instead of ERR_PTRIulia Manda2014-03-131-3/+3
* | | staging: android: ion: Replace seq_printf with seq_putsIulia Manda2014-03-131-5/+5
* | | staging: android: ion: Fix quoted string split across linesIulia Manda2014-03-131-4/+3
* | | staging: android: Use devm_kzalloc instead of kzallocGeorgiana Rodica Chelu2014-03-081-5/+3
* | | staging:android: Introduce the use of the managed version of kzallocHimangi Saraogi2014-03-071-6/+4
* | | staging: android: lowmemorykiller: neglect swap cached pages in other_fileVinayak Menon2014-02-271-1/+2
* | | staging: Fix build issues with new binder APIJohn Stultz2014-02-271-1/+1
* | | staging: binder: Improve Kconfig entry for ANDROID_BINDER_IPC_32BITJohn Stultz2014-02-241-2/+3
* | | staging: binder: Support concurrent 32 bit and 64 bit processes.Arve Hjønnevåg2014-02-245-149/+213
* | | staging: binder: Fix ABI for 64bit AndroidSerban Constantinescu2014-02-241-4/+11
* | | Merge 3.14-rc4 into staging-next.Greg Kroah-Hartman2014-02-241-2/+1
|\ \ \
| * | | staging: binder: Fix death notificationsArve Hjønnevåg2014-02-211-2/+1
| | |/ | |/|
* | | staging: ion: ion_cma_heap: Remove '0x' when using %pa formatFabio Estevam2014-02-181-1/+1
* | | staging: ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys2014-02-183-6/+59
* | | staging: ion: Move shrinker out of heapsColin Cross2014-02-185-77/+85
* | | staging: ion: Make sure all clients are exposed in debugfsMitchel Humpherys2014-02-181-2/+36
* | | staging: ion: Store a copy of the client name on client creationMitchel Humpherys2014-02-181-6/+13
* | | staging: ion: Fix debugfs handling of multiple kernel clientsLaura Abbott2014-02-181-5/+5
* | | staging: ion: Create separate heap and client debugfs directoriesMitchel Humpherys2014-02-181-8/+49
* | | staging: android: Split uapi out of binder.hColin Cross2014-02-182-305/+331
* | | staging: android: split uapi out of sync.h and sw_sync.hColin Cross2014-02-184-102/+133
* | | staging: android: Split uapi out of ashmem.hColin Cross2014-02-182-29/+48
* | | staging: android: Split uapi out of android_alarm.hColin Cross2014-02-182-42/+64
* | | staging: android: lowmemorykiller: set TIF_MEMDIE before send kill sigWeijie Yang2014-02-141-1/+1
* | | staging : android : sync : fix a checkpatch warningDaeseok Youn2014-02-111-1/+1
* | | staging: android: timed_output: fix a checkpatch warningDaeseok Youn2014-02-111-2/+2
* | | staging : ion : Fix some checkpatch warnings and an errorDaeseok Youn2014-02-112-18/+17
* | | staging: android: binder: use whitespace consistentlySeongJae Park2014-02-111-5/+5
* | | Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman2014-02-088-38/+85
|\ \ \ | |/ /
| * | gpu: ion: dereferencing an ERR_PTRDan Carpenter2014-02-071-1/+1
| * | staging: android: ion: dummy: fix an error codeDan Carpenter2014-02-071-1/+1
| * | staging: android: sync: Signal pt before sync_timeline object gets destroyedPrakash Kamliya2014-02-071-4/+4
| * | staging: ion: Fix build warningJohn Stultz2014-02-071-0/+1
| * | staging: ion: Fix ION_IOC_FREE compat ioctlLaura Abbott2014-02-071-4/+22
| * | staging: ion: Fix overflow and list bugs in system heapColin Cross2014-02-071-1/+5
| * | staging: ashmem: Avoid deadlock between read and mmap callsTodd Poynor2014-02-071-19/+26
| * | staging: sync: Fix a race condition between release_obj and print_objAlistair Strachan2014-02-071-3/+3
| * | staging: sw_sync: Add stubs for kernels without CONFIG_SW_SYNCGreg Hackmann2014-02-071-0/+17
| * | staging: don't use module_init in non-modular ion_dummy_driver.cPaul Gortmaker2014-02-071-4/+3
| * | ion: dummy driver: use ARRAY_SIZE for nr of heapsTomas Winkler2014-02-071-1/+1
| * | drivers: staging: android: ion: ion_dummy_driver: include "linux/io.h"Chen Gang2014-02-071-0/+1
* | | staging: ion: Use PTR_ERR_OR_ZEROSachin Kamat2014-02-072-4/+3
* | | ion: Fix sparse non static symbol warningsWei Yongjun2014-02-071-6/+6
|/ /
* | ion: Add carveout and chunk heaps to dummy driverJohn Stultz2014-01-091-1/+66
* | ion: Add dummy driver for testingJohn Stultz2014-01-093-0/+106
* | ion_test: Add compat_ioctl support (v2)John Stultz2013-12-192-0/+2