summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-1920-732/+4469
|\
| * cxl: Ignore probes for virtual afu pci devicesVaibhav Jain2016-03-093-0/+16
| * cxl: Remove cxl_get_phys_dev() kernel APIFrederic Barrat2016-03-091-1/+0Star
| * cxl: Add tracepoints around the cxl hcallChristophe Lombard2016-03-092-0/+202
| * cxl: Adapter failure handlingChristophe Lombard2016-03-097-35/+198
| * cxl: Support the cxl kernel API from a guestFrederic Barrat2016-03-096-110/+198
| * cxl: Parse device tree and create cxl device(s) at bootFrederic Barrat2016-03-091-0/+25
| * cxl: Support to flash a new image on the adapter from a guestChristophe Lombard2016-03-096-5/+574
| * cxl: sysfs support for guestsChristophe Lombard2016-03-094-20/+108
| * cxl: Add guest-specific codeChristophe Lombard2016-03-0910-11/+1525
| * cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard2016-03-098-111/+164
| * cxl: New hcalls to support cxl adaptersChristophe Lombard2016-03-095-2/+890
| * cxl: IRQ allocation for guestsFrederic Barrat2016-03-091-14/+64
| * cxl: Update cxl_irq() prototypeFrederic Barrat2016-03-092-3/+2Star
| * cxl: Isolate a few bare-metal-specific callsFrederic Barrat2016-03-094-11/+22
| * cxl: Rename some bare-metal specific functionsFrederic Barrat2016-03-093-100/+104
| * cxl: Introduce implementation-specific APIFrederic Barrat2016-03-0911-120/+185
| * cxl: Define process problem state area at attach time onlyFrederic Barrat2016-03-091-9/+2Star
| * cxl: Move bare-metal specific code to specialized filesFrederic Barrat2016-03-095-244/+245
| * cxl: Move common code away from bare-metal-specific filesChristophe Lombard2016-03-095-75/+84
* | Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-171-3/+2Star
|\ \
| * | misc: cxl: use kobj_to_dev()Geliang Tang2016-02-081-3/+2Star
| |/
* | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-1/+0Star
|\ \
| * | PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas2016-02-051-1/+0Star
| |/
* / cxl: Fix PSL timebase synchronization detectionFrederic Barrat2016-02-291-1/+1
|/
* Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-158-51/+145
|\
| * cxl: Enable PCI device ID for future IBM CXL adapterUma Krishnan2016-01-111-0/+1
| * cxl: use -Werror only with CONFIG_PPC_WERRORBrian Norris2016-01-111-1/+2
| * cxl: fix build for GCC 4.6.xBrian Norris2016-01-111-1/+1
| * cxl: Fix DSI misses when the context owning task exitsVaibhav Jain2016-01-055-37/+109
| * cxl: use correct operator when writing pcie config space valuesAndrew Donnellan2015-11-241-1/+1
| * cxl: Fix possible idr warning when contexts are releasedVaibhav Jain2015-11-244-12/+32
* | cxl: Set endianess of kernel contextsFrederic Barrat2015-12-081-1/+1
|/
* Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-11-061-0/+2
|\
| * cxl: Free virtual PHB when removingAndrew Donnellan2015-10-151-0/+2
* | cxl: Fix number of allocated pages in SPAChristophe Lombard2015-10-071-1/+1
* | cxl: Workaround malformed pcie packets on some cardsPhilippe Bergheaud2015-10-061-0/+28
* | cxl: fix leak of ctx->mapping when releasing kernel API contextsAndrew Donnellan2015-10-011-3/+10
* | cxl: fix leak of ctx->irq_bitmap when releasing context via kernel APIAndrew Donnellan2015-10-012-2/+3
* | cxl: fix leak of IRQ names in cxl_free_afu_irqs()Andrew Donnellan2015-10-013-1/+3
|/
* cxl: Fix lockdep warning while creating afu_err_buff attributeVaibhav Jain2015-09-231-0/+2
* cxl: Fix build failure due to -Wunused-variable behaviour changeIan Munsie2015-09-151-1/+1
* cxl: Fix unbalanced pci_dev_get in cxl_probeDaniel Axtens2015-09-151-2/+0Star
* cxl: abort cxl_pci_enable_device_hook() if PCI channel is offlineAndrew Donnellan2015-09-071-0/+6
* Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-0414-205/+865
|\
| * cxl: Set up and enable PSL TimebasePhilippe Bergheaud2015-08-302-1/+61
| * cxl: Fix force unmapping mmaps of contexts allocated through the kernel apiIan Munsie2015-08-303-3/+33
| * cxl: Fix + cleanup error paths in cxl_dev_context_initIan Munsie2015-08-301-7/+12
| * cxl: Remove racy attempt to force EEH invocation in resetDaniel Axtens2015-08-271-16/+0Star
| * cxl: Release irqs if memory allocation failsVaibhav Jain2015-08-271-2/+5