aboutsummaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
2022-05-20cxl/port: Enable HDM Capability after validating DVSEC RangesGravatar Dan Williams 1-15/+152
2022-05-19cxl/port: Reuse 'struct cxl_hdm' context for hdm initGravatar Dan Williams 3-41/+25
2022-05-19cxl/port: Move endpoint HDM Decoder Capability init to port driverGravatar Dan Williams 2-11/+11
2022-05-19cxl/pci: Drop @info argument to cxl_hdm_decode_init()Gravatar Dan Williams 3-13/+9
2022-05-19cxl/mem: Merge cxl_dvsec_ranges() and cxl_hdm_decode_init()Gravatar Dan Williams 3-88/+78
2022-05-19cxl/mem: Skip range enumeration if mem_enable clearGravatar Dan Williams 2-1/+3
2022-05-19cxl/mem: Consolidate CXL DVSEC Range enumeration in the coreGravatar Dan Williams 5-142/+141
2022-05-19cxl/pci: Move cxl_await_media_ready() to the coreGravatar Dan Williams 4-47/+51
2022-05-19cxl/mem: Validate port connectivity before dvsec rangesGravatar Dan Williams 1-16/+16
2022-05-19cxl/mem: Fix cxl_mem_probe() error exitGravatar Dan Williams 1-2/+4
2022-05-19cxl/pci: Drop wait_for_valid() from cxl_await_media_ready()Gravatar Dan Williams 1-4/+0
2022-05-19cxl/pci: Consolidate wait_for_media() and wait_for_media_ready()Gravatar Dan Williams 2-20/+3
2022-05-19cxl/mem: Drop mem_enabled check from wait_for_media()Gravatar Dan Williams 1-4/+0
2022-04-28cxl: Drop cxl_device_lock()Gravatar Dan Williams 5-120/+33
2022-04-28cxl/acpi: Add root device lockdep validationGravatar Dan Williams 1-0/+13
2022-04-28cxl: Replace lockdep_mutex with local lock classesGravatar Dan Williams 3-4/+18
2022-04-28cxl/mbox: fix logical vs bitwise typoGravatar Dan Carpenter 1-1/+1
2022-04-22cxl/mbox: Replace NULL check with IS_ERR() after vmemdup_user()Gravatar Alison Schofield 1-1/+1
2022-04-22cxl/mbox: Use type __u32 for mailbox payload sizesGravatar Alison Schofield 1-13/+15
2022-04-22PM: CXL: Disable suspendGravatar Dan Williams 6-2/+62
2022-04-12cxl/mem: Replace redundant debug message with a commentGravatar Dan Williams 1-4/+10
2022-04-12cxl/mem: Rename cxl_dvsec_decode_init() to cxl_hdm_decode_init()Gravatar Dan Williams 1-6/+6
2022-04-12cxl/pci: Make cxl_dvsec_ranges() failure not fatal to cxl_pciGravatar Dan Williams 1-9/+18
2022-04-12cxl/mem: Make cxl_dvsec_range() init failure fatalGravatar Dan Williams 1-0/+3
2022-04-12cxl/pci: Add debug for DVSEC range init failuresGravatar Dan Williams 1-3/+10
2022-04-12cxl/mem: Drop DVSEC vs EFI Memory Map sanity checkGravatar Dan Williams 1-23/+1
2022-04-12cxl/mbox: Use new return_code handlingGravatar Davidlohr Bueso 2-3/+3
2022-04-12cxl/mbox: Improve handling of mbox_cmd hw return codesGravatar Davidlohr Bueso 3-3/+54
2022-04-12cxl/pci: Use CXL_MBOX_SUCCESS to check against mbox_cmd return codeGravatar Davidlohr Bueso 1-2/+2
2022-04-12cxl/mbox: Drop mbox_mutex commentGravatar Davidlohr Bueso 1-1/+1
2022-04-12cxl/pmem: Remove CXL SET_PARTITION_INFO from exclusive_cmds listGravatar Alison Schofield 1-1/+0
2022-04-12cxl/mbox: Block immediate mode in SET_PARTITION_INFO commandGravatar Alison Schofield 2-0/+48
2022-04-12cxl/mbox: Move cxl_mem_command param to a local variableGravatar Alison Schofield 1-12/+8
2022-04-12cxl/mbox: Make handle_mailbox_cmd_from_user() use a mbox paramGravatar Alison Schofield 1-27/+17
2022-04-12cxl/mbox: Remove dependency on cxl_mem_command for a debug msgGravatar Alison Schofield 1-3/+14
2022-04-12cxl/mbox: Construct a users cxl_mbox_cmd in the validation pathGravatar Alison Schofield 1-4/+17
2022-04-12cxl/mbox: Move build of user mailbox cmd to a helper functionsGravatar Alison Schofield 1-25/+45
2022-04-12cxl/mbox: Move raw command warning to raw command validationGravatar Alison Schofield 1-3/+2
2022-04-12cxl/mbox: Move cxl_mem_command construction to helper funcsGravatar Alison Schofield 1-71/+76
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