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.12.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
/
v4l1-compat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-07
V4L/DVB (11329): Fix buglets in v4l1 compatibility layer
Russell King
1
-2
/
+7
2009-01-07
poll: allow f_op->poll to sleep
Tejun Heo
1
-3
/
+1
2009-01-02
V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.
Hans Verkuil
1
-81
/
+83
2008-10-21
V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl()
Mauro Carvalho Chehab
1
-123
/
+98
2008-10-16
remove CONFIG_KMOD from drivers
Johannes Berg
1
-4
/
+0
2008-07-24
V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....
Hans Verkuil
1
-0
/
+1
2008-04-24
V4L/DVB (7365): reduce stack usage of v4l1_compat_sync
Marcin Slusarz
1
-6
/
+8
2008-04-24
V4L/DVB (7364): reduce stack usage of v4l_compat_translate_ioctl
Marcin Slusarz
1
-743
/
+938
2008-04-24
V4L/DVB (7363): fix coding style violations in v4l1-compat.c
Marcin Slusarz
1
-94
/
+90
2008-04-24
V4L/DVB (7094): static memory
Douglas Schilling Landgraf
1
-1
/
+1
2008-04-22
V4L: Storage class should be before const qualifier
Tobias Klauser
1
-1
/
+1
2008-03-20
V4L/DVB (7330): V4L1 - fix v4l_compat_translate_ioctl possible NULL deref
Cyrill Gorcunov
1
-9
/
+41
2007-10-19
Replace __attribute_pure__ with __pure
Ralf Baechle
1
-1
/
+1
2007-10-10
V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files
Mauro Carvalho Chehab
1
-1
/
+0
2007-05-09
V4L/DVB (5571): V4l1-compat: Make VIDIOCSPICT return errors in a useful way
Trent Piepho
1
-13
/
+41
2007-05-09
V4L/DVB (5570): V4l1-compat: misc fixes for pixelformat function
Trent Piepho
1
-4
/
+4
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-02-21
V4L/DVB (5068): Fix authorship references
Mauro Carvalho Chehab
1
-1
/
+1
2006-12-10
V4L/DVB (4862): Fixes uninitialized variables passed to VIDIOC_G_FBUF.
audetto@tiscali.it
1
-0
/
+2
2006-12-10
V4L/DVB (4858): Fix: implement missing VIDIOCSTUNER on v4l1-compat module
Mauro Carvalho Chehab
1
-1
/
+10
2006-12-10
V4L/DVB (4857): Cleans some ioctl structs before calling V4L2 counterpart
Mauro Carvalho Chehab
1
-1
/
+4
2006-09-26
V4L/DVB (4474): On some cases, depth were not returned.
Mauro Carvalho Chehab
1
-3
/
+9
2006-08-08
V4L/DVB (4427): Fix V4L1 Compat for VIDIOCGPICT ioctl
Mauro Carvalho Chehab
1
-0
/
+4
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-25
V4L/DVB (4068): Removed all references to kernel stuff from videodev.h and vi...
Mauro Carvalho Chehab
1
-0
/
+1
2006-01-12
V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)alloc
Panagiotis Issaris
1
-16
/
+8
2006-01-09
V4L/DVB (3178): bttv VBI fixes
Michael H. Schimek
1
-1
/
+10
2005-11-09
[PATCH] v4l: 800: whitespace cleanups
Mauro Carvalho Chehab
1
-1
/
+1
2005-11-09
[PATCH] v4l: 728: vidiocsfreq and vidiocgfreq expect an unsigned long as argu...
Hans Verkuil
1
-2
/
+2
2005-11-07
[PATCH] kfree cleanup: drivers/media
Jesper Juhl
1
-4
/
+2
2005-09-10
[PATCH] v4l: common part Updates and tuner additions
Mauro Carvalho Chehab
1
-16
/
+0
2005-06-24
[PATCH] v4l: update for SAA7134 cards
Mauro Carvalho Chehab
1
-4
/
+6
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+1036