index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
video
/
videobuf-core.c
Age
Commit message (
Expand
)
Author
2009-06-03
buf-core.c: add pointer check
Mauro Carvalho Chehab
2009-05-02
V4L/DVB: cleanup redundant tests on unsigned
Mauro Carvalho Chehab
2009-04-29
2: modify return value of VIDIOC_REQBUFS ioctl
Mauro Carvalho Chehab
2008-07-27
backport commit 27ac792ca0b0a1e7e65f20342260650516c95864
Mauro Carvalho Chehab
2008-05-17
[PATCH] Fix a deadlock in the bttv driver
Mauro Carvalho Chehab
2008-05-02
backport commit a6a3a17b7fdaf824e6d73e8e4a94c9d149302f74
Mauro Carvalho Chehab
2008-04-26
videobuf-core: backport brandon's patch
Mauro Carvalho Chehab
2008-04-13
videobuf-dvb: allow its usage with videobuf-vmalloc
Mauro Carvalho Chehab
2008-04-13
videobuf: All videobuf clients need a spinlock
Mauro Carvalho Chehab
2008-04-13
videobuf-vmalloc: stop streaming before unmap
Mauro Carvalho Chehab
2008-04-13
videbuf-vmalloc: Corrects mmap code
Mauro Carvalho Chehab
2008-04-13
videobuf: revert changeset #7490:5b77f099a151
Mauro Carvalho Chehab
2008-04-08
media/video/ replace remaining __FUNCTION__ occurrences
Michael Krufky
2008-04-02
videobuf: Avoid deadlock with QBUF and bring up to spec for empty queue
Brandon Philips
2008-04-02
videobuf-vmalloc.c: Fix hack of postponing mmap on remap failure
Brandon Philips
2008-04-02
videobuf: Simplify videobuf_waiton logic and possibly avoid missed wakeup
Brandon Philips
2008-04-02
videobuf: Wakeup queues after changing the state to ERROR
Brandon Philips
2008-03-14
cleanup variable initialization
Mauro Carvalho Chehab
2008-03-14
Improve compile-time type-checking in videobuf
Mauro Carvalho Chehab
2008-02-26
v4l: Deadlock in videobuf-core for DQBUF waiting on QBUF
Brandon Philips
2008-01-31
Renames videobuf lock to vb_lock
Mauro Carvalho Chehab
2008-01-13
Fix a regresion left by changeset 7e65d6e8f6df
Mauro Carvalho Chehab
2008-01-10
Replace a very dirty hack on videobuf for a clean wait_event
Mauro Carvalho Chehab
2007-12-12
__videobuf_read_start is static
Mauro Carvalho Chehab
2007-12-12
buf-core.c locking fixes
Mauro Carvalho Chehab
2007-12-10
CodingStyle fixes
Mauro Carvalho Chehab
2007-11-16
Re-adds lock safe videobuf_read_start
Mauro Carvalho Chehab
2007-11-15
merge: http://ifup.org/hg/v4l-dvb
Mauro Carvalho Chehab
2007-11-13
V4L: videobuf-core locking fixes and comments
Brandon Philips
2007-11-06
V4L: videobuf: don't chew up namespace STATE_.*, convert to VIDEOBUF_
Brandon Philips
2007-10-17
backport changeset 13bcd5d0e21e3ca726965371ada8ff6c64af288f
Mauro Carvalho Chehab
2007-10-13
fix videobuf_cgmbuf export
Mauro Carvalho Chehab
2007-10-11
git-dvb: rename videobuf_qtype_ops.copy_to_user()
Mauro Carvalho Chehab
2007-10-10
Change list_for_each+list_entry to list_for_each_entry
Trent Piepho
2007-10-05
V4L: videobuf-core.c avoid NULL dereferences in videobuf-core
Mauro Carvalho Chehab
2007-10-08
videobuf_core init always require callback implementation
Mauro Carvalho Chehab
2007-10-08
Fix: avoid oops on some SMP machines
Mauro Carvalho Chehab
2007-10-02
Buf: fix typo that caused data loss when readng streams from device
Maxim Levitsky
2007-09-27
V4L: videobuf-core.c lock before streaming check
bphilips@suse.de
2007-09-27
V4L: Fix a lock inversion in generic videobuf code
Maxim Levitsky
2007-09-27
videobuf cleanup: mmap check is common to all videobuf. Make it at core
Mauro Carvalho Chehab
2007-09-25
Prevent for calling mmap_free without an allocated buffer
Mauro Carvalho Chehab
2007-08-23
Replace video-buf to a more generic approach
Mauro Carvalho Chehab