aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/videobuf-dma-contig.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-13[media] v4l: move v4l2 core into a separate directoryMauro Carvalho Chehab1-510/+0
2012-07-30[media] videobuf-dma-contig: Use NULL instead of plain integerSachin Kamat1-1/+1
2012-07-30[media] videobuf-dma-contig: restore buffer mapping for uncached bufersLad, Prabhakar1-21/+32
2012-06-18[media] videobuf-dma-contig: use gfp_t for GFP flagsDan Carpenter1-1/+1
2012-05-20[media] videobuf-dma-contig: add cache supportFederico Vaga1-50/+149
2011-04-19Revert "[media] V4L: videobuf, don't use dma addr as physical"Linus Torvalds1-1/+1
2011-03-22[media] V4L: videobuf, don't use dma addr as physicalJiri Slaby1-1/+1
2010-10-21[media] v4l: videobuf: remove unused is_userptr variablePawel Osciak1-6/+0
2010-10-21V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil1-2/+3
2010-10-21V4L/DVB: videobuf: prepare to make locking optional in videobufHans Verkuil1-2/+2
2010-09-30V4L/DVB: v4l: videobuf: prevent passing a NULL to dma_free_coherent()Pawel Osciak1-2/+4
2010-08-02V4L/DVB: videobuf: Remove videobuf_mapping start and end fieldsLaurent Pinchart1-2/+0
2010-08-02V4L/DVB: videobuf: rename videobuf_alloc to videobuf_alloc_vbPawel Osciak1-2/+2
2010-05-19V4L/DVB: videobuf-dma-contig.c: simplify pointer dereferenceGuennadi Liakhovetski1-3/+3
2010-05-19V4L/DVB: v4l videobuf: add videobuf_buffer *buf as argument to mmap_mapperHans Verkuil1-26/+8
2010-05-19V4L/DVB: v4l videobuf: move video_copy_to_user and copy_stream to coreHans Verkuil1-55/+0
2010-05-19V4L/DVB: v4l videobuf: rename .vmalloc to .vaddrHans Verkuil1-2/+2
2010-05-19V4L/DVB: v4l videobuf: use struct videobuf_buffer * instead of void * for videobuf_allocHans Verkuil1-1/+1
2010-05-19V4L/DVB: v4l videobuf: remove mmap_free callbackHans Verkuil1-14/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-16V4L/DVB (13598): videobuf_dma_contig_user_get() for non-aligned offsetsMuralidharan Karicheri1-2/+4
2009-12-05V4L/DVB (13377): make struct videobuf_queue_ops constantJonathan Corbet1-1/+1
2009-11-26V4L/DVB (13343): v4l: add more missing linux/sched.h includesGuennadi Liakhovetski1-0/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-06-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-14/+0
2009-06-16videobuf-dma-contig: zero copy USERPTR supportMagnus Damm1-5/+89
2009-06-16V4L/DVB (11731): buf-dma-contig: remove sync operationMagnus Damm1-14/+0
2009-03-30V4L/DVB (10304): buf-dma-contig: fix USERPTR free handlingMagnus Damm1-1/+1
2008-07-23V4L/DVB (8425): v4l: fix checkpatch errors introduced by recent commitsGuennadi Liakhovetski1-4/+4
2008-07-20V4L/DVB (8411): videobuf-dma-contig.c: fix 64-bit build for pre-2.6.24 kernelsHans Verkuil1-0/+1
2008-07-20V4L/DVB (8341): videobuf: Add physically contiguous queue code V3Magnus Damm1-0/+417