summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
...
| * | powerpc/pseries: Move MSI-related ops to pci_controller_opsDaniel Axtens2015-06-021-3/+13
| * | powerpc/cell: Move MSI-related ops to pci_controller_opsDaniel Axtens2015-05-221-2/+3
| * | powerpc/powernv: Move MSI-related ops to pci_controller_opsDaniel Axtens2015-05-221-6/+4
| * | opal: Remove events notifierAlistair Popple2015-05-224-95/+8
| * | powernv/opal-dump: Convert to irq domainAlistair Popple2015-05-221-39/+17
| * | powernv/elog: Convert elog to opal irq domainAlistair Popple2015-05-221-16/+16
| * | powernv/opal: Convert opal message events to opal irq domainAlistair Popple2015-05-221-14/+15
| * | powernv/eeh: Update the EEH code to use the opal irq domainAlistair Popple2015-05-221-27/+31
| * | powerpc/powernv: Add a virtual irqchip for opal eventsAlistair Popple2015-05-224-67/+270
| * | powerpc/powernv: Reorder OPAL subsystem initialisationAlistair Popple2015-05-225-8/+16
| * | powerpc/powernv: Introduce sysfs control for fastsleep workaround behaviorShreyas B. Prabhu2015-05-222-0/+102
| * | powerpc/powernv: Move cpuidle related code from setup.c to new fileShreyas B. Prabhu2015-05-223-172/+193
| * | powerpc: Little endian should depend on PPC_BOOK3S_64Michael Ellerman2015-05-181-0/+1
| * | powerpc/eeh: fix powernv_eeh_wait_state delay logicWei Yang2015-05-131-1/+1
| * | powerpc/eeh: fix comment for wait_state()Wei Yang2015-05-132-2/+2
| * | powerpc/powernv: Silence SYSPARAM warning on bootJoel Stanley2015-05-111-16/+15
| * | powerpc/vdso: Disable building the 32-bit VDSO on little endianMichael Ellerman2015-05-111-0/+10
| * | powerpc/pasemi: Only the build the pasemi MSI code for PASEMI=yMichael Ellerman2015-05-112-0/+166
| * | powerpc/pseries: Fix possible leaked device node referenceNathan Fontenot2015-05-111-2/+1
| |/
* | PCI: Include <linux/pci.h>, not <asm/pci.h>Bjorn Helgaas2015-06-081-1/+1
|/
* powerpc/pseries: Correct cpu affinity for dlpar added cpusNathan Fontenot2015-05-011-6/+4
* powerpc/powernv: Fix early pci_controller_ops loading.Daniel Axtens2015-04-291-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-11/+11
|\
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-11/+11
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-261-0/+29
|\ \
| * | KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.Michael Ellerman2015-04-211-0/+29
* | | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-1676-6782/+3000
|\ \ \
| * | | powerpc/powermac: Fix build error seen with powermac smp buildsGuenter Roeck2015-04-151-6/+4
| * | | 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/cell: Fix iommu breakage caused by controller_ops changeMichael Ellerman2015-04-141-2/+2
| * | | Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/be...Michael Ellerman2015-04-143-31/+768
| |\ \ \
| | * \ \ Merge branch 'next-eeh' into next-sriovBenjamin Herrenschmidt2015-03-311-1/+2
| | |\ \ \
| | * | | | powerpc/pci: Remove unused struct pci_dn.pcidev fieldWei Yang2015-03-311-1/+0
| | * | | | powerpc/powernv: Group VF PE when IOV BAR is big on PHB3Wei Yang2015-03-311-44/+153
| | * | | | powerpc/powernv: Reserve additional space for IOV BAR, with m64_per_iov suppo...Wei Yang2015-03-311-3/+30
| | * | | | powerpc/powernv: Shift VF resource with an offsetWei Yang2015-03-313-17/+536
| | * | | | powerpc/powernv: Implement pcibios_iov_resource_alignment() on powernvWei Yang2015-03-311-0/+20
| | * | | | powerpc/powernv: Reserve additional space for IOV BAR according to the number...Wei Yang2015-03-311-0/+43
| | * | | | powerpc/powernv: Allocate struct pnv_ioda_pe iommu_table dynamicallyWei Yang2015-03-312-13/+15
| | * | | | powerpc/pci: Create pci_dn for VFsGavin Shan2015-03-311-0/+16
| * | | | | 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/powernv: Add interfaces for flash device accessCyril Bur2015-04-113-2/+19
| * | | | | | powerpc/cell: Move controller ops from ppc_md to controller_opsDaniel Axtens2015-04-113-3/+33
| * | | | | | powerpc/maple: Move controller ops from ppc_md to controller_opsDaniel Axtens2015-04-113-1/+7
OpenPOWER on IntegriCloud