Age | Commit message (Expand) | Author | Files | Lines |
2020-10-24 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -4/+0 |
2020-10-08 | scsi: 53c700: Remove set but not used variable | Zheng Yongjun | 1 | -4/+0 |
2020-09-25 | 53c700: convert to dma_alloc_noncoherent | Christoph Hellwig | 1 | -6/+14 |
2020-09-25 | 53c700: improve non-coherent DMA handling | Christoph Hellwig | 1 | -50/+63 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 1 | -13/+1 |
2019-01-29 | scsi: 53c700: pass correct "dev" to dma_alloc_attrs() | Dan Carpenter | 1 | -1/+1 |
2018-12-19 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -1/+0 |
2017-08-26 | scsi: 53c700: move bus reset to host reset | Hannes Reinecke | 1 | -20/+3 |
2017-06-26 | scsi: 53c700: switch to dma_alloc_attrs | Christoph Hellwig | 1 | -4/+4 |
2016-07-14 | scsi: remove current_cmnd field from struct scsi_device | Christoph Hellwig | 1 | -3/+5 |
2016-07-13 | 53c700: Use proper debug printk format specifiers | Helge Deller | 1 | -1/+1 |
2016-06-15 | 53c700: fix BUG on untagged commands | James Bottomley | 1 | -2/+2 |
2015-11-10 | scsi: use host wide tags by default | Christoph Hellwig | 1 | -4/+7 |
2015-08-07 | [SCSI] Fix printk typos in drivers/scsi | Masanari Iida | 1 | -1/+1 |
2014-12-04 | scsi: remove scsi_set_tag_type | Christoph Hellwig | 1 | -1/+1 |
2014-12-04 | scsi: remove scsi_get_tag_type | Christoph Hellwig | 1 | -2/+2 |
2014-12-04 | scsi: remove ->change_queue_type method | Christoph Hellwig | 1 | -35/+0 |
2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 1 | -12/+7 |
2014-11-12 | scsi: don't set tagging state from scsi_adjust_queue_depth | Christoph Hellwig | 1 | -8/+9 |
2014-11-12 | scsi: always assign block layer tags if enabled | Christoph Hellwig | 1 | -7/+5 |
2014-11-12 | scsi: remove abuses of scsi_populate_tag | Christoph Hellwig | 1 | -1/+1 |
2014-11-12 | scsi: add new scsi-command flag for tagged commands | Christoph Hellwig | 1 | -3/+3 |
2014-11-12 | scsi: Remove scsi_print_command when calling abort | Hannes Reinecke | 1 | -3/+1 |
2014-11-12 | 53c700: remove scsi_print_sense() usage | Hannes Reinecke | 1 | -7/+2 |
2014-11-12 | scsi: use sdev as argument for sense code printing | Hannes Reinecke | 1 | -1/+1 |
2014-07-18 | scsi: use 64-bit LUNs | Hannes Reinecke | 1 | -3/+4 |
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 | -3/+5 |
2010-08-11 | scsi: 53c700: remove dma_is_consistent usage | FUJITA Tomonori | 1 | -3/+0 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-12-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2009-12-04 | [SCSI] modify change_queue_depth to take in reason why it is being called | Mike Christie | 1 | -2/+5 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
2008-05-02 | [SCSI] Let scsi_cmnd->cmnd use request->cmd buffer | Boaz Harrosh | 1 | -3/+3 |
2008-01-23 | [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE | FUJITA Tomonori | 1 | -5/+6 |
2007-07-15 | [SCSI] 53c700: Remove printk, which triggers because of low scsi clock on SNI... | Thomas Bogendoerfer | 1 | -2/+0 |
2007-06-18 | [SCSI] 53c700: m68k support for the 53c700 SCSI core | Kars de Jong | 1 | -10/+10 |
2007-05-27 | [SCSI] 53c700: convert to use the data buffer accessors | FUJITA Tomonori | 1 | -40/+15 |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
2007-01-13 | [SCSI] 53c700: Allow setting burst length | Thomas Bogendoerfer | 1 | -3/+21 |
2006-12-07 | [PATCH] Pass struct dev pointer to dma_cache_sync() | Ralf Baechle | 1 | -37/+43 |
2006-12-07 | [PATCH] Add struct dev pointer to dma_is_consistent() | Ralf Baechle | 1 | -1/+1 |
2006-12-03 | [SCSI] 53c700: brown paper bag fix for auto request sense | James Bottomley | 1 | -1/+6 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -1/+1 |
2006-10-01 | [PATCH] completions: lockdep annotate on stack completions | Peter Zijlstra | 1 | -1/+1 |
2006-07-03 | Merge ../scsi-misc-2.6 | James Bottomley | 1 | -26/+30 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |