aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-11Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds61-833/+1562
2007-05-11Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds2-20/+18
2007-05-11x86_64: off-by-two error in aperture.cAndrew Hastings1-1/+1
2007-05-11Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-ip22Linus Torvalds2-190/+157
2007-05-11Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+1
2007-05-11Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds11-36/+169
2007-05-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-3/+684
2007-05-11Input: evdev - fix overflow in compat_ioctlKenichi Nagai1-1/+1
2007-05-11Convert SGI IP22 and specific drivers to platform_device.Ralf Baechle2-190/+157
2007-05-11md: improve the is_mddev_idle testNeilBrown1-1/+1
2007-05-11VIDEO: remove archaic if[] construct from Kconfig fileRobert P. J. Day1-7/+0
2007-05-11pm2fb: fb_sync addedAntonino A. Daplas1-17/+21
2007-05-11nvidiafb: Enable debugging messages a Kconfig optionJean Delvare2-2/+10
2007-05-11rivafb: Fix I2C getscl callback functionJean Delvare1-2/+0
2007-05-11atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driverNicolas Ferre3-0/+769
2007-05-11pm3fb: Preliminary 2.4 to 2.6 portKrzysztof Helt2-3307/+683
2007-05-11fbdev: geforce 7300 cleanupMichal Piotrowski1-1/+3
2007-05-11Kill unused sesssion and group values in rocket driverSukadev Bhattiprolu2-5/+0
2007-05-11rtc-rs5c313.c: add error handling to avoid hardware hangupkogiidena1-1/+18
2007-05-11rtc-rs5c313.c: rtc_time value are fixedkogiidena1-1/+2
2007-05-11rtc-rs5c313.c: error and warning are fixedkogiidena2-4/+4
2007-05-11MPC52xx PSC SPI master driverDragos Carp3-0/+662
2007-05-11tty: add compat_ioctlPaul Fulghum2-19/+53
2007-05-11Overrun in drivers/char/rio/riocmd.cEric Sesterhenn / Snakebyte1-1/+1
2007-05-11synclink_gt: add compat_ioctlPaul Fulghum1-0/+107
2007-05-11[MIPS] Use RTC_CMOS for CobaltYoichi Yuasa1-1/+1
2007-05-10[IrDA]: KingSun/DonShine USB IrDA dongle support.Alex Villac�s Lasso3-0/+672
2007-05-10[Bluetooth] Fix unintentional fall-through in HCI line disciplineMarcel Holtmann1-0/+1
2007-05-10[Bluetooth] Fix NULL pointer dereference in HCI line disciplineMarcel Holtmann1-1/+3
2007-05-10[Bluetooth] Add HCIUARTGETDEVICE support for HCI line disciplineMarcel Holtmann2-2/+8
2007-05-10Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds14-879/+496
2007-05-10Fix ixp4xx compile errorFrederik Deweerdt1-1/+1
2007-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds6-24/+25
2007-05-10Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2-35/+122
2007-05-10Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds55-685/+664
2007-05-10Merge branch 'juju' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds16-0/+7957
2007-05-10[IA64] drivers/char/snsc_event.c:206: warning: unused variable `p'Tony Luck1-2/+0
2007-05-10Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds55-152/+150
2007-05-10[IA64] Fix warnings resulting from type-checking in dev_dbg()Tony Luck1-18/+18
2007-05-10i2c-at91: compile fix (IS_ERR)Alexey Dobriyan1-0/+1
2007-05-10i2c-at91 supports new-style i2c driversDavid Brownell1-1/+5
2007-05-10md: avoid a possibility that a read error can wrongly propagate through md/raid1 to a filesystem.NeilBrown1-14/+19
2007-05-10drivers/hwmon: switch to using input_dev->dev.parentDmitry Torokhov3-3/+3
2007-05-10arm: fix i2c-pxa buildRussell King1-1/+1
2007-05-10firewire: Convert OHCI driver to use standard goto unwinding for error handling.Kristian Høgsberg1-44/+42
2007-05-10firewire: Always use parens with sizeof.Kristian Høgsberg7-65/+65
2007-05-10firewire: Drop single buffer request support.Kristian Høgsberg1-42/+1
2007-05-10firewire: Add a comment to describe why we split the sg list.Kristian Høgsberg, Stefan Richter1-1/+4
2007-05-10firewire: Return SCSI_MLQUEUE_HOST_BUSY for out of memory cases in queuecommand.Kristian Høgsberg1-4/+4
2007-05-10firewire: Handle the last few DMA mapping error cases.Kristian Høgsberg1-7/+26