aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/android
AgeCommit message (Expand)Author
2014-03-28staging: Fix build issues with new binder APIJohn Stultz
2014-03-28ion: Fix build warningJohn Stultz
2014-03-28staging: android: binder: Fix build warningsAndy Green
2014-03-19Staging: android: binder: More offset validation.Arve Hjønnevåg
2014-03-19ARM: tegra: flounder: stick to 32bit binder for now.JP Abgrall
2014-03-19Staging: android: binder: Support concurrent 32 bit and 64 bit processes.Arve Hjønnevåg
2014-03-19staging: android: binder: fix ABI for 64bit AndroidSerban Constantinescu
2014-03-19gpu: ion: make sure all clients are exposed in debugfsMitchel Humpherys
2014-03-19ion: store a copy of the client name on client creationMitchel Humpherys
2014-03-19gpu: ion: Fix debugfs handling of multiple kernel clientsLaura Abbott
2014-03-19gpu: ion: create separate heap and client debugfs directoriesMitchel Humpherys
2014-03-19drivers: staging: android: split uapi out of sync.h and sw_sync.hColin Cross
2014-03-19drivers: staging: android: split uapi out of binder.hColin Cross
2014-03-19drivers: staging: android: split uapi out of ashmem.hColin Cross
2014-03-19drivers: staging: android: split uapi out of android_alarm.hColin Cross
2014-03-19staging: sw_sync: add stubs for kernels without CONFIG_SW_SYNCGreg Hackmann
2014-03-19lowmemorykiller: make default lowmemorykiller debug message usefulColin Cross
2014-03-19Add security hooks to binder and implement the hooks for SELinux.Stephen Smalley
2014-03-19staging: android: lowmemorykiller: Add config option to support oom_adj valuesArve Hjønnevåg
2014-03-19staging: remove Greg's TODO, now obsolete.Brian Swetland
2014-03-19staging: android: lowmemorykiller: Fix task_struct leakSan Mehat
2014-03-19ashmem: Add shmem_set_file to mm/shmem.cJohn Stultz
2014-02-21staging: binder: Fix death notificationsArve Hjønnevåg
2014-02-07gpu: ion: dereferencing an ERR_PTRDan Carpenter
2014-02-07staging: android: ion: dummy: fix an error codeDan Carpenter
2014-02-07staging: android: sync: Signal pt before sync_timeline object gets destroyedPrakash Kamliya
2014-02-07staging: ion: Fix build warningJohn Stultz
2014-02-07staging: ion: Fix ION_IOC_FREE compat ioctlLaura Abbott
2014-02-07staging: ion: Fix overflow and list bugs in system heapColin Cross
2014-02-07staging: ashmem: Avoid deadlock between read and mmap callsTodd Poynor
2014-02-07staging: sync: Fix a race condition between release_obj and print_objAlistair Strachan
2014-02-07staging: sw_sync: Add stubs for kernels without CONFIG_SW_SYNCGreg Hackmann
2014-02-07staging: don't use module_init in non-modular ion_dummy_driver.cPaul Gortmaker
2014-02-07ion: dummy driver: use ARRAY_SIZE for nr of heapsTomas Winkler
2014-02-07drivers: staging: android: ion: ion_dummy_driver: include "linux/io.h"Chen Gang
2014-01-09ion: Add carveout and chunk heaps to dummy driverJohn Stultz
2014-01-09ion: Add dummy driver for testingJohn Stultz
2013-12-19ion_test: Add compat_ioctl support (v2)John Stultz
2013-12-17staging: ion: Avoid using rt_mutexes directlyJohn Stultz
2013-12-17staging: ion: Fix possible null pointer dereferenceJohn Stultz
2013-12-17staging: ion: Add HAVE_MEMBLOCK config dependencyJohn Stultz
2013-12-16gpu: ion: fix sparse non static symbol warningsWei Yongjun
2013-12-16gpu: ion: use module_platform_driver to simplify the codeWei Yongjun
2013-12-16ion: remove ion_user_handle_t from ion_test.hColin Cross
2013-12-15ion: Reenable the buildJohn Stultz
2013-12-15ion: Don't allow building ION as a module.John Stultz
2013-12-14ion: Update system heap shrinker to use the new count/scan interfaceJohn Stultz
2013-12-14ion: Improve ION config descriptionJohn Stultz
2013-12-14ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz
2013-12-14ion: fix bugs in cma heapColin Cross