aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-22Make Fusion-MPT much faster as moduleJames Bottomley3-58/+46
2005-03-14Merge by handJames Bottomley3-507/+314
2005-03-13[PATCH] drivers/message/fusion/*: convert to pci_register_driverDomen Puncer1-1/+1
2005-03-13[PATCH] message/mptbase: replace schedule_timeout() with ssleep()Domen Puncer1-2/+1
2005-03-13[PATCH] MODULE_DEVICE_TABLE fixesThierry Vignaud1-0/+1
2005-02-03mptfusion: delete watchdogs timers from mptctl and mptscsihJames Bottomley3-429/+261
2005-02-03[PATCH] Add compat_ioctl to mptctlAndi Kleen1-81/+56
2005-01-20[PATCH] Lock initializer cleanup: Misc driversThomas Gleixner2-2/+2
2005-01-14[PATCH] I2O: printk cleanup and unnecessary code removalMarkus Lidel9-229/+235
2005-01-14[PATCH] I2O: fix possible race condition and minor improvementsMarkus Lidel2-3/+3
2005-01-10[PATCH] i2o: fix init/exit section usageRandy Dunlap1-1/+1
2005-01-07[PATCH] Lock initializer unifying: Misc driversThomas Gleixner1-2/+2
2004-11-25mptfusion: kill fusion init calledJames Bottomley2-24/+2
2004-11-25mptfusion: resid cleanupJames Bottomley1-15/+9
2004-11-25mptfusion: command line parametersJames Bottomley2-128/+31
2004-11-25mptfusion: replace chip_typeJames Bottomley4-81/+49
2004-11-25mptfusion: streamline queuecommandJames Bottomley1-55/+45
2004-11-25mptfusion: streamline slave_allocJames Bottomley1-92/+66
2004-11-24mptfusion: delete MPTSCSIH_DBG_TIMEOUTJames Bottomley2-186/+4
2004-11-20[PATCH] i2o iomem annotationsAlexander Viro7-38/+39
2004-11-15[PATCH] i2o: converted SPIN_LOCK_UNLOCKED into spin_lock_init()Markus Lidel4-5/+11
2004-11-15[PATCH] i2o: changed old queueing code with wait_event APIMarkus Lidel1-22/+17
2004-11-15[PATCH] i2o: remove unused code and make needlessly global code staticMarkus Lidel7-177/+36
2004-11-10[PATCH] convert MODULE_PARM() to module_param() familyRandy Dunlap2-2/+2
2004-11-07[PATCH] fix bug in i2o_iop_systab_set where address is used instead of lengthMarkus Lidel1-1/+1
2004-10-21[PATCH] fusion iomem annotationsAlexander Viro2-5/+5
2004-10-19[PATCH] __copy_to_user return value checks in i2o_config.cJesper Juhl1-13/+19
2004-10-18Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman2-5/+2
2004-10-18[PATCH] i2o: message conversion fix for le32_to_cpu parametersMarkus Lidel3-24/+24
2004-10-18[PATCH] i2o: correct error code if bus is busy in i2o_scsiMarkus Lidel1-1/+5
2004-10-18[PATCH] janitor: drivers/message: replace schedule_timeout() with msleep_inte...Maximilian Attems3-29/+17
2004-10-18[PATCH] i2o: new functions to convert messages to a virtual addressMarkus Lidel3-27/+28
2004-10-18[PATCH] i2o: added support for Promise controllersMarkus Lidel2-11/+60
2004-10-18[PATCH] i2o: code beautifying and cleanupMarkus Lidel8-453/+152
2004-10-06Merge up to linux-2.5 bk latest to resolve NULL replacement conflictsJames Bottomley4-275/+111
2004-10-05[PATCH] PCI: remove driver private PCI state, 1 arg for pci_{save,restore}_stateRoger Luethi2-5/+2
2004-10-05[PATCH] i2o_config __user annotationsAlexander Viro1-7/+7
2004-09-29[PATCH] add ability to set device queue depth to mptfusionJeremy Higdon1-18/+68
2004-09-28fusion dead code removalJames Bottomley3-141/+8
2004-09-21[PATCH] switch fusion to use <linux/list.h> everywhereChristoph Hellwig3-115/+34
2004-09-16Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds2-3977/+15
2004-09-16remove i2o_core.cLinus Torvalds1-3977/+0
2004-09-16[PATCH] reduce ioremap memory size for Adaptec I2O controllersMarkus Lidel1-0/+15
2004-09-16[MPTFUSION]: Fix iomem warnings.David S. Miller1-2/+2
2004-09-10[PATCH] allow non-modular mptctlChristoph Hellwig1-1/+1
2004-09-02[PATCH] message/i2o_core: replace schedule_timeout() with msleep()Maximilian Attems1-2/+1
2004-09-02[PATCH] message/mptscsih: replace schedule_timeout() with msleep()Maximilian Attems1-6/+3
2004-08-31[PATCH] more NULL noise removalAlexander Viro1-2/+2
2004-08-26fix dma mapping leak in fusionJames Bottomley4-380/+61
2004-08-24[PATCH] I2O: removes multiplexer notification and useAndrew Morton4-49/+127