aboutsummaryrefslogtreecommitdiff
path: root/drivers/rapidio/rio_cm.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-05rapidio: make all 'class' structures constGravatar Ivan Orlov 1-8/+10
2023-04-03driver core: class: remove struct class_interface * from callbacksGravatar Greg Kroah-Hartman 1-6/+2
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2021-05-13rapidio: handle create_workqueue() failureGravatar Anirudh Rayabharam 1-1/+8
2021-05-13Revert "rapidio: fix a NULL pointer dereference when create_workqueue() fails"Gravatar Greg Kroah-Hartman 1-8/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-10/+1
2019-05-14rapidio: fix a NULL pointer dereference when create_workqueue() failsGravatar Kangjie Lu 1-0/+8
2019-03-07drivers/rapidio/rio_cm.c: fix potential oops in riocm_ch_listen()Gravatar Dan Carpenter 1-1/+3
2016-10-11rapidio/rio_cm: use memdup_user() instead of duplicating codeGravatar Alexandre Bounine 1-10/+5
2016-09-19rapidio/rio_cm: avoid GFP_KERNEL in atomic contextGravatar Alexandre Bounine 1-3/+16
2016-08-10rapidio: dereferencing an error pointerGravatar Dan Carpenter 1-11/+13
2016-08-02rapidio: add RapidIO channelized messaging driverGravatar Alexandre Bounine 1-0/+2366