index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
cxlflash
/
ocxl_hw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2022-07-28
scsi: cxlflash: Include missing linux/irqdomain.h
Christophe Leroy
1
-0
/
+1
2020-12-03
ocxl: Update the Process Element Entry
Christophe Lombard
1
-2
/
+4
2020-08-24
ocxl: Don't return trigger page when allocating an interrupt
Frederic Barrat
1
-2
/
+1
2020-08-24
scsi: cxlflash: Access interrupt trigger page from xive directly
Frederic Barrat
1
-10
/
+8
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-19
/
+4
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-26
vfs: Convert ocxlflash to use the new mount API
David Howells
1
-14
/
+4
2019-05-26
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
1
-2
/
+1
2019-05-20
cxlflash: don't bother with dentry_operations
Al Viro
1
-5
/
+1
2018-08-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+2
2018-07-12
ocxlflash_getfile(): switch to alloc_file_pseudo()
Al Viro
1
-19
/
+4
2018-07-12
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
1
-2
/
+1
2018-07-11
ocxlflash_getfile(): fix double-iput() on alloc_file() failures
Al Viro
1
-3
/
+2
2018-06-22
scsi: cxlflash: Change return type for fault handler
Souptick Joarder
1
-3
/
+2
2018-04-19
scsi: cxlflash: Support AFU reset
Uma Krishnan
1
-0
/
+17
2018-04-19
scsi: cxlflash: Register for translation errors
Uma Krishnan
1
-2
/
+29
2018-04-19
scsi: cxlflash: Introduce OCXL context state machine
Uma Krishnan
1
-3
/
+56
2018-04-19
scsi: cxlflash: Introduce object handle fop
Uma Krishnan
1
-0
/
+18
2018-04-19
scsi: cxlflash: Support file descriptor mapping
Uma Krishnan
1
-0
/
+26
2018-04-19
scsi: cxlflash: Support adapter context mmap and release
Uma Krishnan
1
-0
/
+72
2018-04-19
scsi: cxlflash: Support adapter context reading
Uma Krishnan
1
-0
/
+94
2018-04-19
scsi: cxlflash: Support adapter context polling
Uma Krishnan
1
-2
/
+55
2018-04-19
scsi: cxlflash: Support starting user contexts
Uma Krishnan
1
-2
/
+97
2018-04-19
scsi: cxlflash: Support AFU interrupt mapping and registration
Uma Krishnan
1
-0
/
+120
2018-04-19
scsi: cxlflash: Support AFU interrupt management
Uma Krishnan
1
-0
/
+104
2018-04-19
scsi: cxlflash: Support process element lifecycle
Uma Krishnan
1
-2
/
+50
2018-04-19
scsi: cxlflash: Setup OCXL transaction layer
Uma Krishnan
1
-0
/
+10
2018-04-19
scsi: cxlflash: Setup function OCXL link
Uma Krishnan
1
-3
/
+22
2018-04-19
scsi: cxlflash: Support reading adapter VPD data
Uma Krishnan
1
-0
/
+15
2018-04-19
scsi: cxlflash: Support AFU state toggling
Uma Krishnan
1
-0
/
+9
2018-04-19
scsi: cxlflash: Support process specific mappings
Uma Krishnan
1
-0
/
+24
2018-04-19
scsi: cxlflash: Support starting an adapter context
Uma Krishnan
1
-0
/
+39
2018-04-19
scsi: cxlflash: MMIO map the AFU
Uma Krishnan
1
-1
/
+73
2018-04-19
scsi: cxlflash: Support image reload policy modification
Uma Krishnan
1
-0
/
+13
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
1
-0
/
+200
2018-04-19
scsi: cxlflash: Use IDR to manage adapter contexts
Uma Krishnan
1
-2
/
+19
2018-04-19
scsi: cxlflash: Adapter context support for OCXL
Uma Krishnan
1
-0
/
+90
2018-04-19
scsi: cxlflash: Setup AFU PASID
Uma Krishnan
1
-0
/
+3
2018-04-19
scsi: cxlflash: Setup AFU acTag range
Uma Krishnan
1
-0
/
+13
2018-04-19
scsi: cxlflash: Read host AFU configuration
Uma Krishnan
1
-0
/
+38
2018-04-19
scsi: cxlflash: Setup function acTag range
Uma Krishnan
1
-0
/
+15
2018-04-19
scsi: cxlflash: Read host function configuration
Uma Krishnan
1
-0
/
+44
2018-04-19
scsi: cxlflash: Hardware AFU for OCXL
Uma Krishnan
1
-0
/
+40
2018-04-19
scsi: cxlflash: Introduce OCXL backend
Uma Krishnan
1
-0
/
+22