summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/fsl-mc/vfio_fsl_mc.c
Commit message (Expand)AuthorAgeFilesLines
* vfio/fsl-mc: prevent underflow in vfio_fsl_mc_mmap()Dan Carpenter2020-11-031-1/+1
* vfio/fsl-mc: return -EFAULT if copy_to_user() failsDan Carpenter2020-11-021-2/+6
* vfio/fsl-mc: fix the return of the uninitialized variable retDiana Craciun2020-10-191-1/+1
* vfio/fsl-mc: Fixed vfio-fsl-mc driver compilation on 32 bitDiana Craciun2020-10-131-0/+1
* vfio/fsl-mc: Add support for device resetDiana Craciun2020-10-121-1/+17
* vfio/fsl-mc: Add read/write support for fsl-mc devicesDiana Craciun2020-10-121-3/+115
* vfio/fsl-mc: trigger an interrupt via eventfdDiana Craciun2020-10-121-1/+23
* vfio/fsl-mc: Add irq infrastructure for fsl-mc devicesDiana Craciun2020-10-121-2/+50
* vfio/fsl-mc: Added lock support in preparation for interrupt handlingDiana Craciun2020-10-121-8/+84
* vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regionsDiana Craciun2020-10-121-2/+66
* vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl callDiana Craciun2020-10-121-1/+78
* vfio/fsl-mc: Implement VFIO_DEVICE_GET_INFO ioctlDiana Craciun2020-10-121-1/+20
* vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bindDiana Craciun2020-10-121-0/+91
* vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devicesBharat Bhushan2020-10-071-0/+157