summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/powernv/pci-ioda.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-261-1/+1
* powerpc/ioda/iommu/debugfs: Generate unique debugfs entriesAlexey Kardashevskiy2022-07-281-0/+2
* powerpc: Fix all occurences of "the the"Michael Ellerman2022-05-221-1/+1
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-05-191-28/+18
|\
| * KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy2022-05-191-28/+18
* | powerpc: Add missing headersChristophe Leroy2022-05-081-1/+2
|/
* Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-141-2/+2
|\
| * powerpc/powernv: Add __init attribute to eligible functionsNick Child2021-12-231-2/+2
* | genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner2021-12-091-2/+2
|/
* memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-131-2/+2
* powerpc/powernv/pci: Rework pnv_opal_pci_msi_eoi()Cédric Le Goater2021-08-101-4/+13
* powerpc/powernv/pci: Set the IRQ chip data for P8/CXL devicesCédric Le Goater2021-08-101-3/+8
* powerpc/powernv/pci: Adapt is_pnv_opal_msi() to detect passthrough interruptCédric Le Goater2021-08-101-1/+1
* powerpc/powernv/pci: Drop unused MSI codeCédric Le Goater2021-08-101-27/+0
* powerpc/pci: Drop XIVE restriction on MSI domainsCédric Le Goater2021-08-101-3/+1
* powerpc/powernv/pci: Customize the MSI EOI handler to support PHB3Cédric Le Goater2021-08-101-1/+22
* KVM: PPC: Book3S HV: Use the new IRQ chip to detect passthrough interruptsCédric Le Goater2021-08-101-1/+3
* powerpc/powernv/pci: Add MSI domainsCédric Le Goater2021-08-101-0/+188
* powerpc/powernv/pci: Introduce __pnv_pci_ioda_msi_setup()Cédric Le Goater2021-08-101-5/+23
* powerpc/powernv: remove the nvlink supportChristoph Hellwig2021-05-021-181/+4
* powerpc/iommu: Do not immediately panic when failed IOMMU table allocationAlexey Kardashevskiy2021-04-231-7/+8
* powerpc/powernv/pci: Use kzalloc() for phb related allocationsMichael Ellerman2021-02-111-3/+3
* powerpc/pci: Move PHB discovery for PCI_DN using platformsOliver O'Halloran2021-02-091-3/+7
* powerpc/powernv/pci: Drop pnv_phb->initializedOliver O'Halloran2021-01-311-17/+0
* powernv/pci: Print an error when device enable is blockedOliver O'Halloran2020-12-041-1/+3
* powerpc/powernv: Remove set but not used variable 'parent'zhengbin2020-08-251-8/+0
* powerpc/powernv/pci: Fix possible crash when releasing DMA resourcesFrederic Barrat2020-08-201-1/+1
* powerpc/powernv/pci: Refactor pnv_ioda_alloc_pe()Oliver O'Halloran2020-07-261-8/+33
* powerpc/powernv/sriov: Move SR-IOV into a separate fileOliver O'Halloran2020-07-261-655/+18
* powerpc/powernv/pci: Initialise M64 for IODA1 as a 1-1 windowOliver O'Halloran2020-07-261-30/+25
* powerpc/powernv/pci: Add explicit tracking of the DMA setup stateOliver O'Halloran2020-07-261-19/+29
* powerpc/powernv/pci: Always tear down DMA windows on PE releaseOliver O'Halloran2020-07-261-27/+3
* powerpc/powernv/pci: Add pci_bus_to_pnvhb() helperOliver O'Halloran2020-07-261-64/+24
* powerpc/powernv: Move pnv_ioda_setup_bus_dma under CONFIG_IOMMU_APIOliver O'Halloran2020-07-151-13/+13
* powerpc/powernv: Make pnv_pci_sriov_enable() and friends staticOliver O'Halloran2020-07-151-4/+4
* powerpc/powernv/pci: Sprinkle around some WARN_ON()sOliver O'Halloran2020-05-281-2/+2
* powerpc/powernv/pci: Reserve the root bus PE during initOliver O'Halloran2020-05-281-17/+9
* powerpc/powernv/pci: Re-work bus PE configurationOliver O'Halloran2020-05-281-51/+30
* powerpc/powernv/pci: Add helper to find ioda_pe from BDFNOliver O'Halloran2020-05-281-0/+10
* powerpc/powernv: Add a print indicating when an IODA PE is releasedOliver O'Halloran2020-05-281-0/+2
* powerpc/powernv/npu: Move IOMMU group setup into npu-dma.cOliver O'Halloran2020-05-281-53/+7
* powerpc/powernv/pci: Move tce size parsing to pci-ioda-tce.cOliver O'Halloran2020-05-281-30/+0
* powerpc/powernv/pci: Delete old iommu recursive iommu setupOliver O'Halloran2020-05-281-32/+0
* powerpc/powernv/pci: Add device to iommu group during dma_dev_setup()Oliver O'Halloran2020-05-281-34/+13
* powerpc/powernv/pci: Register iommu group at PE DMA setupOliver O'Halloran2020-05-281-10/+6
* powerpc/powernv/iov: Don't add VFs to iommu group during PE configOliver O'Halloran2020-05-281-1/+0
* powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy2020-05-111-4/+4
* powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy2020-05-111-1/+1