gpu: ion: optimize system heap for non fault buffers
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / ion / ion.c
2013-07-01 Rebecca Schultz... gpu: ion: optimize system heap for non fault buffers
2013-07-01 Rebecca Schultz... gpu: ion: Add support for cached mappings that don...
2013-07-01 Rebecca Schultz... gpu: ion: Fix memory leak of dirty bits
2013-07-01 Rebecca Schultz... gpu: ion: Add debug information for orphaned handles
2013-07-01 Rebecca Schultz... gpu: ion: Fix bug in ion_free
2013-07-01 Rebecca Schultz... gpu: ion: Fix race between ion_import and ion_free
2013-07-01 Greg Hackmanngpu: ion: fix page offset in dma_buf_kmap()
2013-07-01 Laura Abbottgpu: ion: Don't call ion_buffer_put on error path
2013-07-01 Olav Haugangpu: ion: IOCTL return success when error occurs
2013-07-01 Olav Haugangpu: ion: Add EXPORT_SYMBOL to functions
2013-07-01 Olav Haugangpu: ion: Add missing argument to WARN call
2013-07-01 Rebecca Schultz... gpu: ion: Add explicit sync ioctl
2013-07-01 Rebecca Schultz... gpu: ion: Add cache maintenance to ion.
2013-07-01 Laura Abbottgpu: ion: Loop on the handle count when destroying
2013-07-01 Rebecca Schultz... gpu: ion: Set the dma_address of the sg list at alloc...
2013-07-01 Greg Hackmanngpu: ion: fill in buffer->{dev,size} before mapping...
2013-07-01 Rebecca Schultz... gpu: ion: Get an sg_table from an ion handle
2013-07-01 Rebecca Schultz... gpu: ion: Allocate the sg_table at creation time rather...
2013-07-01 Rebecca Schultz... gpu: ion: support begin/end and kmap/kunmap dma_buf ops
2013-07-01 Rebecca Schultz... ion: Switch ion to use dma-buf
2013-07-01 KyongHo Chogpu: ion: several bugfixes and enhancements of ION
2013-07-01 Rebecca Schultz... ion: Add reserve function to ion
2013-07-01 Rebecca Schultz... ion: Switch map/unmap dma api to sg_tables
2013-07-01 Rebecca Schultz... gpu: ion: Add ION Memory Manager