summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/powernv
Commit message (Expand)AuthorAgeFilesLines
...
| * powerpc/powernv/pci: Add PHB register dump debugfs handleRussell Currey2016-09-231-1/+38
| * powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-203-6/+6
| * powerpc/sparse: Make a bunch of things staticDaniel Axtens2016-09-131-1/+1
* | Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-062-4/+21
|\ \
| * | KVM: PPC: Book3S HV: Set server for passed-through interruptsPaul Mackerras2016-09-121-0/+1
| * | powerpc/powernv: Provide facilities for EOI, usable from real modeSuresh Warrier2016-09-091-4/+20
* | | powerpc/powernv/pci: Fix m64 checks for SR-IOV and window alignmentRussell Currey2016-09-211-2/+9
* | | powerpc/powernv/pci: Fix missed TCE invalidations that should fallback to OPALMichael Ellerman2016-09-151-2/+2
* | | powerpc/powernv: Detach from PE on releasing PCI deviceGavin Shan2016-09-151-0/+10
* | | powerpc/powernv: Fix the state of root PEGavin Shan2016-09-141-1/+11
* | | powerpc/powernv: Fix corrupted PE allocation bitmap on releasing PEGavin Shan2016-09-081-1/+2
* | | powerpc/powernv: Fix crash on releasing compound PEGavin Shan2016-09-061-6/+9
| |/ |/|
* | powerpc/powernv : Drop reference added by kset_find_obj()Mukesh Ojha2016-08-292-2/+12
* | powerpc/powernv/pci: fix iterator signednessAndrzej Hajda2016-08-221-1/+1
|/
* powerpc/pnv/pci: Fix incorrect PE reservation attempt on some 64-bit BARsBenjamin Herrenschmidt2016-08-091-10/+20
* powerpc/book3s: Fix MCE console messages for unrecoverable MCE.Mahesh Salgaonkar2016-08-091-0/+1
* powerpc/powernv/ioda: Fix TCE invalidate to work in real mode againAlexey Kardashevskiy2016-08-091-1/+1
* powerpc/xics: Properly set Edge/Level type and enable resendBenjamin Herrenschmidt2016-08-091-1/+2
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-044-8/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-2/+0
|\
| * powerpc/powernv: Remove the usage of PACAR1 from opal wrappersMahesh Salgaonkar2016-06-201-2/+0
* | powerpc/powernv/ioda: Fix endianness when reading TCEsAlexey Kardashevskiy2016-07-211-2/+2
* | powerpc: Get rid of ppc_md.init_early()Benjamin Herrenschmidt2016-07-211-2/+3
* | powerpc/64: Move 64-bit probe_machine() to later in the boot processBenjamin Herrenschmidt2016-07-211-3/+1
* | powerpc/64: Move MMU backend selection out of platform codeBenjamin Herrenschmidt2016-07-211-5/+0
* | powerpc: Put exception configuration in a common placeBenjamin Herrenschmidt2016-07-211-8/+5
* | powerpc/powernv: Fix pci-cxl.c build when CONFIG_MODULES=nIan Munsie2016-07-191-8/+26
* | powerpc/powernv/pci: Check status of a PHB before using itBenjamin Herrenschmidt2016-07-171-0/+3
* | powerpc/powernv/pci: Use the device-tree to get available range of M64'sBenjamin Herrenschmidt2016-07-171-6/+45
* | powerpc/powernv/pci: Fallback to OPAL for TCE invalidationsBenjamin Herrenschmidt2016-07-171-4/+29
* | powerpc/powernv/pci: Rework accessing the TCE invalidate registerBenjamin Herrenschmidt2016-07-172-48/+28
* | powerpc/powernv/pci: Remove SWINV constants and obsolete TCE codeBenjamin Herrenschmidt2016-07-171-40/+10
* | powerpc/powernv/pci: Rename TCE invalidation callsBenjamin Herrenschmidt2016-07-173-25/+23
* | powerpc/opal: Add real mode call wrappersBenjamin Herrenschmidt2016-07-171-32/+31
* | powerpc/powernv: Discover IODA3 PHBsBenjamin Herrenschmidt2016-07-172-1/+6
* | powerpc/powernv: Add XICS emulation APIsBenjamin Herrenschmidt2016-07-151-0/+4
* | powerpc/powernv: Use deepest stop state when cpu is offlinedShreyas B. Prabhu2016-07-153-3/+17
* | powerpc/powernv: Add platform support for stop instructionShreyas B. Prabhu2016-07-151-29/+145
* | cxl: Add support for interrupts on the Mellanox CX4Ian Munsie2016-07-143-0/+90
* | powerpc/powernv: Add support for the cxl kernel api on the real phbIan Munsie2016-07-143-1/+151
* | powerpc/powernv: Split cxl code out into a separate fileIan Munsie2016-07-144-156/+173
* | powerpc/opal: Wake up kopald polling thread before waiting for eventsBenjamin Herrenschmidt2016-07-082-2/+15
* | powerpc/powernv: Add driver for operator panel on FSP machinesSuraj Jitindar Singh2016-06-292-0/+6
* | powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msgSuraj Jitindar Singh2016-06-292-3/+3
* | powerpc/powernv: Fix spelling mistake "Retrived" -> "Retrieved"Colin Ian King2016-06-281-1/+1
* | powerpc/powernv: set power_save func after the idle states are initializedShreyas B. Prabhu2016-06-232-1/+4
* | powerpc/powernv: Print correct PHB type namesGavin Shan2016-06-211-1/+3
* | powerpc/powernv: Functions to get/set PCI slot stateGavin Shan2016-06-212-0/+86
* | powerpc/powernv: Introduce pnv_pci_get_slot_id()Gavin Shan2016-06-211-0/+38
* | powerpc/powernv: Use PCI slot reset infrastructureGavin Shan2016-06-211-1/+40