summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring48-302/+285
2017-08-23powerpc/vio: Use device_type to detect familyMichael Ellerman1-2/+2
2017-08-23Merge branch 'fixes' into nextMichael Ellerman4-5/+47
2017-08-17powerpc: Add const to bin_attribute structuresBhumika Goyal1-1/+1
2017-08-15powerpc/chrp: Store the intended structureJulia Lawall1-1/+1
2017-08-14powerpc/8xx: Fix two CONFIG_8xx left behindChristophe Leroy1-1/+1
2017-08-10powerpc/8xx: remove CONFIG_8xxChristophe Leroy1-5/+0
2017-08-10powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy2-2/+1
2017-08-10powerpc/8xx: Move mpc8xx_pic.c from sysdev to platform/8xxChristophe Leroy4-2/+184
2017-08-10powerpc/8xx: Move 8xx machine check handlers into platforms/8xxChristophe Leroy2-1/+38
2017-08-10powerpc/8xx: Simplify CONFIG_8xx checks in MakefileChristophe Leroy1-1/+1
2017-08-10powerpc/4xx: Move machine_check_4xx() into platforms/4xxMichael Ellerman2-1/+27
2017-08-10powerpc/4xx: Create 4xx pseudo-platform in platforms/4xxMichael Ellerman11-0/+4740
2017-08-10powerpc/44x: Move 44x machine check handlers into platforms/44xMichael Ellerman2-1/+90
2017-08-10powerpc/44x: Simplify CONFIG_44x checks in MakefileMichael Ellerman1-2/+2
2017-08-10powerpc/powernv: Add support to clear sensor groups dataShilpasri G Bhat4-1/+217
2017-08-10powerpc/powernv: Add support to set power-shifting-ratioShilpasri G Bhat4-1/+181
2017-08-10powerpc/powernv: Add support for powercap frameworkShilpasri G Bhat4-1/+251
2017-08-10powerpc/pseries: Don't print failure message in energy driverNicholas Piggin1-4/+3
2017-08-10powerpc/pseries: Check memory device state before onlining/offliningNathan Fontenot1-21/+32
2017-08-08powerpc/powernv/idle: Disable LOSE_FULL_CONTEXT states when stop-api failsGautham R. Shenoy1-3/+38
2017-08-08powerpc/powernv: Use darn instruction for get_random_seed() on Power9Matt Brown1-0/+39
2017-08-08powerpc/powernv: Enable PCI peer-to-peerFrederic Barrat4-2/+82
2017-08-03powerpc: Remove old unused icswx based coprocessor supportBenjamin Herrenschmidt1-38/+0
2017-08-02powerpc/83xx/mpc832x_rdb: fix of_irq_to_resource() error checkSergei Shtylyov1-1/+1
2017-08-01powerpc/powernv: Clear PECE1 in LPCR via stop-api only on HotplugGautham R. Shenoy2-9/+33
2017-07-31Merge tag 'v4.13-rc1' into fixesMichael Ellerman1-3/+19
2017-07-28powerpc/powernv/pci: Return failure for some uses of dma_set_mask()Alistair Popple1-0/+8
2017-07-26powerpc/pseries: Fix of_node_put() underflow during reconfig removeLaurent Vivier1-1/+0
2017-07-25powerpc/perf: Add nest IMC PMU supportAnju T Sudhakar1-0/+5
2017-07-25powerpc/powernv: Detect and create IMC deviceMadhavan Srinivasan3-0/+236
2017-07-24powerpc/powernv: Add IMC OPAL APIsMadhavan Srinivasan1-0/+3
2017-07-24powerpc/powernv: use memdup_userGeliang Tang1-10/+3
2017-07-24powerpc/pseries: Don't needlessly initialise rv to 0Michael Ellerman1-1/+1
2017-07-24powerpc/pseries: use memdup_user_nulGeliang Tang1-10/+3
2017-07-24powerpc/powernv: Get cpu only after validity checkSantosh Sivaraj1-1/+2
2017-07-21Merge tag 'powerpc-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2017-07-17powerpc/powernv: Fix boot on Power8 bare metal due to opal_configure_cores()Michael Ellerman1-1/+1
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+19
2017-07-11spufs: Implement show_optionsDavid Howells1-3/+19
2017-07-10powerpc/powernv: Tell OPAL about our MMU mode on POWER9Benjamin Herrenschmidt2-3/+27
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds17-113/+553
2017-07-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+6
2017-07-07Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-37/+19
2017-07-07powerpc/mm/hugetlb: add support for 1G huge pagesAneesh Kumar K.V1-0/+1
2017-07-07powerpc/hugetlb: enable hugetlb migration for ppc64Aneesh Kumar K.V1-0/+5
2017-07-04Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-43/+64
2017-07-04Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+4
2017-07-03powerpc/pseries: Fix passing of pp0 in updatepp() and updateboltedpp()Balbir Singh1-1/+10
2017-07-03Merge branch 'fixes' into nextMichael Ellerman5-31/+89