summaryrefslogtreecommitdiffstats
path: root/drivers/cxl
Commit message (Expand)AuthorAgeFilesLines
...
* cxl/acpi: Fix load failures due to single window creation failureDan Williams2024-02-201-18/+28
* Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams2024-02-202-59/+4
|\
| * acpi/ghes: Remove CXL CPER notificationsDan Williams2024-02-201-56/+1
| * Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-02-091-3/+3
| |\
| | * cxl/trace: Remove unnecessary memcpy'sIra Weiny2024-02-031-3/+3
* | | cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS windowRobert Richter2024-02-161-3/+3
* | | cxl: Fix sysfs export of qos_class for memdevDave Jiang2024-02-164-36/+66
* | | cxl: Remove unnecessary type cast in cxl_qos_class_verify()Dave Jiang2024-02-161-2/+1
* | | cxl: Change 'struct cxl_memdev_state' *_perf_list to single 'struct cxl_dpa_p...Dave Jiang2024-02-164-90/+34
* | | cxl/region: Allow out of order assembly of autodiscovered regionsAlison Schofield2024-02-161-10/+38
* | | cxl/region: Handle endpoint decoders in cxl_region_find_decoder()Alison Schofield2024-02-161-6/+8
* | | cxl/pci: Skip to handle RAS errors if CXL.mem device is detachedLi Ming2024-01-291-12/+31
|/ /
* | cxl/region:Fix overflow issue in alloc_hpa()Quanquan Cao2024-01-241-2/+2
* | cxl/pci: Skip irq features if MSI/MSI-X are not supportedIra Weiny2024-01-221-11/+15
|/
* cxl/core: use sysfs_emit() for attr's _show()Shiyang Ruan2024-01-121-1/+1
* Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams2024-01-094-138/+124
|\
| * cxl/pci: Register for and process CPER eventsIra Weiny2024-01-093-13/+89
| * cxl/events: Create a CXL event unionIra Weiny2024-01-092-23/+17
| * cxl/events: Separate UUID from event structuresIra Weiny2024-01-091-1/+1
| * cxl/events: Remove passing a UUID to known event tracesIra Weiny2024-01-092-15/+19
| * cxl/events: Create common event UUID definesIra Weiny2024-01-092-27/+27
| * cxl/events: Promote CXL event structures to a core headerIra Weiny2024-01-051-89/+1
| * cxl/trace: Pass UUID explicitly to event tracesIra Weiny2024-01-032-18/+18
* | Merge branch 'for-6.7/cxl' into for-6.8/cxlDan Williams2024-01-053-26/+14
|\ \
| * | cxl/port: Fix missing target list lockDan Williams2024-01-042-17/+7
| * | cxl/port: Fix decoder initialization when nr_targets > interleave_waysHuang Ying2024-01-041-1/+1
| |/
* | Merge branch 'for-6.8/cxl-misc' into for-6.8/cxlDan Williams2024-01-051-1/+1
|\ \
| * | cxl/region: fix x9 interleave typoJim Harris2024-01-031-1/+1
| |/
* | Merge branch 'for-6.8/cxl-cdat' into for-6.8/cxlDan Williams2024-01-056-27/+44
|\ \
| * | cxl: Refactor to use __free() for cxl_root allocation in cxl_endpoint_port_pr...Dave Jiang2024-01-051-3/+2
| * | cxl: Refactor to use __free() for cxl_root allocation in cxl_find_nvdimm_brid...Dave Jiang2024-01-051-5/+3
| * | cxl: Fix device reference leak in cxl_port_perf_data_calculate()Dave Jiang2024-01-051-2/+5
| * | cxl: Convert find_cxl_root() to return a 'struct cxl_root *'Dave Jiang2024-01-056-23/+28
| * | cxl: Introduce put_cxl_root() helperDave Jiang2024-01-052-0/+12
* | | Merge branch 'for-6.8/cxl-cdat' into for-6.8/cxlDan Williams2024-01-0217-39/+1009
|\| |
| * | cxl: Check qos_class validity on memdev probeDave Jiang2023-12-221-0/+103
| * | cxl: Export sysfs attributes for memory device QoS classDave Jiang2023-12-221-6/+61
| * | cxl: Store QTG IDs and related info to the CXL memory device contextDave Jiang2023-12-223-0/+92
| * | cxl: Compute the entire CXL path latency and bandwidth dataDave Jiang2023-12-221-1/+58
| * | cxl: Add helper function that calculate performance data for downstream portsDave Jiang2023-12-222-0/+78
| * | cxl: Store the access coordinates for the generic portsDave Jiang2023-12-222-0/+27
| * | cxl: Calculate and store PCI link latency for the downstream portsDave Jiang2023-12-225-0/+61
| * | cxl: Add support for _DSM Function for retrieving QTG IDDave Jiang2023-12-223-13/+193
| * | cxl: Add callback to parse the SSLBIS subtable from CDATDave Jiang2023-12-223-0/+104
| * | cxl: Add callback to parse the DSLBIS subtable from CDATDave Jiang2023-12-221-2/+100
| * | cxl: Add callback to parse the DSMAS subtables from CDATDave Jiang2023-12-225-0/+99
| |/
| * cxl/pmu: Ensure put_device on pmu devicesIra Weiny2023-12-141-1/+1
| * cxl/cdat: Free correct buffer on checksum errorIra Weiny2023-12-081-7/+6
| * cxl/hdm: Fix dpa translation lockingDan Williams2023-12-072-4/+3
| * cxl/memdev: Hold region_rwsem during inject and clear poison opsAlison Schofield2023-11-291-2/+16