summaryrefslogtreecommitdiff
path: root/drivers/cxl/core/port.c
AgeCommit message (Expand)Author
10 dayscxl/port: Fix target list setup for multiple decoders sharing the same dportRobert Richter
2025-11-14cxl: Simplify cxl_rd_ops allocation and handlingRobert Richter
2025-10-13cxl/port: Avoid missing port component registers setupLi Ming
2025-09-18Merge branch 'for-6.18/cxl-delay-dport' into cxl-for-nextDave Jiang
2025-09-18cxl: Move port register setup to when first dport appearDave Jiang
2025-09-18cxl: Change sslbis handler to only handle single dportDave Jiang
2025-09-18cxl: Defer dport allocation for switch portsDave Jiang
2025-09-17cxl: Add a cached copy of target_map to cxl_decoderDave Jiang
2025-09-17cxl: Add helper to delete dportDave Jiang
2025-09-17cxl: Add helper to detect top of CXL device topologyDave Jiang
2025-08-12cxl: Move hpa_to_spa callback to a new root decoder ops structureAlison Schofield
2025-07-16Merge branch 'for-6.17/cxl-acquire' into cxl-for-nextDave Jiang
2025-07-16cxl: Convert to ACQUIRE() for conditional rwsem lockingDan Williams
2025-07-16cxl/region: Consolidate cxl_decoder_kill_region() and cxl_region_detach()Dan Williams
2025-07-01cxl: make cxl_bus_type constantGreg Kroah-Hartman
2025-05-09cxl/port: Replace put_cxl_root() by a cleanup helperRobert Richter
2025-05-09cxl: Introduce parent_port_of() helperRobert Richter
2025-04-09cxl/core: Fix caching dport GPF DVSEC issueLi Ming
2025-03-14Merge branch 'for-6.15/dirty-shutdown' into cxl-for-next2Dave Jiang
2025-03-14Merge branch 'for-6.15/guard_cleanups' into cxl-for-next2Dave Jiang
2025-03-14cxl/pci: Support Global Persistent Flush (GPF)Davidlohr Bueso
2025-03-14cxl/core: Use guard() to replace open-coded down_read/write()Li Ming
2025-03-14Merge branch 'for-6.15/fw-first-error-logging' into cxl-for-next2Dave Jiang
2025-03-14acpi/ghes, cxl/pci: Process CXL CPER Protocol ErrorsSmita Koralahalli
2025-02-04cxl: Kill enum cxl_decoder_modeDan Williams
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-10-25cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices()Dan Williams
2024-09-22cxl: Calculate region bandwidth of targets with shared upstream linkDave Jiang
2024-09-09cxl: move cxl headers to new include/cxl/ directoryDave Jiang
2024-09-03cxl/port: Refactor __devm_cxl_add_port() to drop goto patternLi Ming
2024-09-03cxl/port: Use scoped_guard()/guard() to drop device_lock() for cxl_portLi Ming
2024-09-03cxl/port: Use __free() to drop put_device() for cxl_portLi Ming
2024-09-03cxl/port: Convert to use ERR_CAST()Yuesong Li
2024-07-28Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2024-07-11Merge branch 'for-6.11/xor_fixes' into cxl-for-nextDave Jiang
2024-07-11cxl: Remove defunct code calculating host bridge target positionsAlison Schofield
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-07-02cxl: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-04-29cxl: Fix cxl_endpoint_get_perf_coordinate() support for RCHDave Jiang
2024-04-08cxl: Add checks to access_coordinate calculation to fail missing dataDave Jiang
2024-04-08cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coordDave Jiang
2024-04-08cxl: Fix incorrect region perf data calculationDave Jiang
2024-04-08cxl: Fix retrieving of access_coordinates in PCIe pathDave Jiang
2024-04-05cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()Dave Jiang
2024-03-13Merge branch 'for-6.9/cxl-einj' into for-6.9/cxlDan Williams
2024-03-12cxl/core: Add CXL EINJ debugfs filesBen Cheatham
2024-03-12cxl: Set cxlmd->endpoint before adding port deviceDave Jiang
2024-03-12cxl: Split out host bridge access coordinatesDave Jiang
2024-03-12cxl: Split out combine_coordinates() for common shared usageDave Jiang
2024-03-12ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access c...Dave Jiang