| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-23 | scsi: Change the return type of the .queuecommand() callback | Bart Van Assche | 1 | -1/+2 |
| 2025-08-13 | scsi: switch ->bios_param() to passing gendisk | Al Viro | 1 | -1/+1 |
| 2024-06-11 | scsi: Add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 1 | -0/+2 |
| 2023-03-24 | scsi: aha1542: Declare SCSI host template const | Bart Van Assche | 1 | -2/+3 |
| 2022-04-25 | scsi: aha1542: Remove unneeded semicolon | Haowen Bai | 1 | -10/+10 |
| 2022-02-22 | scsi: aha1542: Remove a set-but-not-used array | Bart Van Assche | 1 | -2/+1 |
| 2021-10-19 | scsi: aha1542: Use memcpy_{from,to}_bvec() | Christoph Hellwig | 1 | -4/+2 |
| 2021-10-16 | scsi: aha1542: Call scsi_done() directly | Bart Van Assche | 1 | -6/+4 |
| 2021-08-11 | scsi: aha1542: Use scsi_cmd_to_rq() instead of scsi_cmnd.request | Bart Van Assche | 1 | -2/+4 |
| 2021-04-06 | aha1542: use a local bounce buffer | Christoph Hellwig | 1 | -47/+56 |
| 2021-02-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -51/+82 |
| 2021-01-26 | isa: Make the remove callback for isa drivers return void | Uwe Kleine-König | 1 | -2/+1 |
| 2021-01-13 | scsi: aha1542: Fix multi-line comment style | Sergey Shtylyov | 1 | -44/+75 |
| 2021-01-13 | scsi: aha1542: Kill trailing whitespace | Sergey Shtylyov | 1 | -7/+7 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2018-12-18 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -1/+0 |
| 2018-12-07 | scsi: aha1542: Fix zeroday __udivdi3 warning | James Bottomley | 1 | -1/+1 |
| 2018-11-21 | scsi: aha1542: convert to DMA mapping API | Christoph Hellwig | 1 | -35/+91 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+2 |
| 2017-08-24 | scsi: aha1542: constify pnp_device_id | Arvind Yadav | 1 | -1/+1 |
| 2017-04-20 | Annotate hardware config module parameters in drivers/scsi/ | David Howells | 1 | -1/+1 |
| 2016-02-23 | scsi: aha1542: avoid uninitialized variable warnings | Arnd Bergmann | 1 | -0/+3 |
| 2015-05-31 | scsi: Do not set cmd_per_lun to 1 in the host template | Hannes Reinecke | 1 | -1/+0 |
| 2015-04-27 | aha1542: Allocate memory before taking a lock | Ondrej Zary | 1 | -12/+11 |
| 2015-04-09 | aha1542: remove loop from aha1542_outb | Ondrej Zary | 1 | -8/+5 |
| 2015-04-09 | aha1542: Fix bus reset | Ondrej Zary | 1 | -1/+1 |
| 2015-04-09 | aha1542: rework locking | Ondrej Zary | 1 | -84/+34 |
| 2015-04-09 | aha1542: Don't reduce functionality with DEBUG enabled | Ondrej Zary | 1 | -21/+10 |
| 2015-04-09 | aha1542: Use print_hex_dump_bytes in debug code | Ondrej Zary | 1 | -26/+8 |
| 2015-04-09 | aha1542: remove DEB macro and simplify debug code | Ondrej Zary | 1 | -34/+22 |
| 2015-04-09 | aha1542: Use shost_printk instead of printk | Ondrej Zary | 1 | -35/+32 |
| 2015-04-09 | aha1542: Change aha1542_set_bus_times parameters | Ondrej Zary | 1 | -18/+16 |
| 2015-04-09 | aha1542: Pass struct Scsi_Host * to functions | Ondrej Zary | 1 | -62/+63 |
| 2015-04-09 | aha1542: cleanup includes | Ondrej Zary | 1 | -8/+3 |
| 2015-04-09 | aha1542: remove useless changelog | Ondrej Zary | 1 | -22/+3 |
| 2015-04-09 | aha1542: Always name Scsi_Host variables sh | Ondrej Zary | 1 | -49/+49 |
| 2015-04-09 | aha1524: Use struct scsi_cmnd | Ondrej Zary | 1 | -75/+75 |
| 2015-04-09 | aha1542: clean up cmd variables | Ondrej Zary | 1 | -29/+24 |
| 2015-04-09 | aha1542: Simplify aha1542_biosparam | Ondrej Zary | 1 | -13/+8 |
| 2015-04-09 | aha1542: rework configuration parameters | Ondrej Zary | 1 | -159/+54 |
| 2015-04-09 | aha1542: rework hw_init | Ondrej Zary | 1 | -81/+58 |
| 2015-04-09 | aha1542: Call wait_mask from aha1542_out | Ondrej Zary | 1 | -10/+7 |
| 2015-04-09 | aha1542: split out code from aha1542_hw_init | Ondrej Zary | 1 | -30/+35 |
| 2015-04-09 | aha1542: Merge aha1542_host_reset and aha1542_bus_reset | Ondrej Zary | 1 | -68/+14 |
| 2015-04-09 | aha1542: Remove aha1542_restart | Ondrej Zary | 1 | -26/+2 |
| 2015-04-09 | aha1542: remove useless code from aha1542_test_port | Ondrej Zary | 1 | -14/+1 |
| 2015-04-09 | aha1542: Remove unneeded gotos | Ondrej Zary | 1 | -39/+19 |
| 2015-04-09 | aha1542: Split aha1542_out | Ondrej Zary | 1 | -39/+34 |
| 2015-04-09 | aha1542: Unify aha1542_in and aha1542_in1 | Ondrej Zary | 1 | -26/+7 |
| 2015-04-09 | aha1542: Remove WAIT and WAITd macros | Ondrej Zary | 1 | -46/+56 |
| 2015-04-09 | aha1542: remove empty aha1542_stat | Ondrej Zary | 1 | -15/+1 |
| 2015-04-09 | aha1542: Reorder functions to remove forward declarations | Ondrej Zary | 1 | -27/+24 |
| 2015-04-09 | aha1542: Use u8 instead of unchar | Ondrej Zary | 1 | -25/+25 |
| 2015-04-09 | aha1542: Convert aha1542_intr_reset to function | Ondrej Zary | 1 | -1/+4 |
| 2015-04-09 | aha1542: Remove HOSTDATA macro | Ondrej Zary | 1 | -59/+55 |
| 2015-04-09 | aha1542: Remove SCSI_BUF_PA, SCSI_SG_PA, AHA1542_SCATTER and AHA1542_CMDLUN | Ondrej Zary | 1 | -13/+10 |
| 2015-04-09 | aha1542: remove dead code | Ondrej Zary | 1 | -242/+1 |
| 2015-04-09 | aha1542: Stop using scsi_module.c | Ondrej Zary | 1 | -132/+168 |
| 2012-06-28 | treewide: Put a space between #include and FILE | Paul Bolle | 1 | -1/+1 |
| 2012-05-17 | scsi: delete the MCA specific drivers and driver code | Paul Gortmaker | 1 | -64/+2 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
| 2010-11-16 | SCSI host lock push-down | Jeff Garzik | 1 | -1/+3 |
| 2010-08-07 | aha1532: remove ISA_DMA_THRESHOLD usage | FUJITA Tomonori | 1 | -25/+0 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2008-04-27 | [SCSI] aha1542: minor irq handler cleanups | Jeff Garzik | 1 | -16/+10 |
| 2008-02-03 | MAINTAINERS: remove Adam Fritzler, remove his email address in other sources | Joe Perches | 1 | -1/+1 |
| 2008-01-23 | [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE | FUJITA Tomonori | 1 | -2/+2 |
| 2008-01-11 | [SCSI] aha1542: convert to accessors and !use_sg cleanup | Boaz Harrosh | 1 | -35/+10 |
| 2007-10-22 | [SG] Update drivers to use sg helpers | Jens Axboe | 1 | -5/+3 |
| 2007-10-16 | aha1542: convert to use the data buffer accessors | Jens Axboe | 1 | -17/+15 |
| 2007-05-02 | PCI: Cleanup the includes of <linux/pci.h> | Jean Delvare | 1 | -1/+0 |
| 2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 1 | -1/+1 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -7/+5 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-10 | [SCSI] drivers/scsi: Use ARRAY_SIZE macro | Tobias Klauser | 1 | -17/+14 |
| 2005-11-09 | [SCSI] remove Scsi_Host_Template typedef | Christoph Hellwig | 1 | -2/+2 |
| 2005-11-07 | [PATCH] kfree cleanup: drivers/scsi | Jesper Juhl | 1 | -24/+12 |
| 2005-10-28 | [SCSI] use sfoo_printk() in drivers | Jeff Garzik | 1 | -1/+2 |
| 2005-06-17 | [SCSI] allow sleeping in ->eh_host_reset_handler() | Jeff Garzik | 1 | -1/+2 |
| 2005-06-17 | [SCSI] allow sleeping in ->eh_bus_reset_handler() | Jeff Garzik | 1 | -1/+3 |
| 2005-06-17 | [SCSI] Remove no-op implementations of SCSI EH hooks | Jeff Garzik | 1 | -15/+0 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+1832 |