summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aacraid
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-17/+15
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+2
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche-2/+2
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2025-10-23scsi: aacraid: Improve code readabilityBart Van Assche-1/+1
2025-08-13scsi: switch ->bios_param() to passing gendiskAl Viro-3/+3
2025-08-13scsi: switch scsi_bios_ptable() and scsi_partsize() to gendiskAl Viro-1/+1
2025-07-24scsi: aacraid: Stop using PCI_IRQ_AFFINITYJohn Garry-2/+1
2025-05-27scsi: aacraid: Remove useless codeTomas Henzl-10/+1
2025-02-12scsi: usb: Rename the RESERVE and RELEASE constantsBart Van Assche-2/+2
2025-02-03scsi: Constify struct pci_error_handlersChristophe JAILLET-1/+1
2024-12-04scsi: Convert SCSI drivers to .sdev_configure()Bart Van Assche-3/+5
2024-11-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-122/+0
2024-10-03scsi: aacraid: Remove unused aac_check_health()Dr. David Alan Gilbert-122/+0
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-35/+28
2024-08-22scsi: aacraid: Fix double-free on probe failureBen Hutchings-0/+2
2024-08-02Merge patch series "scsi: aacraid: struct sgmap: Replace 1-element arrays wit...Martin K. Petersen-31/+24
2024-08-02scsi: aacraid: struct {user,}sgmap{,64,raw}: Replace 1-element arrays with fl...Kees Cook-30/+23
2024-08-02scsi: aacraid: Rearrange order of struct aac_srb_unitKees Cook-1/+1
2024-08-02scsi: aacraid: struct aac_ciss_phys_luns_resp: Replace 1-element array with f...Kees Cook-2/+2
2024-08-02scsi: aacraid: union aac_init: Replace 1-element array with flexible arrayKees Cook-2/+2
2024-01-29scsi: aacraid: aachba: Replace snprintf() with the safer scnprintf() variantLee Jones-3/+3
2023-12-08Revert "scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinity"Martin K. Petersen-43/+3
2023-08-30Merge branch '6.5/scsi-fixes' into 6.6/scsi-stagingMartin K. Petersen-1/+1
2023-08-24scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche-1/+1
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen-1/+1
2023-07-05scsi: aacraid: Avoid -Warray-bounds warningArnd Bergmann-1/+1
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2023-06-14scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinitySagar Biradar-3/+43
2023-05-26scsi: aacraid: Replace all non-returning strlcpy with strscpyAzeem Shaikh-1/+1
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen-1/+1
2023-03-24scsi: aacraid: Declare SCSI host template constBart Van Assche-1/+1
2023-03-09scsi: aacraid: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas-3/+0
2023-02-08scsi: aacraid: Allocate cmd_priv with scsicmdKees Cook-2/+3
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry-2/+2
2022-06-21scsi: aacraid: Remove redundant "the"Jiang Jian-1/+1
2022-04-25scsi: aacraid: Fix undefined behavior due to shift overflowing the constantBorislav Petkov-1/+1
2022-03-14scsi: aacraid: Clean up some inconsistent indentingJiapeng Chong-1/+1
2022-02-22scsi: aacraid: Move the SCSI pointer to private command dataBart Van Assche-36/+54
2022-01-05scsi: aacraid: Fix spelling of "its"Randy Dunlap-1/+1
2021-10-16scsi: aacraid: Switch to attribute groupsBart Van Assche-17/+21
2021-10-16scsi: aacraid: Call scsi_done() directlyBart Van Assche-5/+11
2021-10-16scsi: aacraid: Introduce aac_scsi_done()Bart Van Assche-17/+22
2021-08-11scsi: aacraid: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche-2/+2
2021-07-18scsi: aacraid: Remove an unused includeChristoph Hellwig-1/+0