]> Pileus Git - ~andy/linux/history - drivers
ion_test: Add compat_ioctl support (v2)
[~andy/linux] / drivers /
2013-12-17 H Hartley Sweetenstaging: comedi: pcmmio: remove 'iobase' from subdevice...
2013-12-17 H Hartley Sweetenstaging: comedi: pcmmio: move ao shadow data to device...
2013-12-17 H Hartley Sweetenstaging: comedi: pcmmio: tidy up the ai subdevice init
2013-12-17 H Hartley Sweetenstaging: comedi: pcmmio: define the offset to the 2nd...
2013-12-17 H Hartley Sweetenstaging: comedi: pcmmio: return error if ai conversion...
2013-12-17 H Hartley Sweetenstaging: comedi: pcmmio: cleanup ai_rinsn()
2013-12-17 H Hartley Sweetenstaging: comedi: pcmmio: use core helpers to munge...
2013-12-17 H Hartley Sweetenstaging: comedi: pcmmio: cleanup comedi_lrange tables
2013-12-17 H Hartley Sweetenstaging: comedi: pcmmio: tidy up switch_page()
2013-12-17 H Hartley Sweetenstaging: comedi: pcmmio: remove unused {lock, unlock...
2013-12-17 Gary RookardStaging: bcm: DDRInit: fixed issues w/ indentation.
2013-12-17 Masanari Iidastaging: gdm72xx: Fix WARNING space prohibited before...
2013-12-17 Preetam D'SouzaStaging: rts5139: fix parantheses coding style issue...
2013-12-17 Masanari Iidastaging: dgrp: Fix space prohibited before semicolon
2013-12-17 Wei Yongjunstaging: xillybus: fix error return code in xilly_probe()
2013-12-17 Masanari Iidastaging: lustre: Fix typo in lustre/lustre/libcfs
2013-12-17 Masanari Iidastaging: lustre: Fix typo in lustre/lustre/fld and...
2013-12-17 Masanari Iidastaging: lustre: Fix typo in lustre/lustre/osc
2013-12-17 Masanari Iidastaging: lustre: Fix typo in lustre/lustre/lmv
2013-12-17 Masanari Iidastaging: lustre: Fix typo in lustre/lustre/lov
2013-12-17 Masanari Iidastaging: lustre: Fix typo in lustre/lnet/selftest
2013-12-17 Masanari Iidastaging: dgap: Fixed trailing white space from dgap_conf.h
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
next