summaryrefslogtreecommitdiff
path: root/drivers/cxl/core
AgeCommit message (Expand)Author
2024-09-22cxl: Calculate region bandwidth of targets with shared upstream linkDave Jiang
2024-09-22cxl: Preserve the CDAT access_coordinate for an endpointDave Jiang
2024-09-18cxl: Fix comment regarding cxl_query_cmd() return dataDave Jiang
2024-09-12cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as inputDave Jiang
2024-09-12cxl: Move mailbox related bits to the same contextDave Jiang
2024-09-09cxl: move cxl headers to new include/cxl/ directoryDave Jiang
2024-09-09cxl/region: Remove lock from memory notifier callbackIra Weiny
2024-09-09cxl/pci: simplify the check of mem_enabled in cxl_hdm_decode_init()Yanfei Xu
2024-09-09cxl/pci: Check Mem_info_valid bit for each applicable DVSECYanfei Xu
2024-09-09cxl/pci: Remove duplicated implementation of waiting for memory_info_validYanfei Xu
2024-09-09cxl/pci: Fix to record only non-zero rangesYanfei Xu
2024-09-03cxl/pci: Remove duplicate host_bridge->native_aer checkingLi Ming
2024-09-03cxl/pci: cxl_dport_map_rch_aer() cleanupLi Ming
2024-09-03cxl/pci: Rename cxl_setup_parent_dport() and cxl_dport_map_regs()Li Ming
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: Remove duplicate included header file core.hHongbo Li
2024-09-03cxl/port: Convert to use ERR_CAST()Yuesong Li
2024-08-09cxl/pci: Get AER capability address from RCRB only for RCH dportLi Ming
2024-07-28Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-17cxl/core/pci: Move reading of control register to immediately before usageForyun Ma
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-11cxl/region: Verify target positions using the ordered target listAlison Schofield
2024-07-11cxl: Restore XOR'd position bits during address translationAlison Schofield
2024-07-11cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa()Alison Schofield
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-07-02cxl/region: Simplify cxl_region_nid()Huang Ying
2024-07-02cxl/region: Support to calculate memory tier abstract distanceHuang Ying
2024-07-02cxl/region: Fix a race condition in memory hotplug notifierHuang Ying
2024-07-02cxl: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-07-02cxl/events: Use a common struct for DRAM and General Media eventsFabio M. De Francesco
2024-06-25cxl/region: check interleave capabilityYao Xingtao
2024-06-25cxl/region: Avoid null pointer dereference in region lookupAlison Schofield
2024-06-18cxl/mem: Fix no cxl_nvd during pmem region auto-assemblingLi Ming
2024-05-28cxl/region: Fix memregion leaks in devm_cxl_add_region()Li Zhijian
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-15Merge tag 'cxl-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2024-05-08cxl: Add post-reset warning if reset results in loss of previously committed ...Dave Jiang
2024-05-08PCI/CXL: Move CXL Vendor ID to pci_ids.hDave Jiang
2024-05-01cxl/region: Convert cxl_pmem_region_alloc to scope-based resource managementDan Williams
2024-04-30cxl/region: Fix cxlr_pmem leaksLi Zhijian
2024-04-30Merge remote-tracking branch 'cxl/for-6.10/dpa-to-hpa' into cxl-for-nextDave Jiang
2024-04-30cxl/core: Add region info to cxl_general_media and cxl_dram eventsAlison Schofield
2024-04-30cxl/region: Move cxl_trace_hpa() work to the region driverAlison Schofield
2024-04-30cxl/region: Move cxl_dpa_to_region() work to the region driverAlison Schofield
2024-04-30cxl/trace: Correct DPA field masks for general_media & dram eventsAlison Schofield