index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
videobuf-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-19
V4L/DVB: videobuf: make poll() report proper flags for output video devices
Pawel Osciak
1
-2
/
+12
2010-05-19
V4L/DVB: videobuf: Add support for V4L2_BUF_FLAG_ERROR
Hans Verkuil
1
-8
/
+8
2010-05-19
V4L/DVB: v4l: videobuf: qbuf now uses relevant v4l2_buffer fields for OUTPUT ...
Pawel Osciak
1
-0
/
+7
2010-05-19
V4L/DVB: v4l videobuf: add videobuf_buffer *buf as argument to mmap_mapper
Hans Verkuil
1
-3
/
+17
2010-05-19
V4L/DVB: v4l videobuf: move video_copy_to_user and copy_stream to core
Hans Verkuil
1
-2
/
+45
2010-05-19
V4L/DVB: v4l videobuf: rename videobuf_queue_to_vmalloc to videobuf_queue_to_...
Hans Verkuil
1
-5
/
+4
2010-05-19
V4L/DVB: v4l videobuf: rename .vmalloc to .vaddr
Hans Verkuil
1
-2
/
+2
2010-05-19
V4L/DVB: v4l videobuf: use struct videobuf_buffer * instead of void * for vid...
Hans Verkuil
1
-1
/
+1
2010-05-19
V4L/DVB: v4l videobuf: remove unused is_mmapped field
Hans Verkuil
1
-3
/
+0
2010-05-19
V4L/DVB: v4l videobuf: remove mmap_free callback
Hans Verkuil
1
-6
/
+4
2010-05-18
V4L/DVB: v4l: videobuf: code cleanup
Pawel Osciak
1
-63
/
+53
2010-05-18
V4L/DVB: videobuf-core: fix spelling mistake in debug message
Hans Verkuil
1
-1
/
+1
2009-12-05
V4L/DVB (13415): videobuf-core: explicitly cast page count
Márton Németh
1
-2
/
+3
2009-12-05
V4L/DVB (13377): make struct videobuf_queue_ops constant
Jonathan Corbet
1
-1
/
+1
2009-12-05
V4L/DVB (13165): videobuf do not force buffer size to be multiple of PAGE_SIZE
Tuukka Toivonen
1
-4
/
+3
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-06-17
V4L/DVB (11991): buf-core.c: add pointer check
Figo.zhang
1
-0
/
+1
2009-06-17
V4L/DVB: cleanup redundant tests on unsigned
Roel Kluin
1
-2
/
+2
2009-06-17
V4L/DVB (11736): videobuf: modify return value of VIDIOC_REQBUFS ioctl
Németh Márton
1
-0
/
+1
2008-07-24
PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures
Andrea Righi
1
-0
/
+1
2008-05-20
Fix a deadlock in the bttv driver
Arjan van de Ven
1
-1
/
+2
2008-04-29
media: fix integer as NULL pointer warnings
Harvey Harrison
1
-1
/
+4
2008-04-24
V4L/DVB (7566): videobuf-dvb: allow its usage with videobuf-vmalloc
Mauro Carvalho Chehab
1
-0
/
+7
2008-04-24
V4L/DVB (7562): videobuf: Require spinlocks for all videobuf users
Brandon Philips
1
-28
/
+18
2008-04-24
V4L/DVB (7561): videobuf-vmalloc: stop streaming before unmap
Mauro Carvalho Chehab
1
-1
/
+0
2008-04-24
V4L/DVB (7552): videbuf-vmalloc: Corrects mmap code
Mauro Carvalho Chehab
1
-14
/
+0
2008-04-24
V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-1
/
+1
2008-04-24
V4L/DVB (7493): videobuf: Avoid deadlock with QBUF and bring up to spec for e...
Brandon Philips
1
-20
/
+76
2008-04-24
V4L/DVB (7488): videobuf: Simplify videobuf_waiton logic and possibly avoid m...
Brandon Philips
1
-22
/
+15
2008-04-24
V4L/DVB (7487): videobuf: Wakeup queues after changing the state to ERROR
Brandon Philips
1
-0
/
+1
2008-04-24
V4L/DVB (7378): cleanup variable initialization
Guennadi Liakhovetski
1
-2
/
+1
2008-04-24
V4L/DVB (7376): Improve compile-time type-checking in videobuf
Guennadi Liakhovetski
1
-1
/
+1
2008-04-24
V4L/DVB (7281): v4l: Deadlock in videobuf-core for DQBUF waiting on QBUF
Brandon Philips
1
-0
/
+2
2008-02-18
V4L/DVB (7121): Renames videobuf lock to vb_lock
Mauro Carvalho Chehab
1
-39
/
+39
2008-01-26
V4L/DVB (7023): Fix a regresion left by changeset 7e65d6e8f6df
Mauro Carvalho Chehab
1
-4
/
+8
2008-01-26
V4L/DVB (6997): Replace a very dirty hack on videobuf for a clean wait_event
Mauro Carvalho Chehab
1
-4
/
+11
2008-01-26
V4L/DVB (6804): __videobuf_read_start is static
Mauro Carvalho Chehab
1
-1
/
+1
2008-01-26
V4L/DVB (6759): CodingStyle fixes
Mauro Carvalho Chehab
1
-146
/
+146
2008-01-26
V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to V...
Brandon Philips
1
-25
/
+25
2007-12-13
V4L/DVB (6803): buf-core.c locking fixes
Adrian Bunk
1
-2
/
+2
2007-12-12
V4L/DVB (6609): Re-adds lock safe videobuf_read_start
Mauro Carvalho Chehab
1
-1
/
+13
2007-12-11
V4L/DVB (6601): V4L: videobuf-core locking fixes and comments
Brandon Philips
1
-89
/
+158
2007-10-22
V4L/DVB (6324): fix videobuf_cgmbuf export
Pekka Enberg
1
-1
/
+1
2007-10-13
v4l: copy_to_user() is not a good method name
Al Viro
1
-1
/
+1
2007-10-10
V4L/DVB (6316): Change list_for_each+list_entry to list_for_each_entry
Trent Piepho
1
-4
/
+1
2007-10-10
V4L/DVB (6305): V4L: videobuf-core.c avoid NULL dereferences in videobuf-core
Brandon Philips
1
-5
/
+13
2007-10-10
V4L/DVB (6292): videobuf_core init always require callback implementation
Mauro Carvalho Chehab
1
-9
/
+14
2007-10-10
V4L/DVB (6291): Fix: avoid oops on some SMP machines
Mauro Carvalho Chehab
1
-0
/
+8
2007-10-10
V4L/DVB (6278): Buf: fix typo that caused data loss when readng streams from ...
Maxim Levitsky
1
-1
/
+1
2007-10-10
V4L/DVB (6276): V4L: videobuf-core.c lock before streaming check
Brandon Philips
1
-3
/
+5
[next]