summaryrefslogtreecommitdiffstats
path: root/drivers/cxl/core
Commit message (Expand)AuthorAgeFilesLines
* cxl/hdm: Add support for allocating DPA to an endpoint decoderDan Williams2022-07-213-1/+259
* cxl/hdm: Track next decoder to allocateDan Williams2022-07-212-0/+16
* cxl/hdm: Add 'mode' attribute to decoder objectsDan Williams2022-07-212-0/+30
* cxl/hdm: Enumerate allocated DPADan Williams2022-07-211-11/+134
* cxl/core: Define a 'struct cxl_endpoint_decoder'Dan Williams2022-07-212-13/+27
* cxl/core: Define a 'struct cxl_root_decoder'Dan Williams2022-07-211-7/+27
* cxl/core: Define a 'struct cxl_switch_decoder'Dan Williams2022-07-212-75/+150
* cxl/port: Read CDAT tableIra Weiny2022-07-191-0/+173
* cxl/hdm: Initialize decoder type for memory expander devicesDan Williams2022-07-101-5/+11
* cxl/port: Cache CXL host bridge dataDan Williams2022-07-101-1/+17
* tools/testing/cxl: Add partition supportDan Williams2022-07-101-6/+1
* cxl/mem: Add a debugfs version of 'iomem' for DPA, 'dpamem'Dan Williams2022-07-102-0/+26
* cxl/debug: Move debugfs init to cxl_core_init()Dan Williams2022-07-103-12/+13
* cxl/hdm: Require all decoders to be enumeratedBen Widawsky2022-07-091-9/+3
* cxl/mem: Convert partition-info to resourcesDan Williams2022-07-092-35/+47
* cxl: Introduce cxl_to_{ways,granularity}Dan Williams2022-07-091-26/+9
* cxl/core: Drop is_cxl_decoder()Dan Williams2022-07-091-6/+0
* cxl/core: Drop ->platform_res attribute for root decodersDan Williams2022-07-092-29/+7
* cxl/core: Rename ->decoder_range ->hpa_rangeDan Williams2022-07-092-3/+3
* cxl/hdm: Use local hdm variableBen Widawsky2022-07-091-2/+1
* cxl/port: Keep port->uport valid for the entire life of a portDan Williams2022-07-091-2/+2
* cxl/mbox: Fix missing variable payload checks in cmd size validationVishal Verma2022-06-281-2/+4
* cxl/core: Use is_endpoint_decoderBen Widawsky2022-06-212-2/+2
* cxl/port: Enable HDM Capability after validating DVSEC RangesDan Williams2022-05-201-15/+152
* cxl/port: Reuse 'struct cxl_hdm' context for hdm initDan Williams2022-05-191-29/+10
* cxl/pci: Drop @info argument to cxl_hdm_decode_init()Dan Williams2022-05-191-8/+7
* cxl/mem: Merge cxl_dvsec_ranges() and cxl_hdm_decode_init()Dan Williams2022-05-191-7/+75
* cxl/mem: Skip range enumeration if mem_enable clearDan Williams2022-05-191-0/+2
* cxl/mem: Consolidate CXL DVSEC Range enumeration in the coreDan Williams2022-05-191-0/+129
* cxl/pci: Move cxl_await_media_ready() to the coreDan Williams2022-05-191-0/+48
* cxl: Drop cxl_device_lock()Dan Williams2022-04-282-34/+25
* cxl: Replace lockdep_mutex with local lock classesDan Williams2022-04-283-4/+18
* cxl/mbox: fix logical vs bitwise typoDan Carpenter2022-04-281-1/+1
* cxl/mbox: Replace NULL check with IS_ERR() after vmemdup_user()Alison Schofield2022-04-221-1/+1
* cxl/mbox: Use type __u32 for mailbox payload sizesAlison Schofield2022-04-221-13/+15
* PM: CXL: Disable suspendDan Williams2022-04-222-0/+25
* cxl/mbox: Use new return_code handlingDavidlohr Bueso2022-04-121-2/+1
* cxl/mbox: Improve handling of mbox_cmd hw return codesDavidlohr Bueso2022-04-121-1/+1
* cxl/mbox: Drop mbox_mutex commentDavidlohr Bueso2022-04-121-1/+1
* cxl/mbox: Block immediate mode in SET_PARTITION_INFO commandAlison Schofield2022-04-121-0/+41
* cxl/mbox: Move cxl_mem_command param to a local variableAlison Schofield2022-04-121-12/+8
* cxl/mbox: Make handle_mailbox_cmd_from_user() use a mbox paramAlison Schofield2022-04-121-27/+17
* cxl/mbox: Remove dependency on cxl_mem_command for a debug msgAlison Schofield2022-04-121-3/+14
* cxl/mbox: Construct a users cxl_mbox_cmd in the validation pathAlison Schofield2022-04-121-4/+17
* cxl/mbox: Move build of user mailbox cmd to a helper functionsAlison Schofield2022-04-121-25/+45
* cxl/mbox: Move raw command warning to raw command validationAlison Schofield2022-04-121-3/+2
* cxl/mbox: Move cxl_mem_command construction to helper funcsAlison Schofield2022-04-121-71/+76
* cxl/core/port: Fix NULL but dereferenced coccicheck errorWan Jiabing2022-03-221-1/+4
* cxl/port: Hold port reference until decoder releaseDan Williams2022-02-171-0/+4
* cxl/port: Fix endpoint refcount leakDan Williams2022-02-171-1/+2