summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
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-28powerpc/4xx: Don't unmap NULL mbasehuhai1-3/+1
2020-05-28powerpc: Remove IBM405 Erratum #77Christophe Leroy1-6/+0
2020-05-28powerpc/40x: Remove IBM405 Erratum #51Christophe Leroy1-4/+0
2020-05-28powerpc/40x: Remove support for IBM 405GPChristophe Leroy1-6/+0
2020-05-28powerpc/40x: Remove support for ISS SimulatorChristophe Leroy1-2/+1
2020-05-28powerpc/40x: Remove EP405Christophe Leroy3-132/+0
2020-05-28powerpc/40x: Remove WALNUTChristophe Leroy3-76/+0
2020-05-28powerpc/40x: Remove STB03xxxChristophe Leroy1-5/+0
2020-05-28powerpc/40x: Remove support for IBM 403GCXChristophe Leroy1-6/+0
2020-05-28powerpc: Remove Xilinx PPC405/PPC440 supportMichal Simek8-219/+0
2020-05-26Merge branch 'fixes' into nextMichael Ellerman1-1/+1
2020-05-26Merge "Use hugepages to map kernel mem on 8xx" into nextMichael Ellerman2-10/+42
2020-05-26powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCChristophe Leroy1-1/+1
2020-05-26powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLBChristophe Leroy1-1/+1
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy1-0/+1
2020-05-26powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy1-1/+1
2020-05-26powerpc/8xx: Move PPC_PIN_TLB options into 8xx KconfigChristophe Leroy1-0/+41
2020-05-26powerpc/8xx: MM_SLICE is not needed anymoreChristophe Leroy1-1/+0
2020-05-26powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionChristophe Leroy1-9/+0
2020-05-20powerpc/wii: Fix declaration made after definitionNathan Chancellor1-13/+12
2020-05-20powerpc/powernv: add NULL check after kzallocChen Zhou1-0/+4
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe2-4/+4
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe2-2/+4
2020-05-19powerpc/ps3: Fix kexec shutdown hangGeoff Levand1-10/+12
2020-05-19powerpc/pseries: Machine check use rtas_call_unlocked() with args on stackNicholas Piggin1-1/+9
2020-05-19powerpc/pseries/ras: fwnmi sreset should not interlockNicholas Piggin1-15/+33
2020-05-18powerpc/pseries/ras: fwnmi avoid modifying r3 in error caseNicholas Piggin1-3/+4
2020-05-18powerpc/pseries/ras: Fix FWNMI_VALID off by oneNicholas Piggin1-2/+3
2020-05-18powerpc/pseries/ras: Avoid calling rtas_token() in NMI pathsNicholas Piggin2-5/+11
2020-05-18powerpc/eeh: Fix pseries_eeh_configure_bridge()Sam Bobroff1-1/+7
2020-05-15powerpc: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy1-2/+2
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy5-21/+21
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy4-10/+10
2020-05-11powerpc/powernv: Fix a warning messageChristophe JAILLET1-1/+1
2020-05-05powerpc/spufs: simplify spufs core dumpingChristoph Hellwig3-176/+117
2020-05-05powerpc/spufs: stop using access_okChristoph Hellwig1-34/+8
2020-05-05powerpc/spufs: fix copy_to_user while atomicJeremy Kerr1-38/+75
2020-04-30sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra1-1/+0