summaryrefslogtreecommitdiff
path: root/drivers/misc/ocxl/file.c
AgeCommit message (Expand)Author
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner
2023-10-25ocxl: make ocxl_class constantGreg Kroah-Hartman
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-11-29driver core: fix up some missing class.devnode() conversions.Greg Kroah-Hartman
2022-11-23misc: ocxl: fix possible name leak in ocxl_file_register_afu()Yang Yingliang
2022-09-01misc: ocxl: fix possible refcount leak in afu_ioctl()Hangyu Hua
2022-04-21misc: ocxl: fix possible double free in ocxl_file_register_afuHangyu Hua
2021-12-20ocxl: remove redundant rc variableMinghao Chi
2021-01-30 ocxl: use DEFINE_MUTEX() for mutex lockZheng Yongjun
2019-12-10ocxl: Fix concurrent AFU open and device removalFrederic Barrat
2019-05-06ocxl: Fix return value check in afu_ioctl()Wei Yongjun
2019-05-03ocxl: move event_fd handling to frontendAlastair D'Silva
2019-05-03ocxl: afu_irq only deals with IRQ IDs, not offsetsAlastair D'Silva
2019-05-03ocxl: Allow external drivers to use OpenCAPI contextsAlastair D'Silva
2019-05-03ocxl: Create a clear delineation between ocxl backend & frontendAlastair D'Silva
2019-05-03ocxl: Rename struct link to ocxl_linkAlastair D'Silva
2018-06-05ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()Wei Yongjun
2018-06-03ocxl: Add an IOCTL so userspace knows what OCXL features are availableAlastair D'Silva
2018-06-03ocxl: Expose the thread_id needed for wait on POWER9Alastair D'Silva
2018-03-02ocxl: Add get_metadata IOCTL to share OCXL information to userspaceAlastair D'Silva
2018-02-21ocxl: Fix potential bad errno on irq allocationFrederic Barrat
2018-02-14Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-08ocxl: fix signed comparison with less than zeroColin Ian King
2018-01-24ocxl: Add AFU interrupt supportFrederic Barrat
2018-01-24ocxl: Driver code for 'generic' opencapi devicesFrederic Barrat