summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android
AgeCommit message (Expand)AuthorLines
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+0
2014-03-17staging: android: Remove whitespace issueGeorgiana Rodica Chelu-1/+1
2014-03-13staging: android: ion: Use ERR_CAST instead of ERR_PTRIulia Manda-3/+3
2014-03-13staging: android: ion: Replace seq_printf with seq_putsIulia Manda-5/+5
2014-03-13staging: android: ion: Fix quoted string split across linesIulia Manda-4/+3
2014-03-08staging: android: Use devm_kzalloc instead of kzallocGeorgiana Rodica Chelu-5/+3
2014-03-07staging:android: Introduce the use of the managed version of kzallocHimangi Saraogi-6/+4
2014-02-27staging: android: lowmemorykiller: neglect swap cached pages in other_fileVinayak Menon-1/+2
2014-02-27staging: Fix build issues with new binder APIJohn Stultz-1/+1
2014-02-24staging: binder: Improve Kconfig entry for ANDROID_BINDER_IPC_32BITJohn Stultz-2/+3
2014-02-24staging: binder: Support concurrent 32 bit and 64 bit processes.Arve Hjønnevåg-149/+213
2014-02-24staging: binder: Fix ABI for 64bit AndroidSerban Constantinescu-4/+11
2014-02-24Merge 3.14-rc4 into staging-next.Greg Kroah-Hartman-2/+1
2014-02-21staging: binder: Fix death notificationsArve Hjønnevåg-2/+1
2014-02-20Merge branch 'master' into for-nextJiri Kosina-56/+4869
2014-02-20Kconfig: Remove useless "default N" linesPaul Bolle-2/+0
2014-02-18staging: ion: ion_cma_heap: Remove '0x' when using %pa formatFabio Estevam-1/+1
2014-02-18staging: ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys-6/+59
2014-02-18staging: ion: Move shrinker out of heapsColin Cross-77/+85
2014-02-18staging: ion: Make sure all clients are exposed in debugfsMitchel Humpherys-2/+36
2014-02-18staging: ion: Store a copy of the client name on client creationMitchel Humpherys-6/+13
2014-02-18staging: ion: Fix debugfs handling of multiple kernel clientsLaura Abbott-5/+5
2014-02-18staging: ion: Create separate heap and client debugfs directoriesMitchel Humpherys-8/+49
2014-02-18staging: android: Split uapi out of binder.hColin Cross-305/+331
2014-02-18staging: android: split uapi out of sync.h and sw_sync.hColin Cross-102/+133
2014-02-18staging: android: Split uapi out of ashmem.hColin Cross-29/+48
2014-02-18staging: android: Split uapi out of android_alarm.hColin Cross-42/+64
2014-02-14staging: android: lowmemorykiller: set TIF_MEMDIE before send kill sigWeijie Yang-1/+1
2014-02-11staging : android : sync : fix a checkpatch warningDaeseok Youn-1/+1
2014-02-11staging: android: timed_output: fix a checkpatch warningDaeseok Youn-2/+2
2014-02-11staging : ion : Fix some checkpatch warnings and an errorDaeseok Youn-18/+17
2014-02-11staging: android: binder: use whitespace consistentlySeongJae Park-5/+5
2014-02-08Merge branch 'staging-linus' into staging-workGreg Kroah-Hartman-38/+85
2014-02-07gpu: ion: dereferencing an ERR_PTRDan Carpenter-1/+1
2014-02-07staging: android: ion: dummy: fix an error codeDan Carpenter-1/+1
2014-02-07staging: ion: Use PTR_ERR_OR_ZEROSachin Kamat-4/+3
2014-02-07ion: Fix sparse non static symbol warningsWei Yongjun-6/+6
2014-02-07staging: android: sync: Signal pt before sync_timeline object gets destroyedPrakash Kamliya-4/+4
2014-02-07staging: ion: Fix build warningJohn Stultz-0/+1
2014-02-07staging: ion: Fix ION_IOC_FREE compat ioctlLaura Abbott-4/+22
2014-02-07staging: ion: Fix overflow and list bugs in system heapColin Cross-1/+5
2014-02-07staging: ashmem: Avoid deadlock between read and mmap callsTodd Poynor-19/+26
2014-02-07staging: sync: Fix a race condition between release_obj and print_objAlistair Strachan-3/+3
2014-02-07staging: sw_sync: Add stubs for kernels without CONFIG_SW_SYNCGreg Hackmann-0/+17
2014-02-07staging: don't use module_init in non-modular ion_dummy_driver.cPaul Gortmaker-4/+3
2014-02-07ion: dummy driver: use ARRAY_SIZE for nr of heapsTomas Winkler-1/+1
2014-02-07drivers: staging: android: ion: ion_dummy_driver: include "linux/io.h"Chen Gang-0/+1
2014-01-09ion: Add carveout and chunk heaps to dummy driverJohn Stultz-1/+66
2014-01-09ion: Add dummy driver for testingJohn Stultz-0/+106
2013-12-19ion_test: Add compat_ioctl support (v2)John Stultz-0/+2