aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-09qe/ic: fix a buffer overflow error and add check elsewhereZhao Qiang1-1/+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-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-07powerpc/ftrace: Add Kconfig & Make glue for mprofile-kernelTorsten Duwe3-0/+57
2016-03-07powerpc/ftrace: Add support for -mprofile-kernel ftrace ABITorsten Duwe5-20/+324
2016-03-07powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftraceTorsten Duwe3-9/+9
2016-03-07powerpc/ftrace: Use generic ftrace_modify_all_code()Torsten Duwe1-12/+5
2016-03-07powerpc/module: Create a special stub for ftrace_caller()Michael Ellerman1-1/+68
2016-03-07powerpc/module: Mark module stubs with a magic valueMichael Ellerman3-64/+31
2016-03-07powerpc/module: Only try to generate the ftrace_caller() stub onceMichael Ellerman4-14/+42
2016-03-07powerpc: Create a helper for getting the kernel toc valueMichael Ellerman2-10/+13
2016-03-05powerpc/fsl: Update fman dt binding with pcs-phy and tbi-phyIgal Liberman1-0/+40
2016-03-04powerpc/mpc85xx: Add CPU hotplug support for E6500chenhui zhao4-31/+124
2016-03-04powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao4-90/+118
2016-03-04powerpc/mpc85xx: refactor the PM operationschenhui zhao4-54/+127
2016-03-04powerpc/rcpm: add RCPM driverchenhui zhao9-0/+571