summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLEVaishali Thakkar2015-08-221-1/+1
| * cxl: Allow release of contexts which have been OPENED but not STARTEDAndrew Donnellan2015-08-201-1/+1
| * cxl: Add alternate MMIO error handlingIan Munsie2015-08-183-2/+20
| * cxl: Plug irq_bitmap getting leaked in cxl_contextVaibhav Jain2015-08-171-0/+4
| * cxl: Add CONFIG_CXL_EEH symbolDaniel Axtens2015-08-171-1/+6
| * cxl: EEH supportDaniel Axtens2015-08-143-0/+262
| * cxl: Allow the kernel to trust that an image won't change on PERST.Daniel Axtens2015-08-144-0/+41
| * cxl: Don't remove AFUs/vPHBs in cxl_resetDaniel Axtens2015-08-141-5/+0Star
| * cxl: Refactor AFU init/teardownDaniel Axtens2015-08-141-38/+57
| * cxl: Refactor adaptor init/teardownDaniel Axtens2015-08-141-53/+86
| * cxl: Clean up adapter MMIO unmap path.Daniel Axtens2015-08-141-6/+18
| * cxl: Make IRQ release idempotentDaniel Axtens2015-08-141-0/+9
| * cxl: Allocate and release the SPA with the AFUDaniel Axtens2015-08-143-11/+27
| * cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens2015-08-145-12/+155
| * cxl: Convert MMIO read/write macros to inline functionsDaniel Axtens2015-08-141-16/+35
| * cxl: sparse: Silence iomem warning in debugfs file creationDaniel Axtens2015-08-121-1/+1
| * cxl: sparse: Make declarations staticDaniel Axtens2015-08-122-4/+4
| * cxl: Compile with -WerrorDaniel Axtens2015-08-101-0/+2
| * cxl: Don't ignore add_process_element() result when attaching contextDaniel Axtens2015-08-061-3/+1Star
| * cxl: Destroy afu->contexts_idr on release of an afuJohannes Thumshirn2015-07-161-0/+1
| * cxl: Destroy cxl_adapter_idr on module_exitJohannes Thumshirn2015-07-161-0/+1
| * cxl: use more common format specifierRasmus Villemoes2015-07-134-31/+31
| * cxl: Add explicit precision specifiersRasmus Villemoes2015-07-131-2/+2
* | misc: cxl: clean up afu_read_config()Vladimir Zapolskiy2015-08-051-6/+1Star
|/
* cxl: Check if afu is not null in cxl_slbiaDaniel Axtens2015-07-101-1/+1
* cxl: Fix off by one error allowing subsequent mmap page to be accessedIan Munsie2015-07-081-2/+2
* cxl: Fail mmap if requested mapping is larger than assigned problem state areaIan Munsie2015-07-081-1/+9
* cxl: Fix refcounting in kernel APIMichael Neuling2015-07-071-7/+5Star
* cxl: Test the correct mmio space before unmappingDaniel Axtens2015-07-061-1/+1
* cxl/vphb.c: Use phb pointer after NULL checkManinder Singh2015-07-061-1/+2
* cxl: Fix typo in debug printMichael Neuling2015-06-191-1/+1
* cxl: Add CXL_KERNEL_API config optionMichael Neuling2015-06-191-0/+5
* cxl: Reset default context for vPHB on releaseMichael Neuling2015-06-071-0/+1
* cxl: Add AFU virtual PHB and kernel APIMichael Neuling2015-06-035-4/+619