summary refs log tree commit diff
path: root/drivers/cxl
AgeCommit message (Expand)Author
2022-07-25cxl/region: Add a 'uuid' attributeBen Widawsky
2022-07-21cxl/region: Add region creation supportBen Widawsky
2022-07-21cxl/mem: Enumerate port targets before adding endpointsDan Williams
2022-07-21cxl/hdm: Add sysfs attributes for interleave ways + granularityBen Widawsky
2022-07-21cxl/port: Move dport tracking to an xarrayDan Williams
2022-07-21cxl/port: Move 'cxl_ep' references to an xarray per portDan Williams
2022-07-21cxl/port: Record parent dport when adding portsDan Williams
2022-07-21cxl/port: Record dport in endpoint referencesDan Williams
2022-07-21cxl/hdm: Add support for allocating DPA to an endpoint decoderDan Williams
2022-07-21cxl/hdm: Track next decoder to allocateDan Williams
2022-07-21cxl/hdm: Add 'mode' attribute to decoder objectsDan Williams
2022-07-21cxl/hdm: Enumerate allocated DPADan Williams
2022-07-21cxl/core: Define a 'struct cxl_endpoint_decoder'Dan Williams
2022-07-21cxl/core: Define a 'struct cxl_root_decoder'Dan Williams
2022-07-21cxl/acpi: Track CXL resources in iomem_resourceDan Williams
2022-07-21cxl/core: Define a 'struct cxl_switch_decoder'Dan Williams
2022-07-19cxl/port: Read CDAT tableIra Weiny
2022-07-19cxl/pci: Create PCI DOE mailbox's for memory devicesIra Weiny
2022-07-11cxl/pmem: Delete unused nvdimm attributeDan Williams
2022-07-10cxl/hdm: Initialize decoder type for memory expander devicesDan Williams
2022-07-10cxl/port: Cache CXL host bridge dataDan Williams
2022-07-10tools/testing/cxl: Add partition supportDan Williams
2022-07-10cxl/mem: Add a debugfs version of 'iomem' for DPA, 'dpamem'Dan Williams
2022-07-10cxl/debug: Move debugfs init to cxl_core_init()Dan Williams
2022-07-09cxl/hdm: Require all decoders to be enumeratedBen Widawsky
2022-07-09cxl/mem: Convert partition-info to resourcesDan Williams
2022-07-09cxl: Introduce cxl_to_{ways,granularity}Dan Williams
2022-07-09cxl/core: Drop is_cxl_decoder()Dan Williams
2022-07-09cxl/core: Drop ->platform_res attribute for root decodersDan Williams
2022-07-09cxl/core: Rename ->decoder_range ->hpa_rangeDan Williams
2022-07-09cxl/hdm: Use local hdm variableBen Widawsky
2022-07-09cxl/port: Keep port->uport valid for the entire life of a portDan Williams
2022-06-28cxl/mbox: Fix missing variable payload checks in cmd size validationVishal Verma
2022-06-21cxl/mbox: Use __le32 in get,set_lsa mailbox structuresAlison Schofield
2022-06-21cxl/core: Use is_endpoint_decoderBen Widawsky
2022-06-21cxl: Fix cleanup of port devices on failure to probe driver.Jonathan Cameron
2022-05-20cxl/port: Enable HDM Capability after validating DVSEC RangesDan Williams
2022-05-19cxl/port: Reuse 'struct cxl_hdm' context for hdm initDan Williams
2022-05-19cxl/port: Move endpoint HDM Decoder Capability init to port driverDan Williams
2022-05-19cxl/pci: Drop @info argument to cxl_hdm_decode_init()Dan Williams
2022-05-19cxl/mem: Merge cxl_dvsec_ranges() and cxl_hdm_decode_init()Dan Williams
2022-05-19cxl/mem: Skip range enumeration if mem_enable clearDan Williams
2022-05-19cxl/mem: Consolidate CXL DVSEC Range enumeration in the coreDan Williams
2022-05-19cxl/pci: Move cxl_await_media_ready() to the coreDan Williams
2022-05-19cxl/mem: Validate port connectivity before dvsec rangesDan Williams
2022-05-19cxl/mem: Fix cxl_mem_probe() error exitDan Williams
2022-05-19cxl/pci: Drop wait_for_valid() from cxl_await_media_ready()Dan Williams
2022-05-19cxl/pci: Consolidate wait_for_media() and wait_for_media_ready()Dan Williams
2022-05-19cxl/mem: Drop mem_enabled check from wait_for_media()Dan Williams
2022-04-28cxl: Drop cxl_device_lock()Dan Williams