aboutsummaryrefslogtreecommitdiff
path: root/drivers/cxl/core/port.c
AgeCommit message (Expand)AuthorFilesLines
32 hoursMerge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-67/+108
10 daysMerge branch 'for-7.0/cxl-prm-translation' into cxl-for-nextDave Jiang1-6/+2
11 dayscxl: Simplify cxl_root_ops allocation and handlingRobert Richter1-6/+2
12 daysMerge branch 'for-7.0/cxl-aer-prep' into cxl-for-nextDave Jiang1-58/+101
12 dayscxl/port: Unify endpoint and switch port lookupDan Williams1-1/+11
12 dayscxl/port: Move dport RAS setup to dport add timeDan Williams1-9/+3
12 dayscxl/port: Move dport probe operations to a driver eventDan Williams1-48/+20
12 dayscxl/port: Move decoder setup before dport creationDan Williams1-12/+21
12 dayscxl/port: Cleanup dport removal with a devres groupDan Williams1-10/+61
12 dayscxl/port: Reduce number of @dport variables in cxl_port_add_dport()Dan Williams1-15/+23
12 dayscxl/port: Cleanup handling of the nr_dports 0 -> 1 transitionDan Williams1-16/+15
2026-01-22cxl/core: Fix cxl_dport debugfs EINJ entriesCheatham, Benjamin1-3/+5
2026-01-09cxl/port: Fix target list setup for multiple decoders sharing the same dportRobert Richter1-1/+1
2025-11-14cxl: Simplify cxl_rd_ops allocation and handlingRobert Richter1-1/+0
2025-10-13cxl/port: Avoid missing port component registers setupLi Ming1-12/+14
2025-09-18Merge branch 'for-6.18/cxl-delay-dport' into cxl-for-nextDave Jiang1-77/+241
2025-09-18cxl: Move port register setup to when first dport appearDave Jiang1-3/+14
2025-09-18cxl: Change sslbis handler to only handle single dportDave Jiang1-1/+1
2025-09-18cxl: Defer dport allocation for switch portsDave Jiang1-45/+195
2025-09-17cxl: Add a cached copy of target_map to cxl_decoderDave Jiang1-15/+7
2025-09-17cxl: Add helper to delete dportDave Jiang1-8/+14
2025-09-17cxl: Add helper to detect top of CXL device topologyDave Jiang1-6/+11
2025-08-12cxl: Move hpa_to_spa callback to a new root decoder ops structureAlison Schofield1-0/+1
2025-07-16Merge branch 'for-6.17/cxl-acquire' into cxl-for-nextDave Jiang1-18/+9
2025-07-16cxl: Convert to ACQUIRE() for conditional rwsem lockingDan Williams1-12/+6
2025-07-16cxl/region: Consolidate cxl_decoder_kill_region() and cxl_region_detach()Dan Williams1-6/+3
2025-07-01cxl: make cxl_bus_type constantGreg Kroah-Hartman1-1/+1
2025-05-09cxl/port: Replace put_cxl_root() by a cleanup helperRobert Richter1-9/+0
2025-05-09cxl: Introduce parent_port_of() helperRobert Richter1-6/+8
2025-04-09cxl/core: Fix caching dport GPF DVSEC issueLi Ming1-1/+1
2025-03-14Merge branch 'for-6.15/dirty-shutdown' into cxl-for-next2Dave Jiang1-0/+2
2025-03-14Merge branch 'for-6.15/guard_cleanups' into cxl-for-next2Dave Jiang1-6/+2
2025-03-14cxl/pci: Support Global Persistent Flush (GPF)Davidlohr Bueso1-0/+2
2025-03-14cxl/core: Use guard() to replace open-coded down_read/write()Li Ming1-6/+2
2025-03-14Merge branch 'for-6.15/fw-first-error-logging' into cxl-for-next2Dave Jiang1-0/+7
2025-03-14acpi/ghes, cxl/pci: Process CXL CPER Protocol ErrorsSmita Koralahalli1-0/+7
2025-02-04cxl: Kill enum cxl_decoder_modeDan Williams1-5/+16
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-36/+36
2024-10-25cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices()Dan Williams1-3/+10
2024-09-22cxl: Calculate region bandwidth of targets with shared upstream linkDave Jiang1-0/+20
2024-09-09cxl: move cxl headers to new include/cxl/ directoryDave Jiang1-1/+1
2024-09-03cxl/port: Refactor __devm_cxl_add_port() to drop goto patternLi Ming1-24/+35
2024-09-03cxl/port: Use scoped_guard()/guard() to drop device_lock() for cxl_portLi Ming1-52/+41
2024-09-03cxl/port: Use __free() to drop put_device() for cxl_portLi Ming1-17/+13
2024-09-03cxl/port: Convert to use ERR_CAST()Yuesong Li1-1/+1
2024-07-28Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-19/+2
2024-07-11Merge branch 'for-6.11/xor_fixes' into cxl-for-nextDave Jiang1-19/+1
2024-07-11cxl: Remove defunct code calculating host bridge target positionsAlison Schofield1-19/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-07-02cxl: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1