summaryrefslogtreecommitdiff
path: root/drivers/scsi/mpi3mr/mpi3mr_os.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-03scsi: mpi3mr: Make driver probing asynchronousGuixin Liu
2026-01-23Merge patch series "mpi3mr: Enhancements for mpi3mr"Martin K. Petersen
2026-01-23scsi: mpi3mr: Fixed the W=1 compilation warningRanjan Kumar
2026-01-23scsi: mpi3mr: Use negotiated link rate from DevicePage0Ranjan Kumar
2026-01-23scsi: mpi3mr: Rename log data save helper to reflect threaded/BH contextRanjan Kumar
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche
2025-11-29scsi: mpi3mr: Prevent duplicate SAS/SATA device entries in channel 1Suganath Prabu S
2025-10-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2025-08-25scsi: mpi3mr: Fix premature TM timeouts on virtual drivesChandrakanth Patil
2025-08-25scsi: mpi3mr: Fix I/O failures during controller resetChandrakanth Patil
2025-08-25scsi: mpi3mr: Fix device loss during enclosure reboot due to zero link speedChandrakanth Patil
2025-08-13scsi: switch ->bios_param() to passing gendiskAl Viro
2025-07-14Merge patch series "mpi3mr: Few minor bug fixes"Martin K. Petersen
2025-07-14scsi: mpi3mr: Serialize admin queue BAR writes on 32-bit systemsRanjan Kumar
2025-06-19scsi: mpi3mr: Correctly handle ATA device errorsDamien Le Moal
2025-04-28scsi: mpi3mr: Event processing debug improvementRanjan Kumar
2025-04-21scsi: mpi3mr: Fix typo and grammarChelsy Ratnawat
2025-03-10scsi: mpi3mr: Task Abort EH SupportChandrakanth Patil
2025-02-03scsi: Constify struct pci_error_handlersChristophe JAILLET
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2025-01-10Merge branch '6.13/scsi-fixes' into 6.14/scsi-stagingMartin K. Petersen
2024-12-23scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queuesDaniel Wagner
2024-12-04scsi: Rename .device_configure() into .sdev_configure()Bart Van Assche
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche
2024-12-04scsi: mpi3mr: Start controller indexing from 0Ranjan Kumar
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-08-22scsi: mpi3mr: Simplify an alloc_ordered_workqueue() invocationBart Van Assche
2024-08-12scsi: mpi3mr: Add missing spin_lock_init() for mrioc->trigger_lockShin'ichiro Kawasaki
2024-07-22scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONESDamien Le Moal
2024-07-04scsi: mpi3mr: Prevent PCI writes from driver during PCI error recoverySumit Saxena
2024-07-04scsi: mpi3mr: Support PCI Error Recovery callback handlersSumit Saxena
2024-06-26scsi: mpi3mr: Trigger supportRanjan Kumar
2024-04-11scsi: mpi3mr: Switch to using ->device_configureChristoph Hellwig
2024-04-11scsi: mpi3mr: Switch to using ->device_configureChristoph Hellwig
2024-03-25scsi: mpi3mr: Set MPI request flags appropriatelyRanjan Kumar
2024-03-25scsi: mpi3mr: Block devices are not removed even when VDs are offlinedRanjan Kumar
2024-01-23scsi: mpi3mr: Use ida to manage mrioc IDGuixin Liu
2023-12-05scsi: mpi3mr: Fetch correct device dev handle for status reply descriptorChandrakanth patil
2023-12-05scsi: mpi3mr: Clean up block devices post controller resetChandrakanth patil
2023-12-05scsi: mpi3mr: Refresh sdev queue depth after controller resetChandrakanth patil
2023-11-24scsi: mpi3mr: Add PCI checks where SAS5116 diverges from SAS4116Sumit Saxena
2023-11-24scsi: mpi3mr: Add support for SAS5116 PCI IDsSumit Saxena
2023-10-13scsi: mpi3mr: Split off bus_reset function from host_resetHannes Reinecke
2023-08-07scsi: mpi3mr: Enhance handling of devices removed after controller resetRanjan Kumar
2023-08-07scsi: mpi3mr: WRITE SAME implementationRanjan Kumar
2023-08-07scsi: mpi3mr: Add support for more than 1MB I/ORanjan Kumar
2023-04-11scsi: mpi3mr: Use IRQ save variants of spinlock to protect chain frame alloca...Ranjan Kumar
2023-03-31Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen