index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
advansys.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-12
[SCSI] advansys: Remove array of scsi targets
Matthew Wilcox
1
-10
/
+0
2007-10-12
[SCSI] advansys: Eliminate prototypes
Matthew Wilcox
1
-6230
/
+6043
2007-10-12
[SCSI] advansys: Use DRV_NAME
Matthew Wilcox
1
-11
/
+12
2007-10-12
[SCSI] advansys: Comment/indentation/macro cleanup
Matthew Wilcox
1
-278
/
+101
2007-10-12
[SCSI] advansys: Remove some custom wrappers
Matthew Wilcox
1
-164
/
+49
2007-10-12
[SCSI] advansys: Remove a check for an impossible condition
Matthew Wilcox
1
-12
/
+0
2007-10-12
[SCSI] advansys: Support 16-byte commands properly
Matthew Wilcox
1
-29
/
+10
2007-10-12
[SCSI] advansys: Enable interrupts earlier in queuecommand
Matthew Wilcox
1
-12
/
+11
2007-10-12
[SCSI] advansys: Remove `active' queue and all remaining internal queueing code
Matthew Wilcox
1
-498
/
+6
2007-10-12
[SCSI] advansys: Remove `done' queue
Matthew Wilcox
1
-96
/
+24
2007-10-12
[SCSI] advansys: Remove a check for an impossible condition
Matthew Wilcox
1
-19
/
+0
2007-10-12
[SCSI] advansys: Remove `waiting' queue
Matthew Wilcox
1
-177
/
+9
2007-10-12
[SCSI] advansys: Shrink advansys_board_found a little more
Matthew Wilcox
1
-118
/
+112
2007-10-12
[SCSI] advansys: Reformat microcode
Matthew Wilcox
1
-1977
/
+1186
2007-10-12
[SCSI] advansys: Create AdvLoadMicrocode
Matthew Wilcox
1
-275
/
+107
2007-10-12
[SCSI] advansys: Create AdvBuildCarrierFreelist
Matthew Wilcox
1
-166
/
+53
2007-10-12
[SCSI] advansys: Fix VLB driver name
Matthew Wilcox
1
-1
/
+1
2007-10-12
[SCSI] advansys: Move documentation to Documentation/scsi
Matthew Wilcox
1
-747
/
+19
2007-10-12
[SCSI] advansys: use memcpy instead of open-coded loop
Matthew Wilcox
1
-79
/
+40
2007-10-12
[SCSI] advansys: Remove pci_slot_info
Matthew Wilcox
1
-20
/
+9
2007-10-12
[SCSI] advansys: Remove library-style callback routines
Matthew Wilcox
1
-42
/
+8
2007-10-12
[SCSI] advansys: Move struct device out of the cfg structures
Matthew Wilcox
1
-63
/
+41
2007-10-12
[SCSI] advansys: Stop using n_io_port in Scsi_Host structure
Matthew Wilcox
1
-30
/
+8
2007-10-12
[SCSI] advansys: ioremap no longer needs page-aligned addresses
Matthew Wilcox
1
-40
/
+12
2007-10-12
[SCSI] advansys: delete AscGetChipBusType
Matthew Wilcox
1
-32
/
+4
2007-10-12
[SCSI] advansys: misc reformatting
Matthew Wilcox
1
-150
/
+110
2007-10-12
[SCSI] advansys: remove INQUIRY sniffing
Matthew Wilcox
1
-426
/
+211
2007-10-12
[SCSI] advansys: remove AscCompareString()
Matthew Wilcox
1
-20
/
+3
2007-10-12
[SCSI] advansys: More PCI cleanups
Matthew Wilcox
1
-220
/
+34
2007-10-12
[SCSI] advansys: Update resource management
Matthew Wilcox
1
-37
/
+33
2007-10-12
[SCSI] advansys: Convert to ISA driver model
Matthew Wilcox
1
-299
/
+113
2007-10-12
[SCSI] advansys: Convert to EISA driver model
Matthew Wilcox
1
-81
/
+94
2007-10-12
[SCSI] advansys: Convert to PCI driver model
Matthew Wilcox
1
-249
/
+129
2007-10-12
[SCSI] advansys: Move to scsi hotplug initialisation model
Matthew Wilcox
1
-25
/
+36
2007-10-12
[SCSI] advansys: Make advansys_board_found a little more readable
Matthew Wilcox
1
-236
/
+158
2007-10-12
[SCSI] advansys: Stop checking the scsi_cmnd belongs to our Scsi_Host
Matthew Wilcox
1
-38
/
+0
2007-10-12
[SCSI] advansys: Improve interrupt handler
Matthew Wilcox
1
-100
/
+72
2007-10-12
[SCSI] advansys: Clean up proc_info implementation
Matthew Wilcox
1
-24
/
+12
2007-10-12
[SCSI] advansys: undate version, copyright, etc
Matthew Wilcox
1
-24
/
+19
2007-07-27
[SCSI] advansys: lindent and other large, uninteresting changes
Matthew Wilcox
1
-13692
/
+14569
2007-05-27
[SCSI] advansys: cleanups
Adrian Bunk
1
-93
/
+8
2007-02-07
[SCSI] advansys: clean up warnings
Ken Witherow
1
-2
/
+5
2007-01-03
[SCSI] advansys: wrap PCI table inside ifdef CONFIG_PCI
Randy Dunlap
1
-1
/
+2
2006-10-10
[PATCH] NULL noise removal: advansys
Al Viro
1
-2
/
+2
2006-10-10
[PATCH] advansys __iomem annotations
Al Viro
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
2006-08-04
[SCSI] advansys pci tweaks.
Dave Jones
1
-41
/
+49
2006-07-02
[PATCH] irq-flags: scsi: Use the new IRQF_ constants
Thomas Gleixner
1
-9
/
+9
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-26
spelling fixes
Andreas Mohr
1
-1
/
+1
[next]