summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/powernv
AgeCommit message (Expand)AuthorFilesLines
2016-09-21powerpc/powernv/pci: Fix m64 checks for SR-IOV and window alignmentRussell Currey1-2/+9
2016-09-15powerpc/powernv/pci: Fix missed TCE invalidations that should fallback to OPALMichael Ellerman1-2/+2
2016-09-15powerpc/powernv: Detach from PE on releasing PCI deviceGavin Shan1-0/+10
2016-09-14powerpc/powernv: Fix the state of root PEGavin Shan1-1/+11
2016-09-08powerpc/powernv: Fix corrupted PE allocation bitmap on releasing PEGavin Shan1-1/+2
2016-09-06powerpc/powernv: Fix crash on releasing compound PEGavin Shan1-6/+9
2016-08-29powerpc/powernv : Drop reference added by kset_find_obj()Mukesh Ojha2-2/+12
2016-08-22powerpc/powernv/pci: fix iterator signednessAndrzej Hajda1-1/+1
2016-08-09powerpc/pnv/pci: Fix incorrect PE reservation attempt on some 64-bit BARsBenjamin Herrenschmidt1-10/+20
2016-08-09powerpc/book3s: Fix MCE console messages for unrecoverable MCE.Mahesh Salgaonkar1-0/+1
2016-08-09powerpc/powernv/ioda: Fix TCE invalidate to work in real mode againAlexey Kardashevskiy1-1/+1
2016-08-09powerpc/xics: Properly set Edge/Level type and enable resendBenjamin Herrenschmidt1-1/+2
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski4-8/+8
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+0
2016-07-21powerpc/powernv/ioda: Fix endianness when reading TCEsAlexey Kardashevskiy1-2/+2
2016-07-21powerpc: Get rid of ppc_md.init_early()Benjamin Herrenschmidt1-2/+3
2016-07-21powerpc/64: Move 64-bit probe_machine() to later in the boot processBenjamin Herrenschmidt1-3/+1
2016-07-21powerpc/64: Move MMU backend selection out of platform codeBenjamin Herrenschmidt1-5/+0
2016-07-21powerpc: Put exception configuration in a common placeBenjamin Herrenschmidt1-8/+5
2016-07-19powerpc/powernv: Fix pci-cxl.c build when CONFIG_MODULES=nIan Munsie1-8/+26
2016-07-17powerpc/powernv/pci: Check status of a PHB before using itBenjamin Herrenschmidt1-0/+3
2016-07-17powerpc/powernv/pci: Use the device-tree to get available range of M64'sBenjamin Herrenschmidt1-6/+45
2016-07-17powerpc/powernv/pci: Fallback to OPAL for TCE invalidationsBenjamin Herrenschmidt1-4/+29
2016-07-17powerpc/powernv/pci: Rework accessing the TCE invalidate registerBenjamin Herrenschmidt2-48/+28
2016-07-17powerpc/powernv/pci: Remove SWINV constants and obsolete TCE codeBenjamin Herrenschmidt1-40/+10
2016-07-17powerpc/powernv/pci: Rename TCE invalidation callsBenjamin Herrenschmidt3-25/+23
2016-07-17powerpc/opal: Add real mode call wrappersBenjamin Herrenschmidt1-32/+31
2016-07-17powerpc/powernv: Discover IODA3 PHBsBenjamin Herrenschmidt2-1/+6
2016-07-15powerpc/powernv: Add XICS emulation APIsBenjamin Herrenschmidt1-0/+4
2016-07-15powerpc/powernv: Use deepest stop state when cpu is offlinedShreyas B. Prabhu3-3/+17
2016-07-15powerpc/powernv: Add platform support for stop instructionShreyas B. Prabhu1-29/+145
2016-07-14cxl: Add support for interrupts on the Mellanox CX4Ian Munsie3-0/+90
2016-07-14powerpc/powernv: Add support for the cxl kernel api on the real phbIan Munsie3-1/+151
2016-07-14powerpc/powernv: Split cxl code out into a separate fileIan Munsie4-156/+173
2016-07-08powerpc/opal: Wake up kopald polling thread before waiting for eventsBenjamin Herrenschmidt2-2/+15
2016-06-29powerpc/powernv: Add driver for operator panel on FSP machinesSuraj Jitindar Singh2-0/+6
2016-06-29powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msgSuraj Jitindar Singh2-3/+3
2016-06-28powerpc/powernv: Fix spelling mistake "Retrived" -> "Retrieved"Colin Ian King1-1/+1
2016-06-23powerpc/powernv: set power_save func after the idle states are initializedShreyas B. Prabhu2-1/+4
2016-06-21powerpc/powernv: Print correct PHB type namesGavin Shan1-1/+3
2016-06-21powerpc/powernv: Functions to get/set PCI slot stateGavin Shan2-0/+86
2016-06-21powerpc/powernv: Introduce pnv_pci_get_slot_id()Gavin Shan1-0/+38
2016-06-21powerpc/powernv: Use PCI slot reset infrastructureGavin Shan1-1/+40
2016-06-21powerpc/powernv: Support PCI slot IDGavin Shan1-4/+4
2016-06-21powerpc/pci: Delay populating pdnGavin Shan1-3/+0
2016-06-21powerpc/powernv: Dynamically release PEGavin Shan2-0/+175
2016-06-21powerpc/powernv: Make pnv_ioda_deconfigure_pe() visibleGavin Shan1-2/+4
2016-06-21powerpc/powernv: Extend PCI bridge resourcesGavin Shan1-0/+61
2016-06-21powerpc/powernv: Setup PE for root busGavin Shan2-10/+41
2016-06-21powerpc/powernv: Create PEs in pcibios_setup_bridge()Gavin Shan1-115/+69