summaryrefslogtreecommitdiff
path: root/drivers/misc/ocxl/afu_irq.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-10-13powerpc, ocxl: Fix extraction of struct xive_irq_dataNam Cao1-1/+1
2023-11-27misc: ocxl: afu_irq: Remove unnecessary (void*) conversionsLi zeming1-1/+1
2022-05-11cxl/ocxl: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-0/+1
2020-08-25ocxl: Don't return trigger page when allocating an interruptFrederic Barrat1-3/+1
2020-08-25ocxl: Access interrupt trigger page from xive directlyFrederic Barrat1-2/+6
2019-05-03ocxl: move event_fd handling to frontendAlastair D'Silva1-32/+42
2019-05-03ocxl: afu_irq only deals with IRQ IDs, not offsetsAlastair D'Silva1-18/+16
2018-12-20ocxl/afu_irq: Don't include <asm/pnv-ocxl.h>Greg Kurz1-1/+0
2018-01-24ocxl: Add trace pointsFrederic Barrat1-0/+5
2018-01-24ocxl: Add AFU interrupt supportFrederic Barrat1-0/+197