aboutsummaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
2022-04-08cxl/pci: Drop shadowed variableGravatar Dan Williams 1-1/+0
2022-03-22cxl/core/port: Fix NULL but dereferenced coccicheck errorGravatar Wan Jiabing 1-1/+4
2022-02-17cxl/port: Hold port reference until decoder releaseGravatar Dan Williams 1-0/+4
2022-02-17cxl/port: Fix endpoint refcount leakGravatar Dan Williams 1-1/+2
2022-02-11cxl/core: Fix cxl_device_lock() class detectionGravatar Dan Williams 1-1/+1
2022-02-11cxl/core/port: Fix unregister_port() lock assertionGravatar Dan Williams 1-4/+20
2022-02-08cxl/regs: Fix size of CXL Capability Header RegisterGravatar Jonathan Cameron 1-2/+2
2022-02-08cxl/core/port: Handle invalid decodersGravatar Dan Williams 1-6/+30
2022-02-08cxl/core/port: Fix / relax decoder target enumerationGravatar Dan Williams 2-2/+5
2022-02-08cxl/core/port: Add endpoint decodersGravatar Ben Widawsky 4-16/+73
2022-02-08cxl/core: Move target_list out of base decoder attributesGravatar Dan Williams 1-1/+2
2022-02-08cxl/mem: Add the cxl_mem driverGravatar Ben Widawsky 9-5/+391
2022-02-08cxl/core/port: Add switch port enumerationGravatar Dan Williams 3-25/+438
2022-02-08cxl/memdev: Add numa_node attributeGravatar Dan Williams 1-0/+17
2022-02-08cxl/pci: Emit device serial numberGravatar Dan Williams 3-0/+14
2022-02-08cxl/pci: Implement wait for media activeGravatar Ben Widawsky 2-1/+50
2022-02-08cxl/pci: Retrieve CXL DVSEC memory infoGravatar Ben Widawsky 3-0/+146
2022-02-08cxl/pci: Cache device DVSEC offsetGravatar Ben Widawsky 2-0/+8
2022-02-08cxl/pci: Store component register base in cxldsGravatar Ben Widawsky 2-0/+14
2022-02-08cxl/core/port: Remove @host argument for dport + decoder enumerationGravatar Dan Williams 7-24/+24
2022-02-08cxl/port: Add a driver for 'struct cxl_port' objectsGravatar Ben Widawsky 8-29/+108
2022-02-08cxl/core: Emit modalias for CXL devicesGravatar Dan Williams 1-9/+17
2022-02-08cxl/core/hdm: Add CXL standard decoder enumeration to the coreGravatar Dan Williams 8-49/+348
2022-02-08cxl/core: Generalize dport enumeration in the coreGravatar Dan Williams 6-110/+167
2022-02-08cxl/pci: Rename pci.h to cxlpci.hGravatar Dan Williams 4-3/+4
2022-02-08cxl/port: Up-level cxl_add_dport() locking requirements to the callerGravatar Dan Williams 2-2/+3
2022-02-08cxl/pmem: Introduce a find_cxl_root() helperGravatar Dan Williams 3-4/+60
2022-02-08cxl/port: Introduce cxl_port_to_pci_bus()Gravatar Dan Williams 3-5/+49
2022-02-08cxl/core/port: Use dedicated lock for decoder target listGravatar Dan Williams 2-7/+25
2022-02-08cxl: Prove CXL lockingGravatar Dan Williams 5-24/+130
2022-02-08cxl/core: Track port depthGravatar Ben Widawsky 2-0/+4
2022-02-08cxl/core/port: Make passthrough decoder init implicitGravatar Ben Widawsky 2-6/+8
2022-02-08cxl/core: Fix cxl_probe_component_regs() error messageGravatar Dan Williams 1-1/+1
2022-02-08cxl/core/port: Clarify decoder creationGravatar Ben Widawsky 3-11/+92
2022-02-08cxl/core: Convert decoder range to resourceGravatar Ben Widawsky 3-18/+35
2022-02-08cxl/decoder: Hide physical address information from non-rootGravatar Dan Williams 1-1/+1
2022-02-08cxl/core/port: Rename bus.c to port.cGravatar Dan Williams 2-1/+1
2022-02-08cxl: Introduce module_cxl_driverGravatar Ben Widawsky 1-0/+3
2022-02-08cxl/acpi: Map component registers for Root PortsGravatar Ben Widawsky 5-54/+80
2022-02-08cxl/pci: Add new DVSEC definitionsGravatar Ben Widawsky 1-0/+15
2022-02-08cxl: Flesh out register namesGravatar Ben Widawsky 2-16/+17
2022-02-08cxl/pci: Defer mailbox status checks to command timeoutsGravatar Dan Williams 1-101/+33
2022-02-08cxl/pci: Implement Interface Ready TimeoutGravatar Ben Widawsky 1-0/+35
2022-02-08cxl: Rename CXL_MEM to CXL_PCIGravatar Ben Widawsky 2-12/+13
2022-01-04cxl/core: Remove cxld_const_init in cxl_decoder_alloc()Gravatar Nathan Chancellor 2-5/+3
2021-11-15cxl/pmem: Fix module reload vs workqueue stateGravatar Dan Williams 3-3/+42
2021-11-15ACPI: NUMA: Add a node and memblk for each CFMWS not in SRATGravatar Alison Schofield 1-1/+2
2021-11-15cxl/test: Mock acpi_table_parse_cedt()Gravatar Dan Williams 1-0/+2
2021-11-15cxl/acpi: Convert CFMWS parsing to ACPI sub-table helpersGravatar Dan Williams 2-147/+88
2021-11-15cxl/memdev: Remove unused cxlmd fieldGravatar Ira Weiny 1-2/+0