index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
cxlflash
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-10
scsi: cxlflash: Staging to support future accelerators
Matthew R. Ochs
1
-49
/
+30
2018-01-10
scsi: cxlflash: Adapter context init can return error
Uma Krishnan
1
-1
/
+1
2018-01-10
scsi: cxlflash: Remove embedded CXL work structures
Matthew R. Ochs
1
-3
/
+1
2018-01-10
scsi: cxlflash: Update cxl-specific arguments to generic cookie
Uma Krishnan
1
-19
/
+19
2018-01-10
scsi: cxlflash: Reset command ioasc
Uma Krishnan
1
-0
/
+1
2017-11-17
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-6
/
+0
2017-10-31
scsi: cxlflash: Allow cards without WWPN VPD to configure
Matthew R. Ochs
1
-7
/
+17
2017-10-17
cxlflash: get rid of pointless access_ok()
Al Viro
1
-6
/
+0
2017-08-25
scsi: cxlflash: Remove unnecessary existence check
Matthew R. Ochs
1
-2
/
+1
2017-07-12
scsi: cxlflash: return -EFAULT if copy_from_user() fails
Dan Carpenter
1
-4
/
+7
2017-07-01
scsi: cxlflash: Update debug prints in reset handlers
Matthew R. Ochs
1
-15
/
+3
2017-07-01
scsi: cxlflash: Update send_tmf() parameters
Matthew R. Ochs
1
-14
/
+13
2017-07-01
scsi: cxlflash: Avoid double free of character device
Matthew R. Ochs
1
-1
/
+0
2017-06-26
scsi: cxlflash: Update TMF command processing
Matthew R. Ochs
1
-21
/
+44
2017-06-26
scsi: cxlflash: Remove zeroing of private command data
Matthew R. Ochs
1
-1
/
+1
2017-06-26
scsi: cxlflash: Support WS16 unmap
Matthew R. Ochs
1
-0
/
+12
2017-06-26
scsi: cxlflash: Support AFU debug
Matthew R. Ochs
1
-0
/
+96
2017-06-26
scsi: cxlflash: Support LUN provisioning
Matthew R. Ochs
1
-2
/
+105
2017-06-26
scsi: cxlflash: Introduce host ioctl support
Matthew R. Ochs
1
-1
/
+120
2017-06-26
scsi: cxlflash: Separate AFU internal command handling from AFU sync specifics
Matthew R. Ochs
1
-28
/
+51
2017-06-26
scsi: cxlflash: Create character device to provide host management interface
Uma Krishnan
1
-1
/
+206
2017-06-26
scsi: cxlflash: Add scsi command abort handler
Uma Krishnan
1
-0
/
+61
2017-06-26
scsi: cxlflash: Flush pending commands in cleanup path
Uma Krishnan
1
-4
/
+53
2017-06-26
scsi: cxlflash: Track pending scsi commands in each hardware queue
Uma Krishnan
1
-0
/
+9
2017-06-26
scsi: cxlflash: Schedule asynchronous reset of the host
Uma Krishnan
1
-35
/
+102
2017-06-26
scsi: cxlflash: Reset hardware queue context via specified register
Uma Krishnan
1
-37
/
+46
2017-06-26
scsi: cxlflash: Update cxlflash_afu_sync() to return errno
Uma Krishnan
1
-5
/
+6
2017-06-26
scsi: cxlflash: Combine the send queue locks
Uma Krishnan
1
-4
/
+5
2017-04-13
scsi: cxlflash: Introduce hardware queue steering
Matthew R. Ochs
1
-5
/
+115
2017-04-13
scsi: cxlflash: Add hardware queues attribute
Matthew R. Ochs
1
-13
/
+99
2017-04-13
scsi: cxlflash: Support multiple hardware queues
Uma Krishnan
1
-150
/
+276
2017-04-13
scsi: cxlflash: Improve asynchronous interrupt processing
Matthew R. Ochs
1
-52
/
+42
2017-04-13
scsi: cxlflash: Fix power-of-two validations
Matthew R. Ochs
1
-0
/
+1
2017-04-13
scsi: cxlflash: Remove unnecessary DMA mapping
Matthew R. Ochs
1
-13
/
+2
2017-04-13
scsi: cxlflash: Fence EEH during probe
Matthew R. Ochs
1
-4
/
+21
2017-04-13
scsi: cxlflash: Support up to 4 ports
Matthew R. Ochs
1
-1
/
+77
2017-04-13
scsi: cxlflash: SISlite updates to support 4 ports
Matthew R. Ochs
1
-19
/
+58
2017-04-13
scsi: cxlflash: Hide FC internals behind common access routine
Matthew R. Ochs
1
-33
/
+39
2017-04-13
scsi: cxlflash: Remove port configuration assumptions
Matthew R. Ochs
1
-7
/
+6
2017-04-13
scsi: cxlflash: Support dynamic number of FC ports
Matthew R. Ochs
1
-27
/
+44
2017-04-13
scsi: cxlflash: Update sysfs helper routines to pass config structure
Matthew R. Ochs
1
-12
/
+12
2017-04-13
scsi: cxlflash: Implement IRQ polling for RRQ processing
Matthew R. Ochs
1
-4
/
+119
2017-04-13
scsi: cxlflash: Serialize RRQ access and support offlevel processing
Matthew R. Ochs
1
-7
/
+35
2017-04-13
scsi: cxlflash: Separate RRQ processing from the RRQ interrupt handler
Matthew R. Ochs
1
-6
/
+21
2017-02-22
scsi: cxlflash: Enable PCI device ID for future IBM CXL Flash AFU
Matthew R. Ochs
1
-0
/
+4
2017-01-11
scsi: cxlflash: Cancel scheduled workers before stopping AFU
Uma Krishnan
1
-28
/
+6
2017-01-11
scsi: cxlflash: Cleanup prints
Matthew R. Ochs
1
-167
/
+152
2017-01-11
scsi: cxlflash: Support SQ Command Mode
Matthew R. Ochs
1
-5
/
+93
2017-01-11
scsi: cxlflash: Refactor context reset to share reset logic
Matthew R. Ochs
1
-4
/
+16
2016-11-30
scsi: cxlflash: Migrate scsi command pointer to AFU command
Matthew R. Ochs
1
-5
/
+5
[next]