summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'cxl-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds14-594/+621
14 daysMerge branch 'for-7.1/cxl-misc' into cxl-for-nextDave Jiang3-3/+12
2026-04-10cxl/hdm: Add support for 32 switch decodersLi Ming3-3/+12
2026-04-03Merge branch 'for-7.1/cxl-region-refactor' into cxl-for-nextDave Jiang6-284/+301
2026-04-03Merge branch 'for-7.1/dax-hmem' into cxl-for-nextDave Jiang2-3/+92
2026-04-03Merge branch 'for-7.1/cxl-type2-support' into cxl-for-nextDave Jiang10-298/+167
2026-04-03Merge branch 'for-7.1/cxl-consolidate-endpoint' into cxl-for-nextDave Jiang4-6/+12
2026-04-01cxl/region: Add a region sysfs interface for region lock statusLi Ming1-0/+17
2026-04-01cxl/region: Constify cxl_region_resource_contains()Dan Williams2-7/+8
2026-04-01cxl/region: Limit visibility of cxl_region_contains_resource()Dan Williams2-2/+6
2026-04-01cxl/region: Fix use-after-free from auto assembly failureDan Williams2-3/+57
2026-04-01cxl/core: Check existence of cxl_memdev_state in poison testAlison Schofield1-0/+3
2026-03-27cxl/core: use cleanup.h for devm_cxl_add_dax_regionGregory Price2-8/+6
2026-03-27cxl/core/region: move dax region device logic into region_dax.cGregory Price4-100/+111
2026-03-27cxl/core/region: move pmem region driver logic into region_pmem.cGregory Price4-185/+193
2026-03-27cxl/region: Add helper to check Soft Reserved containment by CXL regionsSmita Koralahalli1-0/+30
2026-03-20cxl: Add endpoint decoder flags clear when PCI reset happensDave Jiang2-0/+17
2026-03-20cxl: Adjust the startup priority of cxl_pmem to be higher than that of cxl_acpiCui Chao1-1/+1
2026-03-18cxl/mbox: Use proper endpoint validity check upon sanitizeDavidlohr Bueso1-1/+1
2026-03-17cxl/pci: Check memdev driver binding status in cxl_reset_done()Li Ming1-0/+3
2026-03-17cxl/pci: Hold memdev lock in cxl_event_trace_record()Li Ming3-6/+9
2026-03-17cxl/hdm: Avoid incorrect DVSEC fallback when HDM decoders are enabledSmita Koralahalli1-16/+9
2026-03-17cxl/region: Factor out interleave granularity setupAlejandro Lucero1-12/+24
2026-03-17cxl/region: Factor out interleave ways setupAlejandro Lucero1-15/+26
2026-03-17cxl: Make region type based on endpoint typeAlejandro Lucero1-4/+6
2026-03-17cxl/pci: Remove redundant cxl_pci_find_port() callGregory Price1-5/+0
2026-03-17cxl: Move pci generic code from cxl_pci to core/cxl_pciAlejandro Lucero6-73/+77
2026-03-17cxl: export internal structs for external Type2 driversAlejandro Lucero2-210/+1
2026-03-17cxl: support Type2 when initializing cxl_dev_stateAlejandro Lucero4-15/+69
2026-03-06cxl/acpi: Fix CXL_ACPI and CXL_PMEM Kconfig tristate mismatchKeith Busch1-0/+1
2026-03-04cxl/region: Fix leakage in __construct_region()Davidlohr Bueso1-1/+3
2026-03-03cxl/port: Fix use after free of parent_port in cxl_detach_ep()Alison Schofield1-2/+6
2026-02-24cxl/region: Test CXL_DECODER_F_NORMALIZED_ADDRESSING as a bitmaskAlison Schofield1-1/+1
2026-02-24cxl: Test CXL_DECODER_F_LOCK as a bitmaskAlison Schofield2-2/+2
2026-02-24cxl/mbox: validate payload size before accessing contents in cxl_payload_from...Davidlohr Bueso1-2/+9
2026-02-24cxl: Fix race of nvdimm_bus object when creating nvdimm objectsDave Jiang3-2/+42
2026-02-23cxl: Move devm_cxl_add_nvdimm_bridge() to cxl_pmem.koDave Jiang3-10/+19
2026-02-23cxl/port: Hold port host lock during dport adding.Li Ming1-8/+15
2026-02-23cxl/port: Introduce port_to_host() helperLi Ming2-26/+21
2026-02-23cxl/memdev: fix deadlock in cxl_memdev_autoremove() on attach failureGregory Price1-4/+9
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds5-6/+6
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-27/+27
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook10-35/+33
2026-02-13Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds22-840/+1513
2026-02-05Merge branch 'acpi-apei'Rafael J. Wysocki1-1/+2
2026-02-04Merge branch 'for-7.0/cxl-prm-translation' into cxl-for-nextDave Jiang9-119/+426
2026-02-04cxl: Disable HPA/SPA translation handlers for Normalized AddressingRobert Richter3-9/+36
2026-02-04cxl/region: Factor out code into cxl_region_setup_poison()Robert Richter1-25/+28
2026-02-04cxl/atl: Lock decoders that need address translationRobert Richter1-0/+18
2026-02-04cxl: Enable AMD Zen5 address translation using ACPI PRMTRobert Richter5-0/+205