aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-07-05forcedeth: Fix NAPI race.Eric Dumazet1-11/+14
2009-07-05drivers/net/smsc911x.c: Fix resource size off by 1 errorJulia Lawall1-3/+3
2009-07-05pcnet_cs: add new idKen Kawasaki1-0/+1
2009-07-05bnx2x: Fix the maximal values of coalescing timeouts.Eilon Greenstein2-4/+6
2009-07-05bnx2x: Disable HC coalescing when setting timeout to zero.Eilon Greenstein1-2/+2
2009-07-05tun: Fix device unregister raceHerbert Xu1-7/+9
2009-07-05V4L/DVB (12206): get_dvb_firmware: Correct errors in MPC718 firmware extraction logicAndy Walls1-1/+2
2009-07-05V4L/DVB (12203): radio-si470x: fix lock imbalanceJiri Slaby1-3/+2
2009-07-05V4L/DVB (12202): em28xx, fix lock imbalanceJiri Slaby1-0/+1
2009-07-05V4L/DVB (12172): em28xx: Add autodetection code for Silvercrest 1.3 mpixMauro Carvalho Chehab2-1/+45
2009-07-05V4L/DVB (12171): em28xx: fix webcam usage with different output formatsMauro Carvalho Chehab2-24/+23
2009-07-05[ARM] amba: fix amba device resourcesRussell King1-1/+11
2009-07-05V4L/DVB (12169): em28xx-video: fix VIDIOC_G_FMT and VIDIOC_ENUMFMT with webcamsMauro Carvalho Chehab1-30/+49
2009-07-05V4L/DVB (12156): em28xx: Fix tuning for Terratec Cinergy T XS USB (zl10353 version)Devin Heitmueller2-2/+28
2009-07-05V4L/DVB (12139): em28xx: add other video formatsMauro Carvalho Chehab1-1/+18
2009-07-05V4L/DVB (12138): em28xx: add support for Silvercrest WebcamMauro Carvalho Chehab5-7/+69
2009-07-05V4L/DVB (12174): mt9v011: let's stick with datasheet values where it worksMauro Carvalho Chehab1-16/+7
2009-07-05V4L/DVB (12173): mt9v011: properly calculate image resolution registersMauro Carvalho Chehab1-20/+94
2009-07-05V4L/DVB (12137): mt9v011: CodingStyle fixesMauro Carvalho Chehab1-4/+7
2009-07-05V4L/DVB (12136): mt9v011: Some fixes at the register initialization tableMauro Carvalho Chehab1-6/+14
2009-07-05V4L/DVB (12135): Add a driver for mt9v011 sensorMauro Carvalho Chehab5-0/+402
2009-07-05V4L/DVB (12166): cx23885: add FIXME comment above set_frontend overrideMichael Krufky2-0/+3
2009-07-05V4L/DVB (12165): cx23885: override set_frontend to allow rf input path switching on the HVR1275Michael Krufky2-0/+31
2009-07-05V4L/DVB (12148): move V4L2_PIX_FMT_SGRBG8 to the proper placeMauro Carvalho Chehab2-4/+2
2009-07-05V4L/DVB (12182): cx18: Add DVB-T support for Yuan MPC-718 cards with an MT352 or ZL10353Andy Walls2-2/+162
2009-07-05V4L/DVB (12181): get_dvb_firmware: Add Yuan MPC718 MT352 DVB-T "firmware" extractionAndy Walls1-1/+51
2009-07-05V4L/DVB (12180): cx18: Update Yuan MPC-718 card entry with better information and guessesAndy Walls1-12/+22
2009-07-05V4L/DVB (12167): tuner-xc2028: Fix 7 MHz DVB-TAndy Walls1-1/+12
2009-07-05V4L/DVB (12160): soc-camera: fix missing clean up on error pathGuennadi Liakhovetski1-3/+7
2009-07-05V4L/DVB (12159): soc_camera: Fix debug output of supported formats countStefan Herbrechtsmeier1-1/+1
2009-07-05V4L/DVB (12153): ttpci: config TTPCI_EEPROM depends on I2CHans Verkuil1-0/+1
2009-07-05[ARM] pgtable: file pte layout documentationRussell King1-9/+14
2009-07-05[ARM] pgtable: swp pte layout documentation, definitions, and checkRussell King1-5/+25
2009-07-05[ARM] export __cpu_flush_dcache_pageRussell King1-0/+1
2009-07-05V4L/DVB (12134): vivi: bug: don't assume that S_STD will be called before streamingMauro Carvalho Chehab1-49/+50
2009-07-04x86: fix usage of bios intcall()Akinobu Mita2-4/+3
2009-07-04intel-iommu: Don't use identity mapping for PCI devices behind bridgesDavid Woodhouse1-0/+30
2009-07-04intel-iommu: Use iommu_should_identity_map() at startup time too.David Woodhouse1-11/+14
2009-07-04Linux 2.6.31-rc2Linus Torvalds1-1/+1
2009-07-04video: sm501fb: Early initialization of mm_lock mutex.Paul Mundt1-0/+2
2009-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds34-219/+228
2009-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds2-2/+5
2009-07-04Merge branch 'for-2.6.31' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+1
2009-07-04Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds107-1158/+4413
2009-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds13-40/+80
2009-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds9-12/+27
2009-07-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-2/+28
2009-07-05sh: add r8a66597 usb0 host to the se7724 boardMagnus Damm1-0/+38
2009-07-05usb: allow sh7724 to enable on-chip r8a66597Magnus Damm1-2/+2
2009-07-04intel-iommu: No mapping for non-PCI devicesDavid Woodhouse1-5/+10