summaryrefslogtreecommitdiff
path: root/drivers/misc/cxl
AgeCommit message (Expand)AuthorFilesLines
2020-08-21cxl: Fix kobject memleakWang Hai1-4/+1
2020-05-10cxl: Fix DAR check & use REGION_ID instead of opencodingAneesh Kumar K.V1-1/+1
2017-12-25cxl: Check if vphb exists before iterating over AFU devicesVaibhav Jain1-0/+13
2017-10-05cxl: Fix driver use countFrederic Barrat2-1/+11
2017-06-14cxl: Fix error path on bad ioctlFrederic Barrat1-5/+2
2016-09-15cxl: Enable PCI device ID for future IBM CXL adapterUma Krishnan1-0/+1
2016-09-15cxl: fix build for GCC 4.6.xBrian Norris1-1/+1
2016-09-15cxl: Fix DSI misses when the context owning task exitsVaibhav Jain5-37/+109
2016-09-15cxl: Fix possible idr warning when contexts are releasedVaibhav Jain4-12/+32
2016-05-05cxl: Keep IRQ mappings on context teardownMichael Neuling1-1/+0
2016-03-10cxl: Fix PSL timebase synchronization detectionFrederic Barrat1-1/+1
2016-03-04cxl: use correct operator when writing pcie config space valuesAndrew Donnellan1-1/+1
2015-12-08cxl: Set endianess of kernel contextsFrederic Barrat1-1/+1
2015-11-06Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus 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-04Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus 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
2015-08-22cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLEVaishali Thakkar1-1/+1
2015-08-20cxl: Allow release of contexts which have been OPENED but not STARTEDAndrew Donnellan1-1/+1
2015-08-18cxl: Add alternate MMIO error handlingIan Munsie3-2/+20
2015-08-17cxl: Plug irq_bitmap getting leaked in cxl_contextVaibhav Jain1-0/+4
2015-08-17cxl: Add CONFIG_CXL_EEH symbolDaniel Axtens1-1/+6
2015-08-14cxl: EEH supportDaniel Axtens3-0/+262
2015-08-14cxl: Allow the kernel to trust that an image won't change on PERST.Daniel Axtens4-0/+41
2015-08-14cxl: Don't remove AFUs/vPHBs in cxl_resetDaniel Axtens1-5/+0
2015-08-14cxl: Refactor AFU init/teardownDaniel Axtens1-38/+57
2015-08-14cxl: Refactor adaptor init/teardownDaniel Axtens1-53/+86
2015-08-14cxl: Clean up adapter MMIO unmap path.Daniel Axtens1-6/+18
2015-08-14cxl: Make IRQ release idempotentDaniel Axtens1-0/+9
2015-08-14cxl: Allocate and release the SPA with the AFUDaniel Axtens3-11/+27
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens5-12/+155
2015-08-14cxl: Convert MMIO read/write macros to inline functionsDaniel Axtens1-16/+35
2015-08-12cxl: sparse: Silence iomem warning in debugfs file creationDaniel Axtens1-1/+1
2015-08-12cxl: sparse: Make declarations staticDaniel Axtens2-4/+4
2015-08-11cxl: Compile with -WerrorDaniel Axtens1-0/+2
2015-08-06cxl: Don't ignore add_process_element() result when attaching contextDaniel Axtens1-3/+1
2015-08-05misc: cxl: clean up afu_read_config()Vladimir Zapolskiy1-6/+1