summaryrefslogtreecommitdiffstats
path: root/drivers/rapidio/devices/rio_mport_cdev.c
Commit message (Expand)AuthorAgeFilesLines
* rapidio: fix the missed put_device() for rio_mport_add_riodevJing Xiangfeng2020-10-161-1/+4
* rapidio: fix error handling pathSouptick Joarder2020-10-161-6/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* rapidio/rio_mport_cdev: use array_size() helper in copy_{from,to}_user()Gustavo A. R. Silva2020-08-121-2/+2
* drivers/rapidio/devices/rio_mport_cdev.c: use struct_size() helperGustavo A. R. Silva2020-08-121-2/+1
* rapidio: convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-041-8/+5
* rapidio: avoid data race between file operation callbacks and mport_cdev_add().Madhuparna Bhowmik2020-06-041-7/+7
* rapidio: fix an error in get_user_pages_fast() error handlingJohn Hubbard2020-05-231-0/+5
* drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some stringsDan Carpenter2019-07-161-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+3
* rapidio/mport_cdev: mark expected switch fall-throughGustavo A. R. Silva2019-03-071-0/+1
* drivers/rapidio/devices/rio_mport_cdev.c: remove redundant pointer mdColin Ian King2018-08-221-2/+0
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* rapidio: fix rio_dma_transfer error handlingIoan Nicu2018-04-201-10/+9
* rapidio: use a reference count for struct mport_dma_reqIoan Nicu2018-04-111-104/+18
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-171-2/+3
|\
| * drivers/rapidio/devices/rio_mport_cdev.c: fix error handling in 'rio_dma_tran...Christophe JAILLET2017-11-171-1/+1
| * drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling...Christophe JAILLET2017-11-171-1/+2
* | Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-11-171-4/+2
|\ \ | |/ |/|
| * rapidio: switch to get_user_pages_fast()Al Viro2017-09-221-4/+2
* | lib/scatterlist: Fix offset type in sg_alloc_table_from_pagesTvrtko Ursulin2017-09-071-2/+2
|/
* rapidio: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-211-16/+8
* rapidio: use get_user_pages_unlocked()Lorenzo Stoakes2017-02-271-6/+5
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+2
* rapidio: modify for rev.3 specification changesAlexandre Bounine2016-08-021-1/+1
* rapidio: remove unnecessary 0x prefixes before %pa extension usesJoe Perches2016-08-021-2/+2
* rapidio/mport_cdev: fix uapi type definitionsAlexandre Bounine2016-05-051-51/+64
* rapidio: fix potential NULL pointer dereferenceVladimir Zapolskiy2016-04-281-2/+2
* Convert straggling drivers to new six-argument get_user_pages()Linus Torvalds2016-04-021-1/+1
* rapidio: add mport char device driverAlexandre Bounine2016-03-221-0/+2720