aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-26Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into testMichael Ellerman13-168/+71
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_node_put"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/pseries: Introduce api_version to migration sysfs interfaceTyrel Datwyler1-1/+16
2015-03-23powerpc/32: %pF is only for function pointersScott Wood1-1/+1
2015-03-23powerpc: use kbuild generic-y where possibleFabian Frederick4-5/+3
2015-03-23powerpc/powernv: Fix return value from power7_nap() et al.Paul Mackerras1-0/+1
2015-03-23powerpc: Spelling s/embeeded/embedded/Geert Uytterhoeven1-1/+1
2015-03-23powerpc: Convert relocs_check to a shell script using grepStephen Rothwell3-68/+61
2015-03-23powerpc/rtas: Make timestamp related code y2038-safeHari Bathini3-9/+10
2015-03-23powerpc/powernv: Add pstore support on powernvHari Bathini2-2/+33
2015-03-23pstore: Add pstore type id for PPC64 opal nvram partitionHari Bathini2-0/+4
2015-03-23powerpc/nvram: Move generic code for nvram and pstoreHari Bathini6-663/+715
2015-03-23powerpc/numa: Reset node_possible_map to only node_online_mapNishanth Aravamudan1-0/+7
2015-03-20powerpc/kernel: Rename copy_thread() 'arg' argument to 'kthread_arg'Alex Dowad1-2/+7
2015-03-18selftests/powerpc: Rename TARGETS in powerpc selftests makefileMichael Ellerman1-6/+6
2015-03-18selftests/powerpc: Add test for VPHNGreg Kurz7-1/+430
2015-03-18powerpc/vphn: parsing code rewriteGreg Kurz2-20/+40
2015-03-18powerpc/vphn: move VPHN parsing logic to a separate fileGreg Kurz4-58/+70
2015-03-18powerpc/vphn: move endianness fixing to vphn_unpack_associativity()Greg Kurz1-4/+6
2015-03-18powerpc/vphn: clarify the H_HOME_NODE_ASSOCIATIVITY APIGreg Kurz1-2/+6
2015-03-17powerpc: kill PPC_OFKevin Hao3-6/+3
2015-03-17fbdev: kconfig: replace PPC_OF with PPCKevin Hao1-1/+1
2015-03-17fbdev: remove the unnecessary includes of ppc specific header filesKevin Hao1-4/+0
2015-03-17fbdev: riva: remove the dependency on PPC_OFKevin Hao1-10/+7
2015-03-17fbdev: nvidia: remove the dependency on PPC_OFKevin Hao4-17/+1
2015-03-17fbdev: imsttfb: remove the dependency on PPC_OFKevin Hao1-5/+1
2015-03-17fbdev: radeon: replace PPC_OF with PPCKevin Hao5-33/+33
2015-03-17fbdev: aty128fb: replace PPC_OF with PPCKevin Hao1-2/+2
2015-03-17sata_svw: remove the dependency on PPC_OFKevin Hao1-10/+1
2015-03-17powerpc/powermac: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-1/+1
2015-03-17selftests/powerpc: Build the copyloops with -maltivecMichael Ellerman1-0/+1
2015-03-17powerpc/via-pmu: fix OF node leak in Keylargo initPhil Carmody1-0/+1
2015-03-17powerpc/via-pmu: fix error path in find_via_pmu()Phil Carmody1-9/+11
2015-03-17powerpc: Remove duplicate cacheable_memcpy/memzero functionsKyle Moffett5-145/+3
2015-03-17powerpc/book3s: Fix flush_tlb cpu_spec hook to take a generic argument.Mahesh Salgaonkar6-15/+65