index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
common
/
videobuf2
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2022-12-13
Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
3
-42
/
+25
2022-12-13
Merge tag 'media/v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
6
-14
/
+39
2022-12-07
media: videobuf2-core: take mmap_lock in vb2_get_unmapped_area()
Hans Verkuil
1
-29
/
+73
2022-12-06
media: videobuf2: revert "get_userptr: buffers are always writable"
Hans Verkuil
5
-8
/
+19
2022-12-02
v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() fails
Linus Torvalds
1
-56
/
+12
2022-11-30
mm/frame-vector: remove FOLL_FORCE usage
David Hildenbrand
1
-1
/
+1
2022-11-25
media: vb2/au0828: move the v4l_vb2q_enable_media_source to the au0828 driver
Hans Verkuil
1
-3
/
+0
2022-11-25
media: vb2: add (un)prepare_streaming queue ops
Hans Verkuil
1
-4
/
+21
2022-11-11
media: videobuf2: Assert held reservation lock for dma-buf mmapping
Dmitry Osipenko
3
-0
/
+9
2022-10-18
Merge drm/drm-next into drm-misc-next
Maxime Ripard
3
-24
/
+11
2022-10-18
media: videobuf2: Stop using internal dma-buf lock
Dmitry Osipenko
3
-30
/
+3
2022-10-18
media: videobuf2: Prepare to dynamic dma-buf locking specification
Dmitry Osipenko
3
-12
/
+13
2022-08-30
media: videobuf2: Remove vb2_find_timestamp()
Ezequiel Garcia
1
-13
/
+0
2022-08-29
media: vb2: videobuf -> videobuf2
Hans Verkuil
3
-11
/
+11
2022-07-17
media: videobuf2: Introduce vb2_find_buffer()
Ezequiel Garcia
1
-0
/
+12
2022-05-13
media: videobuf2-dma-sg.c: kvmalloc_array -> kvcalloc
Hans Verkuil
1
-2
/
+1
2022-05-13
media: videobuf2-v4l2: Expose vb2_queue_is_busy() to drivers
Laurent Pinchart
1
-16
/
+10
2022-03-24
Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
3
-13
/
+15
2022-03-14
media: Makefiles: sort entries where it fits
Mauro Carvalho Chehab
1
-3
/
+5
2022-03-07
media: videobuf2-dma-contig: Invalidate vmap range before DMA range
Sergey Senozhatsky
1
-6
/
+6
2022-02-07
dma-buf-map: Rename to iosys-map
Lucas De Marchi
3
-13
/
+15
2021-12-07
Merge tag 'v5.16-rc4' into media_tree
Mauro Carvalho Chehab
1
-0
/
+2
2021-11-30
media: vb2: frame_vector.c: don't overwrite error code
Hans Verkuil
1
-1
/
+14
2021-11-22
Merge tag 'media/v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
1
-0
/
+2
2021-11-15
media: videobuf2: Fix the size printk format
Dillon Min
1
-4
/
+4
2021-11-10
media: videobuf2-dma-sg: Fix buf->vb NULL pointer dereference
Hans de Goede
1
-0
/
+2
2021-11-04
Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-0
/
+4
2021-10-25
dma-buf: move dma-buf symbols into the DMA_BUF module namespace
Greg Kroah-Hartman
4
-0
/
+4
2021-10-19
media: videobuf2: always set buffer vb2 pointer
Sergey Senozhatsky
1
-0
/
+3
2021-09-30
media: videobuf2: handle non-contiguous DMA allocations
Sergey Senozhatsky
1
-31
/
+130
2021-09-30
media: videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flag
Sergey Senozhatsky
2
-5
/
+30
2021-09-30
media: videobuf2: add queue memory coherency parameter
Sergey Senozhatsky
2
-8
/
+34
2021-09-30
media: videobuf2: move cache_hints handling to allocators
Sergey Senozhatsky
3
-6
/
+12
2021-09-30
media: videobuf2: split buffer cache_hints initialisation
Sergey Senozhatsky
2
-18
/
+22
2021-09-30
media: videobuf2: inverse buffer cache_hints flags
Sergey Senozhatsky
2
-33
/
+15
2021-09-30
media: videobuf2: rework vb2_mem_ops API
Sergey Senozhatsky
4
-62
/
+79
2021-09-30
media: videobuf2-core: sanity checks for requests and qbuf
Hans Verkuil
1
-1
/
+22
2021-08-03
Merge tag 'media/v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
1
-1
/
+12
2021-07-30
media: videobuf2-core: dequeue if start_streaming fails
Hans Verkuil
1
-1
/
+12
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-06-29
media: videobuf2: use vma_lookup() in get_vaddr_frames()
Liam Howlett
1
-1
/
+1
2021-06-08
media: videobuf2-v4l2.c: add vb2_queue_change_type() helper
Tomi Valkeinen
1
-0
/
+14
2021-03-22
media: videobuf2: Exit promptly if size = 0
Ricardo Ribalda
1
-1
/
+1
2021-03-11
media: fix incorrect kernel doc usages
Hans Verkuil
1
-1
/
+0
2021-02-22
Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...
Linus Torvalds
4
-3
/
+225
2021-02-01
Merge tag 'v5.11-rc6' into patchwork
Mauro Carvalho Chehab
1
-2
/
+1
2021-01-27
media: videobuf2-v4l2: remove redundant error test
Helen Koike
1
-5
/
+0
2021-01-12
media: Revert "media: videobuf2: Fix length check for single plane dmabuf que...
Naushir Patuck
1
-2
/
+1
2021-01-12
media: videobuf2: Move frame_vector into media subsystem
Daniel Vetter
3
-1
/
+224
[next]