summaryrefslogtreecommitdiff
path: root/drivers/scsi/BusLogic.c
AgeCommit message (Expand)Author
2023-03-24scsi: BusLogic: Declare SCSI host template constBart Van Assche
2022-11-08scsi: BusLogic: Remove variable 'adapter_count'Colin Ian King
2022-06-27scsi: BusLogic: Remove bus_to_virt()Arnd Bergmann
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche
2021-10-16scsi: BusLogic: Call scsi_done() directlyBart Van Assche
2021-08-01scsi: BusLogic: Use %X for u32 sized integer rather than %lXColin Ian King
2021-08-01scsi: BusLogic: Avoid unbounded vsprintf() useMaciej W. Rozycki
2021-08-01scsi: BusLogic: Fix missing pr_cont() useMaciej W. Rozycki
2021-05-14scsi: BusLogic: Fix 64-bit system enumeration error for BuslogicMatt Wang
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-04-06BusLogic: reject broken old firmware that requires ISA-style bounce bufferingChristoph Hellwig
2021-04-06Buslogic: remove ISA supportChristoph Hellwig
2021-03-18scsi: BusLogic: Supply __printf(x, y) formatting for blogic_msg()Lee Jones
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-04-24scsi: BusLogic: Remove conversion to bool in blogic_inquiry()Jason Yan
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-03-24block: move struct partition out of genhd.hChristoph Hellwig
2020-03-11scsi: docs: convert BusLogic.txt to ReSTMauro Carvalho Chehab
2020-01-15scsi: BusLogic: use %lX for unsigned long rather than %XColin Ian King
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 388Thomas Gleixner
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-12-07scsi: BusLogic: mark expected switch fall-throughGustavo A. R. Silva
2018-10-17scsi: BusLogic: switch to generic DMA APIChristoph Hellwig
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2017-04-21scsi: BusLogic: fix incorrect spelling of adatper_reset_reqColin Ian King
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2013-10-25[SCSI] buslogic: Added check for DMA mapping errorsKhalid Aziz
2013-10-16[SCSI] BusLogic: Fix an oops when intializing multimaster adapterKhalid Aziz
2013-06-26[SCSI] BusLogic: Port driver to 64-bit.Khalid Aziz
2013-06-26[SCSI] BusLogic: Fix style issuesKhalid Aziz
2013-04-09BusLogic: switch to ->show_info()Al Viro
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2010-11-16SCSI host lock push-downJeff Garzik
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2008-04-07[SCSI] BusLogic: make FlashPoint support x86-32 onlyMatthew Wilcox
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori
2007-05-26[SCSI] BusLogic: convert to use the data buffer accessorsFUJITA Tomonori
2007-04-17[SCSI] BusLogic: stop using check_regionZachary Amsden
2007-02-07[SCSI] BusLogic: Replace 'boolean' by 'bool'Richard Knutsson
2007-02-03[SCSI] Buslogic: local_irq_disable() is redundant after local_irq_save()Jiri Kosina
2006-11-22Merge ../scsi-rc-fixes-2.6James Bottomley
2006-11-15[SCSI] minor bug fixes and cleanupsJeff Garzik
2006-10-18[BusLogic] Add pci dev table for auto module loading.Ben Collins