| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: initio: Declare SCSI host template const | Bart Van Assche | 2023-03-24 | 1 | -1/+1 |
* | scsi: initio: Remove redundant assignment to pointer scb | Colin Ian King | 2022-08-31 | 1 | -1/+1 |
* | scsi: initio: Stop using the SCSI pointer | Bart Van Assche | 2022-02-22 | 1 | -6/+8 |
* | scsi: initio: Don't use GFP_DMA in initio_probe_one() | Christoph Hellwig | 2021-12-22 | 1 | -1/+2 |
* | scsi: initio: Fix a kernel-doc warning | Bart Van Assche | 2021-11-29 | 1 | -2/+0 |
* | scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions | Bart Van Assche | 2021-10-16 | 1 | -2/+1 |
* | scsi: initio: Call scsi_done() directly | Bart Van Assche | 2021-10-16 | 1 | -3/+1 |
* | scsi: initio: Fix a few kernel-doc misdemeanours | Lee Jones | 2021-03-18 | 1 | -8/+5 |
* | scsi: initio: Remove unused variable 'prev' | Lee Jones | 2021-03-15 | 1 | -3/+2 |
* | scsi: initio: Drop internal SCSI message definition | Hannes Reinecke | 2021-01-22 | 1 | -31/+33 |
* | scsi: initio: Use module_pci_driver() to simplify the code | Liu Shixin | 2020-10-07 | 1 | -13/+1 |
* | scsi: initio: make initio_state_7() static | Chen Zhou | 2019-12-19 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18 | Thomas Gleixner | 2019-05-21 | 1 | -15/+1 |
* | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-18 | 1 | -1/+0 |
* | scsi: initio: use dma_set_mask | Christoph Hellwig | 2018-11-15 | 1 | -1/+1 |
* | SCSI: initio: remove duplicate module device table | Arnd Bergmann | 2015-11-20 | 1 | -16/+0 |
* | scsi: Do not set cmd_per_lun to 1 in the host template | Hannes Reinecke | 2015-05-31 | 1 | -1/+0 |
* | [SCSI] remove deprecated IRQF_DISABLED from SCSI | Michael Opdenacker | 2014-03-19 | 1 | -1/+1 |
* | Drivers: scsi: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -2/+2 |
* | SCSI host lock push-down | Jeff Garzik | 2010-11-16 | 1 | -1/+3 |
* | drivers/scsi: remove unnecessary NULL test | Julia Lawall | 2010-08-11 | 1 | -1/+0 |
* | tree-wide: Assorted spelling fixes | Daniel Mack | 2010-02-09 | 1 | -1/+1 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | [SCSI] Clean up my email address and use a single standard address for everyt... | Alan Cox | 2008-12-29 | 1 | -1/+1 |
* | [SCSI] Let scsi_cmnd->cmnd use request->cmd buffer | Boaz Harrosh | 2008-05-02 | 1 | -1/+1 |
* | [SCSI] initio: fix big endian problems for auto request sense | Grant Grundler | 2008-04-11 | 1 | -4/+5 |
* | [SCSI] remove use_sg_chaining | James Bottomley | 2008-01-30 | 1 | -1/+0 |
* | [SCSI] initio: fix module hangs on loading | Stuart Swales | 2008-01-23 | 1 | -2/+6 |
* | [SCSI] initio: bugfix for accessors patch | Boaz Harrosh | 2007-12-18 | 1 | -0/+1 |
* | [SCSI] initio: fix conflict when loading driver | Alan Cox | 2007-12-18 | 1 | -0/+1 |
* | [SCSI] initio: Fix merge fallout | Alan Cox | 2007-10-17 | 1 | -2/+4 |
* | [SCSI] add use_sg_chaining option to scsi_host_template | FUJITA Tomonori | 2007-10-16 | 1 | -0/+1 |
* | [SCSI] initio: convert to use the data buffer accessors | FUJITA Tomonori | 2007-05-26 | 1 | -25/+11 |
* | [SCSI] initio: Convert into a real Linux driver and update to modern style | Alan Cox | 2007-05-22 | 1 | -1990/+1833 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 1 | -1/+1 |
* | [SCSI] initio: fix section mismatches with HOTPLUG=n | Randy Dunlap | 2006-11-25 | 1 | -1/+1 |
* | [initio] Add pci dev table for module auto loading. | Ben Collins | 2006-10-18 | 1 | -9/+10 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | [PATCH] irq-flags: scsi: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [SCSI] drivers/scsi: Use ARRAY_SIZE macro | Tobias Klauser | 2006-06-10 | 1 | -2/+1 |
* | [PATCH] Replace 0xff.. with correct DMA_xBIT_MASK | Matthias Gehre | 2006-03-28 | 1 | -1/+2 |
* | [PATCH] turn many #if $undefined_string into #ifdef $undefined_string | Olaf Hering | 2005-07-27 | 1 | -1/+1 |
* | [PATCH] drivers/scsi/initio.c: cleanups | Adrian Bunk | 2005-06-25 | 1 | -49/+36 |
* | [SCSI] allow sleeping in ->eh_bus_reset_handler() | Jeff Garzik | 2005-06-17 | 1 | -0/+4 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+3184 |