summaryrefslogtreecommitdiff
path: root/drivers/cxl/core/port.c
AgeCommit message (Expand)Author
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
2024-01-05Merge branch 'for-6.7/cxl' into for-6.8/cxlDan Williams
2024-01-05cxl: Convert find_cxl_root() to return a 'struct cxl_root *'Dave Jiang
2024-01-05cxl: Introduce put_cxl_root() helperDave Jiang
2024-01-04cxl/port: Fix missing target list lockDan Williams
2024-01-04cxl/port: Fix decoder initialization when nr_targets > interleave_waysHuang Ying
2023-12-22cxl: Add helper function that calculate performance data for downstream portsDave Jiang
2023-12-22cxl: Calculate and store PCI link latency for the downstream portsDave Jiang
2023-12-22cxl: Add support for _DSM Function for retrieving QTG IDDave Jiang
2023-12-07cxl/hdm: Fix dpa translation lockingDan Williams
2023-10-31Merge branch 'for-6.7/cxl-commited' into cxl/nextDan Williams
2023-10-31Merge branch 'for-6.7/cxl' into cxl/nextDan Williams