aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-04[media] v4l: vb2: Fix race condition in _vb2_fop_releaseLaurent Pinchart1-4/+4
2014-12-04[media] v4l: vb2: Fix race condition in vb2_fop_pollLaurent Pinchart1-19/+8
2014-12-02[media] V4L2: Deletion of an unnecessary check before the function call "vb2_put_vma"Markus Elfring1-2/+1
2014-12-01[media] v4l2-ioctl.c: log the new ycbcr_enc and quantization fieldsHans Verkuil1-4/+7
2014-11-25[media] vb2: use dma_map_sg_attrs to prevent unnecessary syncHans Verkuil2-10/+47
2014-11-25[media] vb2-vmalloc: add support for dmabuf exportsHans Verkuil1-0/+171
2014-11-25[media] vb2-dma-sg: add support for dmabuf exportsHans Verkuil1-0/+170
2014-11-25[media] vb2-dma-sg: add dmabuf import supportHans Verkuil1-14/+137
2014-11-25[media] vb2-dma-sg: move dma_(un)map_sg hereHans Verkuil1-0/+41
2014-11-25[media] vb2-dma-sg: add allocation context to dma-sgHans Verkuil1-0/+32
2014-11-25[media] vb2: don't free alloc context if it is ERR_PTRHans Verkuil1-1/+2
2014-11-25[media] vb2: add dma_dir to the alloc memopHans Verkuil4-5/+12
2014-11-25[media] vb2: replace 'write' by 'dma_dir'Hans Verkuil4-36/+43
2014-11-25[media] v4l2: get/set prio using video_dev prio structureLaurent Pinchart1-2/+2
2014-11-25[media] v4l2-common: move v4l2_ctrl_check to cx2341xHans Verkuil1-30/+0
2014-11-25[media] v4l2-common: remove unused helper functionsHans Verkuil1-95/+0
2014-11-25[media] v4l2-dev: vdev->v4l2_dev is always set, so simplify codeHans Verkuil1-20/+14
2014-11-05[media] videobuf: fix sparse warningsHans Verkuil1-2/+4
2014-11-03[media] V4L2: fix VIDIOC_CREATE_BUFS 32-bit compatibility mode data copy-backGuennadi Liakhovetski1-4/+6
2014-10-28[media] v4l2-ctrls: fix sparse warningHans Verkuil1-35/+52
2014-10-24[media] videobuf-dma-contig: set vm_pgoff to be zero to pass the sanity check in vm_iomap_memory()Fancy Fang1-0/+9
2014-10-10Merge tag 'media/v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds10-69/+87
2014-10-09Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab10-69/+87
2014-09-26v4l2-pci-skeleton: Only build if PCI is availableMark Brown1-0/+9
2014-09-23[media] v4l2-ioctl.c: fix inverted conditionHans Verkuil1-1/+1
2014-09-23[media] v4l2-common: fix overflow in v4l_bound_align_image()Maciej Matraszek1-6/+3
2014-09-21[media] vb2: fix VBI/poll regressionHans Verkuil1-3/+14
2014-09-21[media] vb2: fix plane index sanity check in vb2_plane_cookie()Zhaowei Yuan1-1/+1
2014-09-21[media] vb2: fix vb2 state check when start_streaming failsHans Verkuil1-7/+10
2014-09-21[media] videobuf2-core: add comments before the WARN_ONHans Verkuil1-0/+12
2014-09-21[media] videobuf2-dma-sg: fix for wrong GFP mask to sg_alloc_table_from_pagesHans Verkuil1-1/+1
2014-09-21[media] v4l2-dv-timings: only check standards if non-zeroHans Verkuil1-1/+2
2014-09-21[media] v4l: Add camera pan/tilt speed controlsVincent Palatin1-0/+2
2014-09-21[media] videobuf: Allow reqbufs(0) to free current buffersHans de Goede1-5/+6
2014-09-21[media] videobuf2-core: take mmap_sem before calling __qbuf_userptrHans Verkuil1-0/+2
2014-09-03[media] tuner-core: use true/false for boolean varsMauro Carvalho Chehab1-1/+1
2014-09-03[media] v4l2-compat-ioctl32: fix sparse warningsHans Verkuil1-11/+19
2014-09-03[media] v4l2-ioctl: fix sparse warningsHans Verkuil1-2/+2
2014-09-02[media] vb2: fix multiplanar read() with non-zero data_offsetHans Verkuil1-0/+6
2014-08-21[media] vb2: use pr_info instead of pr_debugHans Verkuil1-1/+1
2014-08-21[media] videobuf2: fix lockdep warningHans Verkuil1-37/+19
2014-08-21[media] vmalloc_sg: off by one in error handlingDan Carpenter1-2/+4
2014-08-21[media] v4l: subdev: Extend default link validation to cover field orderLaurent Pinchart1-0/+9
2014-08-21[media] v4l: Add test pattern colour component controlsSakari Ailus1-0/+4
2014-08-21[media] dvb-frontend: add core support for tuner suspend/resumeMauro Carvalho Chehab1-2/+6
2014-08-05Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds11-450/+1147
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2014-07-27[media] v4l2-ctrls: fix rounding calculationHans Verkuil1-5/+5
2014-07-26[media] vmalloc_sg: make sure all pages in vmalloc area are really DMA-readyJames Harper1-4/+58
2014-07-25[media] v4l2-ctrls: add RX RDS controlsHans Verkuil1-2/+17