aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cxl/core
AgeCommit message (Expand)AuthorFilesLines
2026-08-05Merge branch 'for-7.3/cxl-port-err-prep' into cxl-for-nextDave Jiang4-26/+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 Bowman1-1/+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 Jiang2-9/+11
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 Schofield1-4/+6
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 Jiang6-62/+57
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/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 Lucero3-0/+3
2026-06-29cxl/mce: Make the MCE notifier per-regionDave Jiang3-50/+28
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 Jiang4-33/+190
2026-06-12cxl/region: Introduce devm_cxl_probe_mem()Dan Williams1-0/+124
2026-06-12cxl/memdev: Introduce cxl_class_memdev_typeDan Williams1-3/+13
2026-06-12cxl/memdev: Pin parents for entire memdev lifetimeDan Williams1-1/+3
2026-06-12cxl/region: Resolve region deletion racesDan Williams3-27/+40
2026-06-12cxl/region: Block region delete during region creationDan Williams2-3/+11
2026-06-12Merge branch 'for-7.2/cxl-misc' into cxl-for-nextDave Jiang4-48/+81
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 Schofield1-2/+2
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 Bowman2-15/+36
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
2026-04-17Merge tag 'cxl-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds10-330/+556
2026-04-10Merge branch 'for-7.1/cxl-misc' into cxl-for-nextDave Jiang1-1/+1
2026-04-10cxl/hdm: Add support for 32 switch decodersLi Ming1-1/+1
2026-04-03Merge branch 'for-7.1/cxl-region-refactor' into cxl-for-nextDave Jiang5-284/+300
2026-04-03Merge branch 'for-7.1/dax-hmem' into cxl-for-nextDave Jiang1-1/+83