summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2015-06-02powerpc/powernv: Specialise pci_controller_ops for each controller typeDaniel Axtens5-18/+28
2015-06-02powerpc: Remove MSI-related PCI controller ops from ppc_mdDaniel Axtens2-17/+4
2015-06-02powerpc/mpic_u3msi: Move MSI-related ops to pci_controller_opsDaniel Axtens1-3/+6
2015-06-02powerpc/pasemi: Move MSI-related ops to pci_controller_opsDaniel Axtens1-3/+6
2015-06-02powerpc/ppc4xx_hsta_msi: Move MSI-related ops to pci_controller_opsDaniel Axtens1-2/+5
2015-06-02powerpc/ppc4xx_msi: Move MSI-related ops to pci_controller_opsDaniel Axtens1-2/+5
2015-06-02powerpc/fsl_msi: Move MSI-related ops to pci_controller_opsDaniel Axtens1-8/+15
2015-06-02powerpc/pseries: Move MSI-related ops to pci_controller_opsDaniel Axtens1-3/+13
2015-05-22powerpc/cell: Move MSI-related ops to pci_controller_opsDaniel Axtens1-2/+3
2015-05-22powerpc/powernv: Move MSI-related ops to pci_controller_opsDaniel Axtens1-6/+4
2015-05-22powerpc: Add MSI operations to pci_controller_ops structDaniel Axtens2-3/+21
2015-05-22opal: Remove events notifierAlistair Popple4-95/+8
2015-05-22powernv/opal-dump: Convert to irq domainAlistair Popple1-39/+17
2015-05-22powernv/elog: Convert elog to opal irq domainAlistair Popple1-16/+16
2015-05-22powernv/opal: Convert opal message events to opal irq domainAlistair Popple1-14/+15
2015-05-22powernv/eeh: Update the EEH code to use the opal irq domainAlistair Popple1-27/+31
2015-05-22powerpc/powernv: Add a virtual irqchip for opal eventsAlistair Popple5-67/+273
2015-05-22powerpc/powernv: Reorder OPAL subsystem initialisationAlistair Popple6-8/+19
2015-05-22powerpc/powernv: Introduce sysfs control for fastsleep workaround behaviorShreyas B. Prabhu4-0/+110
2015-05-22powerpc/powernv: Move cpuidle related code from setup.c to new fileShreyas B. Prabhu3-172/+193
2015-05-22powerpc: Fix cpu_online_cores_map to return only online threads maskShreyas B. Prabhu1-5/+8
2015-05-20powerpc: Enable sys_kcmp() for CRIULaurent Dufour1-1/+1
2015-05-18powerpc: Little endian should depend on PPC_BOOK3S_64Michael Ellerman1-0/+1
2015-05-13powerpc/eeh: remove unused macro IS_BRIDGEWei Yang1-2/+0
2015-05-13powerpc/eeh: fix powernv_eeh_wait_state delay logicWei Yang1-1/+1
2015-05-13powerpc/eeh: fix comment for wait_state()Wei Yang3-3/+3
2015-05-13powerpc/eeh: fix start/end/flags type in struct pci_io_addr_range{}Wei Yang1-8/+8
2015-05-12powerpc/eeh: Introduce eeh_pe_inject_err()Gavin Shan3-0/+63
2015-05-12powerpc/eeh: Move PE state constants aroundGavin Shan2-5/+32
2015-05-11powerpc/powernv: Silence SYSPARAM warning on bootJoel Stanley1-16/+15
2015-05-11powerpc/vdso: Disable building the 32-bit VDSO on little endianMichael Ellerman3-3/+46
2015-05-11powerpc/vdso: Combine start/size variablesMichael Ellerman1-29/+26
2015-05-11powerpc/vdso: Remove unused debug codeMichael Ellerman1-44/+0
2015-05-11powerpc: Reject binutils 2.24 when building little endianMichael Ellerman1-0/+8
2015-05-11powerpc: Don't do gcc version checks if we're building with clangMichael Ellerman1-3/+6
2015-05-11powerpc: Show utsname->machine in boot-up bannerMichael Ellerman1-1/+2
2015-05-11powerpc/pasemi: Only the build the pasemi MSI code for PASEMI=yMichael Ellerman4-9/+8
2015-05-11powerpc: Make STRICT_MM_TYPECHECKS a config optionMichael Ellerman3-4/+10
2015-05-11powerpc/pseries: Fix possible leaked device node referenceNathan Fontenot1-2/+1
2015-05-11powerpc: Constify irq_domain_opsKrzysztof Kozlowski10-10/+10
2015-05-01powerpc/powernv: Restore non-volatile CRs after napSam Bobroff1-0/+2
2015-05-01powerpc/eeh: Delay probing EEH device during hotplugGavin Shan1-0/+6
2015-05-01powerpc/eeh: Fix race condition in pcibios_set_pcie_reset_state()Gavin Shan1-1/+4
2015-05-01powerpc/pseries: Correct cpu affinity for dlpar added cpusNathan Fontenot1-6/+4
2015-04-30Revert "powerpc/tm: Abort syscalls in active transactions"Michael Ellerman2-20/+1
2015-04-29powerpc/powernv: Fix early pci_controller_ops loading.Daniel Axtens1-1/+1
2015-04-29powerpc/kvm: Fix SMP=n build error in book3s_xics.cMichael Ellerman1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+11
2015-04-26Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds11-117/+137
2015-04-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds21-364/+1560