aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-03-12[SCSI] qla2xxx: Add ISP54xx support.andrew.vasquez@qlogic.com10-63/+92
2006-03-12[SCSI] qla2xxx: Convert IS_QLA*() defines to bit-operations.andrew.vasquez@qlogic.com4-81/+89
2006-03-12[SCSI] fix two leaks in scsi_alloc_sdev failure pathsDave Jones1-0/+1
2006-03-12[SCSI] Make sgiwd93_detect and sgiwd93_detect static.Ralf Baechle1-2/+2
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: don't use parenthesis with "return"Alexey Dobriyan1-65/+65
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: LindentAlexey Dobriyan1-4700/+4490
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: untypedef struct SCCBcardAlexey Dobriyan1-72/+71
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: untypedef struct NVRAMInfoAlexey Dobriyan1-14/+13
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: untypedef struct SCCBMgr_tar_infoAlexey Dobriyan1-27/+26
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: untypedef struct SCCBMgr_infoAlexey Dobriyan1-8/+7
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: untypedef struct _SCCBAlexey Dobriyan1-72/+71
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: use standard fixed size typesAlexey Dobriyan1-12/+6
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: remove ushort_ptrAlexey Dobriyan1-3/+2
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: remove ULONGAlexey Dobriyan1-191/+190
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: remove UINTAlexey Dobriyan1-8/+7
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: remove USHORTAlexey Dobriyan1-59/+58
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: remove UCHARAlexey Dobriyan1-339/+338
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: remove trivial wrappersAlexey Dobriyan1-35/+19
2006-03-12[SCSI] drivers/scsi/FlashPoint.c: remove unused thingsAlexey Dobriyan1-344/+1
2006-03-12[SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsiRene Herman6-6/+30
2006-03-12[SCSI] aic79xx: Avoid renegotiation on inquiryHannes Reinecke1-24/+0
2006-03-12[SCSI] aic79xx: use BIOS settingsHannes Reinecke1-7/+28
2006-03-12[SCSI] aic79xx: Invalid Sequencer interrupt occuredHannes Reinecke1-2/+6
2006-03-12[SCSI] aic79xx: Update error recoveryHannes Reinecke1-124/+201
2006-03-12[SCSI] aic79xx: Remove dead codeHannes Reinecke3-62/+0
2006-03-12[SCSI] aic79xx: use tcq functionsHannes Reinecke1-9/+5
2006-03-12[SCSI] aic79xx: remove qfrozenHannes Reinecke2-82/+27
2006-03-12[SCSI] lpfc 8.1.4 : Change version number to 8.1.4James Smart1-1/+1
2006-03-12[SCSI] lpfc 8.1.4 : Two misc fixesJames Smart2-1/+3
2006-03-12[SCSI] lpfc 8.1.4 : Introduce lpfc_reset_barrier() function for resets on dua...James Smart5-9/+100
2006-03-12[SCSI] lpfc 8.1.4 : Fixed a timer panic due to timer firing after freeing ndlpJames Smart2-0/+15
2006-03-12[SCSI] lpfc 8.1.4 : Fixed RSCN handling when a PLOGI is in retryJames Smart4-45/+52
2006-03-12[SCSI] lpfc 8.1.4 : Fix Discovery processing for NPorts that change their NPo...James Smart4-94/+204
2006-03-12[SCSI] i2o: fix memory leak in i2o_exec_lct_modifiedVasily Averin1-4/+17
2006-03-12[SCSI] wd33c93: Fix missing prototypes by including <linux/interrupt.h>.Ralf Baechle1-1/+1
2006-03-09[SCSI] add missing transport_container_unregister in sas classJames Bottomley1-0/+1
2006-03-07[SCSI] sr: partial revert of 24669f75a3231fa37444977c92d1f4838bec1233James Bottomley1-2/+4
2006-03-07[SCSI] osst: changes required to move forward to block requestWillem Riede2-225/+290
2006-03-06[SCSI] lpfc: minor syntax fixesJames Bottomley2-1/+6
2006-03-06[PATCH] lpfc 8.1.3: Change version number to 8.1.3Jamie Wellnitz1-1/+1
2006-03-06[PATCH] lpfc 8.1.3: Fix polling mode panicJamie Wellnitz2-6/+16
2006-03-06[PATCH] lpfc 8.1.3: Protect NPL lists with host lockJamie Wellnitz2-30/+26
2006-03-06[PATCH] lpfc 8.1.3: Fix deadlock in lpfc_fdmi_tmo_handlerJamie Wellnitz1-6/+0
2006-03-06[PATCH] lpfc 8.1.3: Fix performance when using multiple SLI ringsJamie Wellnitz3-3/+50
2006-03-06[PATCH] lpfc 8.1.3: Remove unused MBhostaddr from lpfc_sli structureJamie Wellnitz1-3/+1
2006-03-06[PATCH] lpfc 8.1.3: PCI hrd_type should be obtained with pci_read_config_byte...Jamie Wellnitz1-2/+4
2006-03-06[PATCH] lpfc 8.1.3: Derive supported speeds from LMT field in the READ_CONFIGJamie Wellnitz3-94/+126
2006-03-06[PATCH] convert aic94xx over to using the sas transport end deviceJames Bottomley1-34/+165
2006-03-03[SCSI] make some sas class properties optionalJames Bottomley1-5/+31
2006-03-02[SCSI] qla2xxx: use kthread_ APIChristoph Hellwig6-74/+38
2006-03-02[SCSI] add 6.0 Gbit phy definitions to the sas transport classJames Bottomley1-0/+1
2006-03-01[SCSI] mptspi: Add transport class Domain ValidationJames Bottomley6-2459/+774
2006-02-28[SCSI] lpfc 8.1.2: Change version number to 8.1.2Jamie Wellnitz1-3/+3
2006-02-28[SCSI] lpfc 8.1.2: Modify RSCN handling to unregister rpis on lost FCP_TARGET...Jamie Wellnitz1-1/+30
2006-02-28[SCSI] lpfc 8.1.2: Fix panic caused by HBA resets and target side cable pullsJamie Wellnitz1-3/+3
2006-02-28[SCSI] lpfc 8.1.2: Fixed module parameter descriptions.Jamie Wellnitz1-3/+3
2006-02-28[SCSI] lpfc 8.1.2: Code cleanup of lpfc_mbx_cmpl_config_linkJamie Wellnitz1-64/+43
2006-02-28[SCSI] lpfc 8.1.2: Allow turning on internal loop-back modeJamie Wellnitz2-1/+5
2006-02-28[SCSI] lpfc 8.1.2: Code style changes for Discovery codeJamie Wellnitz4-95/+74
2006-02-28[SCSI] lpfc 8.1.2: Make lpfc_els_rsp_rps_acc and lpfc_els_rsp_rpl_acc staticJamie Wellnitz1-2/+2
2006-02-28[SCSI] lpfc 8.1.2: Added support for FANJamie Wellnitz4-58/+140
2006-02-28[SCSI] lpfc 8.1.2: Add ERROR and WARM_START modes for diagnostic purposes.Jamie Wellnitz9-152/+390
2006-02-28[SCSI] lpfc 8.1.2: Remove hba_list from struct lpfc_hbaJamie Wellnitz1-1/+0
2006-02-28[SCSI] lpfc 8.1.2: Correct use of the hostdata field in scsi_hostJamie Wellnitz3-41/+40
2006-02-28[SCSI] lpfc 8.1.2: Misc FC Discovery changes :Jamie Wellnitz5-393/+452
2006-02-28[SCSI] lpfc 8.1.2: Add module parameter to limit number of outstanding comman...Jamie Wellnitz1-0/+15
2006-02-28[SCSI] lpfc 8.1.2: Fixed a double insertion of mail box object to the SLI mai...Jamie Wellnitz1-3/+2
2006-02-28[SCSI] lpfc 8.1.2: Fixed system panic in lpfc_sli_brdreset during dynamic add...Jamie Wellnitz1-1/+16
2006-02-28[SCSI] lpfc 8.1.2: Explicitly initialize the skip_post argument to lpfc_sli_s...Jamie Wellnitz1-1/+1
2006-02-28[SCSI] lpfc 8.1.2: Fixed a race condition in the PLOGI retry logic.Jamie Wellnitz2-12/+24
2006-02-28[SCSI] lpfc 8.1.2: Handling of ELS commands RRQ, RPS, RPL and LIRR correctlyJamie Wellnitz5-34/+309
2006-02-28[SCSI] lpfc 8.1.2: Remove unused SLI_IOCB_HIGH_PRIORITYJamie Wellnitz2-11/+0
2006-02-28[SCSI] lpfc 8.1.2: Remove unreferenced cfg_fcp_bind_method from struct lpfc_hbaJamie Wellnitz1-1/+0
2006-02-28[SCSI] lpfc 8.1.2: Remove unused prototypes from lpfc_crtn.hJamie Wellnitz1-18/+0
2006-02-27[SCSI] scsi: Handle device_add failure in scsi_alloc_targetBrian King1-2/+13
2006-02-27[SCSI] fix scsi process problems and clean up the target reap issuesJames Bottomley3-75/+36
2006-02-27[SCSI] don't call ips_eh_reset in ips_queue to avoid deadlockMike Christie1-1/+1
2006-02-27[SCSI] scsi_lib: fix recognition of cache type of Initio SBP-2 bridgesAl Viro2-2/+17
2006-02-27[SCSI] Improve message printing codeMatthew Wilcox1-5/+19
2006-02-27[SCSI] Recognize missing LUNs for non-standard devicesAlan Stern1-0/+13
2006-02-27[SCSI] aic7xxx: semaphore to completion conversionChristoph Hellwig2-38/+12
2006-02-27[SCSI] aacraid: use kthread_ APIChristoph Hellwig4-21/+13
2006-02-27[SCSI] Add EXPORT_SYMBOL for spi msg functionsJames Bottomley1-0/+3
2006-02-27[SCSI] sas: add support for enclosure and bad ID rphy attributesChristoph Hellwig1-2/+51
2006-02-27[SCSI] mptsas: add support for enclosure and bay identifier attributesChristoph Hellwig1-35/+161
2006-02-27[SCSI] jazz_esp: Fix sparse warnings.Ralf Baechle1-9/+9
2006-02-27[SCSI] jazz_esp: Delete useless prototypeRalf Baechle1-1/+0
2006-02-27[SCSI] Make spi_print_msg more consistentMatthew Wilcox1-3/+3
2006-02-27[SCSI] Add spi_populate_*_msg functionsMatthew Wilcox7-115/+69
2006-02-27[SCSI] ncr53c8xx updateMatthew Wilcox2-94/+61
2006-02-27[SCSI] unused show_spi_transport_period_helper parameterMatthew Wilcox1-4/+3
2006-02-27[SCSI] fix uninitialized variable errorMatthew Wilcox1-8/+3
2006-02-27[SCSI] cciss: kfree(NULL) is legalAndrew Morton1-2/+1
2006-02-27[SCSI] drivers/message/fusion/mptfc.c: make 2 functions staticAdrian Bunk1-2/+2
2006-02-27[SCSI] PCI Error Recovery: IPR SCSI device driverLinas Vepstas1-0/+109
2006-02-27[SCSI] fusion - mptlan - remove wierd humor printMoore, Eric1-4/+1
2006-02-27[SCSI] Remove devfs support from the SCSI subsystemGreg KH7-62/+5
2006-02-27[SCSI] SCSI core kmalloc2kzallocJes Sorensen15-59/+30
2006-02-26[PATCH] x86_64: Disable ACPI blacklist by year for now on x86-64Andi Kleen1-1/+1
2006-02-26[PATCH] x86-64/i386: Use common X86_PM_TIMER option and make it EMBEDDEDAndi Kleen1-5/+3
2006-02-26[PATCH] Fix Specialix SI probingMarc Zyngier1-4/+8
2006-02-26[PATCH] sd: fix memory corruption with broken mode page headersAl Viro1-3/+17
2006-02-24Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-0/+6
2006-02-24[PATCH] dm: free minor after unlink gendiskJun'ichi Nomura1-1/+3
2006-02-24[PATCH] dm: missing bdput/thaw_bdev at removalJun'ichi Nomura1-0/+4
2006-02-24[PATCH] Fix pseudo_palette setup in asiliantfb_setcolreg()Antonino A. Daplas1-12/+9
2006-02-24[PATCH] au1100fb: replaced io_remap_page_range() with io_remap_pfn_range()Freddy Spierenburg1-1/+2
2006-02-24[PATCH] gbefb: Set default of FB_GBE_MEM to 4 MBMartin Michlmayr1-1/+1
2006-02-24[PATCH] gbefb: IP32 gbefb depth change fixKaj-Michael Lang1-0/+3
2006-02-24[PATCH] cfi: init wait queue in chip structSimon Vogl1-0/+1
2006-02-24[PATCH] vgacon: no vertical resizing on EGASamuel Thibault1-32/+35
2006-02-23Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds6-153/+370
2006-02-24[PATCH] drivers/net/tlan.c: #ifdef CONFIG_PCI the PCI specific codeAdrian Bunk1-0/+2
2006-02-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2006-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds1-3/+5
2006-02-23Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik5-153/+368
2006-02-24[PATCH] Fix race condition in hvc console.Michal Ostrowski1-3/+5
2006-02-23[NET]: Increase default IFB device count.Richard Lucassen1-1/+1
2006-02-23skge: protect interrupt maskStephen Hemminger2-7/+15
2006-02-23skge: genesis phy initialzationStephen Hemminger1-11/+26
2006-02-23skge: NAPI/irq race fixStephen Hemminger1-12/+5
2006-02-23r8169: enable wake on lanFrancois Romieu1-0/+87
2006-02-23r8169: fix broken ring index handling in suspend/resumeFrancois Romieu1-43/+59
2006-02-23[SERIAL] Add comment about early_serial_setup()Russell King1-0/+6
2006-02-23sbp2: update 36byte inquiry workaround (fix compatibility regression)Stefan Richter1-23/+19
2006-02-23sbp2: variable status FIFO address (fix login timeout)Stefan Richter2-69/+59
2006-02-23sbp2: fix another deadlock after disconnectionStefan Richter1-2/+8
2006-02-23[PATCH] sky2: close race on IRQ mask update.Stephen Hemminger2-7/+17
2006-02-23[PATCH] sky2: use device iomem to access PCI configStephen Hemminger2-48/+54
2006-02-23[PATCH] sky2: force early transmit statusStephen Hemminger1-8/+6
2006-02-23[PATCH] sky2: poke coalescing timer to fix hangStephen Hemminger1-0/+11
2006-02-23[PATCH] sky2: limit coalescing values to ring sizeStephen Hemminger1-3/+3
2006-02-23[PATCH] sky2: yukon-ec-u chipset initializationStephen Hemminger2-19/+90
2006-02-22[SCSI] esp: fix eh lockingChristoph Hellwig1-3/+1
2006-02-22[PATCH] padlock: Fix typo that broke 256-bit keysHerbert Xu1-4/+4
2006-02-21Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+10
2006-02-20Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-1/+58
2006-02-20Merge branch 'fixes.b8' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-9/+1
2006-02-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds3-43/+22
2006-02-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-18/+79
2006-02-20[PATCH] s390: revert dasd eer moduleHeiko Carstens7-1219/+4
2006-02-20[PATCH] s390: dasd reference countingPeter Oberparleiter2-1/+21
2006-02-20[PATCH] s390: V=V qdio fixesFrank Pavlic1-2/+11
2006-02-20[PATCH] radeonfb: resume support for Samsung P35 laptopsCarl-Daniel Hailfinger1-4/+15
2006-02-20[PATCH] drivers/fc4/fc.c: memset correct lengthAlexey Dobriyan1-1/+1
2006-02-20[PATCH] ipw2200: Suppress warning messageZhu Yi1-3/+3
2006-02-20[PATCH] pktcdvd: Only return -EROFS when appropriatePeter Osterlund1-5/+5
2006-02-20[PATCH] pktcdvd: Fix the logic in the pkt_writable_track functionPeter Osterlund1-13/+15
2006-02-20[PATCH] pktcdvd: Remove useless printk statementsPeter Osterlund1-14/+0
2006-02-20[PATCH] pktcdvd: Rename functions and make their return values sanePeter Osterlund1-18/+18
2006-02-20[PATCH] pktcdvd: Correctly set rq->cmd_len in pkt_generic_packet()Peter Osterlund1-0/+2
2006-02-20[PATCH] spi: Fix modular master driver remove and device suspend/removeStephen Street1-3/+2
2006-02-20[PATCH] cfi_cmdset_0001: fix range for cache invalidationAlexey Korolev1-7/+7
2006-02-20[PATCH] Terminate process that fails on a constrained allocationChristoph Lameter1-1/+1
2006-02-20[AGPGART] Add some informational printk to nforce GART failure path.Dave Jones1-2/+4
2006-02-20[PATCH] libata: make ata_sg_setup_one() trim zero length sgTejun Heo1-5/+8
2006-02-20[PATCH] libata: fix WARN_ON() condition in *_fill_sg()Tejun Heo2-2/+2
2006-02-19[IRDA]: irda-usb bug fixesJean Tourrilhes2-18/+79
2006-02-18[PATCH] don't mangle INQUIRY if cmddt or evpd bits are setAl Viro1-9/+1
2006-02-18drm: fix brace placementDave Airlie1-4/+2
2006-02-18drm: radeon add r300 TX_CNTL and verify bitblt packetsDave Airlie3-1/+55
2006-02-18drm: fixup i915 interrupt on X server exitDave Airlie1-0/+5
2006-02-17[PATCH] ACPI: fix vendor resource length computationBjorn Helgaas1-4/+2
2006-02-17[PATCH] allow windfarm_pm112 module to loadJohannes Berg1-0/+1
2006-02-17[PATCH] s390: fix assignment instead of check in ccw_device_set_online()Cornelia Huck2-2/+1
2006-02-17[PATCH] s390: ccw device disbandingCornelia Huck1-1/+1
2006-02-17[PATCH] Infineon TPM: IO-port leakage fix, WTX-bugfixMarcel Selhorst1-14/+34
2006-02-17Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds3-4/+34
2006-02-17[PATCH] Add missing FUA write to sata_mv dma command listJens Axboe1-0/+1
2006-02-17[PATCH] libata: minor fix for 2.6.16-rc3Albert Lee1-3/+4
2006-02-17[PATCH] Necessary evil to get sata_vsc to initialize with Intel iq3124h hbaDan Williams1-1/+29
2006-02-17[PATCH] bonding: fix a locking bug in bond_releaseJay Vosburgh1-0/+1
2006-02-17[PATCH] s390: some qeth driver fixesFrank Pavlic3-77/+63
2006-02-17[PATCH] s390: lcs performance enhancementsFrank Pavlic2-15/+18
2006-02-17[PATCH] smctr warning fixAndrew Morton1-1/+1
2006-02-17[PATCH] sky2: speed setting fixStephen Hemminger1-1/+30
2006-02-17[PATCH] skge: speed settingStephen Hemminger1-1/+9
2006-02-17[PATCH] skge: no longer experimentalStephen Hemminger1-2/+2
2006-02-17[PATCH] sk98lin: no d-link support (kconfig)Stephen Hemminger1-1/+0
2006-02-17[PATCH] Wavelan_cs bitfield fixesJean Tourrilhes1-12/+4
2006-02-17Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux...Jeff Garzik1-2/+2
2006-02-17Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik1-39/+59
2006-02-17[PATCH] Fix SGI O2 compile error in drivers/video/gbefb.cJoshua Kinard1-1/+1
2006-02-17Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-5/+0
2006-02-17Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2-3/+3
2006-02-17Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+0
2006-02-17Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds1-0/+7
2006-02-17[PATCH] wireless/atmel: fix Open System authentication process bugsDan Williams1-10/+27
2006-02-17[PATCH] wireless/atmel: fix setting TX key only in ENCODEEXTDan Williams1-29/+32
2006-02-16sis190: early setting of the pci driver private dataFrancois Romieu1-2/+2
2006-02-16Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds44-793/+2345
2006-02-16[MMC] mmci: allow small data transfersRussell King1-0/+7
2006-02-15Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds8-67/+109
2006-02-15[PATCH] ide: touch softlockup detector during pioAndrew Morton1-0/+3
2006-02-15[PATCH] neofb: avoid resetting display config on unblank (v2)Christian Trefzer1-3/+12
2006-02-15[IA64] remove obsolete corporate addressJes Sorensen1-5/+0
2006-02-15[ARM] remove duplicate #includesHerbert Poetzl1-1/+0
2006-02-15[SERIAL] Fix typo in commentRalf Baechle1-1/+1
2006-02-15[SERIAL] Documentation/jsm.txt is a no show.Arthur Othieno1-2/+2
2006-02-15Input: kill remnants of 98kbd{,-io} and 98spkrArthur Othieno3-3/+0