index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
cxlflash
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-19
scsi: cxlflash: Support starting an adapter context
Uma Krishnan
2
-0
/
+42
2018-04-19
scsi: cxlflash: MMIO map the AFU
Uma Krishnan
2
-1
/
+77
2018-04-19
scsi: cxlflash: Support image reload policy modification
Uma Krishnan
2
-0
/
+14
2018-04-19
scsi: cxlflash: Support adapter context discovery
Uma Krishnan
1
-0
/
+26
2018-04-19
scsi: cxlflash: Support adapter file descriptors for OCXL
Uma Krishnan
2
-0
/
+201
2018-04-19
scsi: cxlflash: Use IDR to manage adapter contexts
Uma Krishnan
2
-2
/
+21
2018-04-19
scsi: cxlflash: Adapter context support for OCXL
Uma Krishnan
2
-0
/
+96
2018-04-19
scsi: cxlflash: Setup AFU PASID
Uma Krishnan
2
-0
/
+4
2018-04-19
scsi: cxlflash: Setup AFU acTag range
Uma Krishnan
2
-0
/
+15
2018-04-19
scsi: cxlflash: Read host AFU configuration
Uma Krishnan
2
-0
/
+39
2018-04-19
scsi: cxlflash: Setup function acTag range
Uma Krishnan
2
-0
/
+18
2018-04-19
scsi: cxlflash: Read host function configuration
Uma Krishnan
2
-0
/
+48
2018-04-19
scsi: cxlflash: Hardware AFU for OCXL
Uma Krishnan
5
-2
/
+73
2018-04-19
scsi: cxlflash: Introduce OCXL backend
Uma Krishnan
4
-2
/
+25
2018-04-19
scsi: cxlflash: Add argument identifier names
Uma Krishnan
2
-24
/
+27
2018-04-19
scsi: cxlflash: Avoid clobbering context control register value
Matthew R. Ochs
2
-1
/
+5
2018-04-19
scsi: cxlflash: Preserve number of interrupts for master contexts
Uma Krishnan
2
-3
/
+9
2018-01-11
scsi: cxlflash: Staging to support future accelerators
Matthew R. Ochs
6
-78
/
+263
2018-01-11
scsi: cxlflash: Adapter context init can return error
Uma Krishnan
1
-1
/
+1
2018-01-11
scsi: cxlflash: Remove embedded CXL work structures
Matthew R. Ochs
4
-11
/
+10
2018-01-11
scsi: cxlflash: Explicitly cache number of interrupts per context
Matthew R. Ochs
2
-5
/
+10
2018-01-11
scsi: cxlflash: Update cxl-specific arguments to generic cookie
Uma Krishnan
4
-30
/
+29
2018-01-11
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: Derive pid through accessors
Matthew R. Ochs
1
-3
/
+3
2017-10-31
scsi: cxlflash: Allow cards without WWPN VPD to configure
Matthew R. Ochs
2
-8
/
+19
2017-10-31
scsi: cxlflash: Use derived maximum write same length
Matthew R. Ochs
2
-5
/
+4
2017-10-17
cxlflash: get rid of pointless access_ok()
Al Viro
1
-6
/
+0
2017-08-26
scsi: cxlflash: Fix vlun resize failure in the shrink path
Uma Krishnan
1
-5
/
+1
2017-08-26
scsi: cxlflash: Avoid double mutex unlock
Matthew R. Ochs
1
-3
/
+10
2017-08-26
scsi: cxlflash: Remove unnecessary existence check
Matthew R. Ochs
1
-2
/
+1
2017-08-25
scsi: cxlflash: Fix an error handling path in 'cxlflash_disk_attach()'
Christophe JAILLET
1
-0
/
+1
2017-07-13
scsi: cxlflash: return -EFAULT if copy_from_user() fails
Dan Carpenter
1
-4
/
+7
2017-07-02
scsi: cxlflash: Update debug prints in reset handlers
Matthew R. Ochs
1
-15
/
+3
2017-07-02
scsi: cxlflash: Update send_tmf() parameters
Matthew R. Ochs
1
-14
/
+13
2017-07-02
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
2
-3
/
+10
2017-06-26
scsi: cxlflash: Support WS16 unmap
Matthew R. Ochs
4
-0
/
+15
2017-06-26
scsi: cxlflash: Support AFU debug
Matthew R. Ochs
4
-0
/
+104
2017-06-26
scsi: cxlflash: Support LUN provisioning
Matthew R. Ochs
4
-4
/
+135
2017-06-26
scsi: cxlflash: Refactor AFU capability checking
Matthew R. Ochs
1
-4
/
+4
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
2
-28
/
+53
2017-06-26
scsi: cxlflash: Create character device to provide host management interface
Uma Krishnan
3
-2
/
+212
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
2
-5
/
+57
2017-06-26
scsi: cxlflash: Track pending scsi commands in each hardware queue
Uma Krishnan
2
-0
/
+11
2017-06-26
scsi: cxlflash: Handle AFU sync failures
Uma Krishnan
2
-27
/
+95
2017-06-26
scsi: cxlflash: Schedule asynchronous reset of the host
Uma Krishnan
2
-35
/
+104
[prev]
[next]