index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
BusLogic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2017-04-21
scsi: BusLogic: fix incorrect spelling of adatper_reset_req
Colin Ian King
1
-3
/
+11
2015-02-02
scsi: replace seq_printf with seq_puts
Rasmus Villemoes
1
-5
/
+5
2014-11-24
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
1
-2
/
+2
2014-11-12
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
1
-2
/
+2
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2013-10-25
[SCSI] buslogic: Added check for DMA mapping errors
Khalid Aziz
1
-13
/
+23
2013-10-16
[SCSI] BusLogic: Fix an oops when intializing multimaster adapter
Khalid Aziz
1
-8
/
+8
2013-06-27
[SCSI] BusLogic: Port driver to 64-bit.
Khalid Aziz
1
-6
/
+5
2013-06-27
[SCSI] BusLogic: Fix style issues
Khalid Aziz
1
-2090
/
+2363
2013-04-09
BusLogic: switch to ->show_info()
Al Viro
1
-45
/
+38
2013-01-04
Drivers: scsi: remove __dev* attributes.
Greg Kroah-Hartman
1
-1
/
+1
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2010-11-17
SCSI host lock push-down
Jeff Garzik
1
-1
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
1
-3
/
+3
2008-04-07
[SCSI] BusLogic: make FlashPoint support x86-32 only
Matthew Wilcox
1
-1
/
+4
2008-01-30
[SCSI] remove use_sg_chaining
James Bottomley
1
-1
/
+0
2008-01-23
[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE
FUJITA Tomonori
1
-1
/
+1
2007-10-16
[SCSI] add use_sg_chaining option to scsi_host_template
FUJITA Tomonori
1
-0
/
+1
2007-05-27
[SCSI] BusLogic: convert to use the data buffer accessors
FUJITA Tomonori
1
-30
/
+21
2007-04-18
[SCSI] BusLogic: stop using check_region
Zachary Amsden
1
-25
/
+48
2007-02-08
[SCSI] BusLogic: Replace 'boolean' by 'bool'
Richard Knutsson
1
-21
/
+21
2007-02-04
[SCSI] Buslogic: local_irq_disable() is redundant after local_irq_save()
Jiri Kosina
1
-3
/
+1
2006-11-22
Merge ../scsi-rc-fixes-2.6
James Bottomley
1
-0
/
+11
2006-11-16
[SCSI] minor bug fixes and cleanups
Jeff Garzik
1
-6
/
+6
2006-10-18
[BusLogic] Add pci dev table for auto module loading.
Ben Collins
1
-0
/
+11
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+1
2006-09-24
[SCSI] Switch some more scsi drivers to pci_get_device and refcounted pci str...
Alan Cox
1
-7
/
+8
2006-08-20
[SCSI] BusLogic gcc 4.1 warning fixes
Daniel Walker
1
-9
/
+37
2006-07-03
[PATCH] irq-flags: scsi: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-28
[PATCH] Replace 0xff.. with correct DMA_xBIT_MASK
Matthias Gehre
1
-3
/
+4
2006-03-28
[PATCH] drivers/scsi/*: use time_after() and friends
Marcelo Feitoza Parisi
1
-1
/
+2
2006-01-13
[SCSI] Pass proper device from BusLogic to SCSI layer
Petr Vandrovec
1
-1
/
+2
2005-06-17
[SCSI] allow sleeping in ->eh_host_reset_handler()
Jeff Garzik
1
-1
/
+7
2005-04-18
[PATCH] scsi: remove meaningless scsi_cmnd->serial_number_at_timeout field
1
-7
/
+0
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+3574