index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
ocxl
/
file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-28
eventfd: simplify eventfd_signal()
Christian Brauner
1
-1
/
+1
2023-10-25
ocxl: make ocxl_class constant
Greg Kroah-Hartman
1
-12
/
+15
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
1
-1
/
+1
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-11-29
driver core: fix up some missing class.devnode() conversions.
Greg Kroah-Hartman
1
-1
/
+1
2022-11-23
misc: ocxl: fix possible name leak in ocxl_file_register_afu()
Yang Yingliang
1
-2
/
+5
2022-09-01
misc: ocxl: fix possible refcount leak in afu_ioctl()
Hangyu Hua
1
-0
/
+2
2022-04-21
misc: ocxl: fix possible double free in ocxl_file_register_afu
Hangyu Hua
1
-0
/
+2
2021-12-20
ocxl: remove redundant rc variable
Minghao Chi
1
-3
/
+1
2021-01-30
ocxl: use DEFINE_MUTEX() for mutex lock
Zheng Yongjun
1
-2
/
+1
2019-12-10
ocxl: Fix concurrent AFU open and device removal
Frederic Barrat
1
-12
/
+11
2019-05-06
ocxl: Fix return value check in afu_ioctl()
Wei Yongjun
1
-2
/
+2
2019-05-02
ocxl: move event_fd handling to frontend
Alastair D'Silva
1
-1
/
+21
2019-05-02
ocxl: afu_irq only deals with IRQ IDs, not offsets
Alastair D'Silva
1
-5
/
+8
2019-05-02
ocxl: Allow external drivers to use OpenCAPI contexts
Alastair D'Silva
1
-6
/
+2
2019-05-02
ocxl: Create a clear delineation between ocxl backend & frontend
Alastair D'Silva
1
-42
/
+100
2019-05-02
ocxl: Rename struct link to ocxl_link
Alastair D'Silva
1
-3
/
+2
2018-06-05
ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()
Wei Yongjun
1
-1
/
+3
2018-06-03
ocxl: Add an IOCTL so userspace knows what OCXL features are available
Alastair D'Silva
1
-0
/
+25
2018-06-03
ocxl: Expose the thread_id needed for wait on POWER9
Alastair D'Silva
1
-0
/
+53
2018-03-02
ocxl: Add get_metadata IOCTL to share OCXL information to userspace
Alastair D'Silva
1
-0
/
+27
2018-02-21
ocxl: Fix potential bad errno on irq allocation
Frederic Barrat
1
-2
/
+4
2018-02-14
Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2018-02-08
ocxl: fix signed comparison with less than zero
Colin Ian King
1
-1
/
+1
2018-01-24
ocxl: Add AFU interrupt support
Frederic Barrat
1
-0
/
+34
2018-01-24
ocxl: Driver code for 'generic' opencapi devices
Frederic Barrat
1
-0
/
+398