summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ion: fix dma APIsColin Cross2013-12-145-19/+42
* ion: fix crash when alloc len is -1Colin Cross2013-12-141-3/+3
* ion: hold reference to handle after ion_uhandle_getColin Cross2013-12-141-15/+41
* ion: Fix compat support to use proper compat ioctl numbersJohn Stultz2013-12-141-7/+12
* ion: move userspace api into uapi/ion.hColin Cross2013-12-143-176/+198
* gpu: ion: delete ion_system_mapper.cColin Cross2013-12-141-114/+0
* ion: add compat_ioctlRom Lemarchand2013-12-144-0/+207
* ion: change ion_user_handle_t definition to intRom Lemarchand2013-12-142-6/+6
* ion: add new ion_user_handle_t type for the user-space tokenRom Lemarchand2013-12-142-5/+7
* ion: don't use id 0 for handle cookieColin Cross2013-12-141-1/+1
* ion: index client->handles rbtree by bufferColin Cross2013-12-141-9/+12
* ion: replace userspace handle cookies with idrColin Cross2013-12-141-36/+71
* ion: remove IS_ERR_OR_NULLColin Cross2013-12-142-13/+18
* ion: convert map_kernel to return ERR_PTRColin Cross2013-12-142-1/+9
* ion: add free list size to heap debug filesColin Cross2013-12-141-0/+3
* ion: chunk_heap: fix leak in allocated counterColin Cross2013-12-141-6/+9
* gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin2013-12-145-104/+99
* gpu: ion: add CMA heapBenjamin Gaignard2013-12-145-2/+249
* gpu: ion: fix ion_platform_data definitionBenjamin Gaignard2013-12-141-1/+1
* ion: Add Kconfig dependency to ARMJohn Stultz2013-12-141-0/+1
* gpu: ion: Remove __GFP_NO_KSWAPDArve Hjønnevåg2013-12-141-2/+2
* gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hackArve Hjønnevåg2013-12-143-8/+13
* gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin2013-12-145-176/+278
* gpu: ion: Fix bug in ion shrinkerRebecca Schultz Zavin2013-12-141-2/+1
* gpu: ion: ion_chunk_heap: Zero chunk heap memory at creation timeRebecca Schultz Zavin2013-12-141-2/+32
* gpu: ion: fix kfree/list_del orderJP Abgrall2013-12-141-1/+1
* gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin2013-12-145-12/+126
* gpu: ion: Add support for sharing buffers with dma buf kernel handlesJohan Mossberg2013-12-142-8/+30
* gpu: ion: Only flush buffers in the chunk heap if they were used cachedRebecca Schultz Zavin2013-12-141-2/+3
* gpu: ion: Refactor the code to zero buffersRebecca Schultz Zavin2013-12-144-26/+48
* gpu: ion: Modify zeroing code so it only allocates address space onceRebecca Schultz Zavin2013-12-141-7/+21
* gpu: ion: Remove heapmask from clientRebecca Schultz Zavin2013-12-142-13/+5
* gpu: ion: Export ion_client_createJohan Mossberg2013-12-141-0/+1
* gpu: ion: Clarify variable names and comments around heap ids v typesRebecca Schultz Zavin2013-12-142-41/+47
* gpu: ion: Add chunk heapRebecca Schultz Zavin2013-12-145-2/+189
* gpu: ion: Refactor common mapping functions out of system heapRebecca Schultz Zavin2013-12-143-78/+91
* gpu: ion: Switch heap rbtree to a prio listRebecca Schultz Zavin2013-12-142-29/+10
* gpu: ion: Fix bug where MAP ioctl was no longer supportedRebecca Schultz Zavin2013-12-141-0/+1
* gpu: ion: Modify reserve function for carveouts with no start addressRebecca Schultz Zavin2013-12-141-7/+26
* gpu: ion: fix compilation warningBenjamin Gaignard2013-12-141-1/+2
* gpu: ion: fix carveout opsBenjamin Gaignard2013-12-141-0/+2
* gpu: ion: Fix bug in zeroing pages in system heapRebecca Schultz Zavin2013-12-141-1/+1
* gpu: ion: Fix bug in ion_system_heap map_userRebecca Schultz Zavin2013-12-141-6/+15
* gpu: ion: Don't flush allocatoins that come from the page poolsRebecca Schultz Zavin2013-12-141-3/+5
* gpu: ion: Clear GFP_WAIT flag on high order allocationsRebecca Schultz Zavin2013-12-141-1/+1
* gpu: ion: Refactor lockingRebecca Schultz Zavin2013-12-141-20/+25
* gpu: ion: Switch to using a single shrink functionRebecca Schultz Zavin2013-12-142-30/+123
* gpu: ion: Fix lockdep issue in ion_page_poolRebecca Schultz Zavin2013-12-141-2/+3
* gpu: ion: Fix several issues with page poolRebecca Schultz Zavin2013-12-143-33/+65
* gpu: ion: Modify gfp flags in ion_system_heapRebecca Schultz Zavin2013-12-141-7/+18
OpenPOWER on IntegriCloud