summaryrefslogtreecommitdiffstats
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-15cpuidle/powernv: Add support for POWER ISA v3 idle statesShreyas B. Prabhu1-0/+61
2016-07-15cpuidle/powernv: cleanup cpuidle-powernv.cShreyas B. Prabhu1-18/+20
2016-07-15cpuidle/powernv: Use CPUIDLE_STATE_MAX instead of MAX_POWERNV_IDLE_STATESShreyas B. Prabhu1-3/+1
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-14cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cardsAndrew Donnellan3-18/+251
2016-07-14PCI/hotplug: pnv_php: handle OPAL_PCI_SLOT_OFFLINE power stateAndrew Donnellan1-1/+1
2016-07-14PCI/hotplug: pnv_php: export symbols and move struct types needed by cxlAndrew Donnellan2-27/+33
2016-07-14cxl: Workaround PE=0 hardware limitation in Mellanox CX4Ian Munsie3-1/+4
2016-07-14cxl: Add support for interrupts on the Mellanox CX4Ian Munsie8-0/+202
2016-07-14cxl: Add preliminary workaround for CX4 interrupt limitationIan Munsie6-0/+53
2016-07-14cxl: Add kernel APIs to get & set the max irqs per contextIan Munsie2-0/+37
2016-07-14cxl: Add support for using the kernel API with a real PHBIan Munsie3-2/+22
2016-07-14powerpc/powernv: Add support for the cxl kernel api on the real phbIan Munsie4-1/+158
2016-07-14cxl: Do not create vPHB if there are no AFU configuration recordsIan Munsie2-0/+14
2016-07-14cxl: Allow a default context to be associated with an external pci_devIan Munsie7-28/+97
2016-07-14cxl: Move cxl_afu_get / cxl_afu_put to baseIan Munsie3-12/+17
2016-07-14cxl: Enable bus mastering for devices using CAPP DMA modeIan Munsie1-0/+3
2016-07-14cxl: Add cxl_slot_is_supported APIIan Munsie2-0/+52
2016-07-14powerpc/powernv: Split cxl code out into a separate fileIan Munsie4-156/+173
2016-07-14cxl: Use for_each_compatible_node() macroWei Yongjun1-3/+2
2016-07-14selftests/powerpc: Add a test for PROT_SAOMichael Ellerman4-1/+51
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