summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds15-316/+1230
2020-05-28powerpc/powernv/pci: Sprinkle around some WARN_ON()sOliver O'Halloran1-2/+2
2020-05-28powerpc/powernv/pci: Reserve the root bus PE during initOliver O'Halloran2-18/+9
2020-05-28powerpc/powernv/pci: Re-work bus PE configurationOliver O'Halloran1-51/+30
2020-05-28powerpc/powernv/pci: Add helper to find ioda_pe from BDFNOliver O'Halloran2-0/+11
2020-05-28powerpc/powernv/pci: Add an explaination for PNV_IODA_PE_BUS_ALLOliver O'Halloran1-0/+18
2020-05-28powerpc/powernv: Add a print indicating when an IODA PE is releasedOliver O'Halloran1-0/+2
2020-05-28powerpc/powernv/npu: Move IOMMU group setup into npu-dma.cOliver O'Halloran3-60/+60
2020-05-28powerpc/powernv/pci: Move tce size parsing to pci-ioda-tce.cOliver O'Halloran3-30/+30
2020-05-28powerpc/powernv/pci: Delete old iommu recursive iommu setupOliver O'Halloran1-32/+0
2020-05-28powerpc/powernv/pci: Add device to iommu group during dma_dev_setup()Oliver O'Halloran3-54/+21
2020-05-28powerpc/powernv/pci: Register iommu group at PE DMA setupOliver O'Halloran2-10/+15
2020-05-28powerpc/powernv/iov: Don't add VFs to iommu group during PE configOliver O'Halloran1-1/+0
2020-05-28powerpc/powernv/npu: Clean up compound table group initialisationOliver O'Halloran1-25/+21
2020-05-20powerpc/powernv: add NULL check after kzallocChen Zhou1-0/+4
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy1-4/+4
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy2-2/+2
2020-05-11powerpc/powernv: Fix a warning messageChristophe JAILLET1-1/+1
2020-04-30sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra1-1/+0
2020-04-20powerpc/vas: Add VAS user space APIHaren Myneni4-4/+284
2020-04-20powerpc/vas: Initialize window attributes for GZIP coprocessor typeHaren Myneni1-5/+12
2020-04-20powerpc: Use mm_context vas_windows counter to issue CP_ABORTHaren Myneni1-9/+13
2020-04-20powerpc/vas: Free send window in VAS instance after credits returnedHaren Myneni1-2/+2
2020-04-20powerpc/vas: Display process stuck messageHaren Myneni1-1/+29
2020-04-20powerpc/vas: Do not use default credits for receive windowHaren Myneni2-4/+2
2020-04-20powerpc/vas: Print CRB and FIFO valuesHaren Myneni1-0/+41
2020-04-20powerpc/vas: Return credits after handling faultHaren Myneni3-0/+46
2020-04-20powerpc/vas: Update CSB and notify process for fault CRBsHaren Myneni1-1/+125
2020-04-20powerpc/vas: Setup thread IRQ handler per VAS instanceHaren Myneni4-1/+220
2020-04-20powerpc/vas: Take reference to PID and mm for user space windowsHaren Myneni3-6/+55
2020-04-20powerpc/vas: Register NX with fault window ID and IRQ port valueHaren Myneni2-2/+28
2020-04-20powerpc/vas: Setup fault window per VAS instanceHaren Myneni5-3/+121
2020-04-20powerpc/vas: Alloc and setup IRQ and trigger port addressHaren Myneni2-6/+40
2020-04-09Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-8/+1
2020-04-07powernv/memtrace: always online added memory blocksDavid Hildenbrand1-10/+4
2020-04-03powerpc/powernv: Re-enable imc trace-mode in kernelAnju T Sudhakar1-8/+1
2020-03-25powerpc/eeh: Rework eeh_ops->probe()Oliver O'Halloran1-16/+14
2020-03-25powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran1-6/+0
2020-03-25powerpc/eeh: Add sysfs files in late probeOliver O'Halloran1-1/+0
2020-03-04powerpc/powernv: Add explicit fast-reboot supportOliver O'Halloran1-0/+2
2020-03-04powerpc/powernv: Treat an empty reboot string as defaultOliver O'Halloran1-1/+1
2020-03-04powerpc/powernv: no need to check return value of debugfs_create functionsGreg Kroah-Hartman4-63/+10
2020-02-19powerpc/powernv: Move core and fadump_release_opalcore under new kobjectSourabh Jain1-15/+40
2020-01-23powernv/pci: Move pnv_pci_dma_bus_setup() to pci-ioda.cOliver O'Halloran3-22/+21
2020-01-23powernv/pci: Fold pnv_pci_dma_dev_setup() into the pci-ioda.c versionOliver O'Halloran3-14/+4
2020-01-23powerpc/iov: Move VF pdev fixup into pcibios_fixup_iov()Oliver O'Halloran2-18/+25
2020-01-23powernv/pci: Remove dma_dev_setup() for NPU PHBsOliver O'Halloran1-1/+0
2020-01-23powerpc/powernv: Allow manually invoking special rebootsOliver O'Halloran1-0/+4
2020-01-23powerpc/powernv: Use common code for the symbol_map exportOliver O'Halloran1-38/+10
2020-01-23powerpc/powernv: Rework exports to support subnodesOliver O'Halloran1-42/+72