summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (7948): videodev: add missing vidioc_try_fmt_sliced_vbi_output and VI...Hans Verkuil2008-07-202-9/+36
* V4L/DVB (7947): videodev: add vidioc_g_std callback.Hans Verkuil2008-07-202-5/+10
* V4L/DVB (7946): videodev: small fixes for VIDIOC_G_FREQUENCY and VIDIOC_G_FMTHans Verkuil2008-07-201-11/+9Star
* V4L/DVB (7942): Hardware frequency seek ioctl interfaceTobias Lorenz2008-07-204-0/+25
* V4L/DVB (7939): pvrusb2: Remove sysfs interface hackeryMike Isely2008-07-201-346/+114Star
* V4L/DVB (7938): pvrusb2: Increase enforced encoder wait delay to improve reli...Mike Isely2008-07-201-2/+4
* V4L/DVB (7937): pvrusb2: Change several embedded timer constants to defined v...Mike Isely2008-07-201-3/+22
* V4L/DVB (7936): pvrusb2: Remove svn Id keyword from all sourcesMike Isely2008-07-2045-45/+0Star
* V4L/DVB (7927): ivtv: simplify gpio initialization for XCeive tuners.Hans Verkuil2008-07-202-7/+10
* V4L/DVB (7926): ivtv: add support for the Buffalo PC-MV5L/PCI card.Hans Verkuil2008-07-203-1/+40
* V4L/DVB (7924): ivtv/cx18: snprintf fixesJean Delvare2008-07-202-2/+2
* V4L/DVB (7921): s5h1411.c shouldn't #include "dvb-pll.h"Michael Krufky2008-07-201-1/+0Star
* V4L/DVB (7920): s5h1409.c shouldn't #include "dvb-pll.h"Michael Krufky2008-07-201-1/+0Star
* V4L/DVB (7917): au8522.c shouldn't #include "dvb-pll.h"Michael Krufky2008-07-201-1/+0Star
* V4L/DVB (7914): Anysee: driver for Anysee DVB-T/C receiverAntti Palosaari2008-07-205-0/+873
* V4L/DVB (7913): DVB-PLL: add Samsung DTOS403IH102A tunerAntti Palosaari2008-07-202-0/+48
* V4L/DVB (7912): TDA10023: make few parameters configurableAntti Palosaari2008-07-203-91/+145
* V4L/DVB (7897): TCM825x: Include invertation of image mirroring in configurationSakari Ailus2008-07-202-0/+7
* V4L/DVB (7886): ivtvfb: Use DMA for write()Ian Armstrong2008-07-201-0/+82
* V4L/DVB (7883): pvrusb2: make default frequency configurable via modprobe optionMichael Krufky2008-07-201-4/+12
* V4L/DVB (7882): pvrusb2: make code staticAdrian Bunk2008-07-202-6/+6
* V4L/DVB (7586): radio: use get/put_unaligned_* helpersHarvey Harrison2008-07-201-10/+6Star
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-1722-127/+383
|\
| * [PATCH] ocfs2: fix oops in mmap_truncate testingColy Li2008-07-171-3/+10
| * configfs: call drop_link() to cleanup after create_link() failureLouis Rilling2008-07-141-1/+5
| * configfs: Allow ->make_item() and ->make_group() to return detailed errors.Joel Becker2008-07-148-64/+94
| * configfs: Fix failing mkdir() making racing rmdir() failLouis Rilling2008-07-142-10/+44
| * configfs: Fix deadlock with racing rmdir() and rename()Louis Rilling2008-07-141-20/+25
| * configfs: Make configfs_new_dirent() return error code instead of NULLLouis Rilling2008-07-141-4/+5
| * configfs: Protect configfs_dirent s_links list mutationsLouis Rilling2008-07-142-4/+9
| * configfs: Introduce configfs_dirent_lockLouis Rilling2008-07-144-1/+34
| * ocfs2: Don't snprintf() without a format.Joel Becker2008-07-141-1/+1
| * ocfs2: Fix CONFIG_OCFS2_DEBUG_FS #ifdefsJoel Becker2008-07-142-2/+2
| * ocfs2/net: Silence build warnings on sparc64Sunil Mushran2008-07-141-3/+5
| * ocfs2: Handle error during journal loadWengang Wang2008-07-141-1/+5
| * ocfs2: Silence an error message in ocfs2_file_aio_read()Sunil Mushran2008-07-141-1/+1
| * ocfs2: use simple_read_from_buffer()Akinobu Mita2008-07-141-14/+5Star
| * ocfs2: fix printk format warnings with OCFS2_FS_STATS=nRandy Dunlap2008-07-141-4/+4
| * [PATCH 2/2] ocfs2: Instrument fs cluster locksSunil Mushran2008-07-142-1/+133
| * [PATCH 1/2] ocfs2: Add CONFIG_OCFS2_FS_STATS config optionSunil Mushran2008-07-141-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-fixes-2.6Linus Torvalds2008-07-173-4/+2Star
|\ \
| * | pcmcia: ide-cs: Remove outdated commentLarry Finger2008-07-151-2/+0Star
| * | pcmcia: fix cisinfo_t removalMarc Zyngier2008-07-151-1/+1
| * | pcmcia: fix return value in cm4000_cs.cDominik Brodowski2008-07-151-1/+1
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-07-173-3/+4
|\ \ \
| * | | x86: fix asm/e820.h for userspace inclusionRusty Russell2008-07-171-1/+2
| * | | x86: fix numaq_tsc_disableYinghai Lu2008-07-171-1/+1
| * | | Merge branch 'linus' into x86/urgentIngo Molnar2008-07-1755-2800/+2148Star
| |\ \ \
| * | | | x86: fix kernel_physical_mapping_init() for large x86 systemsJack Steiner2008-07-161-1/+1
* | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-07-173-13/+7Star
|\ \ \ \ \