summaryrefslogtreecommitdiff
path: root/drivers/cxl/core/port.c
AgeCommit message (Expand)Author
2026-03-03cxl/port: Fix use after free of parent_port in cxl_detach_ep()Alison Schofield
2026-02-23cxl/port: Hold port host lock during dport adding.Li Ming
2026-02-23cxl/port: Introduce port_to_host() helperLi Ming
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2026-02-04Merge branch 'for-7.0/cxl-prm-translation' into cxl-for-nextDave Jiang
2026-02-03cxl: Simplify cxl_root_ops allocation and handlingRobert Richter
2026-02-02Merge branch 'for-7.0/cxl-aer-prep' into cxl-for-nextDave Jiang
2026-02-02cxl/port: Unify endpoint and switch port lookupDan Williams
2026-02-02cxl/port: Move dport RAS setup to dport add timeDan Williams
2026-02-02cxl/port: Move dport probe operations to a driver eventDan Williams
2026-02-02cxl/port: Move decoder setup before dport creationDan Williams
2026-02-02cxl/port: Cleanup dport removal with a devres groupDan Williams
2026-02-02cxl/port: Reduce number of @dport variables in cxl_port_add_dport()Dan Williams
2026-02-02cxl/port: Cleanup handling of the nr_dports 0 -> 1 transitionDan Williams
2026-01-22cxl/core: Fix cxl_dport debugfs EINJ entriesCheatham, Benjamin
2026-01-09cxl/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