net: ipv6: Add missing const to ipv6_chk_addr
[firefly-linux-kernel-4.4.55.git] / drivers / gpu /
2013-11-12 John StultzMerge branch 'upstream/android-3.10' into linaro-fixes...
2013-11-07 Colin Crossion: move into staging
2013-11-07 Colin Crossgpu: ion: delete ion_system_mapper.c
2013-11-04 John StultzMerge branch 'upstream/android-3.10' into linaro-fixes...
2013-10-29 Greg HackmannMerge branch 'android-3.10-adf' into android-3.10
2013-10-24 Rom Lemarchandion: add compat_ioctl
2013-10-24 Rom Lemarchandion: change ion_user_handle_t definition to int
2013-10-24 Rom Lemarchandion: add new ion_user_handle_t type for the user-space...
2013-10-18 Andy Greenion: Use size_t-specific format
2013-09-20 Colin Crossion: don't use id 0 for handle cookie
2013-09-20 Colin Crossion: index client->handles rbtree by buffer
2013-09-20 Colin Crossion: replace userspace handle cookies with idr
2013-09-20 Colin Crossion: remove IS_ERR_OR_NULL
2013-09-20 Colin Crossion: convert map_kernel to return ERR_PTR
2013-09-20 Colin Crossion: add free list size to heap debug files
2013-09-20 Colin Crossion: chunk_heap: fix leak in allocated counter
2013-09-19 Rebecca Schultz... gpu: ion: Fix performance issue in faulting code
2013-09-19 Benjamin Gaignardgpu: ion: add CMA heap
2013-07-01 John Stultzion: Add Kconfig dependency to ARM
2013-07-01 Arve Hjønnevåggpu: ion: Remove __GFP_NO_KSWAPD
2013-07-01 Arve Hjønnevåggpu: ion: __dma_page_cpu_to_dev -> arm_dma_ops.sync_sin...
2013-07-01 Rebecca Schultz... gpu: ion: Also shrink memory cached in the deferred...
2013-07-01 Rebecca Schultz... gpu: ion: Fix bug in ion shrinker
2013-07-01 Rebecca Schultz... gpu: ion: ion_chunk_heap: Zero chunk heap memory at...
2013-07-01 JP Abgrallgpu: ion: fix kfree/list_del order
2013-07-01 Rebecca Schultz... gpu: ion: Make ion_free asynchronous
2013-07-01 Johan Mossberggpu: ion: Add support for sharing buffers with dma...
2013-07-01 Rebecca Schultz... gpu: ion: Only flush buffers in the chunk heap if they...
2013-07-01 Rebecca Schultz... gpu: ion: Refactor the code to zero buffers
2013-07-01 Rebecca Schultz... gpu: ion: Modify zeroing code so it only allocates...
2013-07-01 Rebecca Schultz... gpu: ion: Remove heapmask from client
2013-07-01 Johan Mossberggpu: ion: Export ion_client_create
2013-07-01 Rebecca Schultz... gpu: ion: Clarify variable names and comments around...
2013-07-01 Rebecca Schultz... gpu: ion: Add chunk heap
2013-07-01 Rebecca Schultz... gpu: ion: Refactor common mapping functions out of...
2013-07-01 Rebecca Schultz... gpu: ion: Switch heap rbtree to a prio list
2013-07-01 Rebecca Schultz... gpu: ion: Fix bug where MAP ioctl was no longer supported
2013-07-01 Rebecca Schultz... gpu: ion: Modify reserve function for carveouts with...
2013-07-01 Benjamin Gaignardgpu: ion: fix compilation warning
2013-07-01 Benjamin Gaignardgpu: ion: fix carveout ops
2013-07-01 Rebecca Schultz... gpu: ion: Fix bug in zeroing pages in system heap
2013-07-01 Rebecca Schultz... gpu: ion: Fix bug in ion_system_heap map_user
2013-07-01 Rebecca Schultz... gpu: ion: Don't flush allocatoins that come from the...
2013-07-01 Rebecca Schultz... gpu: ion: Clear GFP_WAIT flag on high order allocations
2013-07-01 Rebecca Schultz... gpu: ion: Refactor locking
2013-07-01 Rebecca Schultz... gpu: ion: Switch to using a single shrink function
2013-07-01 Rebecca Schultz... gpu: ion: Fix lockdep issue in ion_page_pool
2013-07-01 Rebecca Schultz... gpu: ion: Fix several issues with page pool
2013-07-01 Rebecca Schultz... gpu: ion: Modify gfp flags in ion_system_heap
2013-07-01 Rebecca Schultz... gpu: ion: Use the ion_page_pool from the system heap
2013-07-01 Rebecca Schultz... gpu: ion: Add ion_page_pool.
2013-07-01 Rebecca Schultz... gpu: ion: use vmalloc to allocate page array to map...
2013-07-01 Rebecca Schultz... gpu: ion: ion_system_heap: Fix bug preventing compilation
2013-07-01 Rebecca Schultz... gpu: ion: Stop trying to allocate from an order on...
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 Rebecca Schultz... gpu: ion: Switch to using kmalloc rather than kmap...
2013-07-01 Rebecca Schultz... gpu: ion: Only map as much of the vma as the user requested
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 Dima Zavingpu: ion: do not ask for compound pages in system heap
2013-07-01 Rebecca Schultz... gpu: ion: Add explicit sync ioctl
2013-07-01 Rebecca Schultz... gpu: ion: Modify the system heap to try to allocate...
2013-07-01 Rebecca Schultz... gpu: ion: Add cache maintenance to ion.
2013-07-01 Laura Abbottgpu: ion: Map only the vma size given
2013-07-01 Laura Abbottgpu: ion: Loop on the handle count when destroying
2013-07-01 Rebecca Schultz... gpu: ion: ion_system_heap: Change allocations to GFP_HI...
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... gpu: ion: Use alloc_pages instead of vmalloc from the...
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 Colin Crossgpu: ion: ion_carveout_heap: fix for 3.4
2013-07-01 Rebecca Schultz... gpu: ion: Add ION Memory Manager
2013-06-30 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2013-06-30 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2013-06-29 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2013-06-29 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2013-06-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-06-29 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-06-29 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2013-06-29 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2013-06-28 Dave Airliedrm/qxl: add missing access check for execbuffer ioctl
2013-06-27 James BottomleyMerge tag 'fcoe1' into fixes
2013-06-27 James BottomleyMerge tag 'fcoe' into fixes
2013-06-27 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2013-06-27 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2013-06-26 Linus TorvaldsMerge tag 'regulator-v3.10-rc7' of git://git./linux...
next