summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl
AgeCommit message (Expand)Author
2015-10-07cxl: Fix number of allocated pages in SPAChristophe Lombard
2015-10-06cxl: Workaround malformed pcie packets on some cardsPhilippe Bergheaud
2015-10-01cxl: fix leak of ctx->mapping when releasing kernel API contextsAndrew Donnellan
2015-10-01cxl: fix leak of ctx->irq_bitmap when releasing context via kernel APIAndrew Donnellan
2015-10-01cxl: fix leak of IRQ names in cxl_free_afu_irqs()Andrew Donnellan
2015-09-23cxl: Fix lockdep warning while creating afu_err_buff attributeVaibhav Jain
2015-09-15cxl: Fix build failure due to -Wunused-variable behaviour changeIan Munsie
2015-09-15cxl: Fix unbalanced pci_dev_get in cxl_probeDaniel Axtens
2015-09-07cxl: abort cxl_pci_enable_device_hook() if PCI channel is offlineAndrew Donnellan
2015-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2015-08-30cxl: Set up and enable PSL TimebasePhilippe Bergheaud
2015-08-30cxl: Fix force unmapping mmaps of contexts allocated through the kernel apiIan Munsie
2015-08-30cxl: Fix + cleanup error paths in cxl_dev_context_initIan Munsie
2015-08-27cxl: Remove racy attempt to force EEH invocation in resetDaniel Axtens
2015-08-27cxl: Release irqs if memory allocation failsVaibhav Jain
2015-08-22cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLEVaishali Thakkar
2015-08-20cxl: Allow release of contexts which have been OPENED but not STARTEDAndrew Donnellan
2015-08-18cxl: Add alternate MMIO error handlingIan Munsie
2015-08-17cxl: Plug irq_bitmap getting leaked in cxl_contextVaibhav Jain
2015-08-17cxl: Add CONFIG_CXL_EEH symbolDaniel Axtens
2015-08-14cxl: EEH supportDaniel Axtens
2015-08-14cxl: Allow the kernel to trust that an image won't change on PERST.Daniel Axtens
2015-08-14cxl: Don't remove AFUs/vPHBs in cxl_resetDaniel Axtens
2015-08-14cxl: Refactor AFU init/teardownDaniel Axtens
2015-08-14cxl: Refactor adaptor init/teardownDaniel Axtens
2015-08-14cxl: Clean up adapter MMIO unmap path.Daniel Axtens
2015-08-14cxl: Make IRQ release idempotentDaniel Axtens
2015-08-14cxl: Allocate and release the SPA with the AFUDaniel Axtens
2015-08-14cxl: Drop commands if the PCI channel is not in normal stateDaniel Axtens
2015-08-14cxl: Convert MMIO read/write macros to inline functionsDaniel Axtens
2015-08-12cxl: sparse: Silence iomem warning in debugfs file creationDaniel Axtens
2015-08-12cxl: sparse: Make declarations staticDaniel Axtens
2015-08-11cxl: Compile with -WerrorDaniel Axtens
2015-08-06cxl: Don't ignore add_process_element() result when attaching contextDaniel Axtens
2015-08-05misc: cxl: clean up afu_read_config()Vladimir Zapolskiy
2015-07-16cxl: Destroy afu->contexts_idr on release of an afuJohannes Thumshirn
2015-07-16cxl: Destroy cxl_adapter_idr on module_exitJohannes Thumshirn
2015-07-13cxl: use more common format specifierRasmus Villemoes
2015-07-13cxl: Add explicit precision specifiersRasmus Villemoes
2015-07-10cxl: Check if afu is not null in cxl_slbiaDaniel Axtens
2015-07-08cxl: Fix off by one error allowing subsequent mmap page to be accessedIan Munsie
2015-07-08cxl: Fail mmap if requested mapping is larger than assigned problem state areaIan Munsie
2015-07-07cxl: Fix refcounting in kernel APIMichael Neuling
2015-07-06cxl: Test the correct mmio space before unmappingDaniel Axtens
2015-07-06cxl/vphb.c: Use phb pointer after NULL checkManinder Singh
2015-06-19cxl: Fix typo in debug printMichael Neuling
2015-06-19cxl: Add CXL_KERNEL_API config optionMichael Neuling
2015-06-07cxl: Reset default context for vPHB on releaseMichael Neuling
2015-06-03cxl: Add AFU virtual PHB and kernel APIMichael Neuling
2015-06-03cxl: Export file ops for use by APIMichael Neuling