summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core/videobuf2-core.c
AgeCommit message (Expand)Author
2018-11-27Revert "media: videobuf2-core: don't call memop 'finish' when queueing"Hans Verkuil
2018-09-26media: videobuf2-core: check for q->error in vb2_core_qbuf()Hans Verkuil
2018-08-06media: videobuf2-core: don't call memop 'finish' when queueingHans Verkuil
2018-04-13media: videobuf2-core: don't go out of the buffer rangeMauro Carvalho Chehab
2017-06-26vb2: Fix an off by one error in 'vb2_plane_vaddr'Christophe JAILLET
2016-08-20vb2: core: Skip planes array verification if pb is NULLSakari Ailus
2016-05-04videobuf2-core: Check user space planes array in dqbufSakari Ailus
2015-10-20[media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2Junghak Sung
2015-10-20[media] media: videobuf2: Prepare to divide videobuf2Junghak Sung
2015-10-20[media] media: videobuf2: Replace v4l2-specific data with vb2 dataJunghak Sung
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung
2015-10-01[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung
2015-09-11Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2015-09-05Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2015-08-16[media] vb2: Push mmap_sem down to memopsJan Kara
2015-08-10[media] vb2: Fix compilation breakage when !CONFIG_BUGLaurent Pinchart
2015-07-17[media] videobuf2: add trace eventsPhilipp Zabel
2015-07-17[media] vb2: Only requeue buffers immediately once streaming is startedSakari Ailus
2015-06-22[media] vb2: Don't WARN when v4l2_buffer.bytesused is 0 for multiplanar buffersLaurent Pinchart
2015-06-18[media] Revert "[media] vb2: Push mmap_sem down to memops"Hans Verkuil
2015-05-20[media] vb2: allow requeuing buffers while streamingHans Verkuil
2015-05-12[media] videobuf2: return -EPIPE from DQBUF after the last bufferPhilipp Zabel
2015-05-01[media] vb2: Push mmap_sem down to memopsJan Kara
2015-04-21media: remove unused variable that causes a warningLinus Torvalds
2015-04-21Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab
2015-04-10[media] vb2: add allow_zero_bytesused flag to the vb2_queue structKamil Debski
2015-04-10[media] vb2: split the io_flags member of vb2_queue into a bit fieldKamil Debski
2015-04-02[media] vb2: check if vb2_fop_write/read is allowedHans Verkuil
2015-03-02[media] vb2: fix 'UNBALANCED' warnings when calling vb2_thread_stop()Hans Verkuil
2015-01-21[media] vb2: fix vb2_thread_stop race conditionsHans 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-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-10-09Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab
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-core: take mmap_sem before calling __qbuf_userptrHans 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-07-25[media] vb2: fix vb2_poll for output streamsHans Verkuil
2014-07-22[media] vb2: fix bytesused == 0 handlingHans Verkuil
2014-07-17[media] v4l: vb2: Add fatal error condition flagLaurent Pinchart
2014-07-17[media] v4l: vb2: Don't return POLLERR during transient buffer underrunsLaurent Pinchart
2014-07-17[media] v4l: vb2: Fix stream start and buffer completion raceLaurent Pinchart
2014-05-25[media] v4l: vb2: Add a function to discard all DONE buffersLaurent Pinchart
2014-05-24[media] videobuf2-core: remove duplicated codeVictor Lambret