summaryrefslogtreecommitdiffstats
path: root/drivers/pci/doe.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/DOE: Fix destroy_work_on_stack() raceIra Weiny2023-07-271-1/+1
* PCI/DOE: Relax restrictions on request and response sizeLukas Wunner2023-04-181-25/+49
* PCI/DOE: Make mailbox creation API privateLukas Wunner2023-04-181-37/+4
* PCI/DOE: Create mailboxes on device enumerationLukas Wunner2023-04-181-0/+73
* PCI/DOE: Allow mailbox creation without devres managementLukas Wunner2023-04-181-37/+66
* PCI/DOE: Deduplicate mailbox flushingLukas Wunner2023-04-181-6/+3
* PCI/DOE: Make asynchronous API privateLukas Wunner2023-04-181-2/+43
* PCI/DOE: Provide synchronous API and use it internallyLukas Wunner2023-04-181-15/+54
* PCI/DOE: Fix memory leak with CONFIG_DEBUG_OBJECTS=yLukas Wunner2023-04-031-0/+1
* PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=yLukas Wunner2023-04-031-1/+3
* cxl/pci: Fix CDAT retrieval on big endianLukas Wunner2023-03-211-11/+14
* PCI/DOE: Fix maximum data object length miscalculationLi Ming2022-11-161-4/+16
* PCI/DOE: Add DOE mailbox support functionsJonathan Cameron2022-07-191-0/+536