summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/powernv/pci-ioda.c
AgeCommit message (Expand)Author
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-08-16powerpc/powernv/pci: use pci_dev_id() to simplify the codeXiongfeng Wang
2023-06-21powerpc/powernv/pci: Remove last IODA1 definesJoel Stanley
2023-06-21powerpc/powernv/pci: Remove MVE codeJoel Stanley
2023-06-21powerpc/powernv/pci: Remove ioda1 supportJoel Stanley
2023-04-28Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-03-15powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domainsAlexey Kardashevskiy
2023-03-14powerpc/iommu: Add "borrowing" iommu_table_group_opsAlexey Kardashevskiy
2023-02-10powerpc/powernv/ioda: Skip unallocated resources when mapping to PEFrederic Barrat
2022-08-26powerpc: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-28powerpc/ioda/iommu/debugfs: Generate unique debugfs entriesAlexey Kardashevskiy
2022-05-22powerpc: Fix all occurences of "the the"Michael Ellerman
2022-05-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2022-05-19KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy
2022-05-08powerpc: Add missing headersChristophe Leroy
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-12-23powerpc/powernv: Add __init attribute to eligible functionsNick Child
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
2021-08-13powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V
2021-08-10powerpc/powernv/pci: Rework pnv_opal_pci_msi_eoi()Cédric Le Goater
2021-08-10powerpc/powernv/pci: Set the IRQ chip data for P8/CXL devicesCédric Le Goater
2021-08-10powerpc/powernv/pci: Adapt is_pnv_opal_msi() to detect passthrough interruptCédric Le Goater
2021-08-10powerpc/powernv/pci: Drop unused MSI codeCédric Le Goater
2021-08-10powerpc/pci: Drop XIVE restriction on MSI domainsCédric Le Goater
2021-08-10powerpc/powernv/pci: Customize the MSI EOI handler to support PHB3Cédric Le Goater
2021-08-10KVM: PPC: Book3S HV: Use the new IRQ chip to detect passthrough interruptsCédric Le Goater
2021-08-10powerpc/powernv/pci: Add MSI domainsCédric Le Goater
2021-08-10powerpc/powernv/pci: Introduce __pnv_pci_ioda_msi_setup()Cédric Le Goater
2021-05-02powerpc/powernv: remove the nvlink supportChristoph Hellwig
2021-04-23powerpc/iommu: Do not immediately panic when failed IOMMU table allocationAlexey Kardashevskiy
2021-02-11powerpc/powernv/pci: Use kzalloc() for phb related allocationsMichael Ellerman
2021-02-09powerpc/pci: Move PHB discovery for PCI_DN using platformsOliver O'Halloran
2021-01-31powerpc/powernv/pci: Drop pnv_phb->initializedOliver O'Halloran
2020-12-04powernv/pci: Print an error when device enable is blockedOliver O'Halloran
2020-08-25powerpc/powernv: Remove set but not used variable 'parent'zhengbin
2020-08-20powerpc/powernv/pci: Fix possible crash when releasing DMA resourcesFrederic Barrat
2020-07-26powerpc/powernv/pci: Refactor pnv_ioda_alloc_pe()Oliver O'Halloran
2020-07-26powerpc/powernv/sriov: Move SR-IOV into a separate fileOliver O'Halloran
2020-07-26powerpc/powernv/pci: Initialise M64 for IODA1 as a 1-1 windowOliver O'Halloran
2020-07-26powerpc/powernv/pci: Add explicit tracking of the DMA setup stateOliver O'Halloran
2020-07-26powerpc/powernv/pci: Always tear down DMA windows on PE releaseOliver O'Halloran
2020-07-26powerpc/powernv/pci: Add pci_bus_to_pnvhb() helperOliver O'Halloran
2020-07-15powerpc/powernv: Move pnv_ioda_setup_bus_dma under CONFIG_IOMMU_APIOliver O'Halloran
2020-07-15powerpc/powernv: Make pnv_pci_sriov_enable() and friends staticOliver O'Halloran
2020-05-28powerpc/powernv/pci: Sprinkle around some WARN_ON()sOliver O'Halloran
2020-05-28powerpc/powernv/pci: Reserve the root bus PE during initOliver O'Halloran
2020-05-28powerpc/powernv/pci: Re-work bus PE configurationOliver O'Halloran