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
/
cx18
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-26
V4L/DVB: drivers/media/video/cx18/cx18-alsa-pcm.c: fix printk warning
Andrew Morton
1
-1
/
+1
2010-02-26
V4L/DVB: cx18: Add missing serialization locks to cx18-dvb
Andy Walls
1
-0
/
+4
2010-02-26
V4L/DVB: cx18: Increment driver version for the addition of cx18-alsa and fixes
Andy Walls
1
-1
/
+1
2010-02-26
V4L/DVB: cx18: Fix memory leak in cx18-alsa starting of PCM captures
Andy Walls
1
-13
/
+5
2010-02-26
V4L/DVB: cx18: Add missing serialization locking to cx18-alsa
Andy Walls
1
-1
/
+9
2010-02-26
V4L/DVB: cx18: Rename snd_cx18_mixer_lock to snd_cx18_lock and increase visib...
Andy Walls
2
-20
/
+20
2010-02-26
Fix the __init/__exit annotations
Mauro Carvalho Chehab
1
-6
/
+6
2010-02-26
cx18: Fix compilation when CONFIG_MODULE is disabled
Mauro Carvalho Chehab
1
-24
/
+21
2010-02-26
V4L/DVB: using vmalloc requires include of linux/vmalloc.h
Stephen Rothwell
1
-0
/
+1
2010-02-26
V4L/DVB: cx18-alsa: Fix the rates definition and move some buffer freeing code.
Devin Heitmueller
1
-10
/
+12
2010-02-26
V4L/DVB: cx18: address possible passing of NULL to snd_card_free
Devin Heitmueller
1
-2
/
+3
2010-02-26
V4L/DVB: cx18-alsa: codingstyle cleanup
Devin Heitmueller
1
-80
/
+76
2010-02-26
V4L/DVB: cx18-alsa: codingstyle cleanup
Devin Heitmueller
1
-3
/
+5
2010-02-26
V4L/DVB: cx18: codingstyle fixes
Devin Heitmueller
1
-3
/
+5
2010-02-26
V4L/DVB: cx18-alsa: codingstyle fixes
Devin Heitmueller
1
-4
/
+4
2010-02-26
V4L/DVB: cx18-alsa: fix codingstyle issue
Devin Heitmueller
1
-1
/
+1
2010-02-26
V4L/DVB: cx18-alsa: fix memory leak in error condition
Devin Heitmueller
1
-0
/
+1
2010-02-26
V4L/DVB: cx18-alsa: remove a couple of warnings
Devin Heitmueller
2
-2
/
+0
2010-02-26
V4L/DVB: cx18-alsa: name alsa device after the actual card
Devin Heitmueller
1
-1
/
+1
2010-02-26
V4L/DVB: cx18: cleanup cx18-alsa debug logging
Devin Heitmueller
1
-1
/
+5
2010-02-26
V4L/DVB: cx18: rework cx18-alsa module loading to support automatic loading
Devin Heitmueller
3
-32
/
+46
2010-02-26
V4L/DVB: cx18-alsa: remove unneeded debug line
Devin Heitmueller
1
-1
/
+0
2010-02-26
V4L/DVB: cx18: export more symbols required by cx18-alsa
Devin Heitmueller
1
-0
/
+2
2010-02-26
V4L/DVB: cx18: add cx18-alsa module to Makefile
Devin Heitmueller
2
-0
/
+13
2010-02-26
V4L/DVB: cx18: overhaul ALSA PCM device handling so it works
Devin Heitmueller
5
-7
/
+293
2010-02-26
V4L/DVB: cx18: export a couple of symbols so they can be shared with cx18-alsa
Devin Heitmueller
2
-2
/
+7
2010-02-26
V4L/DVB: cx18: make it so cx18-alsa-main.c compiles
Devin Heitmueller
1
-7
/
+19
2010-02-26
V4L/DVB: cx18: rename cx18-alsa.c
Devin Heitmueller
1
-0
/
+0
2010-02-26
V4L/DVB: cx18-alsa: Add non-working cx18-alsa-pcm.[ch] files to avoid data loss
Andy Walls
2
-0
/
+138
2010-02-26
V4L/DVB: cx18-alsa: Initial non-working cx18-alsa files
Andy Walls
5
-0
/
+573
2010-02-26
V4L/DVB (13968): cx18, fix potential null dereference
Jiri Slaby
1
-8
/
+10
2010-02-26
V4L/DVB (13912): cx18: Fix tuner reset pin in card entry for the Leadtek PVR2100
Sergey Bolshakov
1
-1
/
+1
2010-02-26
V4L/DVB (13910): cx18: Fix set indextable command to properly select I/P/B in...
Andy Walls
2
-3
/
+4
2010-02-26
V4L/DVB (13909): cx18: Clean up dead code from ivtv once used for IDX processing
Andy Walls
2
-17
/
+1
2010-02-26
V4L/DVB (13908): cx18: Add initial working VIDIOC_G_ENC_INDEX ioctl() support
Andy Walls
3
-13
/
+146
2010-02-26
V4L/DVB (13907): cx18: Perform automatic rotation of very old, unread IDX buf...
Andy Walls
3
-1
/
+33
2010-02-26
V4L/DVB (13906): cx18: Start IDX streams automatically as an internal associa...
Andy Walls
3
-72
/
+125
2010-02-26
V4L/DVB (13905): cx18: Allow MPEG index streams to be started and stopped int...
Andy Walls
1
-5
/
+13
2010-02-26
V4L/DVB (13904): cx18: Fix TS and IDX stream buffer memory leak on module unload
Andy Walls
2
-3
/
+22
2010-02-26
V4L/DVB (13903): cx18: Encapsulate check for a stream being enabled into an i...
Andy Walls
1
-4
/
+9
2010-02-26
V4L/DVB (13902): cx18: Update MPEG Index stream buffers module option processing
Andy Walls
2
-9
/
+38
2009-12-16
V4L/DVB (13555): v4l: Use video_device_node_name() instead of the minor number
Laurent Pinchart
1
-2
/
+2
2009-12-16
V4L/DVB (13550): v4l: Use the new video_device_node_name function
Laurent Pinchart
1
-10
/
+10
2009-12-10
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
19
-244
/
+666
2009-12-05
V4L/DVB (13478): cx18: remove bogus init call.
Hans Verkuil
2
-8
/
+7
2009-12-05
V4L/DVB (13445): cx18: Use per cx18 instance init data for ir-kbd-i2c instead...
Andy Walls
3
-15
/
+16
2009-12-05
V4L/DVB (13434): cx18: Bump version number due to significant buffer handling...
Andy Walls
1
-1
/
+1
2009-12-05
V4L/DVB (13433): cx18: Remove duplicate list traversal when processing incomi...
Andy Walls
2
-32
/
+8
2009-12-05
V4L/DVB (13432): cx18: Adjust encoder VBI MDL size to be exactly frame's wort...
Andy Walls
3
-4
/
+17
2009-12-05
V4L/DVB (13431): cx18: Adjust an MDL's final buffer size to force encoder tra...
Andy Walls
1
-3
/
+18
[next]