aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/videobuf2-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-08[media] vb2: Fix commentRicardo Ribalda1-1/+1
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-9/+9
2016-07-08[media] vb2: add a dev field to use for the default allocation contextHans Verkuil1-6/+8
2016-07-08[media] vb2: move dma_attrs to vb2_queueHans Verkuil1-1/+1
2016-06-16[media] vb2: core: Skip planes array verification if pb is NULLSakari Ailus1-4/+6
2016-04-25[media] media: vb2: Fix regression on poll() for RW modeRicardo Ribalda1-0/+10
2016-04-13[media] videobuf2-core: Check user space planes array in dqbufSakari Ailus1-5/+5
2016-02-27[media] media: Change v4l-core to check if source is freeShuah Khan1-0/+4
2016-02-09Merge tag 'v4.5-rc3' into patchworkMauro Carvalho Chehab1-52/+43
2016-02-04[media] vb2-core: call threadio->fnc() if !VB2_BUF_STATE_ERRORMauro Carvalho Chehab1-1/+1
2016-02-04[media] vb2: fix nasty vb2_thread regressionHans Verkuil1-52/+43
2016-02-01[media] media: videobuf2-core: Fix one __qbuf_dmabuf() error pathWu, Xia1-0/+1
2015-12-18[media] videobuf2: avoid memory leak on errorsMauro Carvalho Chehab1-2/+4
2015-12-18[media] videobuf2-core: fix plane_sizes handling in VIDIOC_CREATE_BUFSHans Verkuil1-18/+21
2015-12-18[media] videobuf2-core: call __setup_offsets before buf_init()Hans Verkuil1-26/+16
2015-12-18[media] videobuf2-core: fill in q->bufs[vb->index] before buf_init()Hans Verkuil1-2/+3
2015-12-18[media] videobuf2-core: move __setup_lengths into __vb2_queue_alloc()Hans Verkuil1-21/+3
2015-12-18[media] videobuf2-core: fill_user_buffer and copy_timestamp should return voidHans Verkuil1-15/+12
2015-12-18[media] videobuf2-core.c: update module descriptionHans Verkuil1-1/+1
2015-12-18[media] media: videobuf2: Move vb2_fileio_data and vb2_thread to core partJunghak Sung1-6/+764
2015-12-18[media] media: videobuf2: Add copy_timestamp to struct vb2_queueJunghak Sung1-1/+1
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-5/+18
2015-10-20[media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2Junghak Sung1-1793/+34
2015-10-20[media] media: videobuf2: Prepare to divide videobuf2Junghak Sung1-176/+385
2015-10-20[media] media: videobuf2: Replace v4l2-specific data with vb2 dataJunghak Sung1-61/+70
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-88/+131
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung1-5/+5
2015-09-11Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+0
2015-09-05Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+11
2015-08-16[media] vb2: Push mmap_sem down to memopsJan Kara1-2/+0
2015-08-10[media] vb2: Fix compilation breakage when !CONFIG_BUGLaurent Pinchart1-7/+7
2015-07-17[media] videobuf2: add trace eventsPhilipp Zabel1-0/+11
2015-07-17[media] vb2: Only requeue buffers immediately once streaming is startedSakari Ailus1-8/+18
2015-06-22[media] vb2: Don't WARN when v4l2_buffer.bytesused is 0 for multiplanar buffersLaurent Pinchart1-10/+23
2015-06-18[media] Revert "[media] vb2: Push mmap_sem down to memops"Hans Verkuil1-0/+2
2015-05-20[media] vb2: allow requeuing buffers while streamingHans Verkuil1-3/+8
2015-05-12[media] videobuf2: return -EPIPE from DQBUF after the last bufferPhilipp Zabel1-1/+18
2015-05-01[media] vb2: Push mmap_sem down to memopsJan Kara1-2/+0
2015-04-21media: remove unused variable that causes a warningLinus Torvalds1-1/+0
2015-04-21Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab1-14/+46
2015-04-10[media] vb2: add allow_zero_bytesused flag to the vb2_queue structKamil Debski1-6/+33
2015-04-10[media] vb2: split the io_flags member of vb2_queue into a bit fieldKamil Debski1-8/+9
2015-04-02[media] vb2: check if vb2_fop_write/read is allowedHans Verkuil1-0/+4
2015-03-02[media] vb2: fix 'UNBALANCED' warnings when calling vb2_thread_stop()Hans Verkuil1-8/+3
2015-01-21[media] vb2: fix vb2_thread_stop race conditionsHans Verkuil1-10/+9
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-11-25[media] vb2: add dma_dir to the alloc memopHans Verkuil1-1/+3
2014-11-25[media] vb2: replace 'write' by 'dma_dir'Hans Verkuil1-4/+6
2014-10-09Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab1-38/+28