index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
v4l2-core
/
videobuf2-core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: videobuf2: don't use kernel-doc "/**" markups
Mauro Carvalho Chehab
2017-11-27
1
-28
/
+28
*
media: vb2: add bidirectional flag in vb2_queue
Stanimir Varbanov
2017-08-26
1
-9
/
+8
*
media: vb2: core: Lower the log level of debug outputs
Hirokazu Honda
2017-08-08
1
-5
/
+5
*
[media] vb2: Fix error handling in '__vb2_buf_mem_alloc'
Christophe JAILLET
2017-06-20
1
-1
/
+1
*
[media] vb2: Move buffer cache synchronisation to prepare from queue
Sakari Ailus
2017-06-08
1
-8
/
+12
*
[media] vb2: Rename confusingly named internal buffer preparation functions
Sakari Ailus
2017-06-08
1
-9
/
+9
*
[media] vb2: Fix an off by one error in 'vb2_plane_vaddr'
Christophe JAILLET
2017-05-18
1
-1
/
+1
*
[media] vb2: only check ret if we assigned it
Gustavo Padovan
2017-03-22
1
-6
/
+8
*
[media] v4l2-core: don't break long lines
Mauro Carvalho Chehab
2016-10-21
1
-14
/
+11
*
[media] videobuf2-core.h: move function descriptions from c file
Mauro Carvalho Chehab
2016-09-09
1
-254
/
+0
*
[media] vb2: Fix vb2_core_dqbuf() kernel-doc
Javier Martinez Canillas
2016-08-24
1
-1
/
+2
*
[media] vb2: don't return NULL for alloc and get_userptr ops
Hans Verkuil
2016-08-24
1
-4
/
+8
*
[media] vb2: remove TODO comment for dma-buf in QBUF
Javier Martinez Canillas
2016-08-24
1
-3
/
+4
*
[media] vb2: include lengths in dmabuf qbuf debug message
Javier Martinez Canillas
2016-08-24
1
-2
/
+4
*
[media] vb2: Fix comment
Ricardo Ribalda
2016-07-08
1
-1
/
+1
*
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
Hans Verkuil
2016-07-08
1
-9
/
+9
*
[media] vb2: add a dev field to use for the default allocation context
Hans Verkuil
2016-07-08
1
-6
/
+8
*
[media] vb2: move dma_attrs to vb2_queue
Hans Verkuil
2016-07-08
1
-1
/
+1
*
[media] vb2: core: Skip planes array verification if pb is NULL
Sakari Ailus
2016-06-16
1
-4
/
+6
*
[media] media: vb2: Fix regression on poll() for RW mode
Ricardo Ribalda
2016-04-25
1
-0
/
+10
*
[media] videobuf2-core: Check user space planes array in dqbuf
Sakari Ailus
2016-04-13
1
-5
/
+5
*
[media] media: Change v4l-core to check if source is free
Shuah Khan
2016-02-27
1
-0
/
+4
*
Merge tag 'v4.5-rc3' into patchwork
Mauro Carvalho Chehab
2016-02-09
1
-52
/
+43
|
\
|
*
[media] vb2-core: call threadio->fnc() if !VB2_BUF_STATE_ERROR
Mauro Carvalho Chehab
2016-02-04
1
-1
/
+1
|
*
[media] vb2: fix nasty vb2_thread regression
Hans Verkuil
2016-02-04
1
-52
/
+43
*
|
[media] media: videobuf2-core: Fix one __qbuf_dmabuf() error path
Wu, Xia
2016-02-01
1
-0
/
+1
|
/
*
[media] videobuf2: avoid memory leak on errors
Mauro Carvalho Chehab
2015-12-18
1
-2
/
+4
*
[media] videobuf2-core: fix plane_sizes handling in VIDIOC_CREATE_BUFS
Hans Verkuil
2015-12-18
1
-18
/
+21
*
[media] videobuf2-core: call __setup_offsets before buf_init()
Hans Verkuil
2015-12-18
1
-26
/
+16
*
[media] videobuf2-core: fill in q->bufs[vb->index] before buf_init()
Hans Verkuil
2015-12-18
1
-2
/
+3
*
[media] videobuf2-core: move __setup_lengths into __vb2_queue_alloc()
Hans Verkuil
2015-12-18
1
-21
/
+3
*
[media] videobuf2-core: fill_user_buffer and copy_timestamp should return void
Hans Verkuil
2015-12-18
1
-15
/
+12
*
[media] videobuf2-core.c: update module description
Hans Verkuil
2015-12-18
1
-1
/
+1
*
[media] media: videobuf2: Move vb2_fileio_data and vb2_thread to core part
Junghak Sung
2015-12-18
1
-6
/
+764
*
[media] media: videobuf2: Add copy_timestamp to struct vb2_queue
Junghak Sung
2015-12-18
1
-1
/
+1
*
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
2015-12-18
1
-5
/
+18
*
[media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2
Junghak Sung
2015-10-20
1
-1793
/
+34
*
[media] media: videobuf2: Prepare to divide videobuf2
Junghak Sung
2015-10-20
1
-176
/
+385
*
[media] media: videobuf2: Replace v4l2-specific data with vb2 data
Junghak Sung
2015-10-20
1
-61
/
+70
*
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
2015-10-01
1
-88
/
+131
*
[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2
Junghak Sung
2015-10-01
1
-5
/
+5
*
Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2015-09-12
1
-2
/
+0
|
\
|
*
[media] vb2: Push mmap_sem down to memops
Jan Kara
2015-08-16
1
-2
/
+0
*
|
Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2015-09-06
1
-0
/
+11
|
\
|
|
*
[media] videobuf2: add trace events
Philipp Zabel
2015-07-17
1
-0
/
+11
*
|
[media] vb2: Fix compilation breakage when !CONFIG_BUG
Laurent Pinchart
2015-08-10
1
-7
/
+7
*
|
[media] vb2: Only requeue buffers immediately once streaming is started
Sakari Ailus
2015-07-17
1
-8
/
+18
|
/
*
[media] vb2: Don't WARN when v4l2_buffer.bytesused is 0 for multiplanar buffers
Laurent Pinchart
2015-06-22
1
-10
/
+23
*
[media] Revert "[media] vb2: Push mmap_sem down to memops"
Hans Verkuil
2015-06-18
1
-0
/
+2
*
[media] vb2: allow requeuing buffers while streaming
Hans Verkuil
2015-05-20
1
-3
/
+8
[next]