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
*
Fix weird uses of num_online_cpus().
Rusty Russell
2015-03-09
*
hpsa: correct compiler warnings introduced by hpsa-add-local-workqueue patch
Don Brace
2015-02-15
*
hpsa: Use local workqueues instead of system workqueues
Don Brace
2015-02-02
*
hpsa: add in P840ar controller model name
Don Brace
2015-02-02
*
hpsa: add in gen9 controller model names
Don Brace
2015-02-02
*
hpsa: detect and report failures changing controller transport modes
Robert Elliott
2015-02-02
*
hpsa: shorten the wait for the CISS doorbell mode change ack
Robert Elliott
2015-02-02
*
hpsa: refactor duplicated scan completion code into a new routine
Webb Scales
2015-02-02
*
hpsa: move SG descriptor set-up out of hpsa_scatter_gather()
Webb Scales
2015-02-02
*
hpsa: do not use function pointers in fast path command submission
Stephen Cameron
2015-02-02
*
hpsa: print CDBs instead of kernel virtual addresses for uncommon errors
Stephen Cameron
2015-02-02
*
hpsa: do not use a void pointer for scsi_cmd field of struct CommandList
Stephen Cameron
2015-02-02
*
hpsa: return failed from device reset/abort handlers
Don Brace
2015-02-02
*
hpsa: check for ctlr lockup after command allocation in main io path
Stephen Cameron
2015-02-02
*
hpsa: guard against overflowing raid map array
Stephen Cameron
2015-02-02
*
hpsa: do not ack controller events on controllers that do not support it
Stephen Cameron
2015-02-02
*
hpsa: remove incorrect BUG_ONs checking for raid offload enable
Stephen Cameron
2015-02-02
*
hpsa: count passthru cmds with atomics, not a spin locked int
Don Brace
2015-02-02
*
hpsa: optimize cmd_alloc function by remembering last allocation
Robert Elliott
2015-02-02
*
hpsa: fix race between abort handler and main i/o path
Webb Scales
2015-02-02
*
hpsa: honor queue depth of physical devices
Don Brace
2015-02-02
*
hpsa: use workqueue to resubmit failed ioaccel commands
Don Brace
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
2015-02-02
*
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-24
[next]