aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/ocxl/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-01misc: ocxl: fix possible refcount leak in afu_ioctl()Hangyu Hua1-0/+2
2022-04-21misc: ocxl: fix possible double free in ocxl_file_register_afuHangyu Hua1-0/+2
2021-12-20ocxl: remove redundant rc variableMinghao Chi1-3/+1
2021-01-30 ocxl: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-2/+1
2019-12-10ocxl: Fix concurrent AFU open and device removalFrederic Barrat1-12/+11
2019-05-06ocxl: Fix return value check in afu_ioctl()Wei Yongjun1-2/+2
2019-05-03ocxl: move event_fd handling to frontendAlastair D'Silva1-1/+21
2019-05-03ocxl: afu_irq only deals with IRQ IDs, not offsetsAlastair D'Silva1-5/+8
2019-05-03ocxl: Allow external drivers to use OpenCAPI contextsAlastair D'Silva1-6/+2
2019-05-03ocxl: Create a clear delineation between ocxl backend & frontendAlastair D'Silva1-42/+100
2019-05-03ocxl: Rename struct link to ocxl_linkAlastair D'Silva1-3/+2
2018-06-05ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()Wei Yongjun1-1/+3
2018-06-03ocxl: Add an IOCTL so userspace knows what OCXL features are availableAlastair D'Silva1-0/+25
2018-06-03ocxl: Expose the thread_id needed for wait on POWER9Alastair D'Silva1-0/+53
2018-03-02ocxl: Add get_metadata IOCTL to share OCXL information to userspaceAlastair D'Silva1-0/+27
2018-02-21ocxl: Fix potential bad errno on irq allocationFrederic Barrat1-2/+4
2018-02-14Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-08ocxl: fix signed comparison with less than zeroColin Ian King1-1/+1
2018-01-24ocxl: Add AFU interrupt supportFrederic Barrat1-0/+34
2018-01-24ocxl: Driver code for 'generic' opencapi devicesFrederic Barrat1-0/+398