aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds20-732/+4469
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-3/+2
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2016-03-09cxl: Ignore probes for virtual afu pci devicesVaibhav Jain3-0/+16
2016-03-09cxl: Remove cxl_get_phys_dev() kernel APIFrederic Barrat1-1/+0
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 Barrat6-110/+198
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 Lombard6-5/+574
2016-03-09cxl: sysfs support for guestsChristophe Lombard4-20/+108
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-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-02-29cxl: Fix PSL timebase synchronization detectionFrederic Barrat1-1/+1
2016-02-07misc: cxl: use kobj_to_dev()Geliang Tang1-3/+2
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+0
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds8-51/+145
2016-01-11cxl: Enable PCI device ID for future IBM CXL adapterUma Krishnan1-0/+1
2016-01-11cxl: use -Werror only with CONFIG_PPC_WERRORBrian Norris1-1/+2
2016-01-11cxl: fix build for GCC 4.6.xBrian Norris1-1/+1
2016-01-05cxl: Fix DSI misses when the context owning task exitsVaibhav Jain5-37/+109
2015-12-08cxl: Set endianess of kernel contextsFrederic Barrat1-1/+1
2015-11-24cxl: use correct operator when writing pcie config space valuesAndrew Donnellan1-1/+1
2015-11-24cxl: Fix possible idr warning when contexts are releasedVaibhav Jain4-12/+32
2015-11-05Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+2
2015-10-15cxl: Free virtual PHB when removingAndrew Donnellan1-0/+2
2015-10-07cxl: Fix number of allocated pages in SPAChristophe Lombard1-1/+1
2015-10-06cxl: Workaround malformed pcie packets on some cardsPhilippe Bergheaud1-0/+28
2015-10-01cxl: fix leak of ctx->mapping when releasing kernel API contextsAndrew Donnellan1-3/+10
2015-10-01cxl: fix leak of ctx->irq_bitmap when releasing context via kernel APIAndrew Donnellan2-2/+3
2015-10-01cxl: fix leak of IRQ names in cxl_free_afu_irqs()Andrew Donnellan3-1/+3
2015-09-23cxl: Fix lockdep warning while creating afu_err_buff attributeVaibhav Jain1-0/+2
2015-09-15cxl: Fix build failure due to -Wunused-variable behaviour changeIan Munsie1-1/+1
2015-09-15cxl: Fix unbalanced pci_dev_get in cxl_probeDaniel Axtens1-2/+0
2015-09-07cxl: abort cxl_pci_enable_device_hook() if PCI channel is offlineAndrew Donnellan1-0/+6
2015-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds14-205/+865
2015-08-30cxl: Set up and enable PSL TimebasePhilippe Bergheaud2-1/+61
2015-08-30cxl: Fix force unmapping mmaps of contexts allocated through the kernel apiIan Munsie3-3/+33
2015-08-30cxl: Fix + cleanup error paths in cxl_dev_context_initIan Munsie1-7/+12
2015-08-27cxl: Remove racy attempt to force EEH invocation in resetDaniel Axtens1-16/+0
2015-08-27cxl: Release irqs if memory allocation failsVaibhav Jain1-2/+5