summaryrefslogtreecommitdiff
path: root/drivers/gpu/ion
AgeCommit message (Expand)Author
2013-12-30Merge branch 'remotes/android/android-3.10' into dev-kernel-3.10Bharat Nihalani
2013-11-07ion: move into stagingColin Cross
2013-11-07gpu: ion: delete ion_system_mapper.cColin Cross
2013-10-24ion: add compat_ioctlRom Lemarchand
2013-10-24ion: change ion_user_handle_t definition to intRom Lemarchand
2013-10-24ion: add new ion_user_handle_t type for the user-space tokenRom Lemarchand
2013-09-19ion: don't use id 0 for handle cookieColin Cross
2013-09-19ion: index client->handles rbtree by bufferColin Cross
2013-09-19ion: replace userspace handle cookies with idrColin Cross
2013-09-19ion: remove IS_ERR_OR_NULLColin Cross
2013-09-19ion: convert map_kernel to return ERR_PTRColin Cross
2013-09-19ion: add free list size to heap debug filesColin Cross
2013-09-19ion: chunk_heap: fix leak in allocated counterColin Cross
2013-09-19gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin
2013-09-19gpu: ion: add CMA heapBenjamin Gaignard
2013-09-14gpu: ion: Add GCOV_PROFILEKonsta Holtta
2013-09-14gpu: ion: tegra: treat compilation warning as errorSanjay Singh Rawat
2013-09-14gpu: ion: tegra: Use nvmap.h include file from kernel/includeKrishna Reddy
2013-09-14arm: tegra: nvmap: Update nvmap_alloc api.Krishna Reddy
2013-09-14gpu: ion: Fix with mainline IOMMU API changeHiroshi DOYU
2013-09-14HACK: gpu: ion: tegra: Implement nvmap_alloc_iovm.Krishna Reddy
2013-09-14HACK: gpu: ion: Add api to remap dma address.Krishna Reddy
2013-09-14HACK: gpu: ion: Add support to remap dma address.Krishna Reddy
2013-09-14gpu: ion: Remove unnecessary error handlingHiroshi DOYU
2013-09-14gpu: ion: Replace vmalloc() with vzalloc()Hiroshi DOYU
2013-09-14gpu: ion: Remove residual empty lineHiroshi DOYU
2013-09-14gpu: ion: Fix incorrect BUG_ON()Hiroshi DOYU
2013-09-14gpu: ion: Add one empty line for readabilityHiroshi DOYU
2013-09-14gpu: ion: Remove unnecessary header inclusionsHiroshi DOYU
2013-09-14gpu: ion: tegra: Fixes to tegra ion.Krishna Reddy
2013-09-14gpu: ion: Update print format in Ion.Krishna Reddy
2013-09-14gpu: ion: tegra: Ignore unsupported heap with printing warningHiroshi DOYU
2013-09-14gpu: ion: Add IOMMU heap allocator with IOMMU APIHiroshi DOYU
2013-09-14gpu: ion: tegra: add tegra custom ioctl handling.Krishna Reddy
2013-09-14gpu: ion: Add api to get client from file id.Krishna Reddy
2013-09-14gpu: ion: move ion priv data structs and methods to ion_priv.hKrishna Reddy
2013-07-01ion: Add Kconfig dependency to ARMJohn Stultz
2013-07-01gpu: ion: Remove __GFP_NO_KSWAPDArve Hjønnevåg
2013-07-01gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hackArve Hjønnevåg
2013-07-01gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin
2013-07-01gpu: ion: Fix bug in ion shrinkerRebecca Schultz Zavin
2013-07-01gpu: ion: ion_chunk_heap: Zero chunk heap memory at creation timeRebecca Schultz Zavin
2013-07-01gpu: ion: fix kfree/list_del orderJP Abgrall
2013-07-01gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin
2013-07-01gpu: ion: Add support for sharing buffers with dma buf kernel handlesJohan Mossberg
2013-07-01gpu: ion: Only flush buffers in the chunk heap if they were used cachedRebecca Schultz Zavin
2013-07-01gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin
2013-07-01gpu: ion: Modify zeroing code so it only allocates address space onceRebecca Schultz Zavin
2013-07-01gpu: ion: Remove heapmask from clientRebecca Schultz Zavin
2013-07-01gpu: ion: Export ion_client_createJohan Mossberg