summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)Author
2014-01-03Merge branch 'linaro-fixes/android-3.10' into linaro-android-3.13-mergetracking-linaro-android-3.13-llct-20140113.0tracking-linaro-android-3.13-llct-20140109.0tracking-linaro-android-3.13-llct-20140106.0John Stultz
2014-01-03Merge tag 'v3.13-rc6' into linaro-android-3.13-mergeJohn Stultz
2014-01-02Merge branch 'upstream/android-3.10' into linaro-fixes/android-3.10John Stultz
2013-12-19ion: fix overflow and list bugs in system heapColin Cross
2013-12-19ion: Add private buffer flag to skip page pooling on freeMitchel Humpherys
2013-12-19gpu: ion: make sure all clients are exposed in debugfsMitchel Humpherys
2013-12-19ion: store a copy of the client name on client creationMitchel Humpherys
2013-12-19gpu: ion: Fix debugfs handling of multiple kernel clientsLaura Abbott
2013-12-19gpu: ion: create separate heap and client debugfs directoriesMitchel Humpherys
2013-12-19ion: move shrinker out of heapsColin Cross
2013-12-19ion_test: Add compat_ioctl support (v2)John Stultz
2013-12-19staging: ion: Avoid using rt_mutexes directlyJohn Stultz
2013-12-19staging: ion: Fix possible null pointer dereferenceJohn Stultz
2013-12-19staging: ion: Add HAVE_MEMBLOCK config dependencyJohn Stultz
2013-12-19gpu: ion: fix sparse non static symbol warningsWei Yongjun
2013-12-19gpu: ion: use module_platform_driver to simplify the codeWei Yongjun
2013-12-17imx-drm: imx-drm-core: improve safety of imx_drm_add_crtc()Russell King
2013-12-17imx-drm: imx-drm-core: make imx_drm_crtc_register() saferRussell King
2013-12-17imx-drm: imx-drm-core: use defined constant for number of CRTCs.Russell King
2013-12-17imx-drm: imx-tve: don't call sleeping functions beneath enable_lock spinlockRussell King
2013-12-17imx-drm: ipu-v3: fix potential CRTC device registration raceRussell King
2013-12-17imx-drm: imx-drm-core: fix DRM cleanup pathsRussell King
2013-12-17imx-drm: imx-drm-core: fix error cleanup path for imx_drm_add_crtc()Russell King
2013-12-17staging: comedi: drivers: fix return value of comedi_load_firmware()H Hartley Sweeten
2013-12-17staging: comedi: 8255_pci: fix for newer PCI-DIO48HIan Abbott
2013-12-17staging:iio:mag:hmc5843 fix incorrect endianness of channel as a result of mi...Jonathan Cameron
2013-12-17ion: Fix build warningJohn Stultz
2013-12-16ion: remove ion_user_handle_t from ion_test.hColin Cross
2013-12-16ion: Don't allow building ION as a module.John Stultz
2013-12-12Merge branch 'linaro-fixes/android-3.10' into linaro-android-3.13-mergeJohn Stultz
2013-12-12ion: Fix build warningJohn Stultz
2013-12-12Merge branch 'linaro-fixes/android-3.10' into linaro-android-3.13-mergeJohn Stultz
2013-12-12Merge branch 'upstream/android-3.10' into linaro-fixes/android-3.10John Stultz
2013-12-12ion: Improve ION config descriptionJohn Stultz
2013-12-12ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz
2013-12-12ion: Fix compiler warnings from my merge to updated shrinker methodsJohn Stultz
2013-12-12Merge tag 'v3.13-rc3' into linaro-android-3.13-mergetracking-linaro-android-3.13-llct-20131230.0tracking-linaro-android-3.13-llct-20131223.0tracking-linaro-android-3.13-llct-20131218.0tracking-linaro-android-3.13-llct-20131213.0John Stultz
2013-12-12Merge branch 'linaro-fixes/android-3.10' into linaro-android-3.13-mergeJohn Stultz
2013-12-12Merge branch 'upstream/android-3.10' into linaro-fixes/android-3.10John Stultz
2013-12-12ion: fix bugs in cma heapColin Cross
2013-12-12ion: add alignment check to chunk heapColin Cross
2013-12-12ion: add helper to zero contiguous region of pagesColin Cross
2013-12-12ion: carveout heap: zero buffers on free, fix memory leakColin Cross
2013-12-12ion: fix sparse warningsColin Cross
2013-12-12ion: use alloc_pages in system contig heapColin Cross
2013-12-12ion: allow cached mappings of chunk and system heap buffersColin Cross
2013-12-12ion: remove ion_heap_alloc_pagesColin Cross
2013-12-12ion: use vm_insert_pfn for faulted pagesColin Cross
2013-12-12ion: check return value from remap_pfn_rangeColin Cross
2013-12-12ion: free low memory from page pools firstColin Cross