]> Pileus Git - ~andy/linux/history - drivers
staging: ion: Fix possible null pointer dereference
[~andy/linux] / drivers /
2013-12-17 John Stultzstaging: ion: Fix possible null pointer dereference
2013-12-17 John Stultzstaging: ion: Add HAVE_MEMBLOCK config dependency
2013-12-17 Wei Yongjungpu: ion: fix sparse non static symbol warnings
2013-12-17 Wei Yongjungpu: ion: use module_platform_driver to simplify the...
2013-12-17 Colin Crossion: remove ion_user_handle_t from ion_test.h
2013-12-17 Greg Kroah-HartmanMerge 3.13-rc4 into staging-next.
2013-12-15 Matias Bjorlingnull_blk: mem garbage on NUMA systems during init
2013-12-15 Sergey Senozhatskyradeon_pm: fix oops in hwmon_attributes_visible() and...
2013-12-15 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2013-12-15 Linus TorvaldsMerge branch 'x86/urgent' of git://git.kernel.org/pub...
2013-12-15 Linus TorvaldsMerge tag 'pci-v3.13-fixes-2' of git://git.kernel.org...
2013-12-15 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-12-15 John Stultzion: Reenable the build
2013-12-15 John Stultzion: Don't allow building ION as a module.
2013-12-15 Carolyn Wybornyigb: Fix for issue where values could be too high for...
2013-12-15 Jesse Brandeburgi40e: fix null dereference
2013-12-14 Linus TorvaldsMerge tag 'edac_fixes_for_3.13' of git://git.kernel...
2013-12-14 John Stultzion: Update system heap shrinker to use the new count...
2013-12-14 John Stultzion: Improve ION config description
2013-12-14 John Stultzion: Cleanup whitespace issues and other checkpatch...
2013-12-14 Colin Crossion: fix bugs in cma heap
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...
next