aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
...
* MFC 1acf24a044aa:Hans Petter Selasky2021-03-242-0/+16
* pci: Add pci_find_class_fromEmmanuel Vadot2021-01-122-0/+23
* pci_iov: When pci_iov_detach(9) is called, destroy VF childrenKonstantin Belousov2020-12-181-15/+38
* DesignWare PCIe driver: Don't call bus_generic_attach() twice.Michal Meloun2020-12-051-1/+1
* Only set the PCI bus end when we are reducing itAndrew Turner2020-11-291-4/+5
* Rename kernel option ACPI_DMAR to IOMMU.Ruslan Bukin2020-09-291-1/+2
* o Rename acpi_iommu_get_dma_tag() -> iommu_get_dma_tag().Ruslan Bukin2020-09-291-2/+5
* pci: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0114-45/+6
* Enable hw.pci.enable_aspm tunable by default.Alexander Motin2020-08-071-1/+1
* Add initial driver for ACPI Platform Error Interfaces.Alexander Motin2020-07-272-0/+62
* Add a driver for bcm2838 PCI express controllerAndrew Turner2020-07-062-1/+18
* Add mostly dummy hw.pci.enable_aspm tunable.Alexander Motin2020-06-262-0/+5
* Translaate the PCI address when activating a resourceAndrew Turner2020-06-221-28/+54
* Use the correct address when creating pci resourcesAndrew Turner2020-06-191-3/+3
* Adapt ARMADA8k PCIe driver to newly imported 5.7 DT.Michal Meloun2020-06-191-25/+20
* Revert r362389, it was committed with <patch>.diff instead of <patch>.txt asMichal Meloun2020-06-191-20/+25
* diff --git a/sys/dev/pci/pci_dw_mv.c b/sys/dev/pci/pci_dw_mv.cMichal Meloun2020-06-191-25/+20
* Improve DesignWare PCIe driver:Michal Meloun2020-06-191-11/+3
* Stop assuming we can print rman_res_t with %lxAndrew Turner2020-06-181-2/+3
* Clean up the pci host generic driverAndrew Turner2020-06-174-104/+118
* pci: loosen PCIe hot-plug requirementsChuck Tuffli2020-06-101-9/+1
* do not enable pci bridge decoding on resume until I/O windows are restoredAndriy Gapon2020-05-292-1/+9
* Rename dmar_get_dma_tag() to acpi_iommu_get_dma_tag().Ruslan Bukin2020-05-261-3/+3
* Remove PCI_IO_WINDOW_OFFSET from the pci host generic fdt attachment.Andrew Turner2020-04-241-4/+1
* Remove spurious warning about invalid VPD data.Navdeep Parhar2020-03-181-6/+6
* Add more values for PCI capabilities, PCIe extended capabilities, and subclas...Konstantin Belousov2020-02-201-0/+26
* Fix typo.Konstantin Belousov2020-02-171-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (5 of many)Pawel Biernacki2020-02-161-1/+2
* Add PCI Express driver for the ARM Neoverse N1 System DevelopmentRuslan Bukin2020-02-113-2/+364
* o Move the software context struct to a header file.Ruslan Bukin2020-01-242-6/+49
* Move the ECAM macroses to the header file.Ruslan Bukin2020-01-242-17/+17
* Abstract the locking for PCIe hotplug. It still uses Giant so there'sScott Long2019-12-262-6/+14
* Remove VMware MSI-X from the PCI blacklist.Mark Peek2019-12-181-7/+0
* Add accessors for the Vendor Specific Extended Capability (VSEC)Scott Long2019-12-131-0/+7
* Remove "All rights reserved" phrase from copyright notes.Stefan Eßer2019-12-044-8/+4
* Hoist locking giant back up into the ioctl handlerWarner Losh2019-11-242-5/+9
* Push Giant down one layerWarner Losh2019-11-232-4/+7
* Add driver for DesignWare PCIE core, and its Armada 8K specific attachement.Michal Meloun2019-10-204-0/+1256
* Export pci_attach() and pci_detach().John Baldwin2019-10-152-4/+4
* pcie: return an error if a matching resource is not foundEd Maste2019-09-051-1/+1
* Don't consider PCIe hot-plug command timeout fatal.Alexander Motin2019-08-261-5/+2
* Fix the build after r350570.Justin Hibbits2019-08-041-1/+1
* Add necessary bits for Linux KPI to work correctly on powerpcJustin Hibbits2019-08-041-6/+117
* Work around devices which return all zeros for reads of existing MSI-XWarner Losh2019-07-081-8/+14
* Need to apply the PCIM_BAR_MEM_BASE mask to the physical memoryHans Petter Selasky2019-06-281-3/+5
* Only respond to the PCIe Attention Button if a device is already plugged in.Colin Percival2019-06-051-1/+4
* Pass pci_base address instead of physical address to rman_manage_region().Ruslan Bukin2019-05-291-3/+3
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-204-8/+13
* pci: ecam: Correctly parse memory and IO regionEmmanuel Vadot2019-05-172-8/+7
* pci: ecam: Do not warn on mismatch of bus_endEmmanuel Vadot2019-05-171-8/+4