summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2015-07-16powerpc/powernv: Add poweroff (EPOW, DPO) events support for PowerNV platformVipin K Parashar2-17/+131
2015-07-13powerpc/powernv: Unfreeze VF PE on releasing itGavin Shan1-1/+1
2015-07-13powerpc/powernv: Include VF PE in PELTV of PF PEGavin Shan1-1/+1
2015-07-13powerpc/powernv: Pick M64 PEs based on BARsGavin Shan2-53/+8
2015-07-13powerpc/powernv: Boolean argument for pnv_ioda_setup_bus_PE()Gavin Shan2-5/+5
2015-07-13powerpc/powernv: Reserve M64 PEs based on BARsGavin Shan2-21/+38
2015-07-13powerpc/powernv: Allow to reserve one PE for multiple timesGavin Shan1-5/+3
2015-07-13powerpc/iommu: Cleanup setting of DMA base/offsetBenjamin Herrenschmidt2-4/+2
2015-07-06powerpc/powernv: Fix opal-elog interrupt handlerAlistair Popple1-11/+5
2015-07-06powerpc/powernv: Fix vma page prot flags in opal-prd driverVaidyanathan Srinivasan1-5/+4
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-07-02Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds2-4/+2
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds37-877/+2285
2015-06-24make simple_positive() publicAl Viro1-1/+1
2015-06-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman4-53/+7
2015-06-19powerpc/powernv: Fix wrong IOMMU table in pnv_ioda_setup_bus_dma()Alexey Kardashevskiy1-1/+1
2015-06-18powerpc/iommu/ioda2: Enable compile with IOV=on and IOMMU_API=offAlexey Kardashevskiy1-24/+26
2015-06-18powerpc/powernv: fix construction of opal PRD messagesJeremy Kerr1-7/+12
2015-06-18powerpc/powernv: Increase opal-irqchip initcall priorityAlistair Popple2-3/+4
2015-06-16powerpc: don't use module_init in non-modular 83xx suspend codePaul Gortmaker1-2/+1
2015-06-16powerpc: use device_initcall for registering rtc devicesPaul Gortmaker1-2/+1
2015-06-15powerpc/powernv: pnv_init_idle_states() should only run on powernvMichael Ellerman1-2/+2
2015-06-11vfio: powerpc/spapr: powerpc/powernv/ioda2: Use DMA windows API in ownership ...Alexey Kardashevskiy1-47/+54
2015-06-11powerpc/iommu/ioda2: Add get_table_size() to calculate the size of future tableAlexey Kardashevskiy1-0/+34
2015-06-11powerpc/powernv/ioda2: Use new helpers to do proper cleanup on PE releaseAlexey Kardashevskiy1-19/+6
2015-06-11vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows APIAlexey Kardashevskiy2-9/+94
2015-06-11powerpc/powernv: Implement multilevel TCE tablesAlexey Kardashevskiy2-9/+109
2015-06-11powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_set_windowAlexey Kardashevskiy1-9/+38
2015-06-11powerpc/powernv/ioda2: Introduce helpers to allocate TCE pagesAlexey Kardashevskiy1-20/+63
2015-06-11powerpc/powernv/ioda2: Rework iommu_table creationAlexey Kardashevskiy1-12/+12
2015-06-11powerpc/iommu/powernv: Release replaced TCEAlexey Kardashevskiy4-0/+57
2015-06-11powerpc/powernv: Implement accessor to TCE entryAlexey Kardashevskiy1-13/+21
2015-06-11powerpc/powernv/ioda2: Add TCE invalidation for all attached groupsAlexey Kardashevskiy1-12/+23
2015-06-11powerpc/powernv/ioda2: Move TCE kill register address to PEAlexey Kardashevskiy2-29/+44
2015-06-11vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership controlAlexey Kardashevskiy1-15/+28
2015-06-11powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_groupAlexey Kardashevskiy5-20/+137
2015-06-11powerpc/spapr: vfio: Replace iommu_table with iommu_table_groupAlexey Kardashevskiy4-65/+118
2015-06-11powerpc/powernv/ioda/ioda2: Rework TCE invalidation in tce_build()/tce_free()Alexey Kardashevskiy2-37/+61
2015-06-11powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_tableAlexey Kardashevskiy7-59/+63
2015-06-11powerpc/powernv: Do not set "read" flag if direction==DMA_NONEAlexey Kardashevskiy1-6/+1
2015-06-11powerpc/iommu: Put IOMMU group explicitlyAlexey Kardashevskiy2-1/+20
2015-06-11powerpc/powernv/ioda: Clean up IOMMU group registrationAlexey Kardashevskiy1-20/+8
2015-06-11powerpc/iommu/powernv: Get rid of set_iommu_table_base_and_groupAlexey Kardashevskiy3-12/+33
2015-06-11powerpc/eeh/ioda2: Use device::iommu_group to check IOMMU groupAlexey Kardashevskiy1-22/+5
2015-06-08PCI: Include <linux/pci.h>, not <asm/pci.h>Bjorn Helgaas1-1/+1
2015-06-05powerpc/powernv: Add opal-prd channelJeremy Kerr5-1/+456
2015-06-05powerpc/powernv: Expose OPAL APIs required by PRD interfaceJeremy Kerr1-0/+4
2015-06-05powerpc/powernv: Merge common platform device initialisationJeremy Kerr1-15/+6
2015-06-04powerpc/powernv: convert OPAL codes returned by sysparam callsCédric Le Goater2-4/+9
2015-06-03cxl: Move include file cxl.h -> cxl-base.hMichael Neuling1-1/+1