summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-10powerpc: Drop return value of smp_ops->probe()Michael Ellerman2-3/+3
2015-04-10powerpc/cell: Fix cell iommu after it_page_shift changesMichael Ellerman1-1/+1
2015-04-10powerpc/cell: Fix crash in iic_setup_cpu() after per_cpu changesMichael Ellerman1-1/+1
2015-04-10powerpc: Reword the "returning from prom_init" messageMichael Ellerman1-2/+2
2015-04-10powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman7-15/+10
2015-04-10powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabledMichael Ellerman8-14/+16
2015-04-07powerpc/mm: Change setbat() to take a pgprot_t rather than flagsMichael Ellerman2-2/+3
2015-04-07powerpc/mm: Remove duplicate declaration of setbat()Michael Ellerman1-3/+0
2015-04-07powerpc: Remove the celleb supportMichael Ellerman31-4580/+1
2015-04-07powerpc/powernv: Remove powernv RTAS supportMichael Ellerman4-118/+19
2015-04-01powerpc/corenet: enable CONFIG_I2C_MUX and CONFIG_I2C_MUX_PCA954xShengzhou Liu2-0/+4
2015-04-01powerpc/t2080qds: fix rtc interruptShengzhou Liu1-1/+1
2015-04-01powerpc/mpic: Remove WHOAMI readback after EOIBogdan Purcareata1-1/+0
2015-04-01powerpc/mpc85xx: call k(un)map_atomic rather than k(un)mapYanjiang Jin1-2/+2
2015-04-01powerpc: don't export static symbolJulia Lawall1-25/+0
2015-04-01powerpc: book3e_64: fix the align size for paca_structKevin Hao1-2/+2
2015-04-01powerpc/fsl-booke: Add T4080 SVR valueMadalin Bucur1-0/+1
2015-03-31powerpc32/chrp: fix section mismatch warningLEROY Christophe1-1/+1
2015-03-31powerpc/powernv: handle OPAL_SUCCESS return in opal_sensor_readCédric Le Goater1-12/+20
2015-03-31powerpc/powernv: convert codes returned by OPAL callsCédric Le Goater3-2/+25
2015-03-31powerpc: Use bool function return values of true/false not 1/0Joe Perches4-6/+6
2015-03-31powerpc/powernv: Don't map M64 segments using M32DTGavin Shan1-1/+2
2015-03-31powerpc/eeh: Fix PE#0 check in eeh_add_to_parent_pe()Gavin Shan1-6/+7
2015-03-28selftests/powerpc: Add a test of the switch_endian() syscallMichael Ellerman6-1/+214
2015-03-28powerpc: Add a proper syscall for switching endiannessMichael Ellerman8-1/+30
2015-03-28powerpc/pseries: Simplify check for suspendability during suspend/migrationTyrel Datwyler3-20/+17
2015-03-27cxl: Fix a typo in ABI documentationPhilippe Bergheaud1-1/+1
2015-03-27powerpc/perf: add missing put_cpu_var in power_pmu_event_initJan Stancek1-1/+3
2015-03-26powerpc/powernv: Avoid explicit endian conversions while parsing device treePreeti U Murthy1-15/+20
2015-03-26ps3: Fix trivial typos in comment and debug messageYannick Guerrini1-2/+2
2015-03-26powerpc/mm: Free string after creating kmem cacheYanjiang Jin1-0/+1
2015-03-25powerpc/powernv: Add OPAL message notifier unregister functionNeelesh Gupta2-0/+9
2015-03-25powerpc/powernv: Fix the overflow of OPAL message notifiers head arrayNeelesh Gupta1-8/+4
2015-03-25powerpc/pmac: replace current->state by set_current_state()Fabian Frederick1-2/+2
2015-03-25cpufreq/ppc: Add missing #include <asm/smp.h>Geert Uytterhoeven1-0/+1
2015-03-25powerpc/pmac: Fix DT refcount imbalance in pmac_pic_probe_oldstyleGeert Uytterhoeven1-0/+3
2015-03-25drivers/macintosh: Delete an unnecessary check before the function call "of_n...Markus Elfring1-2/+1
2015-03-25powerpc/powernv: Support OPAL requested heartbeatBenjamin Herrenschmidt1-0/+30
2015-03-25powerpc/powernv: Check image loaded or not before calling flashVasant Hegde1-1/+5
2015-03-24powerpc: Remove unused st_le*() and ld_le* functionsDavid Gibson1-26/+0
2015-03-24powerpc: Cleanup KVM emulated load/store endian handlingDavid Gibson2-21/+19
2015-03-24powerpc: Remove arch specific byteswappers from the MXC MMC driverDavid Gibson1-1/+1
2015-03-24media/bt8xx: Remove old powerpc cruftBenjamin Herrenschmidt2-23/+0
2015-03-24powerpc/eeh: Remove device_node dependencyGavin Shan9-81/+55
2015-03-24powerpc/eeh: Replace device_node with pci_dn in eeh_opsGavin Shan5-97/+87
2015-03-24powerpc/eeh: Do probe on pci_dnGavin Shan8-138/+172
2015-03-24powerpc/eeh: Create eeh_dev from pci_dn instead of device_nodeGavin Shan6-11/+69
2015-03-24powerpc/pci: Trace more information from pci_dnGavin Shan2-0/+13
2015-03-24powerpc/powernv: Use pci_dn, not device_node, in PCI config accessorGavin Shan3-47/+40
2015-03-24powerpc/pci: Refactor pci_dnGavin Shan3-6/+141