aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-14ion: carveout heap: zero buffers on free, fix memory leakColin Cross
2013-12-14ion: fix sparse warningsColin Cross
2013-12-14ion: use alloc_pages in system contig heapColin Cross
2013-12-14ion: allow cached mappings of chunk and system heap buffersColin Cross
2013-12-14ion: remove ion_heap_alloc_pagesColin Cross
2013-12-14ion: use vm_insert_pfn for faulted pagesColin Cross
2013-12-14ion: check return value from remap_pfn_rangeColin Cross
2013-12-14ion: free low memory from page pools firstColin Cross
2013-12-14ion: optimize ion_heap_buffer_zeroColin Cross
2013-12-14ion: add alignment check to carveout heapColin Cross
2013-12-14ion: drop dependency on ARMColin Cross
2013-12-14ion: Fix two small issues in system_heap allocationJohn Stultz
2013-12-14gpu: ion: fix use-after-free in ion_heap_freelist_drainMitchel Humpherys
2013-12-14ion: clean up ioctlsColin Cross
2013-12-14gpu: ion: remove unnecessary function from system heapColin Cross
2013-12-14ion: fix printk warningsColin Cross
2013-12-14ion: don't use phys_to_page or __phys_to_pfnColin Cross
2013-12-14ion: don't use __arm_ioremap to map pagesColin Cross
2013-12-14ion: update idr to avoid deprecated apisColin Cross
2013-12-14ion: add test device for unit tests to interact with dma_bufsColin Cross
2013-12-14ion: check invalid values in ion_system_heapColin Cross
2013-12-14ion: convert sg_dma_len(sg) to sg->lengthColin Cross
2013-12-14ion: fix dma APIsColin Cross
2013-12-14ion: fix crash when alloc len is -1Colin Cross
2013-12-14ion: hold reference to handle after ion_uhandle_getColin Cross
2013-12-14ion: Fix compat support to use proper compat ioctl numbersJohn Stultz
2013-12-14ion: move userspace api into uapi/ion.hColin Cross
2013-12-14gpu: ion: delete ion_system_mapper.cColin Cross
2013-12-14ion: add compat_ioctlRom Lemarchand
2013-12-14ion: change ion_user_handle_t definition to intRom Lemarchand
2013-12-14ion: add new ion_user_handle_t type for the user-space tokenRom Lemarchand
2013-12-14ion: don't use id 0 for handle cookieColin Cross
2013-12-14ion: index client->handles rbtree by bufferColin Cross
2013-12-14ion: replace userspace handle cookies with idrColin Cross
2013-12-14ion: remove IS_ERR_OR_NULLColin Cross
2013-12-14ion: convert map_kernel to return ERR_PTRColin Cross
2013-12-14ion: add free list size to heap debug filesColin Cross
2013-12-14ion: chunk_heap: fix leak in allocated counterColin Cross
2013-12-14gpu: ion: Fix performance issue in faulting codeRebecca Schultz Zavin
2013-12-14gpu: ion: add CMA heapBenjamin Gaignard
2013-12-14gpu: ion: fix ion_platform_data definitionBenjamin Gaignard
2013-12-14ion: Add Kconfig dependency to ARMJohn Stultz
2013-12-14gpu: ion: Remove __GFP_NO_KSWAPDArve Hjønnevåg
2013-12-14gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_for_device hackArve Hjønnevåg
2013-12-14gpu: ion: Also shrink memory cached in the deferred free listRebecca Schultz Zavin
2013-12-14gpu: ion: Fix bug in ion shrinkerRebecca Schultz Zavin
2013-12-14gpu: ion: ion_chunk_heap: Zero chunk heap memory at creation timeRebecca Schultz Zavin
2013-12-14gpu: ion: fix kfree/list_del orderJP Abgrall
2013-12-14gpu: ion: Make ion_free asynchronousRebecca Schultz Zavin
2013-12-14gpu: ion: Add support for sharing buffers with dma buf kernel handlesJohan Mossberg