summaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-10powerpc/perf/24x7: Eliminate domain suffix in event namesSukadev Bhattiprolu1-83/+66
2016-03-10powerpc/perf/hv-24x7: Display domain indices in sysfsSukadev Bhattiprolu2-0/+42
2016-03-10powerpc/perf/hv-24x7: Display change in counter valuesSukadev Bhattiprolu1-1/+12
2016-03-10powerpc/perf/hv-24x7: Fix usage with chip events.Sukadev Bhattiprolu1-4/+18
2016-03-10powerpc/perf: Export Power8 generic and cache events to sysfsSukadev Bhattiprolu3-38/+131
2016-03-10powerpc/perf: Remove PME_ prefix for power7 eventsSukadev Bhattiprolu2-10/+10
2016-03-09cxl: Ignore probes for virtual afu pci devicesVaibhav Jain3-0/+16
2016-03-09cxl: Remove cxl_get_phys_dev() kernel APIFrederic Barrat2-4/+0
2016-03-09cxlflash: Use new cxl_pci_read_adapter_vpd() APIFrederic Barrat2-17/+2
2016-03-09cxl: Add tracepoints around the cxl hcallChristophe Lombard2-0/+202
2016-03-09cxl: Adapter failure handlingChristophe Lombard7-35/+198
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-08powerpc/eeh: Synchronize recovery in host/guestGavin Shan1-0/+11
2016-03-08powerpc/eeh: Don't remove passed VFsGavin Shan1-0/+3
2016-03-08powerpc/eeh: Don't propagate error to guestGavin Shan1-5/+5
2016-03-08powerpc/eeh: powerpc/eeh: Support error recovery for VF PEWei Yang6-26/+127
2016-03-08powerpc/powernv: Support PCI config restore for VFsWei Yang2-3/+93
2016-03-08powerpc/powernv: Support EEH reset for VF PEWei Yang3-4/+133
2016-03-08powerpc/eeh: Create PE for VFsWei Yang3-2/+25
2016-03-08powerpc/eeh: EEH device for VFWei Yang2-0/+16
2016-03-08powerpc/eeh: Cache normal BARs, not windows or IOV BARsWei Yang1-6/+5
2016-03-08powerpc/pci: Remove VFs prior to PFWei Yang1-1/+1
2016-03-08PCI: Add pcibios_bus_add_device() weak functionWei Yang2-0/+4
2016-03-08PCI/IOV: Rename and export virtfn_{add, remove}Wei Yang2-5/+13
2016-03-08powerpc/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