summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2013-11-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds9-0/+11
2013-11-21powerpc/pseries: Fix SMP=n build of rng.cMichael Ellerman1-0/+1
2013-11-21powerpc: Make cpu_to_chip_id() available when SMP=nMichael Ellerman1-0/+1
2013-11-21powerpc: booke: Fix build failuresAneesh Kumar K.V7-0/+9
2013-11-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds4-9/+82
2013-11-21powerpc: Add CONFIG_CPU_LITTLE_ENDIAN kernel config option.Anton Blanchard1-0/+11
2013-11-21pseries: Add H_SET_MODE to change exception endiannessAnton Blanchard2-0/+59
2013-11-21powerpc/pseries: Fix endian issues in pseries EEH codeAnton Blanchard1-9/+12
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2-4/+4
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-27/+16
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-67/+30
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds31-36/+62
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring3-0/+3
2013-11-09new helper: dump_align()Al Viro1-1/+1
2013-11-09spufs: get rid of dump_emit() wrappersAl Viro1-49/+20
2013-11-09switch elf_coredump_extra_notes_write() to dump_emit()Al Viro3-30/+22
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring7-36/+27
2013-11-06powerpc/powernv: Reserve the correct PE numberGavin Shan3-16/+17
2013-11-06powerpc/powernv: Add PE to its own PELTVGavin Shan1-1/+11
2013-11-06powerpc/powernv: Add support for indirect XSCOM via debugfsBenjamin Herrenschmidt1-0/+23
2013-11-06powerpc/scom: Enable 64-bit addressesBenjamin Herrenschmidt2-5/+5
2013-11-04Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt3-15/+10
2013-10-31powerpc/nvram: Fix endian issue when reading the NVRAM sizeCedric Le Goater2-4/+4
2013-10-31powerpc/nvram: Scan partitions only onceCedric Le Goater1-3/+3
2013-10-31powerpc/mpc512x: remove unnecessary #ifBrian Norris1-14/+7
2013-10-31powerpc/52xx: fix build breakage for MPC5200 LPBFIFO moduleAnatolij Gustschin1-1/+1
2013-10-31Kind of revert "powerpc: 52xx: provide a default in mpc52xx_irqhost_map()"Wolfram Sang1-3/+2
2013-10-31powerpc/mpc512x: silence build warning upon disabled DIUGerhard Sittig1-0/+3
2013-10-30powerpc/powernv: Code update interfaceVasant Hegde4-1/+676
2013-10-30powerpc/powernv: Create opal sysfs directoryVasant Hegde1-0/+19
2013-10-30powerpc: Use 32 bit loads and stores when operating on condition register valuesAnton Blanchard1-2/+2
2013-10-30powerpc: Use -mcpu=power7 on ppc64 little endian buildsAnton Blanchard1-4/+5
2013-10-30powerpc/pseries: Fix endian issues in pseries iommu codeAnton Blanchard1-29/+30
2013-10-30powerpc: Add includes to fix powernv/rng.c buildStephen Rothwell1-0/+3
2013-10-29powerpc/p1010rdb: add P1010RDB-PB platform supportZhao Qiang1-0/+2
2013-10-29arch/powerpc/platforms/83xx: Remove obsolete cleanup for clientdataWolfram Sang1-1/+0
2013-10-29powerpc/6xx: add missing iounmap() on error in hlwd_pic_init()Wei Yongjun1-0/+1
2013-10-29powerpc/85xx: use one kernel option for all the CoreNet_Generic boardsKevin Hao1-101/+10
2013-10-29powerpc/85xx: rename the corenet_ds.c to corenet_generic.cKevin Hao2-7/+7
2013-10-29powerpc/85xx: introduce corenet_generic machineKevin Hao11-656/+97
2013-10-29powerpc/b4qds: enable coreintScott Wood1-5/+0
2013-10-28Merge branch 'acpi-hotplug'Rafael J. Wysocki1-27/+16
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding2-6/+5
2013-10-24of/irq: Refactor interrupt-map parsingGrant Likely1-2/+4
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely6-12/+7
2013-10-24of/irq: Replace of_irq with of_phandle_argsGrant Likely7-28/+23
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely7-7/+7
2013-10-14treewide: fix "distingush" typoMichael Opdenacker1-1/+1
2013-10-11Merge branch 'for-kvm' into nextBenjamin Herrenschmidt3-19/+75