summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2015-04-11powerpc/powermac: move pmac_pci_probe_mode from setup.c to pci.cDaniel Axtens-18/+21
2015-04-11powerpc: move find_and_init_phbs() to pSeries specific codeDaniel Axtens-50/+47
2015-04-10powerpc: Drop return value of smp_ops->probe()Michael Ellerman-29/+12
2015-04-10powerpc/cell: Fix cell iommu after it_page_shift changesMichael Ellerman-1/+1
2015-04-10powerpc/cell: Fix crash in iic_setup_cpu() after per_cpu changesMichael Ellerman-1/+1
2015-04-10powerpc: Reword the "returning from prom_init" messageMichael Ellerman-2/+2
2015-04-10powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman-15/+10
2015-04-10powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabledMichael Ellerman-14/+16
2015-04-07powerpc/mm: Change setbat() to take a pgprot_t rather than flagsMichael Ellerman-2/+3
2015-04-07powerpc/mm: Remove duplicate declaration of setbat()Michael Ellerman-3/+0
2015-04-07powerpc: Remove the celleb supportMichael Ellerman-4580/+1
2015-04-07powerpc/powernv: Remove powernv RTAS supportMichael Ellerman-118/+19
2015-04-07Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/...Michael Ellerman-190/+139
2015-04-07Merge branch 'next-eeh' of git://git.kernel.org/pub/scm/linux/kernel/git/benh...Michael Ellerman-1648/+1652
2015-04-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman-284/+981
2015-03-31powerpc/corenet: enable CONFIG_I2C_MUX and CONFIG_I2C_MUX_PCA954xShengzhou Liu-0/+4
2015-03-31powerpc/t2080qds: fix rtc interruptShengzhou Liu-1/+1
2015-03-31powerpc/mpic: Remove WHOAMI readback after EOIBogdan Purcareata-1/+0
2015-03-31powerpc/mpc85xx: call k(un)map_atomic rather than k(un)mapYanjiang Jin-2/+2
2015-03-31powerpc: don't export static symbolJulia Lawall-25/+0
2015-03-31powerpc: book3e_64: fix the align size for paca_structKevin Hao-2/+2
2015-03-31powerpc/fsl-booke: Add T4080 SVR valueMadalin Bucur-0/+1
2015-03-31powerpc32/chrp: fix section mismatch warningLEROY Christophe-1/+1
2015-03-31powerpc/powernv: handle OPAL_SUCCESS return in opal_sensor_readCédric Le Goater-12/+20
2015-03-31powerpc/powernv: convert codes returned by OPAL callsCédric Le Goater-2/+25
2015-03-31powerpc: Use bool function return values of true/false not 1/0Joe Perches-6/+6
2015-03-31powerpc/powernv: Don't map M64 segments using M32DTGavin Shan-1/+2
2015-03-31powerpc/eeh: Fix PE#0 check in eeh_add_to_parent_pe()Gavin Shan-6/+7
2015-03-28selftests/powerpc: Add a test of the switch_endian() syscallMichael Ellerman-1/+214
2015-03-28powerpc: Add a proper syscall for switching endiannessMichael Ellerman-1/+30
2015-03-28powerpc/pseries: Simplify check for suspendability during suspend/migrationTyrel Datwyler-20/+17
2015-03-27cxl: Fix a typo in ABI documentationPhilippe Bergheaud-1/+1
2015-03-27powerpc/perf: add missing put_cpu_var in power_pmu_event_initJan Stancek-1/+3
2015-03-26Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/ben...Michael Ellerman-168/+71
2015-03-26powerpc/powernv: Avoid explicit endian conversions while parsing device treePreeti U Murthy-15/+20
2015-03-26ps3: Fix trivial typos in comment and debug messageYannick Guerrini-2/+2
2015-03-26powerpc/mm: Free string after creating kmem cacheYanjiang Jin-0/+1
2015-03-25powerpc/powernv: Add OPAL message notifier unregister functionNeelesh Gupta-0/+9
2015-03-25powerpc/powernv: Fix the overflow of OPAL message notifiers head arrayNeelesh Gupta-8/+4
2015-03-25powerpc/pmac: replace current->state by set_current_state()Fabian Frederick-2/+2
2015-03-25cpufreq/ppc: Add missing #include <asm/smp.h>Geert Uytterhoeven-0/+1
2015-03-25powerpc/pmac: Fix DT refcount imbalance in pmac_pic_probe_oldstyleGeert Uytterhoeven-0/+3
2015-03-25drivers/macintosh: Delete an unnecessary check before the function call "of_n...Markus Elfring-2/+1
2015-03-25powerpc/powernv: Support OPAL requested heartbeatBenjamin Herrenschmidt-0/+30
2015-03-25powerpc/powernv: Check image loaded or not before calling flashVasant Hegde-1/+5
2015-03-24powerpc: Remove unused st_le*() and ld_le* functionsDavid Gibson-26/+0
2015-03-24powerpc: Cleanup KVM emulated load/store endian handlingDavid Gibson-21/+19
2015-03-24powerpc: Remove arch specific byteswappers from the MXC MMC driverDavid Gibson-1/+1
2015-03-24media/bt8xx: Remove old powerpc cruftBenjamin Herrenschmidt-23/+0
2015-03-24powerpc/eeh: Remove device_node dependencyGavin Shan-81/+55