summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * [SCSI] scsi: Scsi_Cmnd convertion in arm subtreeHenne2006-10-037-97/+108
| * [SCSI] scsi: Convertion to struct scsi_cmnd in ips-driverHenne2006-10-032-53/+46
| * [SCSI] enable clustering for tmscsimGuennadi Liakhovetski2006-10-031-1/+11
| * [SCSI] scsi_devinfo: scsi2 HP and Hitachi entriesMike Christie2006-10-011-0/+13
| * [SCSI] scsi_devinfo: add nec iStorageMike Christie2006-10-011-0/+1
| * [SCSI] scsi_devinfo: add TornadoMike Christie2006-10-011-0/+1
| * [SCSI] scsi_devinfo: add EMC InvistaMike Christie2006-10-011-0/+1
| * [SCSI] trivial scsi_execute_async fixArne Redlich2006-10-011-1/+1
| * [SCSI] stex: add new device (id 0x8650) supportEd Lin2006-10-011-30/+164
| * [SCSI] stex: cancel unused field in struct req_msgEd Lin2006-10-011-2/+1
| * [SCSI] fix scsi_device_types overrun in scsi.cEric Sesterhenn2006-10-011-1/+1
| * [SCSI] aic7xxx: fix byte I/O order in ahd_inwDenis Vlasenko2006-10-012-2/+4
| * [SCSI] Switch ips to pci_register from pci_moduleAlan Cox2006-10-011-1/+1
| * [SCSI] Signedness issue in drivers/scsi/ipr.cEric Sesterhenn2006-09-261-1/+1
| * [SCSI] pci_module_init conversion in scsi subsystemHenrik Kretzschmar2006-09-2610-11/+10
| * [SCSI] Signdness issue in drivers/scsi/osst.cEric Sesterhenn2006-09-261-2/+1
| * [SCSI] scsi: included header cleanupHenrik Kretzschmar2006-09-261-3/+4
| * [SCSI] drivers/message/fusion/linux_compat.h Removal of old codeMichal Piotrowski2006-09-261-9/+0
| * [SCSI] drivers/scsi/gdth.h: removal of old scsi codeMichal Piotrowski2006-09-261-10/+0
| * [SCSI] drivers/scsi/dpt/dpti_i2o.h: removal of old scsi codeMichal Piotrowski2006-09-261-10/+0
| * [SCSI] megaraid: Use the proper type to hold the irq number.Eric W. Biederman2006-09-261-1/+1
| * [SCSI] 3w-xxxx: fix "ATA UDMA upgrade" message numberAlexey Dobriyan2006-09-261-1/+1
| * [SCSI] drivers/scsi/nsp32.h: removal of old scsi codeMichal Piotrowski2006-09-261-42/+0
| * [SCSI] dc395x: fix printk format warningRandy Dunlap2006-09-261-1/+1
| * [SCSI] ipr: Support attaching SATA devicesBrian King2006-09-263-22/+681
| * [SCSI] seagate: remove header and convert to struct scsi_cmndHenrik Kretzschmar2006-09-263-29/+11
| * [SCSI] qla1280 command timeoutJes Sorensen2006-09-261-2/+2
| * [SCSI] aic94xx: require firmware loaderMuli Ben-Yehuda2006-09-261-0/+1
| * [SCSI] sg: fixes for large page_sizeDouglas Gilbert2006-09-261-13/+40
| * [SCSI] lpfc: don't free mempool if mailbox is busyJames Smart2006-09-261-2/+4
* | [S390] cio: improve unit check handling for internal operationsPeter Oberparleiter2006-10-041-4/+4
* | [S390] cio: add timeout handler for internal operations.Peter Oberparleiter2006-10-041-0/+3
* | [S390] zcrypt device registration/unregistration race.Ralph Wuerthner2006-10-041-11/+12
* | [S390] Add timeouts during sense PGID, path verification and disband PGID.Cornelia Huck2006-10-043-0/+13
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2006-10-0412-77/+201
|\ \
| * | V4L/DVB (4712): Fix warning when compiling on x86_i64Mauro Carvalho Chehab2006-10-041-2/+3
| * | V4L/DVB (4711): Radio: No need to return voidTobias Klauser2006-10-041-1/+1
| * | V4L/DVB (4708): Add tveeprom support for Philips FM1236/FM1216ME MK5Hans Verkuil2006-10-041-2/+2
| * | V4L/DVB (4707): 4linux: complete conversion to hotplug safe PCI APIAlan Cox2006-10-042-13/+18
| * | V4L/DVB (4706): Do not enable VIDEO_V4L2 unconditionallyMaciej W. Rozycki2006-10-041-0/+1
| * | V4L/DVB (4704): SAA713x: fixed compile warning in SECAM fixupHartmut Hackmann2006-10-041-3/+6
| * | V4L/DVB (4703): Add support for the ASUS EUROPA2 OEM boardHartmut Hackmann2006-10-043-0/+48
| * | V4L/DVB (4702): Fix: set antenna input for DVB-T for Asus P7131 Dual hybridHermann Pitton2006-10-041-2/+30
| * | V4L/DVB (4701): Saa713x audio fixesHartmut Hackmann2006-10-043-56/+95
| * | V4L/DVB (4676a): Remove Kconfig item for DiB7000M supportMauro Carvalho Chehab2006-10-041-1/+0
* | | [PATCH] atmel_serial: Fix roundoff error in atmel_console_get_optionsHaavard Skinnemoen2006-10-041-1/+7
* | | [PATCH] atmel_serial: Support AVR32Haavard Skinnemoen2006-10-042-12/+16
* | | [PATCH] atmel_serial: Pass fixed register mappings through platform_dataHaavard Skinnemoen2006-10-041-2/+3
* | | [PATCH] atmel_serial: Rename at91_register_uart_fnsHaavard Skinnemoen2006-10-041-9/+9
* | | [PATCH] serial: Rename PORT_AT91 -> PORT_ATMELHaavard Skinnemoen2006-10-041-3/+3
OpenPOWER on IntegriCloud