summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)Author
2014-04-21staging: android: Fix typo in staging/androidMasanari Iida
2014-04-21ENGR00300035 add ion function for Linux 3.10 kernel upgrade.Liu Xiaowen
2014-04-21Staging: android: binder: More offset validation.Arve Hjønnevåg
2014-04-21Staging: android: binder: Fix death notificationsArve Hjønnevåg
2014-04-21ARM: tegra: flounder: stick to 32bit binder for now.JP Abgrall
2014-04-21Staging: android: binder: Support concurrent 32 bit and 64 bit processes.Arve Hjønnevåg
2014-04-21staging: android: binder: fix ABI for 64bit AndroidSerban Constantinescu
2014-04-21staging: android: binder: fix binder interface for 64bit compat layerSerban Constantinescu
2014-04-21staging: android: binder: replace types with portable onesSerban Constantinescu
2014-04-21staging: android: binder: fix alignment issuesSerban Constantinescu
2014-04-21staging: android: binder: fix BC_FREE_BUFFER ioctl declarationSerban Constantinescu
2014-04-21staging: android: binder: fix BINDER_SET_MAX_THREADS declarationSerban Constantinescu
2014-04-21staging: android: binder: modify struct binder_write_read to use size_tSerban Constantinescu
2014-04-21staging: ion: Build fix for compat_ion.cJohn Stultz
2014-04-21ion: Fix ION_IOC_FREE compat ioctlLaura Abbott
2014-04-21ion: fix overflow and list bugs in system heapColin Cross
2014-04-21ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys
2014-04-21gpu: ion: make sure all clients are exposed in debugfsMitchel Humpherys
2014-04-21ion: store a copy of the client name on client creationMitchel Humpherys
2014-04-21gpu: ion: Fix debugfs handling of multiple kernel clientsLaura Abbott
2014-04-21gpu: ion: create separate heap and client debugfs directoriesMitchel Humpherys
2014-04-21ion: move shrinker out of heapsColin Cross
2014-04-21ion_test: Add compat_ioctl support (v2)John Stultz
2014-04-21staging: ion: Avoid using rt_mutexes directlyJohn Stultz
2014-04-21staging: ion: Fix possible null pointer dereferenceJohn Stultz
2014-04-21staging: ion: Add HAVE_MEMBLOCK config dependencyJohn Stultz
2014-04-21gpu: ion: fix sparse non static symbol warningsWei Yongjun
2014-04-21gpu: ion: use module_platform_driver to simplify the codeWei Yongjun
2014-04-21ion: Fix build warningJohn Stultz
2014-04-21ion: remove ion_user_handle_t from ion_test.hColin Cross
2014-04-21ion: Don't allow building ION as a module.John Stultz
2014-04-21ion: Improve ION config descriptionJohn Stultz
2014-04-21ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz
2014-04-21ion: fix bugs in cma heapColin Cross
2014-04-21ion: add alignment check to chunk heapColin Cross
2014-04-21ion: add helper to zero contiguous region of pagesColin Cross
2014-04-21ion: carveout heap: zero buffers on free, fix memory leakColin Cross
2014-04-21ion: fix sparse warningsColin Cross
2014-04-21ion: use alloc_pages in system contig heapColin Cross
2014-04-21ion: allow cached mappings of chunk and system heap buffersColin Cross
2014-04-21ion: remove ion_heap_alloc_pagesColin Cross
2014-04-21ion: use vm_insert_pfn for faulted pagesColin Cross
2014-04-21ion: check return value from remap_pfn_rangeColin Cross
2014-04-21ion: free low memory from page pools firstColin Cross
2014-04-21ion: optimize ion_heap_buffer_zeroColin Cross
2014-04-21ion: add alignment check to carveout heapColin Cross
2014-04-21ion: drop dependency on ARMColin Cross
2014-04-21ion: Fix two small issues in system_heap allocationJohn Stultz
2014-04-21gpu: ion: fix use-after-free in ion_heap_freelist_drainMitchel Humpherys
2014-04-21ion: clean up ioctlsColin Cross