sfrench/cifs-2.6.git
2013-12-14 Colin Crossion: add alignment check to chunk heap
2013-12-14 Colin Crossion: add helper to zero contiguous region of pages
2013-12-14 Colin Crossion: carveout heap: zero buffers on free, fix memory...
2013-12-14 Colin Crossion: fix sparse warnings
2013-12-14 Colin Crossion: use alloc_pages in system contig heap
2013-12-14 Colin Crossion: allow cached mappings of chunk and system heap...
2013-12-14 Colin Crossion: remove ion_heap_alloc_pages
2013-12-14 Colin Crossion: use vm_insert_pfn for faulted pages
2013-12-14 Colin Crossion: check return value from remap_pfn_range
2013-12-14 Colin Crossion: free low memory from page pools first
2013-12-14 Colin Crossion: optimize ion_heap_buffer_zero
2013-12-14 Colin Crossion: add alignment check to carveout heap
2013-12-14 Colin Crossion: drop dependency on ARM
2013-12-14 John Stultzion: Fix two small issues in system_heap allocation
2013-12-14 Mitchel Humpherysgpu: ion: fix use-after-free in ion_heap_freelist_drain
2013-12-14 Colin Crossion: clean up ioctls
2013-12-14 Colin Crossgpu: ion: remove unnecessary function from system heap
2013-12-14 Colin Crossion: fix printk warnings
2013-12-14 Colin Crossion: don't use phys_to_page or __phys_to_pfn
2013-12-14 Colin Crossion: don't use __arm_ioremap to map pages
2013-12-14 Colin Crossion: update idr to avoid deprecated apis
2013-12-14 Colin Crossion: add test device for unit tests to interact with...
2013-12-14 Colin Crossion: check invalid values in ion_system_heap
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 John Stultzion: Fix compat support to use proper compat ioctl...
2013-12-14 Colin Crossion: move userspace api into uapi/ion.h
2013-12-14 Colin Crossgpu: ion: delete ion_system_mapper.c
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: convert map_kernel to return ERR_PTR
2013-12-14 Colin Crossion: add free list size to heap debug files
2013-12-14 Colin Crossion: chunk_heap: fix leak in allocated counter
2013-12-14 Rebecca Schultz... gpu: ion: Fix performance issue in faulting code
2013-12-14 Benjamin Gaignardgpu: ion: add CMA heap
2013-12-14 Benjamin Gaignardgpu: ion: fix ion_platform_data definition
2013-12-14 John Stultzion: Add Kconfig dependency to ARM
2013-12-14 Arve Hjønnevåggpu: ion: Remove __GFP_NO_KSWAPD
2013-12-14 Arve Hjønnevåggpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_sin...
2013-12-14 Rebecca Schultz... gpu: ion: Also shrink memory cached in the deferred...
2013-12-14 Rebecca Schultz... gpu: ion: Fix bug in ion shrinker
2013-12-14 Rebecca Schultz... gpu: ion: ion_chunk_heap: Zero chunk heap memory at...
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: Only flush buffers in the chunk heap if they...
2013-12-14 Rebecca Schultz... gpu: ion: Refactor the code to zero buffers
2013-12-14 Rebecca Schultz... gpu: ion: Modify zeroing code so it only allocates...
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: Add chunk heap
2013-12-14 Rebecca Schultz... gpu: ion: Refactor common mapping functions out of...
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 Benjamin Gaignardgpu: ion: fix carveout ops
2013-12-14 Rebecca Schultz... gpu: ion: Fix bug in zeroing pages in system heap
2013-12-14 Rebecca Schultz... gpu: ion: Fix bug in ion_system_heap map_user
2013-12-14 Rebecca Schultz... gpu: ion: Don't flush allocatoins that come from the...
2013-12-14 Rebecca Schultz... gpu: ion: Clear GFP_WAIT flag on high order allocations
2013-12-14 Rebecca Schultz... gpu: ion: Refactor locking
2013-12-14 Rebecca Schultz... gpu: ion: Switch to using a single shrink function
2013-12-14 Rebecca Schultz... gpu: ion: Fix lockdep issue in ion_page_pool
2013-12-14 Rebecca Schultz... gpu: ion: Fix several issues with page pool
2013-12-14 Rebecca Schultz... gpu: ion: Modify gfp flags in ion_system_heap
2013-12-14 Rebecca Schultz... gpu: ion: Use the ion_page_pool from the system heap
2013-12-14 Rebecca Schultz... gpu: ion: Add ion_page_pool.
2013-12-14 Rebecca Schultz... gpu: ion: use vmalloc to allocate page array to map...
2013-12-14 Rebecca Schultz... gpu: ion: ion_system_heap: Fix bug preventing compilation
2013-12-14 Rebecca Schultz... gpu: ion: Stop trying to allocate from an order on...
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 Rebecca Schultz... gpu: ion: Switch to using kmalloc rather than kmap...
2013-12-14 Rebecca Schultz... gpu: ion: Only map as much of the vma as the user requested
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 Dima Zavingpu: ion: do not ask for compound pages in system heap
2013-12-14 Rebecca Schultz... gpu: ion: Add explicit sync ioctl
2013-12-14 Rebecca Schultz... gpu: ion: Modify the system heap to try to allocate...
2013-12-14 Rebecca Schultz... gpu: ion: Add cache maintenance to ion.
2013-12-14 Laura Abbottgpu: ion: Map only the vma size given
2013-12-14 Laura Abbottgpu: ion: Loop on the handle count when destroying
2013-12-14 Rebecca Schultz... gpu: ion: ion_system_heap: Change allocations to GFP_HI...
2013-12-14 Rebecca Schultz... gpu: ion: Set the dma_address of the sg list at alloc...
next