summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)Author
2025-03-14cxl/memdev: cxl_memdev_ioctl() cleanupLi Ming
2025-03-14cxl/core: cxl_mem_sanitize() cleanupLi Ming
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-14cxl/pci: Add trace logging for CXL PCIe Port RAS errorsSmita Koralahalli
2025-03-14acpi/ghes, cxl/pci: Process CXL CPER Protocol ErrorsSmita Koralahalli
2025-02-26cxl: Add mce notifier to emit aliased address for extended linear cacheDave Jiang
2025-02-26cxl: Add extended linear cache address alias emission for cxl eventsDave Jiang
2025-02-26acpi/hmat / cxl: Add extended linear cache support for CXLDave Jiang
2025-02-26cxl: Setup exclusive CXL features that are reserved for the kernelDave Jiang
2025-02-26cxl/mbox: Add SET_FEATURE mailbox commandShiju Jose
2025-02-26cxl/mbox: Add GET_FEATURE mailbox commandShiju Jose
2025-02-26cxl: Add Get Supported Features command for kernel usageDave Jiang
2025-02-26cxl: Enumerate feature commandsDave Jiang
2025-02-24cxl: Refactor user ioctl command path from mds to mailboxDave Jiang
2025-02-21cxl/port: Constify 'struct bin_attribute'Thomas Weißschuh
2025-02-04cxl: Cleanup partition size and perf helpersDan Williams
2025-02-04cxl: Kill enum cxl_decoder_modeDan Williams
2025-02-04cxl: Make cxl_dpa_alloc() DPA partition number agnosticDan Williams
2025-02-04cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'Dan Williams
2025-02-04cxl: Introduce to_{ram,pmem}_{res,perf}() helpersDan Williams
2025-02-04cxl: Remove the CXL_DECODER_MIXED mistakeDan Williams
2025-01-29Merge tag 'cxl-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2025-01-22cxl/core/regs: Refactor out functions to count regblocks of given typeHuaisheng Ye
2025-01-13cxl/events: Update Memory Module Event Record to CXL spec rev 3.1Shiju Jose
2025-01-13cxl/events: Update DRAM Event Record to CXL spec rev 3.1Shiju Jose
2025-01-13cxl/events: Update General Media Event Record to CXL spec rev 3.1Shiju Jose
2025-01-13cxl/events: Add Component Identifier formatting for CXL spec rev 3.1Shiju Jose
2025-01-13cxl/events: Update Common Event Record to CXL spec rev 3.1Shiju Jose
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman
2025-01-10driver core: Correct API device_for_each_child_reverse_from() prototypeZijun Hu
2025-01-03cxl/pmem: Remove is_cxl_nvdimm_bridge()Zijun Hu
2025-01-03cxl/pmem: Replace match_nvdimm_bridge() with API device_match_type()Zijun Hu
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu
2025-01-02cxl/pci: Add CXL Type 1/2 support to cxl_dvsec_rr_decode()Alejandro Lucero
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