summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-09cxl: Remove cxl_get_phys_dev() kernel APIFrederic Barrat
2016-03-09cxlflash: Use new cxl_pci_read_adapter_vpd() APIFrederic Barrat
2016-03-09cxl: Add tracepoints around the cxl hcallChristophe Lombard
2016-03-09cxl: Adapter failure handlingChristophe Lombard
2016-03-09cxl: Support the cxl kernel API from a guestFrederic Barrat
2016-03-09cxl: Parse device tree and create cxl device(s) at bootFrederic Barrat
2016-03-09cxl: Support to flash a new image on the adapter from a guestChristophe Lombard
2016-03-09cxl: sysfs support for guestsChristophe Lombard
2016-03-09cxl: Add guest-specific codeChristophe Lombard
2016-03-09cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard
2016-03-09cxl: New hcalls to support cxl adaptersChristophe Lombard
2016-03-09powerpc: New possible return value from hcallChristophe Lombard
2016-03-09cxl: IRQ allocation for guestsFrederic Barrat
2016-03-09cxl: Update cxl_irq() prototypeFrederic Barrat
2016-03-09cxl: Isolate a few bare-metal-specific callsFrederic Barrat
2016-03-09cxl: Rename some bare-metal specific functionsFrederic Barrat
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat
2016-03-09cxl: Define process problem state area at attach time onlyFrederic Barrat
2016-03-09cxl: Move bare-metal specific code to specialized filesFrederic Barrat
2016-03-09cxl: Move common code away from bare-metal-specific filesChristophe Lombard
2016-03-09powerpc/eeh: eeh_pci_enable(): fix checking of post-request stateAndrew Donnellan
2016-03-09powerpc/eeh: Remove duplicated check in eeh_dump_pe_log()Gavin Shan
2016-03-09powerpc/eeh: Synchronize recovery in host/guestGavin Shan
2016-03-09powerpc/eeh: Don't remove passed VFsGavin Shan
2016-03-09powerpc/eeh: Don't propagate error to guestGavin Shan
2016-03-09powerpc/eeh: powerpc/eeh: Support error recovery for VF PEWei Yang
2016-03-09powerpc/powernv: Support PCI config restore for VFsWei Yang
2016-03-09powerpc/powernv: Support EEH reset for VF PEWei Yang
2016-03-09powerpc/eeh: Create PE for VFsWei Yang
2016-03-09powerpc/eeh: EEH device for VFWei Yang
2016-03-09powerpc/eeh: Cache normal BARs, not windows or IOV BARsWei Yang
2016-03-09powerpc/pci: Remove VFs prior to PFWei Yang
2016-03-09PCI: Add pcibios_bus_add_device() weak functionWei Yang
2016-03-09PCI/IOV: Rename and export virtfn_{add, remove}Wei Yang
2016-03-09powerpc/eeh: Reworked eeh_pe_bus_get()Gavin Shan
2016-03-03powerpc/mm: Move hash64 tlbflush code into a new headerAneesh Kumar K.V
2016-03-03powerpc/mm: Move hash related mmu-*.h headers to book3s/Aneesh Kumar K.V
2016-03-03powerpc/mm: add _PAGE_HASHPTE similar to 4K hashAneesh Kumar K.V
2016-03-03powerp/mm: Update code commentsAneesh Kumar K.V
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov
2016-03-03powerpc/mm: Switch book3s 64 with 64K page size to 4 level page tableAneesh Kumar K.V
2016-03-03powerpc/mm: Don't have conditional defines for real_pte_tAneesh Kumar K.V
2016-03-03powerpc/mm: Split pgtable types to separate headerAneesh Kumar K.V
2016-03-02powerpc: Add the ability to save VSX without giving it upCyril Bur
2016-03-02powerpc: Add the ability to save Altivec without giving it upCyril Bur
2016-03-02powerpc: Add the ability to save FPU without giving it upCyril Bur
2016-03-02powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in twoCyril Bur
2016-03-02powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur
2016-03-02powerpc: Explicitly disable math features when copying threadCyril Bur
2016-03-02selftests/powerpc: Test FPU and VMX regs in signal ucontextCyril Bur