summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-04-15Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-40/+409
2009-04-14drm/i915: fix scheduling while holding the new active list spinlockShaohua Li1-1/+12
2009-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-4/+31
2009-04-14Fix lpfc_parse_bg_err()'s use of do_div()David Howells1-1/+1
2009-04-14parport: Fix various uses of parport_pcAlan Cox1-1/+2
2009-04-14tty: Fix leak in ti-usbAlan Cox1-12/+14
2009-04-14cdc-acm: Fix long standing abuse of tty->low_latencyAlan Cox1-4/+0
2009-04-14[S390] dasd: fix idaw boundary checking for track based ccwStefan Weinhuber1-4/+12
2009-04-14[S390] dasd: Use the new async framework for autoonlining.Cornelia Huck1-12/+25
2009-04-14[S390] qdio: remove dead timeout handlerJan Glauber1-41/+2
2009-04-14tun: Fix crash with non-GSO usersHerbert Xu1-2/+3
2009-04-14be2net: fix for default setting of pause auto-negotiationAjit Khaparde1-2/+2
2009-04-14Merge branch 'for-rc1/xen/core' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-12/+33
2009-04-14eth_v10: convert to net_device_opsAlexander Beregalov1-12/+18
2009-04-14ioc3-eth: convert to net_device_opsAlexander Beregalov1-8/+14
2009-04-14isa-skeleton: convert to net_device_opsAlexander Beregalov1-7/+13
2009-04-14mac89x0: convert to net_device_opsAlexander Beregalov1-6/+12
2009-04-14macb: convert to net_device_opsAlexander Beregalov1-6/+13
2009-04-14macsonic: convert to net_device_opsAlexander Beregalov1-6/+13
2009-04-14sh_eth: convert to net_device_opsAlexander Beregalov1-7/+14
2009-04-14sun3_82586: convert to net_device_opsAlexander Beregalov1-6/+13
2009-04-14tc35815: convert to net_device_opsAlexander Beregalov1-10/+17
2009-04-14tsi108_eth: convert to net_device_opsAlexander Beregalov1-7/+13
2009-04-14xtsonic: convert to net_device_opsAlexander Beregalov1-6/+13
2009-04-14edac: use to_delayed_work()Jean Delvare3-3/+3
2009-04-14edac: fix local pci_write_bits32Jeff Haran1-2/+10
2009-04-14sgi-xpc: clean up numerous globalsRobin Holt6-295/+254
2009-04-14sgi-xpc: implement opencomplete messagingRobin Holt5-61/+124
2009-04-14sgi-xpc: prevent false heartbeat failuresRobin Holt4-152/+123
2009-04-14Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang12-27/+27
2009-04-14intelfb: support i854Stefan Husemann5-0/+12
2009-04-14at25: make input buffers of at25_*write() constGeert Uytterhoeven1-2/+3
2009-04-14at24: make input buffers of at24_*write() constGeert Uytterhoeven1-4/+4
2009-04-14sysrq: remove duplicated #includeHuang Weiyi1-1/+0
2009-04-14spi: spi_write_then_read() bugfixesDavid Brownell1-8/+14
2009-04-14cirrusfb: do not allow unsupported pixel depthKrzysztof Helt1-3/+1
2009-04-14drivers/video/aty/radeon_base.c: fix typo in commentPaul Menzel1-2/+2
2009-04-14sisfb: fix color component length for pseudocolor modesMichal Januszewski1-1/+1
2009-04-14sa1100fb: fix color component length for pseudocolor modesMichal Januszewski2-8/+14
2009-04-14s3fb: fix color component length for pseudocolor modesMichal Januszewski1-3/+3
2009-04-14hwmon: sht15 humidity sensor driverJonathan Cameron3-0/+703
2009-04-14efifb: exit if framebuffer address is invalidMatthew Garrett1-2/+5
2009-04-14uvesafb: fix color component length for pseudocolor modesMichal Januszewski1-25/+10
2009-04-14fbdev: fix color component field length documentationMichal Januszewski2-7/+12
2009-04-14fbdev: fix info->lock deadlock in fbcon_event_notify()Andrea Righi4-58/+22
2009-04-14hp_accel: remove unused #include <version.h>Huang Weiyi1-1/+0
2009-04-14phylib: Add interrupt source check function to M88E1121R driverAnatolij Gustschin1-0/+13
2009-04-14phylib: Allow early-out in phy_changeAnatolij Gustschin1-0/+9
2009-04-14phylib: Basic support for the M88E1121R Marvell chipSergei Poselenov1-0/+41
2009-04-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller123-1992/+5467