aboutsummaryrefslogtreecommitdiff
path: root/drivers/cxl/core
AgeCommit message (Expand)AuthorFilesLines
2022-07-21cxl/port: Record parent dport when adding portsDan Williams1-12/+15
2022-07-21cxl/port: Record dport in endpoint referencesDan Williams1-17/+35
2022-07-21cxl/hdm: Add support for allocating DPA to an endpoint decoderDan Williams3-1/+259
2022-07-21cxl/hdm: Track next decoder to allocateDan Williams2-0/+16
2022-07-21cxl/hdm: Add 'mode' attribute to decoder objectsDan Williams2-0/+30
2022-07-21cxl/hdm: Enumerate allocated DPADan Williams1-11/+134
2022-07-21cxl/core: Define a 'struct cxl_endpoint_decoder'Dan Williams2-13/+27
2022-07-21cxl/core: Define a 'struct cxl_root_decoder'Dan Williams1-7/+27
2022-07-21cxl/core: Define a 'struct cxl_switch_decoder'Dan Williams2-75/+150
2022-07-19cxl/port: Read CDAT tableIra Weiny1-0/+173
2022-07-10cxl/hdm: Initialize decoder type for memory expander devicesDan Williams1-5/+11
2022-07-10cxl/port: Cache CXL host bridge dataDan Williams1-1/+17
2022-07-10tools/testing/cxl: Add partition supportDan Williams1-6/+1
2022-07-10cxl/mem: Add a debugfs version of 'iomem' for DPA, 'dpamem'Dan Williams2-0/+26
2022-07-10cxl/debug: Move debugfs init to cxl_core_init()Dan Williams3-12/+13
2022-07-09cxl/hdm: Require all decoders to be enumeratedBen Widawsky1-9/+3
2022-07-09cxl/mem: Convert partition-info to resourcesDan Williams2-35/+47
2022-07-09cxl: Introduce cxl_to_{ways,granularity}Dan Williams1-26/+9
2022-07-09cxl/core: Drop is_cxl_decoder()Dan Williams1-6/+0
2022-07-09cxl/core: Drop ->platform_res attribute for root decodersDan Williams2-29/+7
2022-07-09cxl/core: Rename ->decoder_range ->hpa_rangeDan Williams2-3/+3
2022-07-09cxl/hdm: Use local hdm variableBen Widawsky1-2/+1
2022-07-09cxl/port: Keep port->uport valid for the entire life of a portDan Williams1-2/+2
2022-06-28cxl/mbox: Fix missing variable payload checks in cmd size validationVishal Verma1-2/+4
2022-06-21cxl/core: Use is_endpoint_decoderBen Widawsky2-2/+2
2022-05-20cxl/port: Enable HDM Capability after validating DVSEC RangesDan Williams1-15/+152
2022-05-19cxl/port: Reuse 'struct cxl_hdm' context for hdm initDan Williams1-29/+10
2022-05-19cxl/pci: Drop @info argument to cxl_hdm_decode_init()Dan Williams1-8/+7
2022-05-19cxl/mem: Merge cxl_dvsec_ranges() and cxl_hdm_decode_init()Dan Williams1-7/+75
2022-05-19cxl/mem: Skip range enumeration if mem_enable clearDan Williams1-0/+2
2022-05-19cxl/mem: Consolidate CXL DVSEC Range enumeration in the coreDan Williams1-0/+129
2022-05-19cxl/pci: Move cxl_await_media_ready() to the coreDan Williams1-0/+48
2022-04-28cxl: Drop cxl_device_lock()Dan Williams2-34/+25
2022-04-28cxl: Replace lockdep_mutex with local lock classesDan Williams3-4/+18
2022-04-28cxl/mbox: fix logical vs bitwise typoDan Carpenter1-1/+1
2022-04-22cxl/mbox: Replace NULL check with IS_ERR() after vmemdup_user()Alison Schofield1-1/+1
2022-04-22cxl/mbox: Use type __u32 for mailbox payload sizesAlison Schofield1-13/+15
2022-04-22PM: CXL: Disable suspendDan Williams2-0/+25
2022-04-12cxl/mbox: Use new return_code handlingDavidlohr Bueso1-2/+1
2022-04-12cxl/mbox: Improve handling of mbox_cmd hw return codesDavidlohr Bueso1-1/+1
2022-04-12cxl/mbox: Drop mbox_mutex commentDavidlohr Bueso1-1/+1
2022-04-12cxl/mbox: Block immediate mode in SET_PARTITION_INFO commandAlison Schofield1-0/+41
2022-04-12cxl/mbox: Move cxl_mem_command param to a local variableAlison Schofield1-12/+8
2022-04-12cxl/mbox: Make handle_mailbox_cmd_from_user() use a mbox paramAlison Schofield1-27/+17
2022-04-12cxl/mbox: Remove dependency on cxl_mem_command for a debug msgAlison Schofield1-3/+14
2022-04-12cxl/mbox: Construct a users cxl_mbox_cmd in the validation pathAlison Schofield1-4/+17
2022-04-12cxl/mbox: Move build of user mailbox cmd to a helper functionsAlison Schofield1-25/+45
2022-04-12cxl/mbox: Move raw command warning to raw command validationAlison Schofield1-3/+2
2022-04-12cxl/mbox: Move cxl_mem_command construction to helper funcsAlison Schofield1-71/+76
2022-03-22cxl/core/port: Fix NULL but dereferenced coccicheck errorWan Jiabing1-1/+4