aboutsummaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
2021-09-09Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Gravatar Linus Torvalds 13-723/+988
2021-09-07cxl/registers: Fix Documentation warningGravatar Dan Williams 1-1/+14
2021-09-07cxl/pmem: Fix Documentation warningGravatar Dan Williams 1-2/+28
2021-09-07cxl/pci: Fix debug message in cxl_probe_regs()Gravatar Li Qiang (Johnny Li) 1-2/+2
2021-09-07cxl/pci: Fix lockdown levelGravatar Dan Williams 1-1/+1
2021-09-07cxl/acpi: Do not add DSDT disabled ACPI0016 host bridge portsGravatar Alison Schofield 1-4/+8
2021-08-10cxl/mem: Adjust ram/pmem range to represent DPA rangesGravatar Ira Weiny 1-8/+6
2021-08-10cxl/mem: Account for partitionable space in ram/pmem rangesGravatar Ira Weiny 2-5/+96
2021-08-07cxl/pci: Store memory capacity valuesGravatar Ira Weiny 2-3/+37
2021-08-06cxl/pci: Simplify register setupGravatar Ben Widawsky 3-27/+13
2021-08-06cxl/pci: Ignore unknown register block typesGravatar Ben Widawsky 1-8/+12
2021-08-06cxl/core: Move memdev management to coreGravatar Ben Widawsky 6-234/+275
2021-08-06cxl/pci: Introduce cdevm_file_operationsGravatar Dan Williams 2-27/+53
2021-08-06cxl/core: Move register mapping infrastructureGravatar Dan Williams 3-228/+237
2021-08-06cxl/core: Move pmem functionalityGravatar Dan Williams 4-202/+225
2021-08-06cxl/core: Improve CXL core kernel docsGravatar Ben Widawsky 1-2/+9
2021-08-06cxl: Move cxl_core to new directoryGravatar Ben Widawsky 6-7/+10
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 1-2/+1
2021-06-17cxl/pci: Rename CXL REGLOC IDGravatar Ben Widawsky 2-2/+2
2021-06-17cxl/acpi: Use the ACPI CFMWS to create static decoder objectsGravatar Alison Schofield 1-0/+122
2021-06-17cxl/acpi: Add the Host Bridge base address to CXL port objectsGravatar Alison Schofield 1-5/+95
2021-06-15cxl/pmem: Register 'pmem' / cxl_nvdimm devicesGravatar Dan Williams 5-16/+215
2021-06-15cxl/pmem: Add initial infrastructure for pmem supportGravatar Dan Williams 6-2/+335
2021-06-15cxl/core: Add cxl-bus driver infrastructureGravatar Dan Williams 2-0/+95
2021-06-14cxl/pci: Add media provisioning required commandsGravatar Ben Widawsky 1-0/+19
2021-06-12cxl/component_regs: Fix offsetGravatar Ben Widawsky 1-1/+1
2021-06-12cxl/hdm: Fix decoder count calculationGravatar Ben Widawsky 2-1/+8
2021-06-09cxl/acpi: Introduce cxl_decoder objectsGravatar Dan Williams 3-1/+347
2021-06-09cxl/acpi: Enumerate host bridge root portsGravatar Dan Williams 1-1/+92
2021-06-09cxl/acpi: Add downstream port data to cxl_port instancesGravatar Dan Williams 3-4/+167
2021-06-09cxl/Kconfig: Default drivers to CONFIG_CXL_BUSGravatar Dan Williams 1-0/+2
2021-06-09cxl/acpi: Introduce the root of a cxl_port topologyGravatar Dan Williams 5-0/+247
2021-06-05cxl/pci: Fixup devm_cxl_iomap_block() to take a 'struct device *'Gravatar Dan Williams 1-7/+8
2021-06-05cxl/pci: Add HDM decoder capabilitiesGravatar Ben Widawsky 3-6/+166
2021-06-05cxl/pci: Reserve individual register block regionsGravatar Ira Weiny 2-4/+34
2021-06-05cxl/pci: Map registers based on capabilitiesGravatar Ira Weiny 3-38/+180
2021-06-05cxl/pci: Reserve all device regions at onceGravatar Ira Weiny 1-7/+11
2021-06-05cxl/pci: Introduce cxl_decode_register_block()Gravatar Ira Weiny 1-8/+18
2021-05-26cxl/mem: Get rid of @cxlm.baseGravatar Ben Widawsky 2-15/+11
2021-05-26cxl/mem: Move register locator logic into reg setupGravatar Ben Widawsky 1-67/+68
2021-05-26cxl/mem: Split creation from mapping in probeGravatar Ben Widawsky 1-24/+40
2021-05-26cxl/mem: Use dev instead of pdev->devGravatar Ben Widawsky 1-1/+1
2021-05-26cxl/mem: Demarcate vendor specific capability IDsGravatar Ben Widawsky 1-1/+4
2021-05-26cxl/pci.c: Add a 'label_storage_size' attribute to the memdevGravatar Vishal Verma 2-0/+15
2021-05-26cxl: Rename mem to pciGravatar Ben Widawsky 3-16/+10
2021-05-14cxl/core: Refactor CXL register lookup for bridge reuseGravatar Dan Williams 3-44/+66
2021-05-14cxl/core: Rename bus.c to core.cGravatar Dan Williams 2-9/+10
2021-05-14cxl/mem: Introduce 'struct cxl_regs' for "composable" CXL devicesGravatar Dan Williams 3-28/+61
2021-05-14cxl/mem: Move some definitions to mem.hGravatar Dan Williams 3-77/+82
2021-04-16cxl/mem: Fix memory device capacity probingGravatar Dan Williams 1-2/+5