summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-09cxl: Support the cxl kernel API from a guestFrederic Barrat7-110/+203
2016-03-09cxl: Parse device tree and create cxl device(s) at bootFrederic Barrat1-0/+25
2016-03-09cxl: Support to flash a new image on the adapter from a guestChristophe Lombard8-5/+653
2016-03-09cxl: sysfs support for guestsChristophe Lombard5-25/+113
2016-03-09cxl: Add guest-specific codeChristophe Lombard10-11/+1525
2016-03-09cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard8-111/+164
2016-03-09cxl: New hcalls to support cxl adaptersChristophe Lombard5-2/+890
2016-03-09powerpc: New possible return value from hcallChristophe Lombard1-0/+1
2016-03-09cxl: IRQ allocation for guestsFrederic Barrat1-14/+64
2016-03-09cxl: Update cxl_irq() prototypeFrederic Barrat2-3/+2
2016-03-09cxl: Isolate a few bare-metal-specific callsFrederic Barrat4-11/+22
2016-03-09cxl: Rename some bare-metal specific functionsFrederic Barrat3-100/+104
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat11-120/+185
2016-03-09cxl: Define process problem state area at attach time onlyFrederic Barrat1-9/+2
2016-03-09cxl: Move bare-metal specific code to specialized filesFrederic Barrat5-244/+245
2016-03-09cxl: Move common code away from bare-metal-specific filesChristophe Lombard5-75/+84
2016-03-09powerpc/eeh: eeh_pci_enable(): fix checking of post-request stateAndrew Donnellan1-1/+1
2016-03-09powerpc/eeh: Remove duplicated check in eeh_dump_pe_log()Gavin Shan1-7/+0
2016-03-09powerpc/eeh: Synchronize recovery in host/guestGavin Shan1-0/+11
2016-03-09powerpc/eeh: Don't remove passed VFsGavin Shan1-0/+3
2016-03-09powerpc/eeh: Don't propagate error to guestGavin Shan1-5/+5
2016-03-09powerpc/eeh: powerpc/eeh: Support error recovery for VF PEWei Yang6-26/+127
2016-03-09powerpc/powernv: Support PCI config restore for VFsWei Yang2-3/+93
2016-03-09powerpc/powernv: Support EEH reset for VF PEWei Yang3-4/+133
2016-03-09powerpc/eeh: Create PE for VFsWei Yang3-2/+25
2016-03-09powerpc/eeh: EEH device for VFWei Yang2-0/+16
2016-03-09powerpc/eeh: Cache normal BARs, not windows or IOV BARsWei Yang1-6/+5
2016-03-09powerpc/pci: Remove VFs prior to PFWei Yang1-1/+1
2016-03-09PCI: Add pcibios_bus_add_device() weak functionWei Yang2-0/+4
2016-03-09PCI/IOV: Rename and export virtfn_{add, remove}Wei Yang2-5/+13
2016-03-09powerpc/eeh: Reworked eeh_pe_bus_get()Gavin Shan1-16/+12
2016-03-03powerpc/mm: Move hash64 tlbflush code into a new headerAneesh Kumar K.V2-91/+95
2016-03-03powerpc/mm: Move hash related mmu-*.h headers to book3s/Aneesh Kumar K.V13-12/+12
2016-03-03powerpc/mm: add _PAGE_HASHPTE similar to 4K hashAneesh Kumar K.V1-1/+1
2016-03-03powerp/mm: Update code commentsAneesh Kumar K.V2-3/+3
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov4-6/+30
2016-03-03powerpc/mm: Switch book3s 64 with 64K page size to 4 level page tableAneesh Kumar K.V8-64/+102
2016-03-03powerpc/mm: Don't have conditional defines for real_pte_tAneesh Kumar K.V2-22/+9
2016-03-03powerpc/mm: Split pgtable types to separate headerAneesh Kumar K.V2-103/+109
2016-03-02powerpc: Add the ability to save VSX without giving it upCyril Bur4-37/+30
2016-03-02powerpc: Add the ability to save Altivec without giving it upCyril Bur3-22/+17
2016-03-02powerpc: Add the ability to save FPU without giving it upCyril Bur3-19/+17
2016-03-02powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in twoCyril Bur3-1/+45
2016-03-02powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur6-14/+107
2016-03-02powerpc: Explicitly disable math features when copying threadCyril Bur1-0/+1
2016-03-02selftests/powerpc: Test FPU and VMX regs in signal ucontextCyril Bur4-1/+296
2016-03-02selftests/powerpc: Test preservation of FPU and VMX regs across preemptionCyril Bur6-3/+310
2016-03-02selftests/powerpc: Test the preservation of FPU and VMX regs across syscallCyril Bur8-1/+625
2016-03-02selftests/powerpc: Remove -flto from common CFLAGSSuraj Jitindar Singh1-1/+1
2016-03-02selftests/powerpc: Fix out of bounds access in TM signal testMichael Ellerman1-1/+1