index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
hpsa.c
Commit message (
Expand
)
Author
Age
*
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
2014-11-12
*
hpsa: add missing pci_set_master in kdump path
Tomas Henzl
2014-09-25
*
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-09-16
*
scsi: use pci_zalloc_consistent
Joe Perches
2014-08-08
*
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-25
*
scsi: use 64-bit LUNs
Hannes Reinecke
2014-07-17
*
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-06-02
*
hpsa: fix bad comparison of signed with unsigned in hpsa_update_scsi_devices
Joe Handzik
2014-05-28
*
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-05-19
*
[SCSI] hpsa: fix NULL dereference in hpsa_put_ctlr_into_performant_mode()
scameron@beardog.cce.hp.com
2014-04-21
*
[SCSI] hpsa: update driver version to 3.4.4-1
Stephen M. Cameron
2014-03-19
*
[SCSI] hpsa: fix bad endif placement in RAID 5 mapper code
Stephen M. Cameron
2014-03-19
*
[SCSI] hpsa: Do not zero fields of ioaccel2 command structure twice
Stephen M. Cameron
2014-03-15
*
[SCSI] hpsa: Add hba mode to the hpsa driver
Stephen M. Cameron
2014-03-15
*
[SCSI] hpsa: increase the probability of a reported success after a device reset
Tomas Henzl
2014-03-15
*
[SCSI] hpsa: bring format-in-progress drives online when ready
Stephen M. Cameron
2014-03-15
*
[SCSI] hpsa: remove unused kthread.h header
Stephen M. Cameron
2014-03-15
*
[SCSI] hpsa: Add support for a few HP Storage controllers
Stephen M. Cameron
2014-03-15
*
[SCSI] hpsa add sysfs debug switch for raid map debugging messages
Stephen M. Cameron
2014-03-15
*
[SCSI] hpsa: improve error messages for driver initiated commands
Stephen M. Cameron
2014-03-15
*
[SCSI] hpsa: only do device rescan for certain events
Stephen M. Cameron
2014-03-15
*
[SCSI] hpsa: when switching out of accel mode await only accel command comple...
Stephen M. Cameron
2014-03-15
*
[SCSI] hpsa: add controller base data-at-rest encryption compatibility ioaccel2
Scott Teel
2014-03-15
*
[SCSI] hpsa: update source file copyrights
Scott Teel
2014-03-15
[next]