summaryrefslogtreecommitdiffstats
path: root/drivers/misc/ocxl/file.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-1/+1
|\
| * driver core: fix up some missing class.devnode() conversions.Greg Kroah-Hartman2022-11-291-1/+1
* | misc: ocxl: fix possible name leak in ocxl_file_register_afu()Yang Yingliang2022-11-231-2/+5
|/
* misc: ocxl: fix possible refcount leak in afu_ioctl()Hangyu Hua2022-09-011-0/+2
* misc: ocxl: fix possible double free in ocxl_file_register_afuHangyu Hua2022-04-211-0/+2
* ocxl: remove redundant rc variableMinghao Chi2021-12-201-3/+1
* ocxl: use DEFINE_MUTEX() for mutex lockZheng Yongjun2021-01-301-2/+1
* ocxl: Fix concurrent AFU open and device removalFrederic Barrat2019-12-101-12/+11
* ocxl: Fix return value check in afu_ioctl()Wei Yongjun2019-05-061-2/+2
* ocxl: move event_fd handling to frontendAlastair D'Silva2019-05-031-1/+21
* ocxl: afu_irq only deals with IRQ IDs, not offsetsAlastair D'Silva2019-05-031-5/+8
* ocxl: Allow external drivers to use OpenCAPI contextsAlastair D'Silva2019-05-031-6/+2
* ocxl: Create a clear delineation between ocxl backend & frontendAlastair D'Silva2019-05-031-42/+100
* ocxl: Rename struct link to ocxl_linkAlastair D'Silva2019-05-031-3/+2
* ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()Wei Yongjun2018-06-051-1/+3
* ocxl: Add an IOCTL so userspace knows what OCXL features are availableAlastair D'Silva2018-06-031-0/+25
* ocxl: Expose the thread_id needed for wait on POWER9Alastair D'Silva2018-06-031-0/+53
* ocxl: Add get_metadata IOCTL to share OCXL information to userspaceAlastair D'Silva2018-03-021-0/+27
* ocxl: Fix potential bad errno on irq allocationFrederic Barrat2018-02-211-2/+4
* Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-141-1/+1
|\
| * ocxl: fix signed comparison with less than zeroColin Ian King2018-02-081-1/+1
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
|/
* ocxl: Add AFU interrupt supportFrederic Barrat2018-01-241-0/+34
* ocxl: Driver code for 'generic' opencapi devicesFrederic Barrat2018-01-241-0/+398