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
/
video
/
v4l2-dev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] v4l2: use new flag to enable core priority handling
Hans Verkuil
2011-03-22
1
-5
/
+3
*
[media] v4l2-device: add kref and a release function
Hans Verkuil
2011-03-22
1
-0
/
+10
*
[media] v4l2: add v4l2_prio_state to v4l2_device and video_device
Hans Verkuil
2011-03-22
1
-0
/
+6
*
[media] v4l2_prio: move from v4l2-common to v4l2-dev
Hans Verkuil
2011-03-22
1
-0
/
+64
*
[media] v4l: Make video_device inherit from media_entity
Laurent Pinchart
2011-03-22
1
-4
/
+45
*
[media] v4l: subdev: Add device node support
Laurent Pinchart
2011-03-22
1
-16
/
+11
*
[media] v4l2-dev: don't memset video_device.dev
Hans Verkuil
2011-01-19
1
-5
/
+4
*
[media] v4l2-dev: fix race condition
Hans Verkuil
2010-12-01
1
-1
/
+6
*
[media] V4L: improve the BKL replacement heuristic
Hans Verkuil
2010-12-01
1
-3
/
+28
*
[media] v4l2-dev: use mutex_lock_interruptible instead of plain mutex_lock
Hans Verkuil
2010-12-01
1
-14
/
+17
*
[media] v4l: kill the BKL
Arnd Bergmann
2010-11-09
1
-3
/
+4
*
V4L/DVB: Fix a merge conflict that affects unlock_ioctl
Mauro Carvalho Chehab
2010-10-21
1
-5
/
+5
*
V4L/DVB: v4l2: add core serialization lock
Hans Verkuil
2010-10-21
1
-18
/
+58
*
V4L/DVB: v4l2-dev: remove get_unmapped_area
Hans Verkuil
2010-10-21
1
-18
/
+0
*
V4L/DVB: v4l2-dev: after a disconnect any ioctl call will be blocked
Hans Verkuil
2010-10-21
1
-2
/
+2
*
V4L/DVB: videotext: remove this obsolete API
Hans Verkuil
2010-10-21
1
-10
/
+1
*
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2010-08-11
1
-2
/
+6
|
\
|
*
V4L/DVB: v4l2: hook up the new control framework into the core framework
Hans Verkuil
2010-08-09
1
-2
/
+6
*
|
Merge commit 'linus/master' into bkl/core
Frederic Weisbecker
2010-08-09
1
-3
/
+3
|
\
|
|
*
V4L/DVB: v4l2-dev: fix memory leak
Anatolij Gustschin
2010-08-02
1
-3
/
+3
*
|
v4l: Convert v4l2-dev to unlocked_ioctl
Arnd Bergmann
2010-08-09
1
-37
/
+15
|
/
*
V4L/DVB: v4l2-dev: remove unnecessary lock around atomic clear_bit
Hans Verkuil
2010-05-19
1
-2
/
+0
*
V4L/DVB: V4L: File handles
Sakari Ailus
2010-05-19
1
-0
/
+4
*
V4L/DVB (13552): v4l: Replace video_is_unregistered with video_is_registered
Laurent Pinchart
2009-12-16
1
-9
/
+9
*
V4L/DVB (13549): v4l: Add video_device_node_name function
Laurent Pinchart
2009-12-16
1
-2
/
+2
*
V4L/DVB (12725): v4l: warn when desired devnodenr is in use & add _no_warn fu...
Hans Verkuil
2009-09-19
1
-1
/
+19
*
V4L/DVB (12724): v4l2-dev: add simple wrapper functions around the devnode nu...
Hans Verkuil
2009-09-19
1
-5
/
+48
*
V4L/DVB (12722): v4l2-dev: replace 'kernel number' by 'device node number'.
Hans Verkuil
2009-09-19
1
-18
/
+20
*
V4L/DVB (12541): v4l: remove video_register_device_index
Hans Verkuil
2009-09-19
1
-40
/
+15
*
headers: smp_lock.h redux
Alexey Dobriyan
2009-07-12
1
-1
/
+0
*
V4L/DVB (11390): 2-dev.c: return 0 for NULL open and release callbacks
Hans Verkuil
2009-04-07
1
-3
/
+8
*
V4L/DVB (11242): allow v4l2 drivers to provide a get_unmapped_area handler
Daniel Glöckner
2009-03-30
1
-0
/
+19
*
V4L/DVB (10988): v4l2-dev: use parent field if the v4l2_device has no parent ...
Hans Verkuil
2009-03-30
1
-1
/
+1
*
V4L/DVB (10947): Auto-load videodev module when device opened.
Scott James Remnant
2009-03-30
1
-0
/
+1
*
V4L/DVB (10791): videodev: not possible to register NULL video_device
Trent Piepho
2009-03-30
1
-4
/
+3
*
V4L/DVB (10641): v4l2-dev: remove limit of 32 devices per driver in get_index()
Hans Verkuil
2009-03-30
1
-12
/
+13
*
V4L/DVB (10139): v4l: rename v4l_compat_ioctl32 to v4l2_compat_ioctl32
Hans Verkuil
2009-01-02
1
-2
/
+2
*
V4L/DVB (10135): v4l2: introduce v4l2_file_operations.
Hans Verkuil
2009-01-02
1
-19
/
+6
*
V4L/DVB (9974): v4l2-dev: allow drivers to pass v4l2_device as parent
Hans Verkuil
2008-12-30
1
-0
/
+3
*
V4L/DVB (9973): v4l2-dev: use the release callback from device instead of cdev
Hans Verkuil
2008-12-30
1
-93
/
+263
*
V4L/DVB (9942): v4l2-dev: check for parent device in get_index.
Hans Verkuil
2008-12-30
1
-0
/
+4
*
V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_...
Kay Sievers
2008-12-29
1
-1
/
+1
*
V4L/DVB (9491): rationalise addresses to one common one
Alan Cox
2008-12-29
1
-1
/
+1
*
V4L/DVB (9133): v4l: disconnect kernel number from minor
Hans Verkuil
2008-10-12
1
-31
/
+65
*
V4L/DVB (8857): v4l2-dev: replace panic with BUG
Hans Verkuil
2008-10-12
1
-2
/
+5
*
V4L/DVB (8852): v4l2: use register_chrdev_region instead of register_chrdev
Hans Verkuil
2008-10-12
1
-68
/
+63
*
V4L/DVB (8791): v4l2-dev: do not clear the driver_data field
Hans Verkuil
2008-10-12
1
-0
/
+4
*
V4L/DVB (8787): v4l2-dev: cleanups and add video_drvdata helper function
Hans Verkuil
2008-10-12
1
-7
/
+6
*
V4L/DVB (8784): v4l2-dev: make the video_device's release callback mandatory
Hans Verkuil
2008-10-12
1
-14
/
+2
*
V4L/DVB (8782): v4l2-dev: add video_device_release_empty
Hans Verkuil
2008-10-12
1
-0
/
+7
[next]