summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-112-9/+4
|\
| * vgacon: use slab allocator instead of the bootmem allocatorPekka Enberg2009-06-111-3/+2
| * vt: use kzalloc() instead of the bootmem allocatorPekka Enberg2009-06-111-6/+2
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-06-118-93/+181
|\ \
| * | [libata] ata_piix: Enable parallel scanArjan van de Ven2009-06-101-0/+1
| * | sata_nv: use hardreset only for post-boot probingTejun Heo2009-06-101-50/+81
| * | [libata] ahci: Restore SB600 SATA controller 64 bit DMAShane Huang2009-06-102-2/+51
| * | ata_piix: Remove stale commentAlan Cox2009-06-101-4/+2
| * | ata_piix: Turn on hotplugging support for older chipsAlan Cox2009-06-101-2/+2
| * | ahci: misc cleanups for EM stuffTejun Heo2009-06-101-8/+10
| * | [libata] get rid of ATA_MAX_QUEUE loop in ata_qc_complete_multiple() v2Jens Axboe2009-06-101-6/+5
| * | sata_sil: enable 32-bit PIORobert Hancock2009-06-101-1/+1
| * | sata_sx4: speed up ECC initializationAlexander Beregalov2009-06-101-4/+7
| * | libata-sff: avoid byte swapping in ata_sff_data_xfer()Sergei Shtylyov2009-06-101-7/+13
| * | [libata] ahci: use less error-prone array initializersJeff Garzik2009-06-101-9/+8
* | | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-1192-1667/+1966
|\ \ \
| * | | floppy: fix hibernationOndrej Zary2009-06-101-1/+26
| * | | ramdisk: remove long-deprecated "ramdisk=" boot-time parameterRobert P. J. Day2009-06-101-6/+1
| * | | Add serial number support for virtio_blk, V4ajohn cooper2009-06-091-3/+34
| * | | Revert "block: Fix bounce limit setting in DM"Jens Axboe2009-06-091-1/+1
| * | | cciss: decode unit attention in SCSI error handling codescameron@beardog.cca.cpqcorp.net2009-06-091-7/+16
| * | | cciss: Remove no longer needed sendcmd reject processing codescameron@beardog.cca.cpqcorp.net2009-06-092-104/+3
| * | | cciss: change SCSI error handling routines to work with interrupts enabled.scameron@beardog.cca.cpqcorp.net2009-06-092-15/+12
| * | | cciss: separate error processing and command retrying code in sendcmd_withirq...scameron@beardog.cca.cpqcorp.net2009-06-092-32/+46
| * | | cciss: factor out fix target status processing code from sendcmd functionsscameron@beardog.cca.cpqcorp.net2009-06-091-22/+34
| * | | cciss: simplify interface of sendcmd() and sendcmd_withirq()scameron@beardog.cca.cpqcorp.net2009-06-093-84/+59
| * | | cciss: factor out core of sendcmd_withirq() for use by SCSI error handling codescameron@beardog.cca.cpqcorp.net2009-06-091-87/+96
| * | | cciss: Use schedule_timeout_uninterruptible in SCSI error handling codescameron@beardog.cca.cpqcorp.net2009-06-091-1/+1
| * | | block: Fix bounce limit setting in DMMartin K. Petersen2009-06-031-1/+1
| * | | cciss: use schedule_timeout_interruptible()Andrew Morton2009-06-021-2/+1
| * | | cciss: add cciss driver sysfs entriesAndrew Patterson2009-06-022-10/+281
| * | | cciss: fix SCSI device reset handlerStephen M. Cameron2009-06-022-9/+90
| * | | cciss: factor out core of sendcmd() for a more sane interfaceStephen M. Cameron2009-06-021-116/+109
| * | | ide-disk: fix missing max_sectors accessor functionMartin K. Petersen2009-05-231-1/+1
| * | | block: Use accessor functions for queue limitsMartin K. Petersen2009-05-2212-41/+44
| * | | block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-2230-47/+51
| * | | Merge branch 'master' into for-2.6.31Jens Axboe2009-05-2232-115/+156
| |\ \ \
| * \ \ \ Merge branch 'master' into for-2.6.31Jens Axboe2009-05-22297-7864/+7553
| |\ \ \ \
| * | | | | xen-blkfront: beyond ARRAY_SIZE of info->shadowRoel Kluin2009-05-221-1/+1
| * | | | | scsi_lib: remove unused variableBoaz Harrosh2009-05-191-2/+0
| * | | | | libosd: Use of new blk_make_requestBoaz Harrosh2009-05-191-25/+23
| * | | | | libosd: Use new blk_rq_map_kernBoaz Harrosh2009-05-191-22/+2
| * | | | | block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-197-11/+15
| * | | | | ub: use __blk_end_request_all()Tejun Heo2009-05-191-17/+7
| * | | | | virtio_blk: get rid of unused variableJens Axboe2009-05-181-1/+0
| * | | | | virtio_blk: SG_IO passthru supportHannes Reinecke2009-05-181-14/+50
| * | | | | virtio_blk: don't blindly derefence req->rq_diskChristoph Hellwig2009-05-181-2/+2
| * | | | | scsi: fix resid_len mis-conversion in scsi_end_request()Tejun Heo2009-05-121-6/+1
| * | | | | splice: implement default splice_read methodMiklos Szeredi2009-05-111-10/+1
| * | | | | scsi: simplify the bidi completionFUJITA Tomonori2009-05-111-30/+13
OpenPOWER on IntegriCloud