summaryrefslogtreecommitdiff
path: root/drivers/cxl/pci.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-05Merge branch 'for-7.3/cxl-port-err-prep' into cxl-for-nextDave Jiang1-1/+0
2026-08-05acpi/apei/ghes: Use raw_spinlock_t for CXL CPER work locksTerry Bowman1-1/+0
2026-07-24Merge branch 'for-7.3/cxl-fixes' into cxl-for-nextDave Jiang1-8/+5
2026-07-14cxl/pci: Honor -EPROBE_DEFER from component register setupDave Jiang1-2/+5
2026-06-29cxl: Support Type2 cxl regs mappingAlejandro Lucero1-0/+1
2026-06-29cxl/pci: Remove incorrect mbox.valid check in cxl_pci_type3_init_mailbox()Wei Hou1-6/+0
2026-06-12cxl/region: Introduce devm_cxl_probe_mem()Dan Williams1-1/+1
2026-04-03Merge branch 'for-7.1/cxl-type2-support' into cxl-for-nextDave Jiang1-77/+7
2026-04-03Merge branch 'for-7.1/cxl-consolidate-endpoint' into cxl-for-nextDave Jiang1-0/+3
2026-03-20cxl: Add endpoint decoder flags clear when PCI reset happensDave Jiang1-0/+16
2026-03-17cxl/pci: Check memdev driver binding status in cxl_reset_done()Li Ming1-0/+3
2026-03-16cxl: Move pci generic code from cxl_pci to core/cxl_pciAlejandro Lucero1-70/+0
2026-03-16cxl: support Type2 when initializing cxl_dev_stateAlejandro Lucero1-7/+7
2026-02-02Merge branch 'for-7.0/cxl-aer-prep' into cxl-for-nextDave Jiang1-55/+1
2026-02-02cxl/port: Move endpoint component register management to cxl_portDan Williams1-62/+1
2026-01-23Merge branch 'for-7.0/cxl-init' into cxl-for-nextDave Jiang1-1/+1
2026-01-22Merge branch 'for-7.0/cxl-aer-prep' into cxl-for-nextDave Jiang1-1/+1
2026-01-22cxl/pci: Remove outdated FIXME comment and BUILD_BUG_ONSamasth Norway Ananda1-7/+0
2026-01-22PCI: Update CXL DVSEC definitionsTerry Bowman1-1/+1
2026-01-05cxl/mem: Introduce cxl_memdev_attach for CXL-dependent operationDan Williams1-1/+1
2026-01-05cxl/mem: Drop @host argument to devm_cxl_add_memdev()Dan Williams1-1/+1
2025-11-03cxl/pci: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-06-30cxl/pci: Replace mutex_lock_io() w mutex_lock() for mailbox accessAlison Schofield1-1/+1
2025-04-18cxl: Fix devm host device for CXL fwctl initializationDave Jiang1-1/+1
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-1/+6
2025-03-17cxl: Add FWCTL support to CXLDave Jiang1-0/+4
2025-03-17Merge branch 'for-6.15/features' into cxl-for-nextDave Jiang1-0/+4
2025-02-26cxl: Add Get Supported Features command for kernel usageDave Jiang1-0/+4
2025-02-04cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'Dan Williams1-1/+6
2025-01-22cxl/core/regs: Refactor out functions to count regblocks of given typeHuaisheng Ye1-1/+5
2024-12-10cxl/pci: Check dport->regs.rcd_pcie_cap availability before accessingLi Ming1-0/+3
2024-12-10cxl/pci: Fix potential bogus return value upon successful probingDavidlohr Bueso1-2/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-08Merge branch 'cxl/for-6.13/dcd-prep' into cxl-for-nextDave Jiang1-4/+4
2024-11-08cxl/pci: Delay event buffer allocationIra Weiny1-4/+4
2024-10-28cxl/pci: Add sysfs attribute for CXL 1.1 device link statusKobayashi,Daisuke1-0/+78
2024-10-28cxl/core/regs: Add rcd_pcie_cap initializationKobayashi,Daisuke1-5/+18
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-12cxl: Convert cxl_internal_send_cmd() to use 'struct cxl_mailbox' as inputDave Jiang1-2/+4
2024-09-12cxl: Move mailbox related bits to the same contextDave Jiang1-26/+52
2024-09-03cxl/port: Use __free() to drop put_device() for cxl_portLi Ming1-5/+2
2024-07-02cxl: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+23
2024-05-08cxl: Add post-reset warning if reset results in loss of previously committed ...Dave Jiang1-0/+22
2024-05-08PCI/CXL: Move CXL Vendor ID to pci_ids.hDave Jiang1-1/+1
2024-05-01cxl/pci: Process CPER eventsIra Weiny1-1/+70
2024-02-20acpi/ghes: Remove CXL CPER notificationsDan Williams1-56/+1
2024-01-22cxl/pci: Skip irq features if MSI/MSI-X are not supportedIra Weiny1-11/+15
2024-01-09cxl/pci: Register for and process CPER eventsIra Weiny1-1/+57
2023-10-31Merge branch 'for-6.7/cxl' into cxl/nextDan Williams1-1/+4