summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2016-07-17powerpc/irq: Add support for HV virtualization interruptsBenjamin Herrenschmidt4-0/+24
2016-07-17powerpc/book64s: Move a few exception common handlers to make roomBenjamin Herrenschmidt1-8/+9
2016-07-15powerpc/powernv: Add XICS emulation APIsBenjamin Herrenschmidt3-1/+14
2016-07-15powerpc/powernv: Use deepest stop state when cpu is offlinedShreyas B. Prabhu3-3/+17
2016-07-15powerpc/powernv: Add platform support for stop instructionShreyas B. Prabhu8-66/+332
2016-07-15powerpc/powernv: abstraction for saving SPRs before entering deep idle statesShreyas B. Prabhu1-22/+32
2016-07-15powerpc/powernv: Make pnv_powersave_common more genericShreyas B. Prabhu1-9/+14
2016-07-15powerpc/powernv: Rename reusable idle functions to hardware agnostic namesShreyas B. Prabhu3-22/+23
2016-07-15powerpc/powernv: Rename idle_power7.S to idle_book3s.SShreyas B. Prabhu2-1/+1
2016-07-15powerpc/kvm: make hypervisor state restore a functionShreyas B. Prabhu2-54/+46
2016-07-15powerpc/powernv: Use PNV_THREAD_WINKLE macro while requesting for winkleShreyas B. Prabhu1-1/+1
2016-07-15powerpc/lib: Clarify that adde is an instruction and we mean pluralStewart Smith1-6/+6
2016-07-15powerpc/pseries: Remove call to memblock_add()Nathan Fontenot1-27/+10
2016-07-15powerpc/pseries: Auto-online hotplugged memoryNathan Fontenot2-14/+1
2016-07-15powerpc/pseries: Dynamic add entires to associativity lookup arrayNathan Fontenot1-27/+68
2016-07-15powerpc/pseries: Move property cloning into its own routineNathan Fontenot1-12/+26
2016-07-15powerpc/pseries: HVC early debug options should depend on HVC_CONSOLEMichael Ellerman1-2/+2
2016-07-15powerpc/tm: Fix stack pointer corruption in __tm_recheckpoint()Michael Neuling1-2/+1
2016-07-15Merge tag 'powerpc-4.7-5' into nextMichael Ellerman18-69/+201
2016-07-14powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens33-55/+60
2016-07-14powerpc/sparse: Pass endianness to sparseDaniel Axtens1-0/+5
2016-07-14powerpc/kvm: Clarify __user annotationsDaniel Axtens1-1/+2
2016-07-14powerpc/pmac/smp: Add missing FROZEN hotplug notifier transitionsAnna-Maria Gleixner1-2/+1
2016-07-14PCI/hotplug: pnv_php: export symbols and move struct types needed by cxlAndrew Donnellan1-0/+28
2016-07-14cxl: Add support for interrupts on the Mellanox CX4Ian Munsie3-0/+90
2016-07-14powerpc/powernv: Add support for the cxl kernel api on the real phbIan Munsie4-1/+158
2016-07-14powerpc/powernv: Split cxl code out into a separate fileIan Munsie4-156/+173
2016-07-14powerpc/xmon: Dump ISA 2.07 SPRsMichael Ellerman2-0/+45
2016-07-14powerpc/xmon: Dump ISA 2.06 SPRsMichael Ellerman1-0/+31
2016-07-14powerpc/xmon: Adjust spacing of existing SPRs to make room for moreMichael Ellerman1-5/+6
2016-07-14powerpc/xmon: Move static regno into its only userMichael Ellerman1-1/+1
2016-07-14powerpc/xmon: Remove unused externsMichael Ellerman1-5/+0
2016-07-14powerpc/crash: Rearrange loop condition to avoid out of bounds array accessSuraj Jitindar Singh1-1/+1
2016-07-13powerpc: Don't test for machine type in smp_setup_cpu_maps()Benjamin Herrenschmidt1-1/+1
2016-07-13powerpc/rtas: Don't test for machine type in rtas_initialize()Benjamin Herrenschmidt1-1/+1
2016-07-13powerpc/85xx/mpc85xx_rdb: Don't use the flat device-tree after bootBenjamin Herrenschmidt1-2/+1
2016-07-13powerpc/85xx/mpc85xx_ds: Don't use the flat device-tree after bootBenjamin Herrenschmidt1-3/+1
2016-07-13powerpc/85xx/ge_imp3a: Don't use the flat device-tree after bootBenjamin Herrenschmidt1-2/+1
2016-07-13powerpc/cell: Don't use flat device-tree after bootBenjamin Herrenschmidt1-2/+1
2016-07-11powerpc: Move epapr_paravirt_early_init() to early_init_devtree()Benjamin Herrenschmidt3-6/+2
2016-07-11powerpc: Add comment explaining the purpose of setup_kdump_trampoline()Benjamin Herrenschmidt1-2/+4
2016-07-11powerpc: Update obsolete comments in setup_32.c about entry conditionsBenjamin Herrenschmidt1-3/+5
2016-07-08powerpc/configs: Remove old symbols from defconfigsAndrew Donnellan96-253/+84
2016-07-08powerpc: Fix typo in comment reference to CONFIG_TRACE_IRQFLAGSAndrew Donnellan1-1/+1
2016-07-08powerpc/ps3: Fix typo in comment reference to CONFIG_PS3_REPOSITORY_WRITEAndrew Donnellan1-1/+1
2016-07-08powerpc/eeh: Fix pr_debug()s in eeh_cache.cAndrew Donnellan1-4/+4
2016-07-08powerpc/opal: Wake up kopald polling thread before waiting for eventsBenjamin Herrenschmidt3-2/+17
2016-07-08powerpc: Add MTD_BLOCK to powernv_defconfigMichael Neuling1-0/+1
2016-07-08powerpc/pseries: start rtasd before PCI probingGreg Kurz1-5/+17
2016-07-07powerpc/pci: Assign fixed PHB number based on device-tree propertiesGuilherme G. Piccoli1-3/+51