index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
powernv
/
pci-ioda.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
2024-01-09
1
-1
/
+1
*
powerpc/powernv/pci: use pci_dev_id() to simplify the code
Xiongfeng Wang
2023-08-16
1
-3
/
+3
*
powerpc/powernv/pci: Remove last IODA1 defines
Joel Stanley
2023-06-21
1
-2
/
+3
*
powerpc/powernv/pci: Remove MVE code
Joel Stanley
2023-06-21
1
-22
/
+1
*
powerpc/powernv/pci: Remove ioda1 support
Joel Stanley
2023-06-21
1
-446
/
+2
*
Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2023-04-29
1
-1
/
+41
|
\
|
*
powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
Alexey Kardashevskiy
2023-03-14
1
-0
/
+34
|
*
powerpc/iommu: Add "borrowing" iommu_table_group_ops
Alexey Kardashevskiy
2023-03-14
1
-1
/
+7
*
|
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-04-06
1
-1
/
+1
|
/
*
powerpc/powernv/ioda: Skip unallocated resources when mapping to PE
Frederic Barrat
2023-02-10
1
-1
/
+2
*
powerpc: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-26
1
-1
/
+1
*
powerpc/ioda/iommu/debugfs: Generate unique debugfs entries
Alexey Kardashevskiy
2022-07-28
1
-0
/
+2
*
powerpc: Fix all occurences of "the the"
Michael Ellerman
2022-05-22
1
-1
/
+1
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2022-05-19
1
-28
/
+18
|
\
|
*
KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlers
Alexey Kardashevskiy
2022-05-18
1
-28
/
+18
*
|
powerpc: Add missing headers
Christophe Leroy
2022-05-08
1
-1
/
+2
|
/
*
Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-01-14
1
-2
/
+2
|
\
|
*
powerpc/powernv: Add __init attribute to eligible functions
Nick Child
2021-12-23
1
-2
/
+2
*
|
genirq/msi, treewide: Use a named struct for PCI/MSI attributes
Thomas Gleixner
2021-12-09
1
-2
/
+2
|
/
*
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
2021-11-06
1
-1
/
+1
*
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
2021-11-06
1
-1
/
+1
*
powerpc: rename powerpc_debugfs_root to arch_debugfs_dir
Aneesh Kumar K.V
2021-08-13
1
-2
/
+2
*
powerpc/powernv/pci: Rework pnv_opal_pci_msi_eoi()
Cédric Le Goater
2021-08-10
1
-4
/
+13
*
powerpc/powernv/pci: Set the IRQ chip data for P8/CXL devices
Cédric Le Goater
2021-08-10
1
-3
/
+8
*
powerpc/powernv/pci: Adapt is_pnv_opal_msi() to detect passthrough interrupt
Cédric Le Goater
2021-08-10
1
-1
/
+1
*
powerpc/powernv/pci: Drop unused MSI code
Cédric Le Goater
2021-08-10
1
-27
/
+0
*
powerpc/pci: Drop XIVE restriction on MSI domains
Cédric Le Goater
2021-08-10
1
-3
/
+1
*
powerpc/powernv/pci: Customize the MSI EOI handler to support PHB3
Cédric Le Goater
2021-08-10
1
-1
/
+22
*
KVM: PPC: Book3S HV: Use the new IRQ chip to detect passthrough interrupts
Cédric Le Goater
2021-08-10
1
-1
/
+3
*
powerpc/powernv/pci: Add MSI domains
Cédric Le Goater
2021-08-10
1
-0
/
+188
*
powerpc/powernv/pci: Introduce __pnv_pci_ioda_msi_setup()
Cédric Le Goater
2021-08-10
1
-5
/
+23
*
powerpc/powernv: remove the nvlink support
Christoph Hellwig
2021-05-02
1
-181
/
+4
*
powerpc/iommu: Do not immediately panic when failed IOMMU table allocation
Alexey Kardashevskiy
2021-04-22
1
-7
/
+8
*
powerpc/powernv/pci: Use kzalloc() for phb related allocations
Michael Ellerman
2021-02-11
1
-3
/
+3
*
powerpc/pci: Move PHB discovery for PCI_DN using platforms
Oliver O'Halloran
2021-02-08
1
-3
/
+7
*
powerpc/powernv/pci: Drop pnv_phb->initialized
Oliver O'Halloran
2021-01-31
1
-17
/
+0
*
powernv/pci: Print an error when device enable is blocked
Oliver O'Halloran
2020-12-03
1
-1
/
+3
*
powerpc/powernv: Remove set but not used variable 'parent'
zhengbin
2020-08-24
1
-8
/
+0
*
powerpc/powernv/pci: Fix possible crash when releasing DMA resources
Frederic Barrat
2020-08-20
1
-1
/
+1
*
powerpc/powernv/pci: Refactor pnv_ioda_alloc_pe()
Oliver O'Halloran
2020-07-26
1
-8
/
+33
*
powerpc/powernv/sriov: Move SR-IOV into a separate file
Oliver O'Halloran
2020-07-26
1
-655
/
+18
*
powerpc/powernv/pci: Initialise M64 for IODA1 as a 1-1 window
Oliver O'Halloran
2020-07-26
1
-30
/
+25
*
powerpc/powernv/pci: Add explicit tracking of the DMA setup state
Oliver O'Halloran
2020-07-26
1
-19
/
+29
*
powerpc/powernv/pci: Always tear down DMA windows on PE release
Oliver O'Halloran
2020-07-26
1
-27
/
+3
*
powerpc/powernv/pci: Add pci_bus_to_pnvhb() helper
Oliver O'Halloran
2020-07-26
1
-64
/
+24
*
powerpc/powernv: Move pnv_ioda_setup_bus_dma under CONFIG_IOMMU_API
Oliver O'Halloran
2020-07-15
1
-13
/
+13
*
powerpc/powernv: Make pnv_pci_sriov_enable() and friends static
Oliver O'Halloran
2020-07-15
1
-4
/
+4
*
powerpc/powernv/pci: Sprinkle around some WARN_ON()s
Oliver O'Halloran
2020-05-28
1
-2
/
+2
*
powerpc/powernv/pci: Reserve the root bus PE during init
Oliver O'Halloran
2020-05-28
1
-17
/
+9
*
powerpc/powernv/pci: Re-work bus PE configuration
Oliver O'Halloran
2020-05-28
1
-51
/
+30
[next]