aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
2026-08-05Merge branch 'for-7.3/cxl-port-err-prep' into cxl-for-nextDave Jiang5-27/+41
2026-08-05cxl: Rename find_cxl_port() to find_cxl_port_by_dport()Dan Williams1-6/+14
2026-08-05cxl: Tighten CPER kfifo registration API and symbol visibilityDan Williams3-13/+6
2026-08-05acpi/apei/ghes: Use raw_spinlock_t for CXL CPER work locksTerry Bowman2-2/+0
2026-08-05cxl/ras: Fix cxl_rch_get_aer_severity() wrong severity registerTerry Bowman1-5/+5
2026-08-05cxl/ras: Fix cxl_rch_get_aer_info() out-of-bounds AER register readTerry Bowman1-1/+16
2026-08-05Merge branch 'for-7.3/cxl-misc' into cxl-for-nextDave Jiang4-11/+14
2026-08-05cxl/core: Format the memdev serial number as unsigned in TP_printkAlison Schofield1-5/+5
2026-08-05cxl/pmem: Format the nvdimm serial number as unsigned decimalAlison Schofield3-6/+9
2026-08-03Merge branch 'for-7.3/cxl-misc' into cxl-for-nextDave Jiang2-11/+10
2026-08-03cxl: Use %pe to print error pointersShaikh Kamaluddin2-11/+10
2026-07-24Merge branch 'for-7.3/cxl-fixes' into cxl-for-nextDave Jiang1-7/+3
2026-07-24cxl/region: Use __free(put_device) in find_pos_and_ways()Alison Schofield1-5/+2
2026-07-24cxl/region: Fix use-after-free in find_pos_and_ways() error pathAlison Schofield1-4/+3
2026-07-24Merge branch 'for-7.3/cxl-fixes' into cxl-for-nextDave Jiang9-79/+65
2026-07-24Merge branch 'for-7.3/cxl-misc' into cxl-for-nextDave Jiang1-0/+7
2026-07-24cxl: Deny Features commands on the RAW mailbox pathDave Jiang1-0/+7
2026-07-14cxl/features: Clamp Get Feature output size to the remaining bufferRichard Cheng1-3/+2
2026-07-14cxl/features: Reject Set Features output buffer smaller than the headerRichard Cheng1-0/+3
2026-07-14cxl/features: Reject Get Feature count larger than the output bufferRichard Cheng1-0/+4
2026-07-14cxl/port: Restart port enumeration when a sibling adds the dport firstAlison Schofield1-2/+2
2026-07-14cxl/features: Serialize multi-part Get/Set Feature transfersDave Jiang2-0/+4
2026-07-14cxl/pci: Honor -EPROBE_DEFER from component register setupDave Jiang1-2/+5
2026-07-14cxl/mbox: Break poison list loop on an empty payloadDave Jiang1-0/+5
2026-07-14cxl/memdev: Fix firmware upload exact-fit handlingGuzebing1-1/+1
2026-07-06cxl/features: bound fwctl command payload to the input bufferZhenhao Wan1-1/+7
2026-06-29cxl: Support dpa without a mailboxAlejandro Lucero3-50/+70
2026-06-29cxl: Support Type2 cxl regs mappingAlejandro Lucero5-12/+4
2026-06-29cxl/mce: Make the MCE notifier per-regionDave Jiang5-58/+30
2026-06-29cxl/pci: Remove incorrect mbox.valid check in cxl_pci_type3_init_mailbox()Wei Hou1-6/+0
2026-06-29cxl: fix mailbox return code description typoYousef Alhouseen1-1/+1
2026-06-29cxl/mbox: Clamp mailbox output allocation to the payload sizeRichard Cheng1-5/+1
2026-06-12Merge branch 'for-7.2/cxl-type2-attach-region' into cxl-for-nextDave Jiang8-62/+300
2026-06-12cxl: Add dummy function for cxl_memdev_attach_region for !CONFIG_CXL_REGIONDave Jiang1-0/+7
2026-06-12cxl/region: Introduce devm_cxl_probe_mem()Dan Williams4-16/+187
2026-06-12cxl/memdev: Introduce cxl_class_memdev_typeDan Williams2-14/+47
2026-06-12cxl/memdev: Pin parents for entire memdev lifetimeDan Williams1-1/+3
2026-06-12cxl/region: Resolve region deletion racesDan Williams4-27/+44
2026-06-12cxl/region: Block region delete during region creationDan Williams3-5/+13
2026-06-12Merge branch 'for-7.2/cxl-misc' into cxl-for-nextDave Jiang8-58/+113
2026-06-12cxl/region: Fill first free targets[] slot during auto-discoveryLi Ming1-1/+14
2026-06-12cxl/region: Fix out-of-bounds access in cxl_cancel_auto_attach()Li Ming1-21/+19
2026-06-12cxl: Align interleave decode/encode helpers with their callersAlison Schofield3-9/+11
2026-06-10cxl/port: update reference to removed CONFIG_PROVE_CXL_LOCKINGEthan Nelson-Moore1-1/+1
2026-06-09cxl/region: Avoid variable shadowing in region attach pathsAlison Schofield1-8/+6
2026-06-09cxl: Fix CXL_HEADERLOG_SIZE to match RAS Capability sizeTerry Bowman3-17/+48
2026-06-04cxl/pci: Convert PCIBIOS errors to errno on DVSEC config accessesDave Jiang1-9/+9
2026-06-04cxl/pci: Fix the incorrect check of pci_read_config_word() returnDave Jiang1-4/+4
2026-06-04cxl/fwctl: Fix __fortify_panicDan Williams1-1/+1
2026-06-04cxl/region: Validate partition index before array accessKoba Ko1-0/+3