summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge branch 'next-eeh' of git://git.kernel.org/pub/scm/linux/kernel/git/benh...Michael Ellerman2015-04-074-67/+41
| |\ \
| | * | powerpc/eeh: Remove device_node dependencyGavin Shan2015-03-241-2/+4
| | * | powerpc/eeh: Replace device_node with pci_dn in eeh_opsGavin Shan2015-03-241-12/+4
| | * | powerpc/eeh: Do probe on pci_dnGavin Shan2015-03-242-52/+32
| | * | powerpc/eeh: Create eeh_dev from pci_dn instead of device_nodeGavin Shan2015-03-241-1/+1
| | |/
| * | powerpc/pseries: Simplify check for suspendability during suspend/migrationTyrel Datwyler2015-03-281-6/+3
| * | powerpc/pseries: Introduce api_version to migration sysfs interfaceTyrel Datwyler2015-03-241-1/+16
| * | powerpc/rtas: Make timestamp related code y2038-safeHari Bathini2015-03-231-5/+5
| * | powerpc/nvram: Move generic code for nvram and pstoreHari Bathini2015-03-232-662/+5
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-04-132-2/+2
|\ \
| * | powerpc, jump_label: Include linux/jump_label.h to get HAVE_JUMP_LABEL defineAnton Blanchard2015-04-092-2/+2
* | | powerpc/pseries: Little endian fixes for post mobility device tree updateTyrel Datwyler2015-03-201-21/+23
| |/ |/|
* | powerpc/iommu: Remove IOMMU device references via bus notifierNishanth Aravamudan2015-03-041-0/+2
|/
* Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2015-02-114-27/+19
|\
| * powerpc/pseries: Fix endian problems with LE migrationCyril Bur2015-01-271-16/+6
| * powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus()Emil Medve2015-01-231-1/+1
OpenPOWER on IntegriCloud