ion: fix sparse warnings
[firefly-linux-kernel-4.4.55.git] / drivers / staging / android / ion / ion.c
2013-12-14 Colin Crossion: fix sparse warnings
2013-12-14 Colin Crossion: use vm_insert_pfn for faulted pages
2013-12-14 Colin Crossion: clean up ioctls
2013-12-14 Colin Crossion: fix printk warnings
2013-12-14 Colin Crossion: update idr to avoid deprecated apis
2013-12-14 Colin Crossion: convert sg_dma_len(sg) to sg->length
2013-12-14 Colin Crossion: fix dma APIs
2013-12-14 Colin Crossion: fix crash when alloc len is -1
2013-12-14 Colin Crossion: hold reference to handle after ion_uhandle_get
2013-12-14 Rom Lemarchandion: add compat_ioctl
2013-12-14 Rom Lemarchandion: change ion_user_handle_t definition to int
2013-12-14 Rom Lemarchandion: add new ion_user_handle_t type for the user-space...
2013-12-14 Colin Crossion: don't use id 0 for handle cookie
2013-12-14 Colin Crossion: index client->handles rbtree by buffer
2013-12-14 Colin Crossion: replace userspace handle cookies with idr
2013-12-14 Colin Crossion: remove IS_ERR_OR_NULL
2013-12-14 Colin Crossion: add free list size to heap debug files
2013-12-14 Rebecca Schultz... gpu: ion: Fix performance issue in faulting code
2013-12-14 Rebecca Schultz... gpu: ion: Also shrink memory cached in the deferred...
2013-12-14 JP Abgrallgpu: ion: fix kfree/list_del order
2013-12-14 Rebecca Schultz... gpu: ion: Make ion_free asynchronous
2013-12-14 Johan Mossberggpu: ion: Add support for sharing buffers with dma...
2013-12-14 Rebecca Schultz... gpu: ion: Remove heapmask from client
2013-12-14 Johan Mossberggpu: ion: Export ion_client_create
2013-12-14 Rebecca Schultz... gpu: ion: Clarify variable names and comments around...
2013-12-14 Rebecca Schultz... gpu: ion: Switch heap rbtree to a prio list
2013-12-14 Rebecca Schultz... gpu: ion: Fix bug where MAP ioctl was no longer supported
2013-12-14 Rebecca Schultz... gpu: ion: Modify reserve function for carveouts with...
2013-12-14 Benjamin Gaignardgpu: ion: fix compilation warning
2013-12-14 Rebecca Schultz... gpu: ion: Refactor locking
2013-12-14 Rebecca Schultz... gpu: ion: Use the ion_page_pool from the system heap
2013-12-14 Rebecca Schultz... gpu: ion: optimize system heap for non fault buffers
2013-12-14 Rebecca Schultz... gpu: ion: Add support for cached mappings that don...
2013-12-14 Rebecca Schultz... gpu: ion: Fix memory leak of dirty bits
2013-12-14 Rebecca Schultz... gpu: ion: Add debug information for orphaned handles
2013-12-14 Rebecca Schultz... gpu: ion: Fix bug in ion_free
2013-12-14 Rebecca Schultz... gpu: ion: Fix race between ion_import and ion_free
2013-12-14 Greg Hackmanngpu: ion: fix page offset in dma_buf_kmap()
2013-12-14 Laura Abbottgpu: ion: Don't call ion_buffer_put on error path
2013-12-14 Olav Haugangpu: ion: IOCTL return success when error occurs
2013-12-14 Olav Haugangpu: ion: Add EXPORT_SYMBOL to functions
2013-12-14 Olav Haugangpu: ion: Add missing argument to WARN call
2013-12-14 Rebecca Schultz... gpu: ion: Add explicit sync ioctl
2013-12-14 Rebecca Schultz... gpu: ion: Add cache maintenance to ion.
2013-12-14 Laura Abbottgpu: ion: Loop on the handle count when destroying
2013-12-14 Rebecca Schultz... gpu: ion: Set the dma_address of the sg list at alloc...
2013-12-14 Greg Hackmanngpu: ion: fill in buffer->{dev,size} before mapping...
2013-12-14 Rebecca Schultz... gpu: ion: Get an sg_table from an ion handle
2013-12-14 Rebecca Schultz... gpu: ion: Allocate the sg_table at creation time rather...
2013-12-14 Rebecca Schultz... gpu: ion: support begin/end and kmap/kunmap dma_buf ops
2013-12-14 Rebecca Schultz... ion: Switch ion to use dma-buf
2013-12-14 KyongHo Chogpu: ion: several bugfixes and enhancements of ION
2013-12-14 Rebecca Schultz... ion: Add reserve function to ion
2013-12-14 Rebecca Schultz... ion: Switch map/unmap dma api to sg_tables
2013-12-14 Rebecca Schultz... gpu: ion: Add ION Memory Manager