summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2009-01-099-21/+14
|\
| * parisc: remove dead BIO_VMERGE_BOUNDARY and BIO_VMERGE_MAX_SIZE definitionsFUJITA Tomonori2009-01-052-4/+0
| * parisc: set_time() catch errorsRoel Kluin2009-01-051-1/+2
| * parisc: drivers/parisc/: make code staticAdrian Bunk2009-01-058-16/+12
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-0911-532/+757
|\ \
| * | ioat: fix self test for multi-channel caseDan Williams2009-01-061-6/+7
| * | dmaengine: bump initcall level to arch_initcallDan Williams2009-01-062-3/+3
| * | dmaengine: advertise all channels on a device to dma_filter_fnDan Williams2009-01-061-20/+13
| * | dmaengine: use idr for registering dma device numbersDan Williams2009-01-061-2/+25
| * | dmaengine: add a release for dma class devices and dependent infrastructureDan Williams2009-01-064-72/+141
| * | ioat: do not perform removal actions at shutdownDan Williams2009-01-061-58/+34
| * | iop-adma: enable module removalDan Williams2009-01-061-4/+0
| * | iop-adma: kill debug BUG_ONDan Williams2009-01-061-2/+0
| * | iop-adma: let devm do its job, don't duplicate freeDan Williams2009-01-061-13/+0
| * | dmaengine: kill enum dma_state_clientDan Williams2009-01-063-17/+11
| * | dmaengine: remove 'bigref' infrastructureDan Williams2009-01-063-80/+9
| * | dmaengine: kill struct dma_client and supporting infrastructureDan Williams2009-01-067-87/+13
| * | dmaengine: replace dma_async_client_register with dmaengine_getDan Williams2009-01-061-16/+6
| * | atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams2009-01-063-98/+33
| * | dmatest: convert to dma_request_channelDan Williams2009-01-061-72/+43
| * | dmaengine: introduce dma_request_channel and private channelsDan Williams2009-01-061-16/+139
| * | dmaengine: provide a common 'issue_pending_all' implementationDan Williams2009-01-061-3/+24
| * | dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams2009-01-061-1/+167
| * | dmaengine: up-level reference counting to the module levelDan Williams2009-01-064-83/+130
| * | dmaengine: remove dependency on async_txDan Williams2009-01-054-6/+86
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-01-0859-836/+1816
|\ \
| * | [SCSI] qla2xxx: Update version number to 8.03.00-k1.Andrew Vasquez2009-01-071-3/+3
| * | [SCSI] qla2xxx: Add ISP81XX support.Andrew Vasquez2009-01-0713-109/+1234
| * | [SCSI] qla2xxx: Use proper request/response queues with MQ instantiations.Andrew Vasquez2009-01-076-13/+11
| * | [SCSI] qla2xxx: Correct MQ-chain information retrieval during a firmware dump.Andrew Vasquez2009-01-071-37/+40
| * | [SCSI] qla2xxx: Collapse EFT/FCE copy procedures during a firmware dump.Andrew Vasquez2009-01-073-27/+53
| * | [SCSI] qla2xxx: Don't pollute kernel logs with ZIO/RIO status messages.Andrew Vasquez2009-01-071-4/+1
| * | [SCSI] qla2xxx: Don't fallback to interrupt-polling during re-initialization ...Andrew Vasquez2009-01-074-3/+9
| * | [SCSI] qla2xxx: Remove support for reading/writing HW-event-log.Andrew Vasquez2009-01-077-186/+2
| * | [SCSI] cxgb3i: add missing includeAl Viro2009-01-071-0/+1
| * | [SCSI] scsi_lib: fix DID_RESET status problemsJames Bottomley2009-01-071-16/+27
| * | [SCSI] fc transport: restore missing dev_loss_tmo callback to LLDDJames Smart2009-01-061-2/+19
| * | [SCSI] aha152x_cs: Fix regression that keeps driver from using shared interruptsLarry Finger2009-01-051-1/+1
| * | [SCSI] sd: Correctly handle 6-byte commands with DIXMartin K. Petersen2009-01-051-0/+4
| * | [SCSI] sd: DIF: Fix tagging on platforms with signed charMartin K. Petersen2009-01-051-4/+4
| * | [SCSI] sd: DIF: Show app tag on errorMartin K. Petersen2009-01-051-2/+3
| * | [SCSI] Fix error handling for DIF/DIXMartin K. Petersen2009-01-051-1/+8
| * | [SCSI] scsi_lib: don't decrement busy counters when inserting commandsJames Bottomley2009-01-051-22/+39
| * | [SCSI] libsas: fix test for negative unsigned and typosRoel Kluin2009-01-021-6/+6
| * | [SCSI] a2091, gvp11: kill warn_unused_result warningsGeert Uytterhoeven2009-01-022-8/+18
| * | [SCSI] fusion: Move a dereference below a NULL testJulia Lawall2009-01-021-2/+3
| * | [SCSI] mvsas: increase port type detection delay to suit Seagate's 10k6 drive...Reinhard Nissl2009-01-021-1/+1
| * | [SCSI] st: retry enlarge_buffer allocationKai Makisara2009-01-021-1/+10
| * | [SCSI] st: integrate st_scsi_kern_execute and st_do_scsiKai Makisara2009-01-021-136/+66
| * | [SCSI] st: remove unused frp_sg_currentFUJITA Tomonori2009-01-022-3/+0