- 170b7d2 scsi: Remove unneeded break statements by Tom Rix · 4 years, 3 months ago
- af99538 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 2 months ago
- 55e0500 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 3 months ago
- 1725ba8 scsi: sym53c8xx_2: Fix sizeof() mismatch by Colin Ian King · 4 years, 3 months ago
- bb1932d scsi: sym53c8xx_2: Delete unnecessary else-if in sym_xerr_cam_status() by Ye Bin · 4 years, 4 months ago
- 8d4089c scsi: sym53c8xx_2: Remove unneeded semicolon by Jason Yan · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 049eb09 Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years, 5 months ago
- 101706d scsi: sym53c8xx_2: Ensure variable has the same stipulations as code using it by Lee Jones · 4 years, 6 months ago
- 633e19b scsi: sym53c8xx_2: Add missing description for 'pdev' by Lee Jones · 4 years, 6 months ago
- 16d79cd PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state' by Luc Van Oostenryck · 4 years, 6 months ago
- 08fcc87 scsi: sym53c8xx: fix typos in comments by Chen Zhou · 5 years ago
- 1d4f4a5 scsi: sym53c8xx_2: remove redundant assignment to retv by Colin Ian King · 5 years ago
- 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 0779ad7 scsi: sym53c8xx_2: sym_nvram: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
- 7c29011 scsi: sym53c8xx_2: sym_hipd: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
- 2a3d4eb scsi: flip the default on use_clustering by Christoph Hellwig · 6 years ago
- 4e5598d scsi: sym53c8xx: use dma_set_mask by Christoph Hellwig · 6 years ago
- 288315e scsi: sym53c8xx: fix NULL pointer dereference panic in sym_int_sir() by George Kennedy · 6 years ago
- a89f4f1 scsi: sym53c8xx: remove some redundant variables by Colin Ian King · 6 years ago
- 6bec4c3 scsi: don't add scsi command result bytes by Johannes Thumshirn · 7 years ago
- 447a564 treewide: Align function definition open/close braces by Joe Perches · 7 years ago
- e6f791d scsi: sym53c8xx_2: iterator underflow in sym_getsync() by Dan Carpenter · 7 years ago
- 86cb30e treewide: setup_timer() -> timer_setup() (2 field) by Kees Cook · 7 years ago
- b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
- 1caffba drivers/scsi/sym53c8xx_2/sym_hipd.c: convert to use memset32 by Matthew Wilcox · 7 years ago
- c0e8ed0 scsi: sym53c8xx: Avoid undefined behaviour by Helge Deller · 7 years ago
- ba2f129 scsi: sym53c8xx_2: Use complete() instead complete_all() by Daniel Wagner · 8 years ago
- db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
- c8b09f6 scsi: don't set tagging state from scsi_adjust_queue_depth by Christoph Hellwig · 10 years ago
- 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 11 years ago
- fd1232b2 sym53c8xx_2: Set DID_REQUEUE return code when aborting squeue by Mikulas Patocka · 11 years ago
- fc27985 PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev by Yinghai Lu · 11 years ago
- 3f79410 treewide: Fix common typo in "identify" by Maxime Jayat · 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
- 25985ed Fix common misspellings by Lucas De Marchi · 14 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
- 2e4c332 [SCSI] sd, sym53c8xx: Remove warnings after vsprintf %pV introducation. by David Miller · 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
- 75be63b sym53c8xx: ratelimit parity errors by John Stoffel · 16 years ago
- fa85845 [SCSI] sym53c8xx_2: slave_alloc/destroy safety (2.6.27.5) by Aaro Koskinen · 16 years ago
- 410604d2 [SCSI] sym53c8xx_2: lun to_clear flag not re-initialized (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
- 50cf156 dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) by Yang Hongyang · 16 years ago
- 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 16 years ago
- 1beb6fa [SCSI] replace __inline with inline by Harvey Harrison · 16 years ago
- 058bb82 [SCSI] sym53c8xx: don't flood syslog with negotiation messages by Tony Battersby · 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
- 49799fe [SCSI] sym53c8xx: Keep transfer negotiations valid by Aaro Koskinen · 16 years ago
- 242f9dc block: unify request timeout handling by Jens Axboe · 16 years ago
- e41443e [SCSI] sym53c8xx: free luntbl in sym_hcb_free by Mike Anderson · 16 years ago
- d7f305e [SCSI] sym53c8xx: Fix bogus sym_que_entry re-implementation of container_of by Benjamin Herrenschmidt · 17 years ago
- 172c122 scsi: fix integer as NULL pointer warnings by Harvey Harrison · 17 years ago
- 3dfcb70 [SCSI] sym53c8xx: fix resid calculation by Tony Battersby · 17 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
- cedefa1 [SCSI] sym53c8xx: fix "irq X: nobody cared" regression by Tony Battersby · 17 years ago
- 7ee2413 [SCSI] sym53c8xx: fix free_irq() regression by Tony Battersby · 17 years ago
- 1212663 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 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
- c03983a Spelling fix: explicitly by Jean Delvare · 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 · 18 years ago
- 938febd [SCSI] sym53c8xx: convert to use the data buffer accessors by FUJITA Tomonori · 18 years ago
- bbf2f9f Fix misspellings of "agressive". by Robert P. J. Day · 18 years ago
- cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 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 · 19 years ago