summaryrefslogtreecommitdiff
path: root/drivers/scsi/aacraid/linit.c
AgeCommit message (Expand)Author
2023-12-08Revert "scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinity"Martin K. Petersen
2023-06-14scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinitySagar Biradar
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen
2023-03-24scsi: aacraid: Declare SCSI host template constBart Van Assche
2023-03-09scsi: aacraid: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry
2022-03-14scsi: aacraid: Clean up some inconsistent indentingJiapeng Chong
2022-02-22scsi: aacraid: Move the SCSI pointer to private command dataBart Van Assche
2021-10-16scsi: aacraid: Switch to attribute groupsBart Van Assche
2020-11-25scsi: aacraid: Use generic power managementVaibhav Gupta
2020-11-25scsi: aacraid: Drop pci_enable_wake() from .resumeVaibhav Gupta
2020-11-04scsi: aacraid: Improve compat_ioctl handlersArnd Bergmann
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-08-24scsi: aacraid: Remove pci-dma-compat wrapper APISuraj Upadhyay
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-15scsi: aacraid: Fix a couple of small kerneldoc issuesLee Jones
2020-07-15scsi: aacraid: Provide suggested curly braces around empty body of if()Lee Jones
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck
2020-05-07scsi: aacraid: Make some symbols staticZou Wei
2020-04-27scsi: aacraid: Fix error handling paths in aac_probe_one()Christophe JAILLET
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-03-24block: move struct partition out of genhd.hChristoph Hellwig
2020-03-17scsi: aacraid: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-03-11scsi: aacraid: Disabling TM path and only processing IOP resetSagar Biradar
2020-02-28scsi: aacraid: use scsi_host_busy_iter() in get_num_of_incomplete_fibs()Hannes Reinecke
2020-02-28scsi: aacraid: use scsi_host_(block,unblock) to block I/OHannes Reinecke
2020-02-28scsi: aacraid: replace aac_flush_ios() with midlayer helperHannes Reinecke
2019-10-18scsi: aacraid: send AIF request post IOP RESETBalsundar P
2019-10-18scsi: aacraid: check adapter healthBalsundar P
2019-10-18scsi: aacraid: setting different timeout for src and thorBalsundar P
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-03-14scsi: aacraid: Fix performance issue on logical drivesSagar Biradar
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor
2019-02-04scsi: aacraid: clean up some indentation and formatting issuesColin Ian King
2019-01-22scsi: communicate max segment size to the DMA mapping codeChristoph Hellwig
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-12-12scsi: aacraid: change event_wait to a completionArnd Bergmann
2018-11-28scsi: aacraid: Mark expected switch fall-throughGustavo A. R. Silva
2018-10-20Merge branch 'pci/misc'Bjorn Helgaas
2018-10-10PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-04-09scsi: aacraid: Insure command thread is not recursively stoppedDave Carroll
2018-02-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-02-13scsi: aacraid: fix shutdown crash when init failsMeelis Roos
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds