summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)Author
2024-12-10cxl/region: Fix region creation for greater than x2 switchesHuaisheng Ye
2024-12-10cxl/pci: Check dport->regs.rcd_pcie_cap availability before accessingLi Ming
2024-12-10cxl/pci: Fix potential bogus return value upon successful probingDavidlohr Bueso
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-22Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2024-11-08Merge branch 'cxl/for-6.13/dcd-prep' into cxl-for-nextDave Jiang
2024-11-08cxl/region: Refactor common create region codeIra Weiny
2024-11-08cxl/hdm: Use guard() in cxl_dpa_set_mode()Ira Weiny
2024-11-08cxl/pci: Delay event buffer allocationIra Weiny
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh
2024-10-28Merge branch 'cxl/for-6.12/printf' into cxl-for-nextDave Jiang
2024-10-28cxl/cdat: Use %pra for dpa range outputsIra Weiny
2024-10-28cxl: downgrade a warning message to debug level in cxl_probe_component_regs()Coly Li
2024-10-28cxl/pci: Add sysfs attribute for CXL 1.1 device link statusKobayashi,Daisuke
2024-10-28cxl/core/regs: Add rcd_pcie_cap initializationKobayashi,Daisuke
2024-10-25cxl/port: Prevent out-of-order decoder allocationDan Williams
2024-10-25cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams
2024-10-25cxl/acpi: Ensure ports ready at cxl_acpi_probe() returnDan Williams
2024-10-25cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices()Dan Williams
2024-10-25cxl/port: Fix CXL port initialization order when the subsystem is built-inDan Williams
2024-10-25cxl/events: Fix Trace DRAM Event RecordShiju Jose
2024-10-24cxl/core: Return error when cxl_endpoint_gather_bandwidth() handles a non-PCI...Li Zhijian
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-27Merge tag 'cxl-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
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-03mm: make range-to-target_node lookup facility a part of numa_memblksMike Rapoport (Microsoft)
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