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
pinetabv-6.6.y-devel
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-02-21
cxl/acpi: Fix load failures due to single window creation failure
Dan Williams
1
-18
/
+28
2024-02-21
Merge branch 'for-6.8/cxl-cper' into for-6.8/cxl
Dan Williams
2
-59
/
+4
2024-02-21
acpi/ghes: Remove CXL CPER notifications
Dan Williams
1
-56
/
+1
2024-02-17
cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window
Robert Richter
1
-3
/
+3
2024-02-17
cxl: Fix sysfs export of qos_class for memdev
Dave Jiang
4
-36
/
+66
2024-02-17
cxl: Remove unnecessary type cast in cxl_qos_class_verify()
Dave Jiang
1
-2
/
+1
2024-02-17
cxl: Change 'struct cxl_memdev_state' *_perf_list to single 'struct cxl_dpa_p...
Dave Jiang
4
-90
/
+34
2024-02-17
cxl/region: Allow out of order assembly of autodiscovered regions
Alison Schofield
1
-10
/
+38
2024-02-17
cxl/region: Handle endpoint decoders in cxl_region_find_decoder()
Alison Schofield
1
-6
/
+8
2024-02-09
Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+3
2024-02-03
cxl/trace: Remove unnecessary memcpy's
Ira Weiny
1
-3
/
+3
2024-01-29
cxl/pci: Skip to handle RAS errors if CXL.mem device is detached
Li Ming
1
-12
/
+31
2024-01-25
cxl/region:Fix overflow issue in alloc_hpa()
Quanquan Cao
1
-2
/
+2
2024-01-22
cxl/pci: Skip irq features if MSI/MSI-X are not supported
Ira Weiny
1
-11
/
+15
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
[next]