| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 4 | -4/+4 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 4 | -4/+4 |
| 2026-01-23 | scsi: Change the return type of the .queuecommand() callback | Bart Van Assche | 3 | -3/+4 |
| 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/+1 |
| 2023-05-31 | scsi: Add HAS_IOPORT dependencies | Niklas Schnelle | 1 | -1/+5 |
| 2023-03-24 | scsi: pcmcia-sym53c500: Declare SCSI host template const | Bart Van Assche | 1 | -2/+2 |
| 2022-10-27 | scsi: pcmcia: nsp_cs: Remove unused variable i | Colin Ian King | 1 | -3/+1 |
| 2022-04-06 | scsi: sym53c500_cs: Stop using struct scsi_pointer | Finn Thain | 1 | -27/+25 |
| 2022-02-22 | scsi: sym53c500_cs: Move the SCSI pointer to private command data | Bart Van Assche | 1 | -18/+29 |
| 2022-02-22 | scsi: nsp_cs: Move the SCSI pointer to private command data | Bart Van Assche | 3 | -90/+114 |
| 2022-02-22 | scsi: Remove drivers/scsi/scsi.h | Bart Van Assche | 3 | -9/+14 |
| 2022-02-22 | scsi: nsp_cs: Use true and false instead of TRUE and FALSE | Bart Van Assche | 2 | -14/+14 |
| 2022-02-22 | scsi: nsp_cs: Change the return type of two functions into 'void' | Bart Van Assche | 2 | -14/+7 |
| 2022-01-10 | scsi: nsp_cs: Check of ioremap return value | Jiasheng Jiang | 1 | -0/+3 |
| 2021-10-16 | scsi: sym53c500_cs: Switch to attribute groups | Bart Van Assche | 1 | -3/+5 |
| 2021-10-16 | scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functions | Bart Van Assche | 2 | -4/+2 |
| 2021-10-16 | scsi: pcmcia: Call scsi_done() directly | Bart Van Assche | 2 | -5/+2 |
| 2021-08-09 | scsi: fdomain: Fix error return code in fdomain_probe() | Wei Li | 1 | -1/+3 |
| 2021-05-31 | scsi: pcmcia: nsp_cs: Use SAM_STAT_CHECK_CONDITION | Hannes Reinecke | 1 | -1/+1 |
| 2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 1 | -1/+0 |
| 2021-01-22 | scsi: nsp_cs: Drop internal SCSI message definition | Hannes Reinecke | 2 | -17/+6 |
| 2020-10-26 | scsi: Remove unneeded break statements | Tom Rix | 1 | -2/+0 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-07-08 | scsi: pcmcia: nsp_cs: Remove unused variable 'dummy' | Lee Jones | 1 | -2/+2 |
| 2020-07-08 | scsi: pcmcia: nsp_cs: Use new __printf() format notation | Lee Jones | 1 | -0/+1 |
| 2020-03-11 | scsi: docs: convert NinjaSCSI.txt to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 1 | -1/+1 |
| 2019-11-12 | scsi: nsp_cs: enable compile-testing on 64-bit | Johan Hovold | 1 | -1/+1 |
| 2019-11-12 | scsi: nsp_cs: drop redundant MODULE_LICENSE ifdef | Johan Hovold | 1 | -2/+0 |
| 2019-07-11 | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+2 |
| 2019-07-11 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 3 | -0/+106 |
| 2019-06-20 | scsi: pcmcia: nsp_cs: use sg helper to iterate over scatterlist | Ming Lei | 1 | -2/+2 |
| 2019-06-18 | scsi: fdomain: Add PCMCIA support | Ondrej Zary | 3 | -0/+106 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118 | Thomas Gleixner | 1 | -10/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-01-29 | scsi: pcmcia: nsp_cs: Remove unnecessary parentheses | Nathan Chancellor | 1 | -1/+2 |
| 2019-01-29 | scsi: prefix header search paths with $(srctree)/ | Masahiro Yamada | 1 | -1/+1 |
| 2018-12-18 | scsi: remove the use_clustering flag | Christoph Hellwig | 2 | -2/+2 |
| 2018-12-18 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -1/+0 |
| 2018-11-02 | scsi: aha152x: rename the PCMCIA define | Christoph Hellwig | 1 | -1/+1 |
| 2018-10-01 | pcmcia: add error handling for pcmcia_enable_device in qlogic_stub | Zhouyang Jia | 1 | -1/+5 |
| 2018-10-01 | pcmcia: Use module_pcmcia_driver for scsi drivers | Vaishali Thakkar | 5 | -58/+4 |
| 2018-03-19 | scsi: remove the fdomain and fdomain_cs drivers | Christoph Hellwig | 4 | -222/+0 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-08-25 | scsi: qlogicfas: move bus_reset to host_reset | Hannes Reinecke | 1 | -2/+2 |
| 2017-08-25 | scsi: fdomain: move bus reset to host reset | Hannes Reinecke | 1 | -1/+1 |
| 2015-05-31 | scsi: Do not set cmd_per_lun to 1 in the host template | Hannes Reinecke | 3 | -3/+0 |
| 2015-02-02 | scsi: print single-character strings with seq_putc | Rasmus Villemoes | 1 | -2/+2 |
| 2015-02-02 | scsi: merge consecutive seq_puts calls | Rasmus Villemoes | 1 | -2/+2 |
| 2015-02-02 | scsi: replace seq_printf with seq_puts | Rasmus Villemoes | 1 | -15/+15 |
| 2015-02-02 | scsi: remove SPRINTF macro | Rasmus Villemoes | 1 | -27/+23 |
| 2014-08-26 | treewide: Fix typo in printk | Masanari Iida | 1 | -1/+1 |
| 2014-07-17 | scsi: use 64-bit LUNs | Hannes Reinecke | 2 | -2/+2 |
| 2013-04-09 | nsp_cs: switch to ->show_info() | Al Viro | 2 | -37/+6 |
| 2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
| 2011-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 5 | -5/+5 |
| 2011-05-10 | treewide: fix a few typos in comments | Justin P. Mattock | 1 | -1/+1 |
| 2011-05-06 | pcmcia: Convert pcmcia_device_id declarations to const | Joe Perches | 5 | -5/+5 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-17 | scsi: change to new flag variable | matt mooney | 1 | -1/+1 |
| 2010-11-16 | SCSI host lock push-down | Jeff Garzik | 3 | -4/+7 |
| 2010-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -1/+0 |
| 2010-10-07 | [SCSI] aha152x: enable PCMCIA on 64bit | Jiri Slaby | 1 | -1/+0 |
| 2010-09-29 | pcmcia: remove obsolete and wrong comments | Dominik Brodowski | 1 | -26/+0 |
| 2010-09-29 | pcmcia: avoid messages on module (un)loading | Dominik Brodowski | 2 | -6/+0 |
| 2010-09-29 | pcmcia: move driver name to struct pcmcia_driver | Dominik Brodowski | 5 | -14/+4 |
| 2010-09-29 | pcmcia: remove the "Finally, report what we've done" message | Dominik Brodowski | 1 | -15/+0 |
| 2010-09-29 | pcmcia: use autoconfiguration feature for ioports and iomem | Dominik Brodowski | 5 | -82/+38 |
| 2010-09-29 | pcmcia: introduce autoconfiguration feature | Dominik Brodowski | 5 | -71/+41 |
| 2010-09-29 | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device | Dominik Brodowski | 5 | -21/+14 |
| 2010-09-29 | pcmcia: move config_{base,index,regs} to struct pcmcia_device | Dominik Brodowski | 4 | -4/+4 |
| 2010-09-29 | pcmcia: simplify IntType | Dominik Brodowski | 5 | -5/+0 |
| 2010-09-29 | pcmcia: simplify Status, ExtStatus register access | Dominik Brodowski | 1 | -3/+1 |
| 2010-09-29 | pcmcia: move Vpp setup to struct pcmcia_device | Dominik Brodowski | 1 | -4/+4 |
| 2010-09-29 | pcmcia: do not use win_req_t when calling pcmcia_request_window() | Dominik Brodowski | 1 | -30/+19 |
| 2010-08-03 | pcmcia: remove memreq_t | Dominik Brodowski | 1 | -3/+2 |
| 2010-08-03 | pcmcia: do not use io_req_t when calling pcmcia_request_io() | Dominik Brodowski | 5 | -42/+40 |
| 2010-08-03 | pcmcia: do not use io_req_t after call to pcmcia_request_io() | Dominik Brodowski | 5 | -33/+32 |
| 2010-07-30 | pcmcia: remove cs_types.h | Dominik Brodowski | 5 | -5/+0 |
| 2010-05-10 | pcmcia: dev_node removal (write-only drivers) | Dominik Brodowski | 6 | -16/+0 |
| 2010-05-10 | pcmcia: re-work pcmcia_request_irq() | Dominik Brodowski | 5 | -33/+15 |
| 2010-03-15 | pcmcia: add important if statement | Dan Carpenter | 1 | -0/+1 |
| 2010-02-09 | tree-wide: Assorted spelling fixes | Daniel Mack | 1 | -1/+1 |
| 2009-11-28 | pcmcia: rework the irq_req_t typedef | Dominik Brodowski | 5 | -7/+1 |
| 2009-11-28 | pcmcia: pcmcia_request_window() doesn't need a pointer to a pointer | Dominik Brodowski | 1 | -1/+1 |
| 2009-11-28 | pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page() | Magnus Damm | 1 | -1/+1 |
| 2009-11-09 | pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (scsi) | Dominik Brodowski | 4 | -109/+60 |
| 2009-08-22 | [SCSI] nsp_cs: fix buf overflow | Jiri Slaby | 1 | -1/+1 |
| 2009-06-15 | [SCSI] nsp_cs: time_out reaches -1 | Roel Kluin | 1 | -3/+3 |
| 2009-01-05 | [SCSI] aha152x_cs: Fix regression that keeps driver from using shared interrupts | Larry Finger | 1 | -1/+1 |
| 2008-10-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 5 | -200/+182 |
| 2008-08-23 | removed unused #include <linux/version.h>'s | Adrian Bunk | 1 | -1/+0 |
| 2008-08-23 | pcmcia: pcmcia_config_loop() improvement by passing vcc | Dominik Brodowski | 5 | -5/+7 |
| 2008-08-23 | pcmcia: pcmcia_config_loop() default CIS entry handling | Dominik Brodowski | 5 | -19/+20 |
| 2008-08-23 | pcmcia: pcmcia_config_loop() ConfigIndex unification | Dominik Brodowski | 5 | -6/+0 |
| 2008-08-23 | pcmcia: use pcmcia_loop_config in scsi pcmcia drivers | Dominik Brodowski | 5 | -198/+183 |
| 2008-07-27 | [SCSI] replace __FUNCTION__ with __func__ | Harvey Harrison | 2 | -3/+3 |
| 2008-04-19 | SCSI: convert struct class_device to struct device | Tony Jones | 1 | -6/+8 |
| 2008-02-05 | pcmcia: convert some internal-only ioaddr_t to unsigned int | Olof Johansson | 1 | -1/+1 |
| 2008-01-30 | [SCSI] remove use_sg_chaining | James Bottomley | 1 | -1/+0 |
| 2008-01-23 | [SCSI] fix pcmcia compile problem | James Bottomley | 1 | -1/+2 |
| 2008-01-11 | [SCSI] nsp_cs: convert to data accessors and !use_sg cleanup | Boaz Harrosh | 1 | -20/+34 |
| 2007-10-22 | [SG] Update drivers to use sg helpers | Jens Axboe | 2 | -5/+3 |
| 2007-10-19 | define global BIT macro | Jiri Slaby | 1 | -1/+0 |
| 2007-10-16 | [SCSI] add use_sg_chaining option to scsi_host_template | FUJITA Tomonori | 1 | -0/+1 |
| 2007-10-12 | [SCSI] nsp_cs: remove kernel 2.4 code | Adrian Bunk | 2 | -162/+5 |
| 2007-07-22 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -2/+5 |
| 2007-07-19 | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 4 | -8/+4 |
| 2007-07-18 | [SCSI] Use menuconfig objects | Jan Engelhardt | 1 | -2/+5 |
| 2007-05-26 | [SCSI] sym53c500_cs: convert to use the data buffer accessors | FUJITA Tomonori | 1 | -23/+19 |
| 2007-04-01 | [SCSI] pcmcia: allow drivers to be built non-modular | Robert P. J. Day | 1 | -6/+3 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 5 | -5/+0 |
| 2007-02-07 | [SCSI] nsp_cs: remove old scsi code | Michal Piotrowski | 1 | -66/+0 |
| 2007-01-30 | [PATCH] sym53c500_cs: remove bogus call fo free_dma() | Al Viro | 1 | -2/+0 |
| 2007-01-11 | [PATCH] PCMCIA: fix drivers broken by recent cleanup | Daniel Ritz | 2 | -2/+0 |
| 2006-12-04 | [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation | Dominik Brodowski | 5 | -31/+5 |
| 2006-12-04 | [PATCH] pcmcia: remove manf_id and card_id indirection | Dominik Brodowski | 2 | -7/+2 |
| 2006-10-25 | [SCSI] convert ninja driver to struct scsi_cmnd | Henrik Kretzschmar | 4 | -45/+51 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 3 | -3/+3 |
| 2006-10-04 | [SCSI] scsi: remove hosts.h | Henne | 1 | -1/+0 |
| 2006-07-03 | Merge ../scsi-misc-2.6 | James Bottomley | 1 | -1/+1 |
| 2006-07-02 | [PATCH] irq-flags: scsi: Use the new IRQF_ constants | Thomas Gleixner | 2 | -2/+2 |
| 2006-06-26 | [SCSI] random: remove redundant SA_SAMPLE_RANDOM from NinjaSCSI | Matt Mackall | 1 | -1/+1 |
| 2006-03-31 | [PATCH] pcmcia: use bitfield instead of p_state and state | Dominik Brodowski | 5 | -79/+29 |
| 2006-03-31 | [PATCH] pcmcia: add return value to _config() functions | Dominik Brodowski | 6 | -75/+70 |
| 2006-03-31 | [PATCH] pcmcia: remove dev_link_t and client_handle_t indirection | Dominik Brodowski | 6 | -139/+111 |
| 2006-03-31 | [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device | Dominik Brodowski | 6 | -46/+24 |
| 2006-03-31 | [PATCH] pcmcia: remove unneeded Vcc pseudo setting | Dominik Brodowski | 5 | -13/+6 |
| 2006-03-31 | [PATCH] pcmcia: default suspend and resume handling | Dominik Brodowski | 5 | -71/+2 |
| 2006-03-31 | [PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irq | Dominik Brodowski | 2 | -10/+2 |
| 2006-03-31 | [PATCH] pcmcia: add pcmcia_disable_device | Dominik Brodowski | 5 | -42/+11 |
| 2006-03-05 | [SCSI] scsi: aha152x pcmcia driver needs spi transport | Dominik Brodowski | 1 | -0/+1 |
| 2006-02-28 | [SCSI] aha152x: fix variable use before initialisation and other bugs | J�rgen E. Fischer | 1 | -3/+1 |
| 2006-01-06 | [PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca... | Dominik Brodowski | 6 | -228/+51 |
| 2006-01-06 | [PATCH] pcmcia: remove dev_list from drivers | Dominik Brodowski | 4 | -66/+9 |
| 2006-01-06 | [PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callback | Dominik Brodowski | 6 | -65/+26 |
| 2006-01-05 | [PATCH] pcmcia: new suspend core | Dominik Brodowski | 5 | -134/+186 |
| 2005-11-09 | [SCSI] remove Scsi_Device typedef | Christoph Hellwig | 1 | -1/+1 |
| 2005-11-09 | [SCSI] remove Scsi_Host_Template typedef | Christoph Hellwig | 3 | -8/+8 |
| 2005-10-28 | [SCSI] use scmd_id(), scmd_channel() throughout code | Jeff Garzik | 2 | -6/+6 |
| 2005-07-07 | [PATCH] pcmcia: remove references to pcmcia/version.h | Dominik Brodowski | 4 | -4/+0 |
| 2005-07-07 | [PATCH] pcmcia: remove client services version (fix) | Pavel Roskin | 1 | -0/+4 |
| 2005-07-07 | [PATCH] pcmcia: remove client services version | Pavel Roskin | 1 | -4/+0 |
| 2005-07-07 | [PATCH] pcmcia: move event handler | Dominik Brodowski | 5 | -26/+10 |
| 2005-06-27 | [PATCH] pcmcia: id_table for nsp_cs.c | Dominik Brodowski | 1 | -0/+13 |
| 2005-06-27 | [PATCH] pcmcia: id_table for qlogic_stub.c | Dominik Brodowski | 1 | -0/+22 |
| 2005-06-27 | [PATCH] pcmcia: id_table for sym53c500_cs.c | Dominik Brodowski | 1 | -0/+9 |
| 2005-06-27 | [PATCH] pcmcia: id_table for fdomain_stub | Dominik Brodowski | 1 | -0/+10 |
| 2005-06-27 | [PATCH] pcmcia: id_table for aha152x | Dominik Brodowski | 1 | -0/+11 |
| 2005-06-17 | [SCSI] allow sleeping in ->eh_host_reset_handler() | Jeff Garzik | 1 | -0/+2 |
| 2005-06-17 | [SCSI] Remove no-op implementations of SCSI EH hooks | Jeff Garzik | 2 | -17/+0 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 13 | -0/+5450 |