aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14cxl: Fix a memory leak in an error handling pathChristophe JAILLET1-0/+1
2022-07-14cxl: Use the bitmap API to allocate bitmapsChristophe JAILLET1-2/+1
2022-05-11cxl/ocxl: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-04-13cxl: Add psl9 specific codeChristophe Lombard1-0/+51
2017-04-13cxl: Rename some psl8 specific functionsChristophe Lombard1-1/+1
2017-04-13cxl: Update implementation service layerChristophe Lombard1-1/+1
2016-11-23cxl: Fix coccinelle warningsAndrew Donnellan1-1/+1
2016-07-08cxl: Refine slice error debug messagesPhilippe Bergheaud1-0/+29
2016-07-08cxl: Fix NULL pointer dereference on kernel contexts with no AFU interruptsIan Munsie1-3/+0
2016-04-27cxl: Keep IRQ mappings on context teardownMichael Neuling1-1/+0
2016-03-09cxl: Separate bare-metal fields in adapter and AFU data structuresChristophe Lombard1-1/+1
2016-03-09cxl: IRQ allocation for guestsFrederic Barrat1-14/+64
2016-03-09cxl: Update cxl_irq() prototypeFrederic Barrat1-2/+1
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat1-8/+11
2016-03-09cxl: Move bare-metal specific code to specialized filesFrederic Barrat1-204/+1
2016-03-09cxl: Move common code away from bare-metal-specific filesChristophe Lombard1-7/+7
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