summaryrefslogtreecommitdiff
path: root/drivers/cxl/mem.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-26cxl: Rename mem to pciBen Widawsky1-1525/+0
2021-05-15cxl/core: Refactor CXL register lookup for bridge reuseDan Williams1-44/+6
2021-05-15cxl/mem: Introduce 'struct cxl_regs' for "composable" CXL devicesDan Williams1-20/+24
2021-05-15cxl/mem: Move some definitions to mem.hDan Williams1-20/+1
2021-04-17cxl/mem: Fix memory device capacity probingDan Williams1-2/+5
2021-04-16cxl/mem: Fix register block offset calculationBen Widawsky1-1/+1
2021-04-06cxl/mem: Force array size of mem_commands[] to CXL_MEM_COMMAND_ID_MAXRobert Richter1-1/+1
2021-04-06cxl/mem: Disable cxl device power managementDan Williams1-0/+1
2021-04-06cxl/mem: Do not rely on device_add() side effects for dev_set_name() failuresDan Williams1-10/+29
2021-04-06cxl/mem: Fix synchronization mechanism for device removal vs ioctl operationsDan Williams1-47/+50
2021-04-06cxl/mem: Use sysfs_emit() for attribute show routinesDan Williams1-4/+4
2021-02-23cxl/mem: Fix potential memory leakBen Widawsky1-1/+3
2021-02-19cxl/mem: Return -EFAULT if copy_to_user() failsDan Carpenter1-1/+4
2021-02-17cxl/mem: Add set of informational commandsBen Widawsky1-0/+9
2021-02-17cxl/mem: Enable commands via CELBen Widawsky1-7/+216
2021-02-17cxl/mem: Add a "RAW" send commandBen Widawsky1-0/+132
2021-02-17cxl/mem: Add basic IOCTL interfaceBen Widawsky1-1/+282
2021-02-17cxl/mem: Register CXL memX devicesDan Williams1-2/+283
2021-02-17cxl/mem: Find device capabilitiesBen Widawsky1-2/+575
2021-02-17cxl/mem: Introduce a driver for CXL-2.0-Type-3 endpointsDan Williams1-0/+62