index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
hpsa.c
Age
Commit message (
Expand
)
Author
2015-02-02
hpsa: factor out hpsa_ciss_submit function
Stephen Cameron
2015-02-02
hpsa: do not request device rescan on every ioaccel path error
Stephen Cameron
2015-02-02
hpsa: do not queue commands internally in driver
Don Brace
2015-02-02
hpsa: get rid of cmd_special_alloc and cmd_special_free
Stephen Cameron
2015-02-02
hpsa: reserve some commands for use by driver
Stephen Cameron
2015-02-02
hpsa: avoid unneccesary calls to resource freeing functions
Robert Elliott
2015-02-02
hpsa: fix memory leak in hpsa_alloc_cmd_pool
Robert Elliott
2015-02-02
hpsa: report allocation failures while allocating SG chain blocks
Robert Elliott
2015-02-02
hpsa: pass error from pci_set_consistent_dma_mask from hpsa_message
Robert Elliott
2015-02-02
hpsa: rename hpsa_request_irq to hpsa_request_irqs
Robert Elliott
2015-02-02
hpsa: report failure to ioremap config table
Robert Elliott
2015-02-02
hpsa: trivial message and comment clean ups
Stephen Cameron
2015-02-02
hpsa: refactor hpsa_find_board_params() to encapsulate legacy test
Webb Scales
2015-02-02
hpsa: downgrade the Waiting for no-op print to dev_info
Robert Elliott
2015-02-02
hpsa: propagate return value from board ID lookup
Robert Elliott
2015-02-02
hpsa: propagate hard_reset failures in reset_devices mode
Robert Elliott
2015-02-02
hpsa: remove 0x from queue depth print which is in decimal
Robert Elliott
2015-02-02
hpsa: notice all request_irq errors
Robert Elliott
2015-02-02
hpsa: Fix -Wunused-but-set-variable warning
Fabian Frederick
2015-02-02
hpsa: rename free_irqs to hpsa_free_irqs
Robert Elliott
2015-02-02
hpsa: adjust RAID-1, RAID-1ADM, and RAID-6 names
Robert Elliott
2015-02-02
hpsa: correct change_queue_depth
Don Brace
2015-02-02
hpsa: change how SA controllers are reset
Don Brace
2015-02-02
hpsa: turn off interrupts when kdump starts
Tomas Henzl
2015-02-02
hpsa: fix memory leak in kdump hard reset
Tomas Henzl
2015-02-02
hpsa: correct endian sparse warnings
Don Brace
2014-11-24
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
2014-11-24
scsi: don't allow setting of queue_depth bigger than can_queue
Christoph Hellwig
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
[prev]
[next]