aboutsummaryrefslogtreecommitdiff
path: root/drivers/cxl/cxl.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-21cxl/core: Use is_endpoint_decoderGravatar Ben Widawsky 1-0/+1
2022-04-28cxl: Drop cxl_device_lock()Gravatar Dan Williams 1-78/+0
2022-02-08cxl/core/port: Add endpoint decodersGravatar Ben Widawsky 1-0/+1
2022-02-08cxl/mem: Add the cxl_mem driverGravatar Ben Widawsky 1-0/+6
2022-02-08cxl/core/port: Add switch port enumerationGravatar Dan Williams 1-0/+19
2022-02-08cxl/core/port: Remove @host argument for dport + decoder enumerationGravatar Dan Williams 1-4/+4
2022-02-08cxl/port: Add a driver for 'struct cxl_port' objectsGravatar Ben Widawsky 1-0/+4
2022-02-08cxl/core/hdm: Add CXL standard decoder enumeration to the coreGravatar Dan Williams 1-6/+27
2022-02-08cxl/core: Generalize dport enumeration in the coreGravatar Dan Williams 1-12/+4
2022-02-08cxl/pmem: Introduce a find_cxl_root() helperGravatar Dan Williams 1-0/+1
2022-02-08cxl/port: Introduce cxl_port_to_pci_bus()Gravatar Dan Williams 1-0/+3
2022-02-08cxl/core/port: Use dedicated lock for decoder target listGravatar Dan Williams 1-0/+2
2022-02-08cxl: Prove CXL lockingGravatar Dan Williams 1-0/+81
2022-02-08cxl/core: Track port depthGravatar Ben Widawsky 1-0/+2
2022-02-08cxl/core/port: Clarify decoder creationGravatar Ben Widawsky 1-1/+15
2022-02-08cxl/core: Convert decoder range to resourceGravatar Ben Widawsky 1-2/+6
2022-02-08cxl: Introduce module_cxl_driverGravatar Ben Widawsky 1-0/+3
2022-02-08cxl/acpi: Map component registers for Root PortsGravatar Ben Widawsky 1-0/+4
2022-01-04cxl/core: Remove cxld_const_init in cxl_decoder_alloc()Gravatar Nathan Chancellor 1-1/+1
2021-11-15cxl/pmem: Fix module reload vs workqueue stateGravatar Dan Williams 1-0/+8
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Gravatar Linus Torvalds 1-19/+39
2021-10-29cxl/pci: Add @base to cxl_register_mapGravatar Dan Williams 1-0/+10
2021-09-25cxl/core: Replace unions with struct_group()Gravatar Kees Cook 1-43/+18
2021-09-21cxl/core: Split decoder setup into alloc + addGravatar Dan Williams 1-9/+6
2021-09-21tools/testing/cxl: Introduce a mock memory device + driverGravatar Dan Williams 1-1/+1
2021-09-21cxl/bus: Populate the target list at decoder createGravatar Dan Williams 1-15/+10
2021-09-21tools/testing/cxl: Introduce a mocked-up CXL port hierarchyGravatar Dan Williams 1-0/+16
2021-09-21cxl/pmem: Add support for multiple nvdimm-bridge objectsGravatar Dan Williams 1-0/+2
2021-08-06cxl/pci: Simplify register setupGravatar Ben Widawsky 1-1/+0
2021-06-15cxl/pmem: Register 'pmem' / cxl_nvdimm devicesGravatar Dan Williams 1-1/+11
2021-06-15cxl/pmem: Add initial infrastructure for pmem supportGravatar Dan Williams 1-0/+24
2021-06-15cxl/core: Add cxl-bus driver infrastructureGravatar Dan Williams 1-0/+22
2021-06-12cxl/hdm: Fix decoder count calculationGravatar Ben Widawsky 1-0/+7
2021-06-09cxl/acpi: Introduce cxl_decoder objectsGravatar Dan Williams 1-0/+63
2021-06-09cxl/acpi: Add downstream port data to cxl_port instancesGravatar Dan Williams 1-0/+21
2021-06-09cxl/acpi: Introduce the root of a cxl_port topologyGravatar Dan Williams 1-0/+31
2021-06-05cxl/pci: Add HDM decoder capabilitiesGravatar Ben Widawsky 1-6/+59
2021-06-05cxl/pci: Map registers based on capabilitiesGravatar Ira Weiny 1-5/+28
2021-05-14cxl/core: Refactor CXL register lookup for bridge reuseGravatar Dan Williams 1-0/+3
2021-05-14cxl/mem: Introduce 'struct cxl_regs' for "composable" CXL devicesGravatar Dan Williams 1-0/+32
2021-05-14cxl/mem: Move some definitions to mem.hGravatar Dan Williams 1-57/+0
2021-02-16cxl/mem: Enable commands via CELGravatar Ben Widawsky 1-0/+2
2021-02-16cxl/mem: Register CXL memX devicesGravatar Dan Williams 1-0/+3
2021-02-16cxl/mem: Find device capabilitiesGravatar Ben Widawsky 1-0/+90