summaryrefslogtreecommitdiffstats
path: root/drivers/rapidio/rio_cm.c
Commit message (Expand)AuthorAgeFilesLines
* rapidio: make all 'class' structures constIvan Orlov2023-10-051-8/+10
* driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman2023-04-031-6/+2
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* rapidio: handle create_workqueue() failureAnirudh Rayabharam2021-05-131-1/+8
* Revert "rapidio: fix a NULL pointer dereference when create_workqueue() fails"Greg Kroah-Hartman2021-05-131-8/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* rapidio: fix a NULL pointer dereference when create_workqueue() failsKangjie Lu2019-05-141-0/+8
* drivers/rapidio/rio_cm.c: fix potential oops in riocm_ch_listen()Dan Carpenter2019-03-071-1/+3
* rapidio/rio_cm: use memdup_user() instead of duplicating codeAlexandre Bounine2016-10-111-10/+5
* rapidio/rio_cm: avoid GFP_KERNEL in atomic contextAlexandre Bounine2016-09-191-3/+16
* rapidio: dereferencing an error pointerDan Carpenter2016-08-101-11/+13
* rapidio: add RapidIO channelized messaging driverAlexandre Bounine2016-08-021-0/+2366