index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
hpsa.c
Age
Commit message (
Expand
)
Author
2014-11-20
hpsa: remove spin lock around command allocation
Stephen M. Cameron
2014-11-20
hpsa: always call pci_set_master after pci_enable_device
Robert Elliott
2014-11-20
hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operation
Nicholas Bellinger
2014-11-20
hpsa: do not be so noisy about check conditions
Stephen M. Cameron
2014-11-20
hpsa: use atomics for commands_outstanding
Stephen M. Cameron
2014-11-20
hpsa: get rid of type/attribute/direction bit field where possible
Stephen M. Cameron
2014-11-20
hpsa: fix endianness issue with scatter gather elements
Stephen M. Cameron
2014-11-20
hpsa: fix allocation sizes for CISS_REPORT_LUNs commands
Stephen M. Cameron
2014-11-20
hpsa: remove 'action required' phrasing
Stephen M. Cameron
2014-11-20
hpsa: correct off-by-one sizing of chained SG block
Webb Scales
2014-11-20
hpsa: fix a couple pci id table mistakes
Stephen M. Cameron
2014-11-20
hpsa: remove dev_warn prints from RAID-1ADM
Robert Elliott
2014-11-20
hpsa: Clean up warnings from sparse.
Don Brace
2014-11-12
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
2014-09-25
hpsa: add missing pci_set_master in kdump path
Tomas Henzl
2014-09-16
hpsa: refine the pci enable/disable handling
Tomas Henzl
2014-09-16
hpsa: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-09-16
hpsa: Fallback to MSI rather than to INTx if MSI-X failed
Alexander Gordeev
2014-08-08
scsi: use pci_zalloc_consistent
Joe Perches
2014-07-25
hpsa: fix bad -ENOMEM return value in hpsa_big_passthru_ioctl
Stephen M. Cameron
2014-07-25
hpsa: remove online devices from offline device list
Stephen M. Cameron
2014-07-25
hpsa: fix non-x86 builds
Arnd Bergmann
2014-07-25
hpsa: do not unconditionally copy sense data
Robert Elliott
2014-07-25
hpsa: fix 6-byte READ/WRITE with 0 length data xfer
Stephen M. Cameron
2014-07-25
hpsa: make hpsa_init_one return -ENOMEM if allocation of h->lockup_detected f...
Stephen M. Cameron
2014-07-17
scsi: use 64-bit LUNs
Hannes Reinecke
2014-06-02
hpsa: fix handling of hpsa_volume_offline return value
Stephen M. Cameron
2014-06-02
hpsa: return -ENOMEM not -1 on kzalloc failure in hpsa_get_device_id
Stephen M. Cameron
2014-06-02
hpsa: remove messages about volume status VPD inquiry page not supported
Stephen M. Cameron
2014-06-02
hpsa: report check condition even if no sense data present for ioaccel2 mode
Stephen M. Cameron
2014-06-02
hpsa: remove bad unlikely annotation from device list updating code
Stephen M. Cameron
2014-06-02
hpsa: kill annoying messages about SSD Smart Path retries
Stephen M. Cameron
2014-06-02
hpsa: define extended_report_lun_entry data structure
Stephen M. Cameron
2014-06-02
hpsa: Rearrange start_io to avoid one unlock/lock sequence in main io path
Stephen M. Cameron
2014-06-02
hpsa: avoid unnecessary readl on every command submission
Stephen M. Cameron
2014-06-02
hpsa: use per-cpu variable for lockup_detected
Stephen M. Cameron
2014-06-02
hpsa: set irq affinity hints to route MSI-X vectors across CPUs
Stephen M. Cameron
2014-06-02
hpsa: allocate reply queues individually
Stephen M. Cameron
2014-06-02
hpsa: choose number of reply queues more intelligently.
Stephen M. Cameron
2014-06-02
hpsa: use gcc aligned attribute instead of manually padding structs
Stephen M. Cameron
2014-06-02
hpsa: change doorbell reset delay to ten seconds
Justin Lindley
2014-06-02
hpsa: allow passthru ioctls to work with bidirectional commands
Stephen M. Cameron
2014-06-02
hpsa: remove unused fields from struct ctlr_info
Stephen M. Cameron
2014-05-28
hpsa: fix bad comparison of signed with unsigned in hpsa_update_scsi_devices
Joe Handzik
2014-05-19
hpsa: do not ignore failure of sense controller parameters command
Joe Handzik
2014-05-19
hpsa: fix memory leak in hpsa_hba_mode_enabled
Joe Handzik
2014-05-19
hpsa: add new Smart Array PCI IDs (May 2014)
Joe Handzik
2014-05-19
hpsa: Checking for a NULL return from a kzalloc call
Joe Handzik
2014-04-21
[SCSI] hpsa: fix NULL dereference in hpsa_put_ctlr_into_performant_mode()
scameron@beardog.cce.hp.com
2014-03-19
[SCSI] hpsa: update driver version to 3.4.4-1
Stephen M. Cameron
[next]