summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001
AgeCommit message (Expand)AuthorLines
2026-02-23Merge branch '7.0/scsi-queue' into 7.0/scsi-fixesMartin K. Petersen-2/+3
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-8/+8
2026-02-17scsi: pm8001: Fix use-after-free in pm8001_queue_command()Salomon Dushimirimana-2/+3
2025-11-12scsi: pm80xx: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari-1/+1
2025-09-09scsi: pm80xx: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-2/+6
2025-08-30scsi: pm8001: Use int instead of u32 to store error codesQianfeng Rong-1/+1
2025-08-25scsi: pm80xx: Fix race condition caused by static variablesFrancisco Gutierrez-10/+17
2025-08-18scsi: pm80xx: Use pm80xx_get_local_phy_id() to access phy arrayNiklas Cassel-2/+5
2025-08-18scsi: pm80xx: Fix pm8001_abort_task() for chip_8006 when using an expanderNiklas Cassel-3/+3
2025-08-18scsi: pm80xx: Add helper function to get the local phy idNiklas Cassel-8/+16
2025-08-18scsi: pm80xx: Use dev_parent_is_expander() helperNiklas Cassel-13/+8
2025-08-18scsi: pm80xx: Fix array-index-out-of-of-bounds on rmmodNiklas Cassel-1/+8
2025-08-18scsi: pm80xx: Restore support for expandersNiklas Cassel-3/+2
2025-06-23scsi: pm80xx: Add controller SCSI host fatal error ueventsSalomon Dushimirimana-0/+58
2025-06-19scsi: pm80xx: Free allocated tags after failureFrancisco Gutierrez-2/+10
2025-04-28Merge branch '6.15/scsi-fixes' into 6.16/scsi-stagingMartin K. Petersen-0/+1
2025-04-11scsi: pm80xx: Add __nonstring annotations for unterminated stringsKees Cook-1/+1
2025-04-03scsi: pm80xx: Set phy_attached to zero when device is goneIgor Pylypiv-0/+1
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-39/+109
2025-01-12scsi: pm8001: convert timeouts to secs_to_jiffies()Easwar Hariharan-1/+1
2024-12-23scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner-2/+1
2024-12-09scsi: Constify struct pci_device_idChristophe JAILLET-1/+1
2024-12-04scsi: pm80xx: Improve debugging for aborted commandsVishakha Channapattan-9/+77
2024-12-04scsi: pm80xx: Increase reserved tags from 8 to 128Igor Pylypiv-1/+1
2024-12-04scsi: pm80xx: Use dynamic tag numbers for PHY start and stopJolly Shah-9/+28
2024-12-04scsi: pm80xx: Do not use libsas port IDIgor Pylypiv-19/+2
2024-11-06scsi: pm8001: Increase request sg length to support 4MiB requestsIgor Pylypiv-2/+6
2024-11-06scsi: pm8001: Initialize devices in pm8001_alloc_dev()Igor Pylypiv-8/+12
2024-11-06scsi: pm8001: Use module param to set pcs event log severitySalomon Dushimirimana-1/+8
2024-09-12scsi: pm8001: Do not overwrite PCI queue mappingDaniel Wagner-2/+4
2024-09-12scsi: pm8001: Remove trailing space after \n newlineColin Ian King-1/+1
2024-07-04scsi: pm8001: Update log level when reading config tableTerrence Adams-3/+3
2024-07-04scsi: pm80xx: Set phy->enable_completion only when we wait for itIgor Pylypiv-1/+3
2024-03-25Merge patch series "Add LIBSAS_SHT_BASE for libsas"Martin K. Petersen-19/+1
2024-03-25scsi: pm8001: Use LIBSAS_SHT_BASEJohn Garry-19/+1
2024-03-25scsi: pm80xx: Add libsas SATA sysfs attributes groupIgor Pylypiv-0/+7
2024-01-29scsi: pm8001: Convert snprintf() to sysfs_emit()Li Zhijian-3/+3
2023-09-21scsi: pm8001: Remove PM8001_READ_VPDDamien Le Moal-25/+28
2023-09-21scsi: pm8001: Remove PM8001_USE_TASKLETDamien Le Moal-22/+21
2023-09-21scsi: pm8001: Remove PM8001_USE_MSIXDamien Le Moal-55/+67
2023-09-21scsi: pm8001: Remove pm80xx_chip_intx_interrupt_enable/disable()Damien Le Moal-26/+5
2023-09-21scsi: pm8001: Simplify pm8001_chip_interrupt_enable/disable()Damien Le Moal-63/+6
2023-09-21scsi: pm8001: Introduce pm8001_handle_irq()Damien Le Moal-28/+22
2023-09-21scsi: pm8001: Introduce pm8001_kill_tasklet()Damien Le Moal-21/+19
2023-09-21scsi: pm8001: Introduce pm8001_init_tasklet()Damien Le Moal-24/+27
2023-09-21scsi: pm8001: Introduce pm8001_free_irq()Damien Le Moal-21/+28
2023-09-13scsi: pm8001: Setup IRQs on resumeDamien Le Moal-34/+17
2023-09-13scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFI...Michal Grzedzicki-0/+2