aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/cxl/irq.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-08cxl: Refine slice error debug messagesGravatar Philippe Bergheaud 1-0/+29
2016-07-08cxl: Fix NULL pointer dereference on kernel contexts with no AFU interruptsGravatar Ian Munsie 1-3/+0
2016-04-27cxl: Keep IRQ mappings on context teardownGravatar Michael Neuling 1-1/+0
2016-03-09cxl: Separate bare-metal fields in adapter and AFU data structuresGravatar Christophe Lombard 1-1/+1
2016-03-09cxl: IRQ allocation for guestsGravatar Frederic Barrat 1-14/+64
2016-03-09cxl: Update cxl_irq() prototypeGravatar Frederic Barrat 1-2/+1
2016-03-09cxl: Introduce implementation-specific APIGravatar Frederic Barrat 1-8/+11
2016-03-09cxl: Move bare-metal specific code to specialized filesGravatar Frederic Barrat 1-204/+1
2016-03-09cxl: Move common code away from bare-metal-specific filesGravatar Christophe Lombard 1-7/+7
2015-10-01cxl: fix leak of ctx->irq_bitmap when releasing context via kernel APIGravatar Andrew Donnellan 1-2/+0
2015-10-01cxl: fix leak of IRQ names in cxl_free_afu_irqs()Gravatar Andrew Donnellan 1-1/+1
2015-08-27cxl: Release irqs if memory allocation failsGravatar Vaibhav Jain 1-2/+5
2015-08-17cxl: Plug irq_bitmap getting leaked in cxl_contextGravatar Vaibhav Jain 1-0/+4
2015-08-14cxl: Make IRQ release idempotentGravatar Daniel Axtens 1-0/+9
2015-08-12cxl: sparse: Make declarations staticGravatar Daniel Axtens 1-2/+2
2015-07-13cxl: use more common format specifierGravatar Rasmus Villemoes 1-16/+16
2015-07-13cxl: Add explicit precision specifiersGravatar Rasmus Villemoes 1-2/+2
2015-06-03cxl: Move include file cxl.h -> cxl-base.hGravatar Michael Neuling 1-1/+1
2015-06-03cxl: Split afu_register_irqs() functionGravatar Michael Neuling 1-7/+24
2015-06-03cxl: Add cookie parameter to afu_release_irqs()Gravatar Michael Neuling 1-2/+2
2015-02-06cxl: Add missing return statement after handling AFU errrorGravatar Ian Munsie 1-0/+1
2015-01-22cxl: Add tracepointsGravatar Ian Munsie 1-0/+4
2015-01-22cxl: remove redundant increment of hwirqGravatar Colin Ian King 1-1/+1
2014-11-18cxl: Name interrupts in /proc/interruptGravatar Michael Neuling 1-10/+88
2014-11-18cxl: Return error to PSL if IRQ demultiplexing fails & print clearer warningGravatar Ian Munsie 1-17/+29
2014-10-08cxl: Driver code for powernv PCIe based cards for userspace accessGravatar Ian Munsie 1-0/+402