summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2006-01-315-19/+72
|\
| * [AGPGART] 945GM support for agpgartAlan Hourihane2006-01-191-2/+13
| * [AGPGART] Semaphore to Mutex conversion.akpm@osdl.org2006-01-161-14/+14
| * [AGPGART] Suspend/Resume support for ATI GARTakpm@osdl.org2006-01-161-0/+20
| * [AGPGART] Suspend/Resume support for AMD64 GART.akpm@osdl.org2006-01-161-0/+24
| * [AGPGART] Loop cleanupDaniel =?ISO-8859-1?Q?Marjam=E4ki2006-01-161-3/+1
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-01-315-6/+28
|\ \
| * | IB/mthca: Use correct GID in MADs sent on port 2Michael S. Tsirkin2006-01-211-1/+1
| * | IPoIB: Lock accesses to multicast packet queuesMichael S. Tsirkin2006-01-171-3/+22
| * | IB/sa_query: Flush scheduled work before unloading moduleMichael S. Tsirkin2006-01-171-0/+2
| * | IB/uverbs: Flush scheduled work before unloading moduleMichael S. Tsirkin2006-01-171-0/+1
| * | IPoIB: Make sure path is fully initialized before using itMichael S. Tsirkin2006-01-171-2/+2
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-01-314-112/+129
|\ \ \
| * | | [CPUFREQ] Get rid of userspace policy struct, make userspace gov _PPC safe.Thomas Renninger2006-01-271-25/+28
| * | | [CPUFREQ] _PPC frequency change issuesThomas Renninger2006-01-261-0/+8
| * | | [CPUFREQ] Don't free held mutex in cpufreq_add_dev()Andrew Morton2006-01-181-2/+4
| * | | [CPUFREQ] convert remaining cpufreq semaphore to a mutexArjan van de Ven2006-01-181-18/+19
| * | | [CPUFREQ] Convert drivers/cpufreq semaphores to mutexes.akpm@osdl.org2006-01-184-67/+70
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2006-01-3144-1316/+2068
|\ \ \ \
| * | | | [SCSI] ServeRAID: prevent seeing DADSI devicesJack Hammer2006-01-311-12/+14
| * | | | [SCSI] fusion: add message sanity checkMoore, Eric2006-01-311-1/+14
| * | | | [SCSI] fusion: unloading the driver - only set asyn narrow for configured dev...Moore, Eric2006-01-311-6/+8
| * | | | [SCSI] fusion: unloading the driver results in panic - fixMoore, Eric2006-01-311-4/+10
| * | | | [SCSI] mptsas: don't complain on bogus slave_alloc callsChristoph Hellwig2006-01-311-2/+1
| * | | | [SCSI] fusion: add task managment response code infoMoore, Eric2006-01-311-0/+41
| * | | | [SCSI] fusion: add MSI supportChristoph Hellwig2006-01-311-0/+11
| * | | | [SCSI] fusion: overrun tape fixMoore, Eric2006-01-311-1/+2
| * | | | [SCSI] fusion: add verbose messages for RAID actionsMoore, Eric2006-01-311-0/+136
| * | | | [SCSI] fusion: increase reply frame size from 0x40 to 0x50 bytesMoore, Eric2006-01-311-1/+1
| * | | | [SCSI] fusion: setting timeouts in eh threads appropiatley for fc/sas/spiChristoph Hellwig2006-01-311-3/+17
| * | | | [SCSI] fusion: mptsas, increase discovery timout to 300 secondsMoore, Eric2006-01-311-6/+9
| * | | | [SCSI] fusion: spi bus reset when driver loadsMoore, Eric2006-01-312-1/+17
| * | | | [SCSI] aic79xx: Fix timer handlingHannes Reinecke2006-01-314-26/+17
| * | | | [SCSI] aic79xx: SLOWCRC fixHannes Reinecke2006-01-314-3/+49
| * | | | [SCSI] aic79xx: sequencer fixesHannes Reinecke2006-01-319-553/+834
| * | | | [SCSI] aic7xxx: Update aicasmHannes Reinecke2006-01-314-17/+140
| * | | | [SCSI] fusion: fix compileJames Bottomley2006-01-312-2/+3
| * | | | [SCSI] fusion: bump versionMoore, Eric2006-01-311-2/+2
| * | | | [SCSI] fusion: FC rport code fixesMichael Reed2006-01-313-63/+151
| * | | | [SCSI] fusion: move sas persistent event handling over to the mptsas moduleMoore, Eric2006-01-313-19/+17
| * | | | [SCSI] fusion: target reset when drive is being removedMoore, Eric2006-01-311-1/+23
| * | | | [SCSI] fusion: add support for raid hot add/del supportMoore, Eric2006-01-311-25/+173
| * | | | [SCSI] scsi_transport_sas.c: display port identifierMoore, Eric2006-01-311-3/+3
| * | | | [SCSI] megaraid_sas: new template defined to represent each type of controllersSumant Patro2006-01-292-42/+109
| * | | | [SCSI] megaraid_sas: cleanup queue command pathSumant Patro2006-01-292-119/+53
| * | | | [SCSI] Prevent scsi_execute_async from guessing cdb lengthbrking@us.ibm.com2006-01-264-5/+6
| * | | | [SCSI] ips soft lockup during reset/initializationJack Hammer2006-01-261-14/+14
| * | | | [SCSI] qla2xxx: Drop legacy 'bypass lun scan for tape device' code.andrew.vasquez@qlogic.com2006-01-261-26/+0
| * | | | [SCSI] qla2xxx: Correct issue where the rport's upcall was not being made aft...andrew.vasquez@qlogic.com2006-01-263-9/+4
| * | | | [SCSI] qla2xxx: Correct synchronization issues during rport addition/deletion.andrew.vasquez@qlogic.com2006-01-265-34/+91
OpenPOWER on IntegriCloud