aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powernv/opal_pci.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* powerpc powernv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-101-3/+1
* Rename ofwpci.c to ofw_pcib.cMarcin Wojtas2021-05-201-3/+3
* [PowerPC64LE] Get XIVE up and running.Brandon Bergren2020-09-231-1/+1
* [PowerPC64LE] Endian fixes for opal_pci.c.Brandon Bergren2020-09-231-1/+3
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* powerpc/powernv: Don't use the vmem quantum cache for OPAL PCI MSI allocationsJustin Hibbits2020-06-101-1/+1
* powerpc64/powernv: Use OPAL call for non-POWER8 PCI TCE resetJustin Hibbits2019-11-101-3/+5
* powerpc/powernv: Fix OPAL cfgread/cfgwrite error handlingJustin Hibbits2019-08-031-13/+8
* powerpc/powernv: Only clear EEH freeze for some errorsJustin Hibbits2019-08-011-6/+26
* Add NUMA support to powerpcJustin Hibbits2019-04-131-1/+3
* powerpc: Add opaque 'private data' to interrupt vectorsJustin Hibbits2019-01-121-7/+7
* powerpc/powernv: Restrict the busdma tag to only POWER8Justin Hibbits2018-11-081-14/+20
* ppc64: limited 32-bit DMA address rangeLeandro Lupori2018-10-221-0/+34
* powerpc64/powernv:opal_pci: Fix the alignment of the TCE tableJustin Hibbits2018-10-211-1/+1
* powerpc64/powernv: Don't mask MSIs in OPALJustin Hibbits2018-10-061-22/+3
* powerpc64/powernv: Avoid type promotionBreno Leitao2018-06-121-1/+1
* Remove a debug printf from opal_pci driverJustin Hibbits2018-05-311-1/+0
* Make opal_pci driver work with POWER9Justin Hibbits2018-05-301-16/+84
* Cache the phandle of the PCI node in opal_pci_attachJustin Hibbits2018-05-301-11/+12
* powerpc64: Add OPAL definitionsJustin Hibbits2018-05-191-2/+2
* Fix use of unitialized variables.Nathan Whitehorn2018-03-061-0/+1
* PowerNV: send MSI_EOI always after MSI unmaskWojciech Macek2018-01-231-0/+6
* PowerNV: make PowerNV PCIe working on a real hardwareWojciech Macek2018-01-171-47/+78
* PowerNV: initial support for PCIe host controllerWojciech Macek2018-01-121-0/+576