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
/
cxl
/
pmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-03
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-12
cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as input
Dave Jiang
1
-2
/
+4
2024-09-12
cxl: Move mailbox related bits to the same context
Dave Jiang
1
-1
/
+3
2024-09-04
cxl/port: Use scoped_guard()/guard() to drop device_lock() for cxl_port
Li Ming
1
-9
/
+7
2024-07-02
cxl: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-04-30
cxl: Fix compile warning for cxl_security_ops extern
Dave Jiang
1
-2
/
+0
2023-06-26
cxl/mbox: Move mailbox related driver state to its own data structure
Dan Williams
1
-17
/
+18
2023-02-14
cxl/pmem: Fix nvdimm registration races
Dan Williams
1
-0
/
+1
2023-01-26
cxl/pmem: Fix nvdimm unregistration when cxl_pmem driver is absent
Dan Williams
1
-0
/
+24
2022-12-07
cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output size
Dan Williams
1
-5
/
+16
2022-12-05
Merge branch 'for-6.2/cxl-security' into for-6.2/cxl
Dan Williams
1
-2
/
+41
2022-12-03
cxl: add dimm_id support for __nvdimm_create()
Dave Jiang
1
-1
/
+2
2022-12-03
cxl/pmem: Remove the cxl_pmem_wq and related infrastructure
Dan Williams
1
-142
/
+1
2022-12-03
cxl/pmem: Refactor nvdimm device registration, delete the workqueue
Dan Williams
1
-86
/
+35
2022-12-03
cxl/region: Drop redundant pmem region release handling
Dan Williams
1
-90
/
+0
2022-12-02
cxl/acpi: Simplify cxl_nvdimm_bridge probing
Dan Williams
1
-0
/
+9
2022-12-01
cxl/pmem: add provider name to cxl pmem dimm attribute group
Dave Jiang
1
-0
/
+10
2022-12-01
cxl/pmem: add id attribute to CXL based nvdimm
Dave Jiang
1
-1
/
+27
2022-12-01
cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operation
Dave Jiang
1
-2
/
+4
2022-11-05
cxl/pmem: Fix cxl_pmem_region and cxl_memdev leak
Dan Williams
1
-36
/
+65
2022-11-03
cxl/pmem: Use size_add() against integer overflow
Yu Zhe
1
-1
/
+1
2022-10-21
cxl/pmem: Fix failure to account for 8 byte header for writes to the device LSA.
Jonathan Cameron
1
-1
/
+1
2022-08-05
cxl/region: Fix IS_ERR() vs NULL check
Dan Carpenter
1
-2
/
+2
2022-07-26
cxl/region: Introduce cxl_pmem_region objects
Dan Williams
1
-1
/
+237
2022-07-26
cxl/pmem: Fix offline_nvdimm_bus() to offline by bridge
Dan Williams
1
-4
/
+17
2022-06-22
cxl/mbox: Use __le32 in get,set_lsa mailbox structures
Alison Schofield
1
-3
/
+3
2022-04-29
cxl: Drop cxl_device_lock()
Dan Williams
1
-6
/
+6
2022-04-13
cxl/pmem: Remove CXL SET_PARTITION_INFO from exclusive_cmds list
Alison Schofield
1
-1
/
+0
2022-02-09
cxl: Prove CXL locking
Dan Williams
1
-6
/
+6
2021-11-15
cxl/pmem: Fix module reload vs workqueue state
Dan Williams
1
-2
/
+27
2021-11-15
cxl/memdev: Change cxl_mem to a more descriptive name
Ira Weiny
1
-20
/
+19
2021-11-15
cxl/pmem: Fix reference counting for delayed work
Dan Williams
1
-4
/
+13
2021-09-22
tools/testing/cxl: Introduce a mock memory device + driver
Dan Williams
1
-1
/
+1
2021-09-22
cxl/mbox: Move command definitions to common location
Dan Williams
1
-9
/
+2
2021-09-21
cxl/pmem: Add support for multiple nvdimm-bridge objects
Dan Williams
1
-15
/
+0
2021-09-21
cxl/pmem: Translate NVDIMM label commands to CXL label commands
Dan Williams
1
-4
/
+124
2021-09-21
cxl/mbox: Add exclusive kernel command support
Dan Williams
1
-3
/
+26
2021-08-06
cxl: Move cxl_core to new directory
Ben Widawsky
1
-1
/
+1
2021-06-16
cxl/pmem: Register 'pmem' / cxl_nvdimm devices
Dan Williams
1
-9
/
+99
2021-06-16
cxl/pmem: Add initial infrastructure for pmem support
Dan Williams
1
-0
/
+140