summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pseries: Use rtas_call_unlocked() in pseries hotplugMichael Ellerman2015-12-171-8/+3
* powerpc/pseries: Limit EPOW reset event warningsVipin K Parashar2015-12-141-24/+31
* powerpc/mm: Use H_READ with H_READ_4Aneesh Kumar K.V2015-12-141-27/+27
* powerpc/mm: Move THP headers aroundAneesh Kumar K.V2015-12-141-0/+10
* Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-061-12/+2
|\
| * powerpc/PCI: Fix lookup of linux,pci-probe-only propertyMarc Zyngier2015-09-171-12/+2
* | powerpc/pseries: Correct string length in pseries_of_derive_parent()Nathan Fontenot2015-10-281-2/+5
* | powerpc/pseries: Cleanup on pseries_eeh_get_state()Gavin Shan2015-10-211-34/+26
* | powerpc/pseries: Drop always true CONFIG_PSERIES_MSIMichael Ellerman2015-10-152-7/+1
* | powerpc/pseries: Move PCI objects to obj-yMichael Ellerman2015-10-151-3/+2
* | powerpc/pseries: Remove use of CONFIG_PCIMichael Ellerman2015-10-152-14/+0
* | powerpc/pseries: Make PCI non-optionalMichael Ellerman2015-10-151-1/+1
* | powerpc/pseries/hvcserver: don't memset pi_buff if it is nullColin Ian King2015-10-091-1/+1
* | powerpc/pseries: re-use code from of_helpers moduleAndy Shevchenko2015-10-051-26/+5
* | powerpc/pseries: handle nodes without '/'Andy Shevchenko2015-10-051-3/+3
* | powerpc/pseries: replace kmalloc + strlcpyAndy Shevchenko2015-10-051-2/+1
* | powerpc/pseries: fix a potential memory leakAndy Shevchenko2015-10-051-4/+2
* | powerpc/pseries: extract of_helpers moduleAndy Shevchenko2015-10-054-32/+49
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-181-1/+1
|\ \
| * | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
| |/
* | powerpc/pseries: Release DRC when configure_connector failsBharata B Rao2015-09-081-1/+3
|/
* Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-035-14/+20
|\
| * powerpc/pseries: Cleanup on pci_dn_reconfig_notifier()Gavin Shan2015-08-281-11/+13
| * powerpc/pseries: Fix corrupted pdn listGavin Shan2015-08-281-0/+5
| * powerpc/pseries: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-08-181-2/+1
| * powerpc: Use hardware RNG for arch_get_random_seed_* not arch_get_random_*Paul Mackerras2015-07-231-1/+1
| * powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlersThomas Huth2015-07-231-1/+2
| * powerpc/iommu: Cleanup setting of DMA base/offsetBenjamin Herrenschmidt2015-07-131-2/+1
* | powerpc/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-3/+3
|/
* powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_groupAlexey Kardashevskiy2015-06-111-3/+24
* powerpc/spapr: vfio: Replace iommu_table with iommu_table_groupAlexey Kardashevskiy2015-06-111-34/+73
* powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_tableAlexey Kardashevskiy2015-06-111-15/+19
* powerpc/iommu: Put IOMMU group explicitlyAlexey Kardashevskiy2015-06-111-1/+15
* powerpc/iommu/powernv: Get rid of set_iommu_table_base_and_groupAlexey Kardashevskiy2015-06-111-7/+8
* powerpc/pseries: Move MSI-related ops to pci_controller_opsDaniel Axtens2015-06-021-3/+13
* powerpc/eeh: fix comment for wait_state()Wei Yang2015-05-131-1/+1
* powerpc/pseries: Fix possible leaked device node referenceNathan Fontenot2015-05-111-2/+1
* powerpc/pseries: Correct cpu affinity for dlpar added cpusNathan Fontenot2015-05-011-6/+4
* Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-1612-751/+743
|\
| * powerpc/pseries: Fix compile of memory hotplug without CONFIG_MEMORY_HOTREMOVEAlexey Kardashevskiy2015-04-151-0/+13
| * powerpc: Remove PPC32 code from pseries specific find_and_init_phbs()Daniel Axtens2015-04-141-7/+0
| * powerpc/pseries: Correct memory hotplug lockingNathan Fontenot2015-04-141-4/+7
| * Merge branch 'next-dlpar' of git://git.kernel.org/pub/scm/linux/kernel/git/be...Michael Ellerman2015-04-133-2/+601
| |\
| | * powerpc/pseries: Implement memory hotplug remove in the kernelNathan Fontenot2015-03-171-1/+191
| | * powerpc/pseries: Implement memory hotplug add in the kernelNathan Fontenot2015-03-171-1/+265
| | * powerpc/pseries: Create new device hotplug entry pointNathan Fontenot2015-03-173-2/+145
| | * powerpc/pseries: Declare the acquire/release drc index routinesNathan Fontenot2015-03-171-0/+2
| * | powerpc/pseries: Move controller ops from ppc_md to controller_opsDaniel Axtens2015-04-114-5/+15
| * | powerpc: move find_and_init_phbs() to pSeries specific codeDaniel Axtens2015-04-111-0/+47
| * | powerpc: Drop return value of smp_ops->probe()Michael Ellerman2015-04-101-4/+2
OpenPOWER on IntegriCloud