summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/fsl-mc/vfio_fsl_mc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio/fsl-mc: Use module_fsl_mc_driver macro to simplify the codeLi Zetao2023-08-161-13/+1
* vfio-iommufd: Add detach_ioas support for physical VFIO devicesYi Liu2023-07-251-0/+1
* bus: fsl-mc: Make remove function return voidUwe Kleine-König2023-05-311-2/+1
* vfio/fsl-mc: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsYishai Hadas2023-01-231-1/+1
* Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-12-151-1/+0
|\
| * vfio: Remove vfio_free_deviceEric Farman2022-11-101-1/+0
* | vfio-iommufd: Support iommufd for physical VFIO devicesJason Gunthorpe2022-12-021-0/+3
|/
* vfio/fsl-mc: Use the new device life cycle helpersYi Liu2022-09-211-36/+49
* vfio/fsl-mc: Fix a typo in a messageChristophe JAILLET2022-09-081-2/+2
* vfio: Set DMA ownership for VFIO devicesLu Baolu2022-04-281-0/+1
* Merge branch 'v5.16/vfio/diana-fsl-reset-v2' into v5.16/vfio/nextAlex Williamson2021-10-111-15/+30
|\
| * vfio/fsl-mc: Add per device reset supportDiana Craciun2021-09-291-15/+30
* | vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()Jason Gunthorpe2021-09-301-15/+2
|/
* vfio/fsl: Move to the device set infrastructureJason Gunthorpe2021-08-111-129/+25
* vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy2021-08-111-3/+4
* vfio: centralize module refcount in subsystem layerMax Gurtovoy2021-06-151-13/+3
* vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe2021-04-061-2/+3
* vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe2021-04-061-14/+22
* vfio/fsl-mc: Use vfio_init/register/unregister_group_devJason Gunthorpe2021-04-061-9/+11
* vfio/fsl-mc: Re-order vfio_fsl_mc_probe()Jason Gunthorpe2021-04-061-27/+47
* 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