summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/ion/ion.c
Commit message (Expand)AuthorAgeFilesLines
* ion: Cleanup whitespace issues and other checkpatch problemsJohn Stultz2013-12-141-25/+28
* ion: fix sparse warningsColin Cross2013-12-141-4/+4
* ion: use vm_insert_pfn for faulted pagesColin Cross2013-12-141-3/+6
* ion: clean up ioctlsColin Cross2013-12-141-51/+59
* ion: fix printk warningsColin Cross2013-12-141-11/+12
* ion: update idr to avoid deprecated apisColin Cross2013-12-141-12/+5
* ion: convert sg_dma_len(sg) to sg->lengthColin Cross2013-12-141-1/+1
* ion: fix dma APIsColin Cross2013-12-141-1/+19
* 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: add compat_ioctlRom Lemarchand2013-12-141-0/+2
* ion: change ion_user_handle_t definition to intRom Lemarchand2013-12-141-4/+4
* ion: add new ion_user_handle_t type for the user-space tokenRom Lemarchand2013-12-141-2/+2
* 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-141-13/+15
* ion: add free list size to heap debug filesColin Cross2013-12-141-0/+3
* gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin2013-12-141-45/+60
* gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin2013-12-141-70/+45
* gpu: ion: fix kfree/list_del orderJP Abgrall2013-12-141-1/+1
* gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin2013-12-141-9/+103
* gpu: ion: Add support for sharing buffers with dma buf kernel handlesJohan Mossberg2013-12-141-6/+20
* gpu: ion: Remove heapmask from clientRebecca Schultz Zavin2013-12-141-12/+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-141-18/+19
* gpu: ion: Switch heap rbtree to a prio listRebecca Schultz Zavin2013-12-141-27/+8
* 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: Refactor lockingRebecca Schultz Zavin2013-12-141-20/+25
* gpu: ion: Use the ion_page_pool from the system heapRebecca Schultz Zavin2013-12-141-4/+14
* gpu: ion: optimize system heap for non fault buffersRebecca Schultz Zavin2013-12-141-9/+12
* gpu: ion: Add support for cached mappings that don't faultRebecca Schultz Zavin2013-12-141-10/+18
* gpu: ion: Fix memory leak of dirty bitsRebecca Schultz Zavin2013-12-141-11/+14
* gpu: ion: Add debug information for orphaned handlesRebecca Schultz Zavin2013-12-141-0/+58
* gpu: ion: Fix bug in ion_freeRebecca Schultz Zavin2013-12-141-0/+1
* gpu: ion: Fix race between ion_import and ion_freeRebecca Schultz Zavin2013-12-141-4/+1
* gpu: ion: fix page offset in dma_buf_kmap()Greg Hackmann2013-12-141-1/+1
* gpu: ion: Don't call ion_buffer_put on error pathLaura Abbott2013-12-141-3/+2
* gpu: ion: IOCTL return success when error occursOlav Haugan2013-12-141-1/+8
* gpu: ion: Add EXPORT_SYMBOL to functionsOlav Haugan2013-12-141-0/+9
* gpu: ion: Add missing argument to WARN callOlav Haugan2013-12-141-2/+2
* gpu: ion: Add explicit sync ioctlRebecca Schultz Zavin2013-12-141-2/+36
* gpu: ion: Add cache maintenance to ion.Rebecca Schultz Zavin2013-12-141-10/+152
* gpu: ion: Loop on the handle count when destroyingLaura Abbott2013-12-141-1/+1
* gpu: ion: Set the dma_address of the sg list at alloc timeRebecca Schultz Zavin2013-12-141-1/+12
* gpu: ion: fill in buffer->{dev,size} before mapping new buffersGreg Hackmann2013-12-141-2/+3
* gpu: ion: Get an sg_table from an ion handleRebecca Schultz Zavin2013-12-141-6/+2
* gpu: ion: Allocate the sg_table at creation time rather than dynamicallyRebecca Schultz Zavin2013-12-141-38/+41
OpenPOWER on IntegriCloud