summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/fsl-mc
Commit message (Expand)AuthorAgeFilesLines
* vfio/fsl-mc: Block calling interrupt handler without triggerAlex Williamson2024-04-031-3/+4
* 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
* Merge tag 'vfio-v6.5-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-06-301-1/+5
|\
| * vfio/fsl: Create Kconfig sub-menuAlex Williamson2023-06-161-1/+5
* | bus: fsl-mc: Make remove function return voidUwe Kleine-König2023-05-301-2/+1
|/
* vfio/fsl-mc: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsYishai Hadas2023-01-232-3/+3
* 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
* | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-0/+3
|\ \
| * | vfio-iommufd: Support iommufd for physical VFIO devicesJason Gunthorpe2022-12-021-0/+3
| |/
* / vfio/fsl-mc: Remove linux/msi.h includeThomas Gleixner2022-11-231-1/+0
|/
* 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: de-extern-ify function prototypesAlex Williamson2022-06-271-1/+1
* vfio: Set DMA ownership for VFIO devicesLu Baolu2022-04-281-0/+1
* bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner2021-12-161-2/+2
* 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-281-15/+30
* | vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()Jason Gunthorpe2021-09-301-15/+2
|/
* vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'Jason Gunthorpe2021-08-261-1/+1
* vfio: Use select for eventfdJason Gunthorpe2021-08-261-1/+2
* vfio/fsl: Move to the device set infrastructureJason Gunthorpe2021-08-113-139/+28
* 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-062-9/+12
* vfio/fsl-mc: Re-order vfio_fsl_mc_probe()Jason Gunthorpe2021-04-061-27/+47
* vfio/fsl-mc: Make vfio_fsl_mc_irqs_allocate staticDiana Craciun2020-11-031-1/+1
* 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: Fix the dead code in vfio_fsl_mc_set_irq_triggerDiana Craciun2020-10-151-3/+3
* 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-122-3/+116
* vfio/fsl-mc: trigger an interrupt via eventfdDiana Craciun2020-10-123-2/+194
* vfio/fsl-mc: Add irq infrastructure for fsl-mc devicesDiana Craciun2020-10-124-3/+91
* vfio/fsl-mc: Added lock support in preparation for interrupt handlingDiana Craciun2020-10-122-9/+90
* 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-122-1/+96
* 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-122-0/+92
* vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devicesBharat Bhushan2020-10-074-0/+184