summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/irq.c
Commit message (Expand)AuthorAgeFilesLines
* cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard2016-03-091-1/+1
* cxl: IRQ allocation for guestsFrederic Barrat2016-03-091-14/+64
* cxl: Update cxl_irq() prototypeFrederic Barrat2016-03-091-2/+1Star
* cxl: Introduce implementation-specific APIFrederic Barrat2016-03-091-8/+11
* cxl: Move bare-metal specific code to specialized filesFrederic Barrat2016-03-091-204/+1Star
* cxl: Move common code away from bare-metal-specific filesChristophe Lombard2016-03-091-7/+7
* cxl: fix leak of ctx->irq_bitmap when releasing context via kernel APIAndrew Donnellan2015-10-011-2/+0Star
* cxl: fix leak of IRQ names in cxl_free_afu_irqs()Andrew Donnellan2015-10-011-1/+1
* cxl: Release irqs if memory allocation failsVaibhav Jain2015-08-271-2/+5
* cxl: Plug irq_bitmap getting leaked in cxl_contextVaibhav Jain2015-08-171-0/+4
* cxl: Make IRQ release idempotentDaniel Axtens2015-08-141-0/+9
* cxl: sparse: Make declarations staticDaniel Axtens2015-08-121-2/+2
* cxl: use more common format specifierRasmus Villemoes2015-07-131-16/+16
* cxl: Add explicit precision specifiersRasmus Villemoes2015-07-131-2/+2
* cxl: Move include file cxl.h -> cxl-base.hMichael Neuling2015-06-031-1/+1
* cxl: Split afu_register_irqs() functionMichael Neuling2015-06-031-7/+24
* cxl: Add cookie parameter to afu_release_irqs()Michael Neuling2015-06-031-2/+2
* cxl: Add missing return statement after handling AFU errrorIan Munsie2015-02-061-0/+1
* cxl: Add tracepointsIan Munsie2015-01-221-0/+4
* cxl: remove redundant increment of hwirqColin Ian King2015-01-221-1/+1
* cxl: Name interrupts in /proc/interruptMichael Neuling2014-11-181-10/+88
* cxl: Return error to PSL if IRQ demultiplexing fails & print clearer warningIan Munsie2014-11-181-17/+29
* cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie2014-10-081-0/+402