Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
6f4e626fb0cc93d50b49b79c2ee33bd769ee57f0
/
drivers
/
scsi
/
cxlflash
/
common.h
6f4e626
scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_template
by Nathan Chancellor
· 6 years ago
e63a8d8
scsi: cxlflash: Use local mutex for AFU serialization
by Matthew R. Ochs
· 7 years ago
d2d354a
scsi: cxlflash: Handle spurious interrupts
by Uma Krishnan
· 7 years ago
23239ee
scsi: cxlflash: Setup LISNs for user contexts
by Uma Krishnan
· 7 years ago
fb77e52
scsi: cxlflash: Add argument identifier names
by Uma Krishnan
· 7 years ago
e11e0ff
scsi: cxlflash: Preserve number of interrupts for master contexts
by Uma Krishnan
· 7 years ago
25b8e08
scsi: cxlflash: Staging to support future accelerators
by Matthew R. Ochs
· 7 years ago
8762353
scsi: cxlflash: Remove embedded CXL work structures
by Matthew R. Ochs
· 7 years ago
b070545
scsi: cxlflash: Update cxl-specific arguments to generic cookie
by Uma Krishnan
· 7 years ago
479ad8e
scsi: cxlflash: Remove zeroing of private command data
by Matthew R. Ochs
· 8 years ago
3223c01
scsi: cxlflash: Support WS16 unmap
by Matthew R. Ochs
· 8 years ago
bc88ac4
scsi: cxlflash: Support AFU debug
by Matthew R. Ochs
· 8 years ago
9cf43a3
scsi: cxlflash: Support LUN provisioning
by Matthew R. Ochs
· 8 years ago
efa1c81
scsi: cxlflash: Refactor AFU capability checking
by Matthew R. Ochs
· 8 years ago
a834a36
scsi: cxlflash: Create character device to provide host management interface
by Uma Krishnan
· 8 years ago
a1ea04b
scsi: cxlflash: Flush pending commands in cleanup path
by Uma Krishnan
· 8 years ago
a002bf8
scsi: cxlflash: Track pending scsi commands in each hardware queue
by Uma Krishnan
· 8 years ago
0b09e71
scsi: cxlflash: Schedule asynchronous reset of the host
by Uma Krishnan
· 8 years ago
a96851d
scsi: cxlflash: Reset hardware queue context via specified register
by Uma Krishnan
· 8 years ago
66ea9bc
scsi: cxlflash: Combine the send queue locks
by Uma Krishnan
· 8 years ago
1dd0c0e
scsi: cxlflash: Introduce hardware queue steering
by Matthew R. Ochs
· 8 years ago
3065267
scsi: cxlflash: Add hardware queues attribute
by Matthew R. Ochs
· 8 years ago
bfc0bab
scsi: cxlflash: Support multiple hardware queues
by Uma Krishnan
· 8 years ago
fcc87e7
scsi: cxlflash: Fix warnings/errors
by Matthew R. Ochs
· 8 years ago
cd41e18
scsi: cxlflash: Fix power-of-two validations
by Matthew R. Ochs
· 8 years ago
323e334
scsi: cxlflash: Fence EEH during probe
by Matthew R. Ochs
· 8 years ago
56518072
scsi: cxlflash: SISlite updates to support 4 ports
by Matthew R. Ochs
· 8 years ago
0aa1488
scsi: cxlflash: Hide FC internals behind common access routine
by Matthew R. Ochs
· 8 years ago
8fa4f17
scsi: cxlflash: Remove port configuration assumptions
by Matthew R. Ochs
· 8 years ago
78ae028
scsi: cxlflash: Support dynamic number of FC ports
by Matthew R. Ochs
· 8 years ago
cba06e6
scsi: cxlflash: Implement IRQ polling for RRQ processing
by Matthew R. Ochs
· 8 years ago
f918b4a
scsi: cxlflash: Serialize RRQ access and support offlevel processing
by Matthew R. Ochs
· 8 years ago
0df5bef
scsi: cxlflash: Cancel scheduled workers before stopping AFU
by Uma Krishnan
· 8 years ago
696d0b0
scsi: cxlflash: Support SQ Command Mode
by Matthew R. Ochs
· 8 years ago
fe7f969
scsi: cxlflash: Migrate scsi command pointer to AFU command
by Matthew R. Ochs
· 8 years ago
48b4be3
scsi: cxlflash: Migrate IOARRIN specific routines to function pointers
by Matthew R. Ochs
· 8 years ago
9ba848a
scsi: cxlflash: Remove AFU command lock
by Matthew R. Ochs
· 8 years ago
de01283
scsi: cxlflash: Wait for active AFU commands to timeout upon tear down
by Matthew R. Ochs
· 8 years ago
25bced2
scsi: cxlflash: Remove private command pool
by Matthew R. Ochs
· 8 years ago
5fbb96c8
scsi: cxlflash: Use cmd_size for private commands
by Matthew R. Ochs
· 8 years ago
e7ab2d40
scsi: cxlflash: Remove unused buffer from AFU command
by Matthew R. Ochs
· 8 years ago
11f7b18
scsi: cxlflash: Avoid command room violation
by Uma Krishnan
· 8 years ago
d5e2d00
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 9 years ago
ca946d4e
cxlflash: Use new cxl_pci_read_adapter_vpd() API
by Frederic Barrat
· 9 years ago
8343083
cxlflash: Increase cmd_per_lun for better throughput
by Manoj N. Kumar
· 9 years ago
b45cdbaf
cxlflash: Resolve oops in wait_port_offline
by Manoj Kumar
· 9 years ago
17ead26
cxlflash: Fix to avoid corrupting adapter fops
by Matthew R. Ochs
· 9 years ago
f15fbf8
cxlflash: Correct spelling, grammar, and alignment mistakes
by Matthew R. Ochs
· 9 years ago
1786f4a
cxlflash: Fix MMIO and endianness errors
by Matthew R. Ochs
· 9 years ago
e5ce067
cxlflash: Fix AFU version access/storage and add check
by Matthew R. Ochs
· 9 years ago
ef51074
cxlflash: Fix host link up event handling
by Matthew R. Ochs
· 9 years ago
018d1dc95
cxlflash: Fix to avoid stall while waiting on TMF
by Matthew R. Ochs
· 9 years ago
1530551
cxlflash: Make functions static
by Matthew R. Ochs
· 9 years ago
439e85c
cxlflash: Correct naming of limbo state and waitq
by Matthew R. Ochs
· 9 years ago
0a27ae5
cxlflash: Fix to avoid CXL services during EEH
by Matthew R. Ochs
· 9 years ago
2cb7926
cxlflash: Virtual LUN support
by Matthew R. Ochs
· 9 years ago
65be2c7
cxlflash: Superpipe support
by Matthew R. Ochs
· 9 years ago
5cdac81
cxlflash: Base error recovery support
by Matthew R. Ochs
· 9 years ago
c21e0bb
cxlflash: Base support for IBM CXL Flash Adapter
by Matthew R. Ochs
· 10 years ago