summaryrefslogtreecommitdiff
path: root/drivers/cxl/core
AgeCommit message (Expand)AuthorFilesLines
2024-02-21Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams1-3/+3
2024-02-17cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS windowRobert Richter1-3/+3
2024-02-17cxl: Fix sysfs export of qos_class for memdevDave Jiang2-0/+64
2024-02-17cxl: Remove unnecessary type cast in cxl_qos_class_verify()Dave Jiang1-2/+1
2024-02-17cxl: Change 'struct cxl_memdev_state' *_perf_list to single 'struct cxl_dpa_p...Dave Jiang2-60/+26
2024-02-17cxl/region: Allow out of order assembly of autodiscovered regionsAlison Schofield1-10/+38
2024-02-17cxl/region: Handle endpoint decoders in cxl_region_find_decoder()Alison Schofield1-6/+8
2024-02-09Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2024-02-03cxl/trace: Remove unnecessary memcpy'sIra Weiny1-3/+3
2024-01-29cxl/pci: Skip to handle RAS errors if CXL.mem device is detachedLi Ming1-12/+31
2024-01-25cxl/region:Fix overflow issue in alloc_hpa()Quanquan Cao1-2/+2
2024-01-13cxl/core: use sysfs_emit() for attr's _show()Shiyang Ruan1-1/+1
2024-01-10Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams2-52/+42
2024-01-10cxl/pci: Register for and process CPER eventsIra Weiny1-12/+28
2024-01-10cxl/events: Create a CXL event unionIra Weiny2-23/+17
2024-01-10cxl/events: Separate UUID from event structuresIra Weiny1-1/+1
2024-01-10cxl/events: Remove passing a UUID to known event tracesIra Weiny2-15/+19
2024-01-10cxl/events: Create common event UUID definesIra Weiny1-27/+3
2024-01-06Merge branch 'for-6.7/cxl' into for-6.8/cxlDan Williams2-24/+14
2024-01-06Merge branch 'for-6.8/cxl-misc' into for-6.8/cxlDan Williams1-1/+1
2024-01-06Merge branch 'for-6.8/cxl-cdat' into for-6.8/cxlDan Williams3-14/+29
2024-01-06cxl: Refactor to use __free() for cxl_root allocation in cxl_find_nvdimm_brid...Dave Jiang1-5/+3
2024-01-06cxl: Fix device reference leak in cxl_port_perf_data_calculate()Dave Jiang1-2/+5
2024-01-06cxl: Convert find_cxl_root() to return a 'struct cxl_root *'Dave Jiang3-11/+16
2024-01-06cxl: Introduce put_cxl_root() helperDave Jiang1-0/+9
2024-01-05cxl/port: Fix missing target list lockDan Williams1-15/+7
2024-01-05cxl/port: Fix decoder initialization when nr_targets > interleave_waysHuang Ying1-1/+1
2024-01-04cxl/region: fix x9 interleave typoJim Harris1-1/+1
2024-01-04cxl/trace: Pass UUID explicitly to event tracesIra Weiny2-18/+18
2024-01-02Merge branch 'for-6.8/cxl-cdat' into for-6.8/cxlDan Williams10-30/+714
2024-01-02cxl/region: use %pap format to print resource_size_tRandy Dunlap1-2/+2
2023-12-25cxl/region: Add dev_dbg() detail on failure to allocate HPA spaceAlison Schofield1-2/+3
2023-12-23cxl: Check qos_class validity on memdev probeDave Jiang1-0/+103
2023-12-23cxl: Store QTG IDs and related info to the CXL memory device contextDave Jiang2-0/+71
2023-12-23cxl: Compute the entire CXL path latency and bandwidth dataDave Jiang1-1/+58
2023-12-23cxl: Add helper function that calculate performance data for downstream portsDave Jiang1-0/+75
2023-12-23cxl: Calculate and store PCI link latency for the downstream portsDave Jiang3-0/+44
2023-12-23cxl: Add support for _DSM Function for retrieving QTG IDDave Jiang1-10/+39
2023-12-23cxl: Add callback to parse the SSLBIS subtable from CDATDave Jiang1-0/+98
2023-12-23cxl: Add callback to parse the DSLBIS subtable from CDATDave Jiang1-2/+100
2023-12-23cxl: Add callback to parse the DSMAS subtables from CDATDave Jiang2-0/+93
2023-12-19cxl: Fix unregister_region() callback parameter assignmentDave Jiang1-4/+4
2023-12-15cxl/pmu: Ensure put_device on pmu devicesIra Weiny1-1/+1
2023-12-09cxl/cdat: Free correct buffer on checksum errorIra Weiny1-7/+6
2023-12-08cxl/hdm: Fix dpa translation lockingDan Williams2-4/+3
2023-12-07cxl: Add Support for Get TimestampDavidlohr Bueso1-0/+1
2023-11-30cxl/memdev: Hold region_rwsem during inject and clear poison opsAlison Schofield1-2/+16
2023-11-30cxl/core: Always hold region_rwsem while reading poison listsAlison Schofield2-6/+8
2023-11-23cxl/hdm: Fix a benign lockdep splatDave Jiang1-0/+2
2023-11-03cxl/pci: Change CXL AER support check to use native AERTerry Bowman1-2/+2