summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
2024-05-02cxl/core: Fix potential payload size confusion in cxl_mem_get_poison()Dan Williams1-21/+17
2024-04-17cxl: Fix retrieving of access_coordinates in PCIe pathDave Jiang1-13/+22
2024-04-17cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()Dave Jiang1-1/+1
2024-04-17cxl: Split out host bridge access coordinatesDave Jiang3-9/+56
2024-04-17cxl: Split out combine_coordinates() for common shared usageDave Jiang3-25/+29
2024-04-17ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access c...Dave Jiang3-5/+7
2024-04-17cxl/core: Fix initialization of mbox_cmd.size_out in get eventKwangjin Ko1-1/+2
2024-04-17cxl/core/regs: Fix usage of map->reg_type in cxl_decode_regblock() before ass...Dave Jiang1-2/+3
2024-04-17cxl/mem: Fix for the index of Clear Event Record HandleYuquan Wang1-1/+1
2024-04-03cxl/trace: Properly initialize cxl_poison region nameAlison Schofield1-7/+7
2024-03-27cxl: Fix the incorrect assignment of SSLBIS entry pointer initial locationDave Jiang1-15/+15
2024-02-21cxl/acpi: Fix load failures due to single window creation failureDan Williams1-18/+28
2024-02-21Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams2-59/+4
2024-02-21acpi/ghes: Remove CXL CPER notificationsDan Williams1-56/+1
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 Jiang4-36/+66
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 Jiang4-90/+34
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-22cxl/pci: Skip irq features if MSI/MSI-X are not supportedIra Weiny1-11/+15
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 Williams4-138/+124
2024-01-10cxl/pci: Register for and process CPER eventsIra Weiny3-13/+89
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 Weiny2-27/+27
2024-01-06Merge branch 'for-6.7/cxl' into for-6.8/cxlDan Williams3-26/+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 Williams6-27/+44
2024-01-06cxl/events: Promote CXL event structures to a core headerIra Weiny1-89/+1
2024-01-06cxl: Refactor to use __free() for cxl_root allocation in cxl_endpoint_port_pr...Dave Jiang1-3/+2
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 Jiang6-23/+28
2024-01-06cxl: Introduce put_cxl_root() helperDave Jiang2-0/+12
2024-01-05cxl/port: Fix missing target list lockDan Williams2-17/+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 Williams17-39/+1009
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: Export sysfs attributes for memory device QoS classDave Jiang1-6/+61