summaryrefslogtreecommitdiffstats
path: root/drivers/cxl
Commit message (Expand)AuthorAgeFilesLines
* cxl/pci: Drop shadowed variableDan Williams2022-04-081-1/+0
* cxl/core/port: Fix NULL but dereferenced coccicheck errorWan Jiabing2022-03-221-1/+4
* cxl/port: Hold port reference until decoder releaseDan Williams2022-02-171-0/+4
* cxl/port: Fix endpoint refcount leakDan Williams2022-02-171-1/+2
* cxl/core: Fix cxl_device_lock() class detectionDan Williams2022-02-111-1/+1
* cxl/core/port: Fix unregister_port() lock assertionDan Williams2022-02-111-4/+20
* cxl/regs: Fix size of CXL Capability Header RegisterJonathan Cameron2022-02-081-2/+2
* cxl/core/port: Handle invalid decodersDan Williams2022-02-081-6/+30
* cxl/core/port: Fix / relax decoder target enumerationDan Williams2022-02-082-2/+5
* cxl/core/port: Add endpoint decodersBen Widawsky2022-02-084-16/+73
* cxl/core: Move target_list out of base decoder attributesDan Williams2022-02-081-1/+2
* cxl/mem: Add the cxl_mem driverBen Widawsky2022-02-089-5/+391
* cxl/core/port: Add switch port enumerationDan Williams2022-02-083-25/+438
* cxl/memdev: Add numa_node attributeDan Williams2022-02-081-0/+17
* cxl/pci: Emit device serial numberDan Williams2022-02-083-0/+14
* cxl/pci: Implement wait for media activeBen Widawsky2022-02-082-1/+50
* cxl/pci: Retrieve CXL DVSEC memory infoBen Widawsky2022-02-083-0/+146
* cxl/pci: Cache device DVSEC offsetBen Widawsky2022-02-082-0/+8
* cxl/pci: Store component register base in cxldsBen Widawsky2022-02-082-0/+14
* cxl/core/port: Remove @host argument for dport + decoder enumerationDan Williams2022-02-087-24/+24
* cxl/port: Add a driver for 'struct cxl_port' objectsBen Widawsky2022-02-088-29/+108
* cxl/core: Emit modalias for CXL devicesDan Williams2022-02-081-9/+17
* cxl/core/hdm: Add CXL standard decoder enumeration to the coreDan Williams2022-02-088-49/+348
* cxl/core: Generalize dport enumeration in the coreDan Williams2022-02-086-110/+167
* cxl/pci: Rename pci.h to cxlpci.hDan Williams2022-02-084-3/+4
* cxl/port: Up-level cxl_add_dport() locking requirements to the callerDan Williams2022-02-082-2/+3
* cxl/pmem: Introduce a find_cxl_root() helperDan Williams2022-02-083-4/+60
* cxl/port: Introduce cxl_port_to_pci_bus()Dan Williams2022-02-083-5/+49
* cxl/core/port: Use dedicated lock for decoder target listDan Williams2022-02-082-7/+25
* cxl: Prove CXL lockingDan Williams2022-02-085-24/+130
* cxl/core: Track port depthBen Widawsky2022-02-082-0/+4
* cxl/core/port: Make passthrough decoder init implicitBen Widawsky2022-02-082-6/+8
* cxl/core: Fix cxl_probe_component_regs() error messageDan Williams2022-02-081-1/+1
* cxl/core/port: Clarify decoder creationBen Widawsky2022-02-083-11/+92
* cxl/core: Convert decoder range to resourceBen Widawsky2022-02-083-18/+35
* cxl/decoder: Hide physical address information from non-rootDan Williams2022-02-081-1/+1
* cxl/core/port: Rename bus.c to port.cDan Williams2022-02-082-1/+1
* cxl: Introduce module_cxl_driverBen Widawsky2022-02-081-0/+3
* cxl/acpi: Map component registers for Root PortsBen Widawsky2022-02-085-54/+80
* cxl/pci: Add new DVSEC definitionsBen Widawsky2022-02-081-0/+15
* cxl: Flesh out register namesBen Widawsky2022-02-082-16/+17
* cxl/pci: Defer mailbox status checks to command timeoutsDan Williams2022-02-081-101/+33
* cxl/pci: Implement Interface Ready TimeoutBen Widawsky2022-02-081-0/+35
* cxl: Rename CXL_MEM to CXL_PCIBen Widawsky2022-02-082-12/+13
* cxl/core: Remove cxld_const_init in cxl_decoder_alloc()Nathan Chancellor2022-01-042-5/+3
* cxl/pmem: Fix module reload vs workqueue stateDan Williams2021-11-153-3/+42
* ACPI: NUMA: Add a node and memblk for each CFMWS not in SRATAlison Schofield2021-11-151-1/+2
* cxl/test: Mock acpi_table_parse_cedt()Dan Williams2021-11-151-0/+2
* cxl/acpi: Convert CFMWS parsing to ACPI sub-table helpersDan Williams2021-11-152-147/+88
* cxl/memdev: Remove unused cxlmd fieldIra Weiny2021-11-151-2/+0