aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/BusLogic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-07scsi: BusLogic: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-10-17scsi: BusLogic: switch to generic DMA APIChristoph Hellwig1-17/+19
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-04-21scsi: BusLogic: fix incorrect spelling of adatper_reset_reqColin Ian King1-3/+11
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes1-5/+5
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-2/+2
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-2/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2013-10-25[SCSI] buslogic: Added check for DMA mapping errorsKhalid Aziz1-13/+23
2013-10-16[SCSI] BusLogic: Fix an oops when intializing multimaster adapterKhalid Aziz1-8/+8
2013-06-26[SCSI] BusLogic: Port driver to 64-bit.Khalid Aziz1-6/+5
2013-06-26[SCSI] BusLogic: Fix style issuesKhalid Aziz1-2090/+2363
2013-04-09BusLogic: switch to ->show_info()Al Viro1-45/+38
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2010-11-16SCSI host lock push-downJeff Garzik1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-3/+3
2008-04-07[SCSI] BusLogic: make FlashPoint support x86-32 onlyMatthew Wilcox1-1/+4
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-1/+0
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori1-1/+1
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori1-0/+1
2007-05-26[SCSI] BusLogic: convert to use the data buffer accessorsFUJITA Tomonori1-30/+21
2007-04-17[SCSI] BusLogic: stop using check_regionZachary Amsden1-25/+48
2007-02-07[SCSI] BusLogic: Replace 'boolean' by 'bool'Richard Knutsson1-21/+21
2007-02-03[SCSI] Buslogic: local_irq_disable() is redundant after local_irq_save()Jiri Kosina1-3/+1
2006-11-22Merge ../scsi-rc-fixes-2.6James Bottomley1-0/+11
2006-11-15[SCSI] minor bug fixes and cleanupsJeff Garzik1-6/+6
2006-10-18[BusLogic] Add pci dev table for auto module loading.Ben Collins1-0/+11
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-23[SCSI] Switch some more scsi drivers to pci_get_device and refcounted pci structuresAlan Cox1-7/+8
2006-08-19[SCSI] BusLogic gcc 4.1 warning fixesDaniel Walker1-9/+37
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre1-3/+4
2006-03-28[PATCH] drivers/scsi/*: use time_after() and friendsMarcelo Feitoza Parisi1-1/+2
2006-01-12[SCSI] Pass proper device from BusLogic to SCSI layerPetr Vandrovec1-1/+2
2005-06-17[SCSI] allow sleeping in ->eh_host_reset_handler()Jeff Garzik1-1/+7
2005-04-18[PATCH] scsi: remove meaningless scsi_cmnd->serial_number_at_timeout field1-7/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+3574