index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
powernv
/
pci-ioda.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-26
powerpc/powernv/pci: Refactor pnv_ioda_alloc_pe()
Oliver O'Halloran
1
-8
/
+33
2020-07-26
powerpc/powernv/sriov: Move SR-IOV into a separate file
Oliver O'Halloran
1
-655
/
+18
2020-07-26
powerpc/powernv/pci: Initialise M64 for IODA1 as a 1-1 window
Oliver O'Halloran
1
-30
/
+25
2020-07-26
powerpc/powernv/pci: Add explicit tracking of the DMA setup state
Oliver O'Halloran
1
-19
/
+29
2020-07-26
powerpc/powernv/pci: Always tear down DMA windows on PE release
Oliver O'Halloran
1
-27
/
+3
2020-07-26
powerpc/powernv/pci: Add pci_bus_to_pnvhb() helper
Oliver O'Halloran
1
-64
/
+24
2020-07-15
powerpc/powernv: Move pnv_ioda_setup_bus_dma under CONFIG_IOMMU_API
Oliver O'Halloran
1
-13
/
+13
2020-07-15
powerpc/powernv: Make pnv_pci_sriov_enable() and friends static
Oliver O'Halloran
1
-4
/
+4
2020-05-28
powerpc/powernv/pci: Sprinkle around some WARN_ON()s
Oliver O'Halloran
1
-2
/
+2
2020-05-28
powerpc/powernv/pci: Reserve the root bus PE during init
Oliver O'Halloran
1
-17
/
+9
2020-05-28
powerpc/powernv/pci: Re-work bus PE configuration
Oliver O'Halloran
1
-51
/
+30
2020-05-28
powerpc/powernv/pci: Add helper to find ioda_pe from BDFN
Oliver O'Halloran
1
-0
/
+10
2020-05-28
powerpc/powernv: Add a print indicating when an IODA PE is released
Oliver O'Halloran
1
-0
/
+2
2020-05-28
powerpc/powernv/npu: Move IOMMU group setup into npu-dma.c
Oliver O'Halloran
1
-53
/
+7
2020-05-28
powerpc/powernv/pci: Move tce size parsing to pci-ioda-tce.c
Oliver O'Halloran
1
-30
/
+0
2020-05-28
powerpc/powernv/pci: Delete old iommu recursive iommu setup
Oliver O'Halloran
1
-32
/
+0
2020-05-28
powerpc/powernv/pci: Add device to iommu group during dma_dev_setup()
Oliver O'Halloran
1
-34
/
+13
2020-05-28
powerpc/powernv/pci: Register iommu group at PE DMA setup
Oliver O'Halloran
1
-10
/
+6
2020-05-28
powerpc/powernv/iov: Don't add VFs to iommu group during PE config
Oliver O'Halloran
1
-1
/
+0
2020-05-11
powerpc: Replace _ALIGN_UP() by ALIGN()
Christophe Leroy
1
-4
/
+4
2020-05-11
powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()
Christophe Leroy
1
-1
/
+1
2020-03-04
powerpc/powernv: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-5
/
+0
2020-01-23
powernv/pci: Move pnv_pci_dma_bus_setup() to pci-ioda.c
Oliver O'Halloran
1
-1
/
+21
2020-01-23
powernv/pci: Fold pnv_pci_dma_dev_setup() into the pci-ioda.c version
Oliver O'Halloran
1
-3
/
+4
2020-01-23
powerpc/iov: Move VF pdev fixup into pcibios_fixup_iov()
Oliver O'Halloran
1
-4
/
+25
2020-01-23
powernv/pci: Remove dma_dev_setup() for NPU PHBs
Oliver O'Halloran
1
-1
/
+0
2020-01-23
powernv/pci: Add a debugfs entry to dump PHB's IODA PE state
Oliver O'Halloran
1
-0
/
+29
2020-01-23
powernv/pci: Allow any write trigger the diag dump
Oliver O'Halloran
1
-3
/
+0
2020-01-23
powernv/pci: Use pnv_phb as the private data for debugfs entries
Oliver O'Halloran
1
-9
/
+2
2020-01-23
powerpc/pcidn: Make VF pci_dn management CONFIG_PCI_IOV specific
Oliver O'Halloran
1
-2
/
+2
2020-01-23
powerpc/powernv/ioda: Release opencapi device
Frederic Barrat
1
-19
/
+40
2020-01-23
powerpc/powernv/ioda: set up PE on opencapi device when enabling
Frederic Barrat
1
-8
/
+23
2020-01-23
powerpc/powernv/ioda: Protect PE list
Frederic Barrat
1
-1
/
+5
2020-01-23
powerpc/powernv/ioda: Fix ref count for devices with their own PE
Frederic Barrat
1
-7
/
+12
2020-01-07
powerpc/powernv: use resource_size
Julia Lawall
1
-2
/
+2
2020-01-06
powerpc/powernv/iov: Ensure the pdn for VFs always contains a valid PE number
Oliver O'Halloran
1
-4
/
+15
2019-11-13
powerpc/powernv/npu: Fix debugfs_simple_attr.cocci warnings
YueHaibing
1
-4
/
+4
2019-08-30
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-47
/
+9
2019-08-30
powerpc/powernv/ioda: Remove obsolete iommu_table_ops::exchange callbacks
Alexey Kardashevskiy
1
-50
/
+0
2019-08-30
powerpc/powernv/ioda: Split out TCE invalidation from TCE updates
Alexey Kardashevskiy
1
-0
/
+12
2019-08-19
powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pages
Alexey Kardashevskiy
1
-7
/
+35
2019-07-14
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+13
2019-07-03
powerpc/powernv: Fix stale iommu table base after VFIO
Alexey Kardashevskiy
1
-0
/
+10
2019-07-01
powerpc/powernv: remove the unused tunneling exports
Christoph Hellwig
1
-1
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-02
powerpc/powernv/ioda2: Add __printf format/argument verification
Joe Perches
1
-15
/
+16
2019-04-30
powerpc/powernv/ioda: Handle failures correctly in pnv_pci_ioda_iommu_bypass_...
Alexey Kardashevskiy
1
-2
/
+2
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-0
/
+8
2019-03-07
Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-108
/
+38
2019-02-28
powerpc/powernv/ioda: Fix locked_vm counting for memory used by IOMMU tables
Alexey Kardashevskiy
1
-1
/
+6
[next]