Age | Commit message (Expand) | Author | Files | Lines |
2007-10-31 | [MEDIA] IVTV: exit_ivtv_i2c() cannot be __devexit | David Miller | 2 | -2/+2 |
2007-10-24 | SG: Change sg_set_page() to take length and offset argument | Jens Axboe | 1 | -4/+2 |
2007-10-23 | [PATCH] Fix breakage after SG cleanups | Ralf Baechle | 1 | -0/+1 |
2007-10-23 | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 8 | -202/+200 |
2007-10-22 | [SG] Update drivers to use sg helpers | Jens Axboe | 1 | -2/+2 |
2007-10-22 | V4L/DVB (6380): ivtvfb: Removal of the 'osd_compat' module option | Ian Armstrong | 1 | -55/+18 |
2007-10-22 | V4L/DVB (6348): ivtv: undo video mute when closing the radio | Hans Verkuil | 1 | -0/+5 |
2007-10-22 | V4L/DVB (6347): ivtv: fix video mute when radio is used | Hans Verkuil | 1 | -7/+10 |
2007-10-22 | V4L/DVB (6346): ivtvfb: YUV output size fix when ivtvfb is not loaded | Ian Armstrong | 1 | -66/+72 |
2007-10-22 | V4L/DVB (6345): ivtvfb: YUV handling of an image which is not visible in the ... | Ian Armstrong | 2 | -10/+13 |
2007-10-22 | V4L/DVB (6343): ivtvfb: check return value of unregister_framebuffer | Hans Verkuil | 1 | -1/+4 |
2007-10-22 | V4L/DVB (6342): ivtv: fix circular locking (bug 9037) | Hans Verkuil | 3 | -47/+65 |
2007-10-22 | V4L/DVB (6341): ivtv: fix resizing MPEG1 streams | Hans Verkuil | 1 | -5/+8 |
2007-10-22 | V4L/DVB (6340): ivtvfb: screen mode change sometimes goes wrong | Ian Armstrong | 1 | -11/+3 |
2007-10-22 | V4L/DVB (6339): ivtv: set the video color to black instead of green when capt... | Hans Verkuil | 1 | -1/+2 |
2007-10-22 | V4L/DVB (6338): ivtv: fix incorrect EBUSY return | Hans Verkuil | 1 | -0/+1 |
2007-10-22 | V4L/DVB (6328): ivtv: fix NULL dereference | Adrian Bunk | 1 | -1/+1 |
2007-10-14 | signedness: module_param_array nump argument | Al Viro | 1 | -3/+3 |
2007-10-10 | V4L/DVB (6313): ivtv: Replace list_for_each+list_entry with list_for_each_entry | Trent Piepho | 1 | -20/+6 |
2007-10-10 | V4L/DVB (6123): ivtv: move ivtv.h public header to include/linux | Hans Verkuil | 1 | -1/+1 |
2007-10-10 | V4L/DVB (6122): ivtvfb: fix an obvious bug in ivtvfb_release_buffers() | Adrian Bunk | 1 | -2/+2 |
2007-10-10 | V4L/DVB (6121): ivtvfb: replace ivtv_fb prefix to ivtvfb | Hans Verkuil | 1 | -84/+84 |
2007-10-10 | V4L/DVB (6120): ivtvfb: rename some missed ivtv-fb references to ivtvfb | Hans Verkuil | 4 | -10/+10 |
2007-10-10 | V4L/DVB (6119): ivtvfb: renamed ivtv-fb to ivtvfb, move header to include/linux | Hans Verkuil | 3 | -12/+3 |
2007-10-10 | V4L/DVB (6118): ivtv-fb: add missing FBIO_WAITFORVSYNC ioctl define | Hans Verkuil | 1 | -2/+1 |
2007-10-10 | V4L/DVB (6117): ivtv: finish VBI related cleanup | Hans Verkuil | 2 | -37/+40 |
2007-10-10 | V4L/DVB (6116): ivtv: VBI cleanups and fixes | Hans Verkuil | 5 | -182/+108 |
2007-10-10 | V4L/DVB (6115): ivtv/ivtv-fb: improve locking to avoid initialization problems | Hans Verkuil | 2 | -0/+7 |
2007-10-10 | V4L/DVB (6113): ivtv: udelay for the i2c bus was set too high | Hans Verkuil | 1 | -1/+1 |
2007-10-10 | V4L/DVB (6109): ivtv: use new videodev2.h pixel formats | Hans Verkuil | 1 | -7/+6 |
2007-10-10 | V4L/DVB (6098): ivtv: kzalloc() returns void pointer, no need to cast | Jesper Juhl | 1 | -3/+3 |
2007-10-10 | V4L/DVB (6097): ivtv: set correct pixel format and alpha properties | Hans Verkuil | 2 | -15/+52 |
2007-10-10 | V4L/DVB (6096): ivtv: fix V4L2_ENC_CMD_STOP_AT_GOP_END support | Hans Verkuil | 2 | -19/+26 |
2007-10-10 | V4L/DVB (6094): ivtv: more ivtv-driver.h cleanups | Hans Verkuil | 3 | -40/+38 |
2007-10-10 | V4L/DVB (6093): ivtv: reorganized and cleanup ivtv struct | Hans Verkuil | 6 | -149/+152 |
2007-10-10 | V4L/DVB (6092): ivtv: more cleanups, merged ivtv-audio.c and ivtv-video.c int... | Hans Verkuil | 17 | -279/+184 |
2007-10-10 | V4L/DVB (6091): ivtv: header cleanup | Hans Verkuil | 26 | -98/+167 |
2007-10-10 | V4L/DVB (6090): ivtv-fb: correct transparency bit reporting | Hans Verkuil | 1 | -3/+6 |
2007-10-10 | V4L/DVB (6089): ivtv: log in status if framebuffer uses YUV instead of RGB | Hans Verkuil | 1 | -2/+11 |
2007-10-10 | V4L/DVB (6088): cx2341x: some controls can't be changed while the device is busy | Hans Verkuil | 1 | -3/+3 |
2007-10-10 | V4L/DVB (6087): ivtv: prevent changing VBI format while capture is in progress | Hans Verkuil | 1 | -4/+2 |
2007-10-10 | V4L/DVB (6086): ivtv: fix output mode processing: UDMA_YUV wasn't cleared | Hans Verkuil | 3 | -5/+5 |
2007-10-10 | V4L/DVB (6081): ivtv: Fix static structure initialization | Jean Delvare | 1 | -8/+7 |
2007-10-10 | V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media files | Mauro Carvalho Chehab | 1 | -1/+0 |
2007-10-10 | V4L/DVB (6061): ivtv: add VIDIOC_OVERLAY | Hans Verkuil | 2 | -9/+42 |
2007-10-10 | V4L/DVB (6060): ivtv: fix IVTV_IOC_DMA_FRAME bug introduced by highmem bugfix | Hans Verkuil | 2 | -6/+8 |
2007-10-10 | V4L/DVB (6059): ivtv: log stereo/bilingual audio modes | Hans Verkuil | 1 | -2/+12 |
2007-10-10 | V4L/DVB (6058): ivtv: add support for highmem udma | Hans Verkuil | 3 | -9/+47 |
2007-10-10 | V4L/DVB (6057): ivtv-fb: remove unused header includes | Hans Verkuil | 1 | -4/+0 |
2007-10-10 | V4L/DVB (6056): ivtv: move serialization to the fileops level | Hans Verkuil | 3 | -56/+76 |