aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rapidio/devices/rio_mport_cdev.c
AgeCommit message (Expand)Author
2023-01-18rapidio: devices: fix missing put_device in mport_cdev_openCai Xinchen
2023-01-18rapidio: fix possible UAF when kfifo_alloc() failsWang Weiyang
2023-01-18rapidio: fix possible name leaks when rio_add_device() failsYang Yingliang
2020-10-29rapidio: fix the missed put_device() for rio_mport_add_riodevJing Xiangfeng
2020-10-29rapidio: fix error handling pathSouptick Joarder
2020-10-01rapidio: avoid data race between file operation callbacks and mport_cdev_add().Madhuparna Bhowmik
2020-05-27rapidio: fix an error in get_user_pages_fast() error handlingJohn Hubbard
2019-07-16drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some stringsDan Carpenter
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-03-07rapidio/mport_cdev: mark expected switch fall-throughGustavo A. R. Silva
2018-08-22drivers/rapidio/devices/rio_mport_cdev.c: remove redundant pointer mdColin Ian King
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-04-20rapidio: fix rio_dma_transfer error handlingIoan Nicu
2018-04-11rapidio: use a reference count for struct mport_dma_reqIoan Nicu
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-17drivers/rapidio/devices/rio_mport_cdev.c: fix error handling in 'rio_dma_tran...Christophe JAILLET
2017-11-17drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling...Christophe JAILLET
2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-09-22rapidio: switch to get_user_pages_fast()Al Viro
2017-09-07lib/scatterlist: Fix offset type in sg_alloc_table_from_pagesTvrtko Ursulin
2017-03-21rapidio: utilize new cdev_device_add helper functionLogan Gunthorpe
2017-02-27rapidio: use get_user_pages_unlocked()Lorenzo Stoakes
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2016-08-02rapidio: modify for rev.3 specification changesAlexandre Bounine
2016-08-02rapidio: remove unnecessary 0x prefixes before %pa extension usesJoe Perches
2016-05-05rapidio/mport_cdev: fix uapi type definitionsAlexandre Bounine
2016-04-28rapidio: fix potential NULL pointer dereferenceVladimir Zapolskiy
2016-04-02Convert straggling drivers to new six-argument get_user_pages()Linus Torvalds
2016-03-22rapidio: add mport char device driverAlexandre Bounine