2013-12-15 | John Stultz | ion: Reenable the build ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-15 | John Stultz | ion: Don't allow building ION as a module. ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | John Stultz | ion: Update system heap shrinker to use the new count... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | John Stultz | ion: Improve ION config description ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | John Stultz | ion: Cleanup whitespace issues and other checkpatch... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: fix bugs in cma heap ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: add alignment check to chunk heap ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: add helper to zero contiguous region of pages ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: carveout heap: zero buffers on free, fix memory... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: fix sparse warnings ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: use alloc_pages in system contig heap ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: allow cached mappings of chunk and system heap... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: remove ion_heap_alloc_pages ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: use vm_insert_pfn for faulted pages ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: check return value from remap_pfn_range ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: free low memory from page pools first ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: optimize ion_heap_buffer_zero ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: add alignment check to carveout heap ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: drop dependency on ARM ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | John Stultz | ion: Fix two small issues in system_heap allocation ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Mitchel Humpherys | gpu: ion: fix use-after-free in ion_heap_freelist_drain ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: clean up ioctls ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | gpu: ion: remove unnecessary function from system heap ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: fix printk warnings ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: don't use phys_to_page or __phys_to_pfn ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: don't use __arm_ioremap to map pages ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: update idr to avoid deprecated apis ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: add test device for unit tests to interact with... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: check invalid values in ion_system_heap ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: convert sg_dma_len(sg) to sg->length ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: fix dma APIs ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: fix crash when alloc len is -1 ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: hold reference to handle after ion_uhandle_get ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | John Stultz | ion: Fix compat support to use proper compat ioctl... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: move userspace api into uapi/ion.h ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | gpu: ion: delete ion_system_mapper.c ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rom Lemarchand | ion: add compat_ioctl ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rom Lemarchand | ion: change ion_user_handle_t definition to int ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rom Lemarchand | ion: add new ion_user_handle_t type for the user-space... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: don't use id 0 for handle cookie ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: index client->handles rbtree by buffer ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: replace userspace handle cookies with idr ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: remove IS_ERR_OR_NULL ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: convert map_kernel to return ERR_PTR ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: add free list size to heap debug files ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Colin Cross | ion: chunk_heap: fix leak in allocated counter ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Fix performance issue in faulting code ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Benjamin Gaignard | gpu: ion: add CMA heap ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Benjamin Gaignard | gpu: ion: fix ion_platform_data definition ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | John Stultz | ion: Add Kconfig dependency to ARM ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Arve Hjønnevåg | gpu: ion: Remove __GFP_NO_KSWAPD ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Arve Hjønnevåg | gpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_single_f... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Also shrink memory cached in the deferred... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Fix bug in ion shrinker ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: ion_chunk_heap: Zero chunk heap memory at... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | JP Abgrall | gpu: ion: fix kfree/list_del order ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Make ion_free asynchronous ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Johan Mossberg | gpu: ion: Add support for sharing buffers with dma... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Only flush buffers in the chunk heap if they... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Refactor the code to zero buffers ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Modify zeroing code so it only allocates... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Remove heapmask from client ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Johan Mossberg | gpu: ion: Export ion_client_create ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Clarify variable names and comments around... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Add chunk heap ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Refactor common mapping functions out of... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Switch heap rbtree to a prio list ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Fix bug where MAP ioctl was no longer supported ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Modify reserve function for carveouts with... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Benjamin Gaignard | gpu: ion: fix compilation warning ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Benjamin Gaignard | gpu: ion: fix carveout ops ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Fix bug in zeroing pages in system heap ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Fix bug in ion_system_heap map_user ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Don't flush allocatoins that come from the... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Clear GFP_WAIT flag on high order allocations ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Refactor locking ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Switch to using a single shrink function ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Fix lockdep issue in ion_page_pool ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Fix several issues with page pool ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Modify gfp flags in ion_system_heap ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Use the ion_page_pool from the system heap ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Add ion_page_pool. ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: use vmalloc to allocate page array to map... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: ion_system_heap: Fix bug preventing compilation ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Stop trying to allocate from an order on... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: optimize system heap for non fault buffers ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Add support for cached mappings that don... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Fix memory leak of dirty bits ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Add debug information for orphaned handles ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Fix bug in ion_free ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Fix race between ion_import and ion_free ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Greg Hackmann | gpu: ion: fix page offset in dma_buf_kmap() ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Switch to using kmalloc rather than kmap... ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Only map as much of the vma as the user requested ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Laura Abbott | gpu: ion: Don't call ion_buffer_put on error path ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Olav Haugan | gpu: ion: IOCTL return success when error occurs ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Olav Haugan | gpu: ion: Add EXPORT_SYMBOL to functions ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Olav Haugan | gpu: ion: Add missing argument to WARN call ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Dima Zavin | gpu: ion: do not ask for compound pages in system heap ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
2013-12-14 | Rebecca Schultz... | gpu: ion: Add explicit sync ioctl ...off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
commit | commitdiff | tree |
next |