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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-13
cxl/core: use sysfs_emit() for attr's _show()
Shiyang Ruan
1
-1
/
+1
2024-01-10
Merge branch 'for-6.8/cxl-cper' into for-6.8/cxl
Dan Williams
4
-138
/
+124
2024-01-10
cxl/pci: Register for and process CPER events
Ira Weiny
3
-13
/
+89
2024-01-10
cxl/events: Create a CXL event union
Ira Weiny
2
-23
/
+17
2024-01-10
cxl/events: Separate UUID from event structures
Ira Weiny
1
-1
/
+1
2024-01-10
cxl/events: Remove passing a UUID to known event traces
Ira Weiny
2
-15
/
+19
2024-01-10
cxl/events: Create common event UUID defines
Ira Weiny
2
-27
/
+27
2024-01-06
Merge branch 'for-6.7/cxl' into for-6.8/cxl
Dan Williams
3
-26
/
+14
2024-01-06
Merge branch 'for-6.8/cxl-misc' into for-6.8/cxl
Dan Williams
1
-1
/
+1
2024-01-06
Merge branch 'for-6.8/cxl-cdat' into for-6.8/cxl
Dan Williams
6
-27
/
+44
2024-01-06
cxl/events: Promote CXL event structures to a core header
Ira Weiny
1
-89
/
+1
2024-01-06
cxl: Refactor to use __free() for cxl_root allocation in cxl_endpoint_port_pr...
Dave Jiang
1
-3
/
+2
2024-01-06
cxl: Refactor to use __free() for cxl_root allocation in cxl_find_nvdimm_brid...
Dave Jiang
1
-5
/
+3
2024-01-06
cxl: Fix device reference leak in cxl_port_perf_data_calculate()
Dave Jiang
1
-2
/
+5
2024-01-06
cxl: Convert find_cxl_root() to return a 'struct cxl_root *'
Dave Jiang
6
-23
/
+28
2024-01-06
cxl: Introduce put_cxl_root() helper
Dave Jiang
2
-0
/
+12
2024-01-05
cxl/port: Fix missing target list lock
Dan Williams
2
-17
/
+7
2024-01-05
cxl/port: Fix decoder initialization when nr_targets > interleave_ways
Huang Ying
1
-1
/
+1
2024-01-04
cxl/region: fix x9 interleave typo
Jim Harris
1
-1
/
+1
2024-01-04
cxl/trace: Pass UUID explicitly to event traces
Ira Weiny
2
-18
/
+18
2024-01-02
Merge branch 'for-6.8/cxl-cdat' into for-6.8/cxl
Dan Williams
17
-39
/
+1009
2024-01-02
cxl/region: use %pap format to print resource_size_t
Randy Dunlap
1
-2
/
+2
2023-12-25
cxl/region: Add dev_dbg() detail on failure to allocate HPA space
Alison Schofield
1
-2
/
+3
2023-12-23
cxl: Check qos_class validity on memdev probe
Dave Jiang
1
-0
/
+103
2023-12-23
cxl: Export sysfs attributes for memory device QoS class
Dave Jiang
1
-6
/
+61
2023-12-23
cxl: Store QTG IDs and related info to the CXL memory device context
Dave Jiang
3
-0
/
+92
2023-12-23
cxl: Compute the entire CXL path latency and bandwidth data
Dave Jiang
1
-1
/
+58
2023-12-23
cxl: Add helper function that calculate performance data for downstream ports
Dave Jiang
2
-0
/
+78
2023-12-23
cxl: Store the access coordinates for the generic ports
Dave Jiang
2
-0
/
+27
2023-12-23
cxl: Calculate and store PCI link latency for the downstream ports
Dave Jiang
5
-0
/
+61
2023-12-23
cxl: Add support for _DSM Function for retrieving QTG ID
Dave Jiang
3
-13
/
+193
2023-12-23
cxl: Add callback to parse the SSLBIS subtable from CDAT
Dave Jiang
3
-0
/
+104
2023-12-23
cxl: Add callback to parse the DSLBIS subtable from CDAT
Dave Jiang
1
-2
/
+100
2023-12-23
cxl: Add callback to parse the DSMAS subtables from CDAT
Dave Jiang
5
-0
/
+99
2023-12-19
cxl: Fix unregister_region() callback parameter assignment
Dave Jiang
1
-4
/
+4
2023-12-15
cxl/pmu: Ensure put_device on pmu devices
Ira Weiny
1
-1
/
+1
2023-12-09
cxl/cdat: Free correct buffer on checksum error
Ira Weiny
1
-7
/
+6
2023-12-08
cxl/hdm: Fix dpa translation locking
Dan Williams
2
-4
/
+3
2023-12-07
cxl: Add Support for Get Timestamp
Davidlohr Bueso
2
-0
/
+2
2023-11-30
cxl/memdev: Hold region_rwsem during inject and clear poison ops
Alison Schofield
1
-2
/
+16
2023-11-30
cxl/core: Always hold region_rwsem while reading poison lists
Alison Schofield
2
-6
/
+8
2023-11-23
cxl/hdm: Fix a benign lockdep splat
Dave Jiang
1
-0
/
+2
2023-11-03
cxl/pci: Change CXL AER support check to use native AER
Terry Bowman
1
-2
/
+2
2023-11-01
cxl/hdm: Remove broken error path
Dan Williams
2
-17
/
+10
2023-11-01
cxl/hdm: Fix && vs || bug
Dan Carpenter
1
-1
/
+1
2023-10-31
Merge branch 'for-6.7/cxl-commited' into cxl/next
Dan Williams
5
-6
/
+40
2023-10-31
Merge branch 'for-6.7/cxl' into cxl/next
Dan Williams
4
-5
/
+11
2023-10-31
Merge branch 'for-6.7/cxl-qtg' into cxl/next
Dan Williams
5
-12
/
+60
2023-10-31
Merge branch 'for-6.7/cxl-rch-eh' into cxl/next
Dan Williams
10
-129
/
+406
2023-10-28
cxl: Add support for reading CXL switch CDAT table
Dave Jiang
2
-5
/
+20
[next]