aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/android
AgeCommit message (Expand)AuthorFilesLines
2013-12-14ion: don't use phys_to_page or __phys_to_pfnColin Cross3-5/+6
2013-12-14ion: don't use __arm_ioremap to map pagesColin Cross2-41/+3
2013-12-14ion: update idr to avoid deprecated apisColin Cross1-12/+5
2013-12-14ion: add test device for unit tests to interact with dma_bufsColin Cross4-0/+360
2013-12-14ion: check invalid values in ion_system_heapColin Cross1-0/+14
2013-12-14ion: convert sg_dma_len(sg) to sg->lengthColin Cross4-10/+10
2013-12-14ion: fix dma APIsColin Cross5-19/+42
2013-12-14ion: fix crash when alloc len is -1Colin Cross1-3/+3
2013-12-14ion: hold reference to handle after ion_uhandle_getColin Cross1-15/+41
2013-12-14ion: Fix compat support to use proper compat ioctl numbersJohn Stultz1-7/+12
2013-12-14ion: move userspace api into uapi/ion.hColin Cross3-176/+198
2013-12-14gpu: ion: delete ion_system_mapper.cColin Cross1-114/+0
2013-12-14ion: add compat_ioctlRom Lemarchand4-0/+207
2013-12-14ion: change ion_user_handle_t definition to intRom Lemarchand2-6/+6
2013-12-14ion: add new ion_user_handle_t type for the user-space tokenRom Lemarchand2-5/+7
2013-12-14ion: don't use id 0 for handle cookieColin Cross1-1/+1
2013-12-14ion: index client->handles rbtree by bufferColin Cross1-9/+12
2013-12-14ion: replace userspace handle cookies with idrColin Cross1-36/+71
2013-12-14ion: remove IS_ERR_OR_NULLColin Cross2-13/+18
2013-12-14ion: convert map_kernel to return ERR_PTRColin Cross2-1/+9
2013-12-14ion: add free list size to heap debug filesColin Cross1-0/+3
2013-12-14ion: chunk_heap: fix leak in allocated counterColin Cross1-6/+9
2013-12-14gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin5-104/+99
2013-12-14gpu: ion: add CMA heapBenjamin Gaignard5-2/+249
2013-12-14gpu: ion: fix ion_platform_data definitionBenjamin Gaignard1-1/+1
2013-12-14ion: Add Kconfig dependency to ARMJohn Stultz1-0/+1
2013-12-14gpu: ion: Remove __GFP_NO_KSWAPDArve Hjønnevåg1-2/+2
2013-12-14gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hackArve Hjønnevåg3-8/+13
2013-12-14gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin5-176/+278
2013-12-14gpu: ion: Fix bug in ion shrinkerRebecca Schultz Zavin1-2/+1
2013-12-14gpu: ion: ion_chunk_heap: Zero chunk heap memory at creation timeRebecca Schultz Zavin1-2/+32
2013-12-14gpu: ion: fix kfree/list_del orderJP Abgrall1-1/+1
2013-12-14gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin5-12/+126
2013-12-14gpu: ion: Add support for sharing buffers with dma buf kernel handlesJohan Mossberg2-8/+30
2013-12-14gpu: ion: Only flush buffers in the chunk heap if they were used cachedRebecca Schultz Zavin1-2/+3
2013-12-14gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin4-26/+48
2013-12-14gpu: ion: Modify zeroing code so it only allocates address space onceRebecca Schultz Zavin1-7/+21
2013-12-14gpu: ion: Remove heapmask from clientRebecca Schultz Zavin2-13/+5
2013-12-14gpu: ion: Export ion_client_createJohan Mossberg1-0/+1
2013-12-14gpu: ion: Clarify variable names and comments around heap ids v typesRebecca Schultz Zavin2-41/+47
2013-12-14gpu: ion: Add chunk heapRebecca Schultz Zavin5-2/+189
2013-12-14gpu: ion: Refactor common mapping functions out of system heapRebecca Schultz Zavin3-78/+91
2013-12-14gpu: ion: Switch heap rbtree to a prio listRebecca Schultz Zavin2-29/+10
2013-12-14gpu: ion: Fix bug where MAP ioctl was no longer supportedRebecca Schultz Zavin1-0/+1
2013-12-14gpu: ion: Modify reserve function for carveouts with no start addressRebecca Schultz Zavin1-7/+26
2013-12-14gpu: ion: fix compilation warningBenjamin Gaignard1-1/+2
2013-12-14gpu: ion: fix carveout opsBenjamin Gaignard1-0/+2
2013-12-14gpu: ion: Fix bug in zeroing pages in system heapRebecca Schultz Zavin1-1/+1
2013-12-14gpu: ion: Fix bug in ion_system_heap map_userRebecca Schultz Zavin1-6/+15
2013-12-14gpu: ion: Don't flush allocatoins that come from the page poolsRebecca Schultz Zavin1-3/+5