summaryrefslogtreecommitdiff
path: root/drivers/rapidio/rio_cm.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-05rapidio: make all 'class' structures constIvan Orlov1-8/+10
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman1-6/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2021-05-13rapidio: handle create_workqueue() failureAnirudh Rayabharam1-1/+8
2021-05-13Revert "rapidio: fix a NULL pointer dereference when create_workqueue() fails"Greg Kroah-Hartman1-8/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-15rapidio: fix a NULL pointer dereference when create_workqueue() failsKangjie Lu1-0/+8
2019-03-08drivers/rapidio/rio_cm.c: fix potential oops in riocm_ch_listen()Dan Carpenter1-1/+3
2016-10-12rapidio/rio_cm: use memdup_user() instead of duplicating codeAlexandre Bounine1-10/+5
2016-09-20rapidio/rio_cm: avoid GFP_KERNEL in atomic contextAlexandre Bounine1-3/+16
2016-08-11rapidio: dereferencing an error pointerDan Carpenter1-11/+13
2016-08-03rapidio: add RapidIO channelized messaging driverAlexandre Bounine1-0/+2366