aboutsummaryrefslogtreecommitdiff
path: root/drivers/cxl/pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+23
2024-05-08cxl: Add post-reset warning if reset results in loss of previously committed ...Gravatar Dave Jiang 1-0/+22
2024-05-08PCI/CXL: Move CXL Vendor ID to pci_ids.hGravatar Dave Jiang 1-1/+1
2024-05-01cxl/pci: Process CPER eventsGravatar Ira Weiny 1-1/+70
2024-02-20acpi/ghes: Remove CXL CPER notificationsGravatar Dan Williams 1-56/+1
2024-01-22cxl/pci: Skip irq features if MSI/MSI-X are not supportedGravatar Ira Weiny 1-11/+15
2024-01-09cxl/pci: Register for and process CPER eventsGravatar Ira Weiny 1-1/+57
2023-10-31Merge branch 'for-6.7/cxl' into cxl/nextGravatar Dan Williams 1-1/+4
2023-10-31Merge branch 'for-6.7/cxl-rch-eh' into cxl/nextGravatar Dan Williams 1-8/+6
2023-10-27cxl/core/regs: Rework cxl_map_pmu_regs() to use map->dev for devmGravatar Robert Richter 1-1/+1
2023-10-27cxl/pci: Remove Component Register base address from struct cxl_dev_stateGravatar Robert Richter 1-3/+0
2023-10-27cxl/pci: Store the endpoint's Component Register mappings in struct cxl_dev_s...Gravatar Robert Richter 1-4/+5
2023-10-27cxl/core/regs: Rename @dev to @host in struct cxl_register_mapGravatar Robert Richter 1-1/+1
2023-10-06cxl/memdev: Fix sanitize vs decoder setup lockingGravatar Dan Williams 1-0/+5
2023-10-06cxl/pci: Fix sanitize notifier setupGravatar Dan Williams 1-0/+4
2023-10-06cxl/pci: Clarify devm host for memdev relative setupGravatar Dan Williams 1-2/+2
2023-10-06cxl/pci: Remove hardirq handler for cxl_request_irq()Gravatar Dan Williams 1-6/+6
2023-09-29cxl/pci: Cleanup 'sanitize' to always pollGravatar Dan Williams 1-35/+25
2023-09-29cxl/pci: Remove unnecessary device reference management in sanitize workGravatar Dan Williams 1-5/+0
2023-09-15cxl/pci: Update commentGravatar Ira Weiny 1-1/+4
2023-09-11cxl/pci: Replace host_bridge->native_aer with pcie_aer_is_native()Gravatar Smita Koralahalli 1-2/+1
2023-09-11cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS registersGravatar Smita Koralahalli 1-3/+3
2023-06-27cxl/pci: Use correct flag for sanitize pollingGravatar Davidlohr Bueso 1-1/+1
2023-06-25Merge branch 'for-6.5/cxl-rch-eh' into for-6.5/cxlGravatar Dan Williams 1-75/+46
2023-06-25Merge branch 'for-6.5/cxl-perf' into for-6.5/cxlGravatar Dan Williams 1-1/+25
2023-06-25Merge branch 'for-6.5/cxl-type-2' into for-6.5/cxlGravatar Dan Williams 1-93/+87
2023-06-25Merge branch 'for-6.5/cxl-fwupd' into for-6.5/cxlGravatar Dan Williams 1-0/+4
2023-06-25cxl: add a firmware update mechanism using the sysfs firmware loaderGravatar Vishal Verma 1-0/+4
2023-06-25cxl/mem: Wire up Sanitization supportGravatar Davidlohr Bueso 1-0/+6
2023-06-25cxl/mbox: Add sanitization handling machineryGravatar Davidlohr Bueso 1-3/+74
2023-06-25cxl/mbox: Allow for IRQ_NONE case in the isrGravatar Davidlohr Bueso 1-2/+4
2023-06-25cxl/pci: Unconditionally unmask 256B Flit errorsGravatar Dan Williams 1-16/+2
2023-06-25cxl/mbox: Move mailbox related driver state to its own data structureGravatar Dan Williams 1-53/+61
2023-06-25cxl/pci: Early setup RCH dport component registers from RCRBGravatar Robert Richter 1-9/+48
2023-06-25cxl/regs: Remove early capability checks in Component Register setupGravatar Robert Richter 1-0/+2
2023-06-25cxl/pci: Refactor component register discovery for reuseGravatar Terry Bowman 1-74/+5
2023-06-25cxl/core/regs: Add @dev to cxl_register_mapGravatar Robert Richter 1-12/+11
2023-05-30cxl/pci: Find and register CXL PMU devicesGravatar Jonathan Cameron 1-1/+25
2023-05-23cxl/mbox: Add background cmd handling machineryGravatar Davidlohr Bueso 1-0/+89
2023-05-23cxl/pci: Introduce cxl_request_irq()Gravatar Davidlohr Bueso 1-16/+23
2023-05-23cxl/pci: Allocate irq vectors earlier during probeGravatar Davidlohr Bueso 1-4/+4
2023-05-18cxl: Move cxl_await_media_ready() to before capacity info retrievalGravatar Dave Jiang 1-0/+6
2023-04-23Merge branch 'for-6.4/cxl-poison' into for-6.4/cxlGravatar Dan Williams 1-0/+4
2023-04-23cxl/mbox: Initialize the poison stateGravatar Alison Schofield 1-0/+4
2023-04-18cxl/pci: Use CDAT DOE mailbox created by PCI coreGravatar Lukas Wunner 1-49/+0
2023-02-14Merge branch 'for-6.3/cxl' into cxl/nextGravatar Dan Williams 1-8/+62
2023-02-14cxl: add RAS status unmasking for CXLGravatar Dave Jiang 1-0/+65
2023-02-14cxl: remove unnecessary calling of pci_enable_pcie_error_reporting()Gravatar Dave Jiang 1-11/+0
2023-01-30cxl/pci: Fix irq oneshot expectationsGravatar Dan Williams 1-1/+2
2023-01-30cxl/pci: Set the device timestampGravatar Jonathan Cameron 1-0/+4