index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
v4l2-core
/
videobuf2-dma-sg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: vb2: add bidirectional flag in vb2_queue
Stanimir Varbanov
2017-08-26
1
-2
/
+4
*
media: vb2 dma-sg: Constify dma_buf_ops structures
Arvind Yadav
2017-07-19
1
-1
/
+1
*
[media] v4l2-core: Use kvmalloc() for potentially big allocations
Tomasz Figa
2017-06-20
1
-4
/
+4
*
Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2017-05-05
1
-5
/
+6
|
\
|
*
[media] vb2: convert vb2_vmarea_handler refcount from atomic_t to refcount_t
Elena Reshetova
2017-04-05
1
-5
/
+6
*
|
dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macro
Logan Gunthorpe
2017-04-20
1
-2
/
+2
|
/
*
[media] vb2: add WARN_ONs checking if a valid struct device was passed
Hans Verkuil
2016-08-24
1
-0
/
+6
*
[media] vb2: don't return NULL for alloc and get_userptr ops
Hans Verkuil
2016-08-24
1
-6
/
+7
*
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
2016-08-04
1
-16
/
+5
*
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
Hans Verkuil
2016-07-08
1
-35
/
+7
*
[media] vb2: move dma_attrs to vb2_queue
Hans Verkuil
2016-07-08
1
-2
/
+3
*
[media] media: vb2 dma-sg: Fully cache synchronise buffers in prepare and finish
Tiffany Lin
2015-10-20
1
-2
/
+3
*
[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2
Junghak Sung
2015-10-01
1
-1
/
+1
*
[media] media: vb2: Convert vb2_dma_sg_get_userptr() to use frame vector
Jan Kara
2015-08-16
1
-80
/
+15
*
[media] vb2: Push mmap_sem down to memops
Jan Kara
2015-08-16
1
-0
/
+4
*
[media] Revert "[media] vb2: Push mmap_sem down to memops"
Hans Verkuil
2015-06-18
1
-6
/
+0
*
[media] media/videobuf2-dma-sg: Fix handling of sg_table structure
Ricardo Ribalda
2015-05-30
1
-9
/
+13
*
[media] vb2: Push mmap_sem down to memops
Jan Kara
2015-05-01
1
-0
/
+6
*
dma-buf: cleanup dma_buf_export() to make it easily extensible
Sumit Semwal
2015-04-21
1
-1
/
+7
*
[media] vb2: use dma_map_sg_attrs to prevent unnecessary sync
Hans Verkuil
2014-11-25
1
-6
/
+27
*
[media] vb2-dma-sg: add support for dmabuf exports
Hans Verkuil
2014-11-25
1
-0
/
+170
*
[media] vb2-dma-sg: add dmabuf import support
Hans Verkuil
2014-11-25
1
-14
/
+137
*
[media] vb2-dma-sg: move dma_(un)map_sg here
Hans Verkuil
2014-11-25
1
-0
/
+41
*
[media] vb2-dma-sg: add allocation context to dma-sg
Hans Verkuil
2014-11-25
1
-0
/
+32
*
[media] vb2: add dma_dir to the alloc memop
Hans Verkuil
2014-11-25
1
-2
/
+3
*
[media] vb2: replace 'write' by 'dma_dir'
Hans Verkuil
2014-11-25
1
-6
/
+7
*
[media] videobuf2-dma-sg: fix for wrong GFP mask to sg_alloc_table_from_pages
Hans Verkuil
2014-09-21
1
-1
/
+1
*
[media] videobuf2-dma-sg: Fix NULL pointer dereference BUG
Ricardo Ribalda
2014-05-23
1
-1
/
+1
*
Merge branch 'upstream-fixes' into patchwork
Mauro Carvalho Chehab
2013-12-13
1
-1
/
+2
|
\
|
*
[media] videobuf2-dma-sg: fix possible memory leak
Geyslan G. Bem
2013-12-10
1
-1
/
+2
*
|
[media] videobuf2-dma-sg: Support io userptr operations on io memory
Ricardo Ribalda
2013-12-09
1
-4
/
+47
*
|
[media] videobuf2-dma-sg: Fix typo on debug message
Ricardo Ribalda
2013-12-09
1
-1
/
+1
|
/
*
[media] videobuf2-dma-sg: Replace vb2_dma_sg_desc with sg_table
Ricardo Ribalda
2013-09-26
1
-60
/
+43
*
[media] videobuf2-dma-sg: Allocate pages as contiguous as possible
Ricardo Ribalda
2013-09-26
1
-11
/
+49
*
[media] media: videobuf2: fix the length check for mmap
Mauro Carvalho Chehab
2013-04-25
1
-1
/
+2
*
[media] vb2-dma-sg: add debug module option
Hans Verkuil
2013-03-21
1
-4
/
+13
*
[media] videobuf2: add gfp_flags
Hans Verkuil
2013-03-21
1
-2
/
+3
*
[media] v4l: move v4l2 core into a separate directory
Mauro Carvalho Chehab
2012-08-13
1
-0
/
+283