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