Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4ac073640a528662a7c072a30e92e70ce00ded33
/
drivers
/
scsi
/
sym53c8xx_2
/
sym_glue.c
9cb78c1
scsi: use 64-bit LUNs
by Hannes Reinecke
· 10 years ago
fc27985
PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev
by Yinghai Lu
· 11 years ago
ee127fec
sym53c8xx_2: switch to ->show_info()
by Al Viro
· 12 years ago
6f03979
Drivers: scsi: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
a55b2d2
scsi: make pci error handlers const
by Stephen Hemminger
· 12 years ago
cced504
[SCSI] sym53c8xx: Fix NULL pointer dereference in slave_destroy
by Stratos Psomadakis
· 13 years ago
4b7bd36
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
f281233
SCSI host lock push-down
by Jeff Garzik
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
4e62b09
drivers/scsi/sym53c8xx_2/sym_glue.c: rename skip_spaces() to sym_skip_spaces()
by Andrew Morton
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
fa85845
[SCSI] sym53c8xx_2: slave_alloc/destroy safety (2.6.27.5)
by Aaro Koskinen
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
c2fd206
[SCSI] sym53c8xx: use a queue depth of 1 for untagged devices
by Tony Battersby
· 16 years ago
783fa73
[SCSI] sym53c8xx: handle pci_iomap() failures
by Tony Battersby
· 16 years ago
a71d035
[SCSI] sym53c8xx: unmap pci memory after probe errors
by Tony Battersby
· 16 years ago
b409063
[SCSI] sym53c8xx: fix bogus free_irq() on error path
by Tony Battersby
· 16 years ago
07b9d81
[SCSI] sym53c8xx: fix NULL deref on error path
by Tony Battersby
· 16 years ago
d3ce65d
[SCSI] sym53c8xx: fix shost use-after-free and memory leak
by Tony Battersby
· 16 years ago
242f9dc
block: unify request timeout handling
by Jens Axboe
· 16 years ago
d3f46f3
[SCSI] remove use_sg_chaining
by James Bottomley
· 17 years ago
de15c20
[SCSI] sym53c8xx: fix bad memset argument in sym_set_cam_result_error
by Nathan Lynch
· 17 years ago
b80ca4f
[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE
by FUJITA Tomonori
· 17 years ago
d9aa3af
[SCSI] sym53c8xx: fixes two bugs related to chip reset
by Krzysztof Helt
· 17 years ago
864473b
[SCSI] sym2: fix section mismatch warning
by Randy Dunlap
· 17 years ago
7ee2413
[SCSI] sym53c8xx: fix free_irq() regression
by Tony Battersby
· 17 years ago
aac6a5a
[SCSI] sym53c8xx: Remove sym_xpt_async_sent_bdr
by Matthew Wilcox
· 17 years ago
5111eef
[SCSI] sym53c8xx: Remove pci_dev pointer from sym_shcb
by Matthew Wilcox
· 17 years ago
99c9e0a
[SCSI] sym53c8xx: Make interrupt handler capable of returning IRQ_NONE
by Matthew Wilcox
· 17 years ago
8022fbd
[SCSI] sym53c8xx: Get rid of IRQ_FMT and IRQ_PRM
by Matthew Wilcox
· 17 years ago
3fb364e
[SCSI] sym53c8xx: Use scmd_printk where appropriate
by Matthew Wilcox
· 17 years ago
4d85b47
[SCSI] sym53c8xx: Simplify DAC DMA handling
by Matthew Wilcox
· 17 years ago
a44131b
[SCSI] sym53c8xx: Remove tag_ctrl module parameter
by Matthew Wilcox
· 17 years ago
8637baa
[SCSI] sym53c8xx: Remove io_ws, mmio_ws and ram_ws elements
by Matthew Wilcox
· 17 years ago
e58bc06
[SCSI] sym53c8xx: Remove ->device_id
by Matthew Wilcox
· 17 years ago
bd67845
[SCSI] sym53c8xx: Use pdev->revision
by Matthew Wilcox
· 17 years ago
d68cd75
[SCSI] sym53c8xx: PCI Error Recovery support
by Linas Vepstas
· 17 years ago
2ba6536
[SCSI] sym53c8xx: Stop overriding scsi_done
by Matthew Wilcox
· 17 years ago
6c9746b
[SCSI] sym53c8xx: Don't disable interrupts in the interrupt handler
by Matthew Wilcox
· 17 years ago
71c222d
[SCSI] sym53c8xx: Remove unnecessary check in queuecommand
by Matthew Wilcox
· 17 years ago
39c05d1
[SCSI] sym53c8xx: Remove data_mapping and data_mapped
by Matthew Wilcox
· 17 years ago
f363abf
[SCSI] sym53c8xx: Use pci_dev irq number
by Matthew Wilcox
· 17 years ago
34996ac
[SCSI] sym53c8xx: Work around 53c896 erratum
by Kai Makisara
· 17 years ago
9cb83c7
[SCSI] add use_sg_chaining option to scsi_host_template
by FUJITA Tomonori
· 17 years ago
147e505
[SCSI] sym53c8xx: don't claim cpqarray device
by Chip Coldwell
· 17 years ago
938febd
[SCSI] sym53c8xx: convert to use the data buffer accessors
by FUJITA Tomonori
· 17 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
b2b3c12
[SCSI] sym2: claim only "Storage" class
by Grant Grundler
· 18 years ago
1d6f359
[PATCH] irq-flags: scsi: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
28e4b22
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 18 years ago
c6387a4
[SPARC]: Kill __irq_itoa().
by David S. Miller
· 18 years ago
5d5ff44
[SCSI] fix up request buffer reference in various scsi drivers
by Christoph Hellwig
· 18 years ago
d637c45
[SCSI] sym2: Fix build when spinlock debugging is enabled
by Matthew Wilcox
· 19 years ago
14ac8bf
[SCSI] Enable clustering and large transfers
by Matthew Wilcox
· 19 years ago
b4e93a7
[SCSI] Simplify error handling
by Matthew Wilcox
· 19 years ago
3bea15a
[SCSI] Disable sym2 driver queueing
by Matthew Wilcox
· 19 years ago
ab19d52
[SCSI] Simplify error handling a bit
by Matthew Wilcox
· 19 years ago
b6d105d
[SCSI] Use pcibios_resource_to_bus()
by Matthew Wilcox
· 19 years ago
1f61d82
[SCSI] Change Kconfig option from IOMAPPED to MMIO
by Matthew Wilcox
· 19 years ago
66e8d1c
[SCSI] sym2: Report disabled devices and LUNs more attractively
by Matthew Wilcox
· 19 years ago
b37df48
[SCSI] sym2: Allow NVRAM settings to limit speed and width
by Matthew Wilcox
· 19 years ago
1e8eb21
[SCSI] sym2: Use DMA_40BIT_MASK constant
by Matthew Wilcox
· 19 years ago
44f30b0f
[SCSI] sym2: Remove code to handle DMA_BIDIRECTION requests
by Matthew Wilcox
· 19 years ago
84e203a
[SCSI] sym2: Manage sym_lcb properly
by Matthew Wilcox
· 19 years ago
8b2f813
[SCSI] sym2: Disable IU and QAS negotiation
by Matthew Wilcox
· 19 years ago
df0ae24
[SCSI] allow sleeping in ->eh_host_reset_handler()
by Jeff Garzik
· 19 years ago
68b3aa7
[SCSI] allow sleeping in ->eh_bus_reset_handler()
by Jeff Garzik
· 19 years ago
94d0e7b8
[SCSI] allow sleeping in ->eh_device_reset_handler()
by Jeff Garzik
· 19 years ago
8fa728a
[SCSI] allow sleeping in ->eh_abort_handler()
by Jeff Garzik
· 19 years ago
53222b9
[SCSI] sym2 version 2.2.1
by Matthew Wilcox
· 19 years ago
e4862fe
[SCSI] correct the sym2 period setting routines
by James Bottomley
· 20 years ago
c6295cd
[PATCH] scsi: remove meaningless scsi_cmnd->serial_number_at_timeout field
by
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago