aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core
AgeCommit message (Expand)Author
2015-01-21[media] vb2: fix vb2_thread_stop race conditionsHans Verkuil
2014-12-16[media] v4l2-ioctl: WARN_ON if querycap didn't fill device_capsHans Verkuil
2014-12-04[media] v4l: vb2: Fix race condition in _vb2_fop_releaseLaurent Pinchart
2014-12-04[media] v4l: vb2: Fix race condition in vb2_fop_pollLaurent Pinchart
2014-12-02[media] V4L2: Deletion of an unnecessary check before the function call "vb2_...Markus Elfring
2014-12-01[media] v4l2-ioctl.c: log the new ycbcr_enc and quantization fieldsHans Verkuil
2014-11-25[media] vb2: use dma_map_sg_attrs to prevent unnecessary syncHans Verkuil
2014-11-25[media] vb2-vmalloc: add support for dmabuf exportsHans Verkuil
2014-11-25[media] vb2-dma-sg: add support for dmabuf exportsHans Verkuil
2014-11-25[media] vb2-dma-sg: add dmabuf import supportHans Verkuil
2014-11-25[media] vb2-dma-sg: move dma_(un)map_sg hereHans Verkuil
2014-11-25[media] vb2-dma-sg: add allocation context to dma-sgHans Verkuil
2014-11-25[media] vb2: don't free alloc context if it is ERR_PTRHans Verkuil
2014-11-25[media] vb2: add dma_dir to the alloc memopHans Verkuil
2014-11-25[media] vb2: replace 'write' by 'dma_dir'Hans Verkuil
2014-11-25[media] v4l2: get/set prio using video_dev prio structureLaurent Pinchart
2014-11-25[media] v4l2-common: move v4l2_ctrl_check to cx2341xHans Verkuil
2014-11-25[media] v4l2-common: remove unused helper functionsHans Verkuil
2014-11-25[media] v4l2-dev: vdev->v4l2_dev is always set, so simplify codeHans Verkuil
2014-11-05[media] videobuf: fix sparse warningsHans Verkuil
2014-11-03[media] V4L2: fix VIDIOC_CREATE_BUFS 32-bit compatibility mode data copy-backGuennadi Liakhovetski
2014-10-28[media] v4l2-ctrls: fix sparse warningHans Verkuil
2014-10-24[media] videobuf-dma-contig: set vm_pgoff to be zero to pass the sanity check...Fancy Fang
2014-10-10Merge tag 'media/v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-10-09Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab
2014-09-26v4l2-pci-skeleton: Only build if PCI is availableMark Brown
2014-09-23[media] v4l2-ioctl.c: fix inverted conditionHans Verkuil
2014-09-23[media] v4l2-common: fix overflow in v4l_bound_align_image()Maciej Matraszek
2014-09-21[media] vb2: fix VBI/poll regressionHans Verkuil
2014-09-21[media] vb2: fix plane index sanity check in vb2_plane_cookie()Zhaowei Yuan
2014-09-21[media] vb2: fix vb2 state check when start_streaming failsHans Verkuil
2014-09-21[media] videobuf2-core: add comments before the WARN_ONHans Verkuil
2014-09-21[media] videobuf2-dma-sg: fix for wrong GFP mask to sg_alloc_table_from_pagesHans Verkuil
2014-09-21[media] v4l2-dv-timings: only check standards if non-zeroHans Verkuil
2014-09-21[media] v4l: Add camera pan/tilt speed controlsVincent Palatin
2014-09-21[media] videobuf: Allow reqbufs(0) to free current buffersHans de Goede
2014-09-21[media] videobuf2-core: take mmap_sem before calling __qbuf_userptrHans Verkuil
2014-09-03[media] tuner-core: use true/false for boolean varsMauro Carvalho Chehab
2014-09-03[media] v4l2-compat-ioctl32: fix sparse warningsHans Verkuil
2014-09-03[media] v4l2-ioctl: fix sparse warningsHans Verkuil
2014-09-02[media] vb2: fix multiplanar read() with non-zero data_offsetHans Verkuil
2014-08-21[media] vb2: use pr_info instead of pr_debugHans Verkuil
2014-08-21[media] videobuf2: fix lockdep warningHans Verkuil
2014-08-21[media] vmalloc_sg: off by one in error handlingDan Carpenter
2014-08-21[media] v4l: subdev: Extend default link validation to cover field orderLaurent Pinchart
2014-08-21[media] v4l: Add test pattern colour component controlsSakari Ailus
2014-08-21[media] dvb-frontend: add core support for tuner suspend/resumeMauro Carvalho Chehab
2014-08-05Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-07-27[media] v4l2-ctrls: fix rounding calculationHans Verkuil