summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | libata: handle broken cable reportingAlan Cox2007-11-051-1/+20
| * | | | | pata_hpt37x: Fix outstanding bug reports on the HPT374 and 37x cable detectAlan Cox2007-11-051-13/+36
| * | | | | ata_piix: Add additional PCI identifier for 40 wire short cableAlan Cox2007-11-051-0/+1
| * | | | | pata_serverworks: Fix problem with some drive combinationsAlan Cox2007-11-051-6/+5
| * | | | | libata: Don't disable dipm with SET FEATURESKristen Carlson Accardi2007-11-041-8/+10
| | |_|_|/ | |/| | |
* | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-11-054-9/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | phylib: Silence driver registrationOlof Johansson2007-11-051-1/+1
| * | | | phylib: Add ID for Marvell 88E1240Olof Johansson2007-11-051-5/+18
| * | | | 82596: free nonexistent resource fixEvgeniy Dushistov2007-11-051-1/+2
| * | | | SUNHME: Fix missing NETIF_F_VLAN_CHALLENGED on PCI happy mealsDavid Miller2007-11-051-2/+2
| |/ / /
* | | | ata_piix: Add additional PCI identifier for 40 wire short cableAlan Cox2007-11-051-0/+1
* | | | telephony: phonedev panics if unregistering device not registered [Bug 9266]Matti Linnanvuori2007-11-051-3/+2
* | | | md: fix misapplied patch in raid5.cNeil Brown2007-11-051-7/+7
* | | | virtio/virtcons: fix section mismatch warningRandy Dunlap2007-11-051-1/+1
* | | | rtc: m48t59 fix section mismatch warningRandy Dunlap2007-11-051-3/+3
* | | | paride: fix 'and' typo in drivers/block/paride/pt.cRoel Kluin2007-11-051-1/+1
* | | | serial: fix compile warning about putcYinghai Lu2007-11-051-2/+2
* | | | i2o: debug messages correctedVasily Averin2007-11-051-2/+2
* | | | i4l: errors with assignments in ifRoel Kluin2007-11-051-1/+1
* | | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds2007-11-051-9/+11
|\ \ \ \
| * | | | leds: bugfixes for leds-gpioDavid Brownell2007-11-051-9/+11
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-11-0517-58/+121
|\ \ \ \ \
| * | | | | PCI: Add Kconfig option to disable deprecated pci_find_* APIJeff Garzik2007-11-0511-26/+49
| * | | | | PCI: pciserial_resume_one ignored return value of pci_enable_deviceDirk Hohndel2007-11-051-1/+4
| * | | | | PCI Hotplug: cpqhp_pushbutton_thread(): remove a pointless if() checkAdrian Bunk2007-11-051-9/+7
| * | | | | PCI: make pci_match_device() staticAdrian Bunk2007-11-051-3/+2
| * | | | | PCI: Remove 3 incorrect MSI quirks.David Miller2007-11-051-3/+0
| * | | | | PCI: Add MSI INTX_DISABLE quirks for ATI SB700/800 SATA and IXP SB400 USBDavid Miller2007-11-051-0/+20
| * | | | | PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set.David Miller2007-11-053-15/+36
| * | | | | PCI: Add MSI quirk for ServerWorks HT1000 PCIX bridge.David Miller2007-11-051-0/+3
| * | | | | PCI: Revert "PCI: disable MSI by default on systems with Serverworks HT1000 c...David Miller2007-11-051-1/+0
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-11-057-11/+38
|\ \ \ \ \
| * | | | | ide: fix IDE_HFLAG_NO_ATAPI_DMA handling in config_drive_for_dma()Bartlomiej Zolnierkiewicz2007-11-051-1/+1
| * | | | | ide: move ide_fixstring() documentation to ide-iops.c from ide.hBartlomiej Zolnierkiewicz2007-11-051-0/+7
| * | | | | ide: add missing #ifdef/#endif CONFIG_IDE_TASK_IOCTLBartlomiej Zolnierkiewicz2007-11-051-0/+2
| * | | | | ide: fix ide_find_dma_mode() to print human-readable infoBartlomiej Zolnierkiewicz2007-11-051-1/+2
| * | | | | ide: add missing rq.ref_count initialization to ide_diag_taskfile()Bartlomiej Zolnierkiewicz2007-11-051-0/+1
| * | | | | ide: clear HOB bit for REQ_TYPE_ATA_TASK requests in ide_end_drive_cmd()Bartlomiej Zolnierkiewicz2007-11-051-0/+2
| * | | | | ide: check rq->cmd_type in drive_cmd_intr()Bartlomiej Zolnierkiewicz2007-11-051-1/+2
| * | | | | ide/Kconfig: fix BLK_DEV_OFFBOARD dependenciesBartlomiej Zolnierkiewicz2007-11-051-1/+2
| * | | | | ide: unexport ide_fix_driveidAdrian Bunk2007-11-051-3/+0
| * | | | | ide/Kconfig: add IDEDISK_MULTI_MODE text adapted from hdparm manual pageMatti Linnanvuori2007-11-051-3/+16
| * | | | | ide: do_identify() string termination fixTejun Heo2007-11-051-2/+3
| * | | | | piix: add support for ICH7 on Acer 5602aWLMisebdeg@ngi.it2007-11-051-0/+1
| |/ / / /
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mcheha...Linus Torvalds2007-11-0525-73/+222
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | V4L/DVB (6548): pvrusb2: Fix oops on module removalMike Isely2007-11-041-3/+2
| * | | | V4L/DVB (6547): V4L: remove PCI from VIDEO_VIVI dependsBrandon Philips2007-11-041-1/+1
| * | | | V4L/DVB (6532): Add the remaining addresses for tda9887Mauro Carvalho Chehab2007-11-041-2/+3
| * | | | V4L/DVB (6531): Fix a regression caused by commit 153962364dc6fa4a24571885fbe...Ludovico Cavedon2007-11-041-0/+1
| * | | | V4L/DVB (6518): Fix tvp5150 default valuesMauro Carvalho Chehab2007-11-041-8/+8
OpenPOWER on IntegriCloud