aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-01cxl: fix leak of ctx->irq_bitmap when releasing context via kernel APIAndrew Donnellan1-2/+0
2015-10-01cxl: fix leak of IRQ names in cxl_free_afu_irqs()Andrew Donnellan1-1/+1
2015-08-27cxl: Release irqs if memory allocation failsVaibhav Jain1-2/+5
2015-08-17cxl: Plug irq_bitmap getting leaked in cxl_contextVaibhav Jain1-0/+4
2015-08-14cxl: Make IRQ release idempotentDaniel Axtens1-0/+9
2015-08-12cxl: sparse: Make declarations staticDaniel Axtens1-2/+2
2015-07-13cxl: use more common format specifierRasmus Villemoes1-16/+16
2015-07-13cxl: Add explicit precision specifiersRasmus Villemoes1-2/+2
2015-06-03cxl: Move include file cxl.h -> cxl-base.hMichael Neuling1-1/+1
2015-06-03cxl: Split afu_register_irqs() functionMichael Neuling1-7/+24
2015-06-03cxl: Add cookie parameter to afu_release_irqs()Michael Neuling1-2/+2
2015-02-06cxl: Add missing return statement after handling AFU errrorIan Munsie1-0/+1
2015-01-22cxl: Add tracepointsIan Munsie1-0/+4
2015-01-22cxl: remove redundant increment of hwirqColin Ian King1-1/+1
2014-11-18cxl: Name interrupts in /proc/interruptMichael Neuling1-10/+88
2014-11-18cxl: Return error to PSL if IRQ demultiplexing fails & print clearer warningIan Munsie1-17/+29
2014-10-08cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie1-0/+402