summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-05-07pcspkr: fix dependanciesStas Sergeev1-1/+1
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeJens Axboe1-4/+6
2008-05-07[S390] tty3270: fix put_char fail/success conversion.Heiko Carstens1-9/+6
2008-05-07[S390] s390mach compile warningMartin Schwidefsky1-1/+2
2008-05-07[S390] cio: Fix parsing mechanism for blacklisted devices.Michael Ernst1-154/+170
2008-05-07[S390] cio: Remove cio_msg kernel parameter.Michael Ernst9-83/+54
2008-05-07Blackfin Serial Driver: abstract away DLAB differences into headerMike Frysinger1-33/+7
2008-05-07Blackfin Serial Driver: macro away the IER differences between processorsMike Frysinger1-54/+4
2008-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds9-21/+15
2008-05-07RDMA/cxgb3: Fix severe limit on userspace memory registration sizeRoland Dreier5-94/+155
2008-05-07usb: Sparc build fix, make USB_ISP1760_OF depend on PPC_OFDavid S. Miller1-1/+1
2008-05-07RDMA/cxgb3: Don't add PBL memory to gen_pool in chunksRoland Dreier1-8/+28
2008-05-07Fix bogus warning in sysdev_driver_register()OGAWA Hirofumi1-2/+1
2008-05-06e1000e: don't return half-read eeprom on errorKok, Auke1-1/+5
2008-05-06ucc_geth: Don't use RX clock as TX clock.Joakim Tjernlund1-1/+1
2008-05-06cxgb3: Use CAP_SYS_RAWIO for firmwareAlan Cox1-2/+2
2008-05-06pcnet32: delete non NAPI code from driver.Don Fry2-71/+4
2008-05-06fs_enet: Fix a memory leak in fs_enet_mdio_probeScott Wood1-1/+2
2008-05-06[netdrvr] eexpress: IPv6 fails - multicast problemsBruce Robson1-5/+6
2008-05-063c59x: use netstats in net_device structurePaulius Zaleckas1-36/+35
2008-05-063c980-TX needs EXTRA_PREAMBLEGunnar Larisch1-1/+1
2008-05-06Merge branch 'for-2.6.26' of git://git.farnsworth.org/dale/linux-2.6-mv643xx_...Jeff Garzik1-37/+123
2008-05-06Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-399/+1207
2008-05-06fix warning in drivers/net/appletalk/cops.cJeff Garzik1-11/+5
2008-05-06e1000e: Add support for BM PHYs on ICH9Bruce Allan7-21/+748
2008-05-06uli526x: fix endianness issues in the setup frameAnton Vorontsov1-12/+18
2008-05-06uli526x: initialize the hardware prior to requesting interruptsAnton Vorontsov1-4/+4
2008-05-06ucc_geth: Fix a bunch of sparse warningsAndy Fleming4-160/+174
2008-05-06phylib: Fix some sparse warningsAndy Fleming1-1/+1
2008-05-06gianfar: Fix a locking bug in gianfar's sysfs codeAndy Fleming3-6/+12
2008-05-06bonding: fix enslavement error unwindsJay Vosburgh1-7/+7
2008-05-06bonding: Deadlock between bonding_store_bonds and bond_destroy_sysfs.Pavel Emelyanov1-2/+4
2008-05-06bonding: fix error unwind in bonding_store_bondsJay Vosburgh1-8/+8
2008-05-06bonding: Do not call free_netdev for already registered device.Pavel Emelyanov1-1/+3
2008-05-06pata_atiixp: Don't disableAlan Cox2-0/+12
2008-05-06sata_inic162x: update intro comment, up the version and drop EXPERIMENTALTejun Heo2-10/+30
2008-05-06sata_inic162x: add cardbus supportTejun Heo1-12/+24
2008-05-06sata_inic162x: kill now unused SFF related stuffTejun Heo1-51/+18
2008-05-06sata_inic162x: use IDMA for ATAPI commandsTejun Heo1-34/+47
2008-05-06sata_inic162x: use IDMA for non DMA ATA commandsTejun Heo1-34/+15
2008-05-06sata_inic162x: kill now unused bmdma related stuffTejun Heo1-98/+5
2008-05-06sata_inic162x: use IDMA for ATA_PROT_DMATejun Heo1-35/+235
2008-05-06sata_inic162x: update TF read handlingTejun Heo1-2/+45
2008-05-06sata_inic162x: add / update constantsTejun Heo1-3/+56
2008-05-06sata_inic162x: misc clean upsTejun Heo1-13/+5
2008-05-06sata_mv use hweight16() for bit counting (V2)Mark Lord1-12/+6
2008-05-06sata_mv NCQ-EH for FIS-based switchingMark Lord1-0/+165
2008-05-06sata_mv delayed eh handlingMark Lord1-1/+37
2008-05-06libata: export ata_eh_analyze_ncq_errorMark Lord2-1/+2
2008-05-06sata_mv new mv_port_intr functionMark Lord1-36/+48