Kirti Wankhede ([email protected])

Number of posts: 307 (0.77 per day)
First post: 2016-10-17 21:21:08
Last post: 2017-11-19 04:16:38

Date List Subject
2016-11-16 04:16:35 linux-kernel Re: [PATCH v13 11/22] vfio iommu: Add blocking notifier to notify DMA_UNMAP
2016-11-16 03:43:57 linux-kernel Re: [PATCH v13 11/22] vfio iommu: Add blocking notifier to notify DMA_UNMAP
2016-11-16 02:48:33 linux-kernel Re: [PATCH v13 11/22] vfio iommu: Add blocking notifier to notify DMA_UNMAP
2016-11-15 15:37:12 linux-kernel [PATCH v13 01/22] vfio: Mediated device Core driver
2016-11-15 15:36:56 linux-kernel [PATCH v13 03/22] vfio: Rearrange functions to get vfio_group from dev
2016-11-15 15:36:17 linux-kernel [PATCH v13 06/22] vfio iommu type1: Update arguments of vfio_lock_acct
2016-11-15 15:33:14 linux-kernel [PATCH v13 08/22] vfio iommu type1: Add find_iommu_group() function
2016-11-15 15:32:21 linux-kernel [PATCH v13 22/22] MAINTAINERS: Add entry VFIO based Mediated device drivers
2016-11-15 15:32:11 linux-kernel [PATCH v13 12/22] vfio: Add notifier callback to parent's ops structure of mdev
2016-11-15 15:32:07 linux-kernel [PATCH v13 13/22] vfio: Introduce common function to add capabilities
2016-11-15 15:31:35 linux-kernel [PATCH v13 15/22] vfio: Introduce vfio_set_irqs_validate_and_prepare()
2016-11-15 15:30:46 linux-kernel [PATCH v13 20/22] docs: Sysfs ABI for mediated device framework
2016-11-15 15:30:27 linux-kernel [PATCH v13 21/22] docs: Sample driver to demonstrate how to use Mediated device framework.
2016-11-15 15:30:14 linux-kernel [PATCH v13 18/22] vfio: Define device_api strings
2016-11-15 15:30:11 linux-kernel [PATCH v13 19/22] docs: Add Documentation for Mediated devices
2016-11-15 15:30:01 linux-kernel [PATCH v13 17/22] vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()
2016-11-15 15:29:57 linux-kernel [PATCH v13 16/22] vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare()
2016-11-15 15:29:51 linux-kernel [PATCH v13 14/22] vfio_pci: Update vfio_pci to use vfio_info_add_capability()
2016-11-15 15:29:45 linux-kernel [PATCH v13 11/22] vfio iommu: Add blocking notifier to notify DMA_UNMAP
2016-11-15 15:29:38 linux-kernel [PATCH v13 10/22] vfio iommu type1: Add support for mediated devices
2016-11-15 15:29:31 linux-kernel [PATCH v13 09/22] vfio iommu type1: Add task structure to vfio_dma
2016-11-15 15:29:23 linux-kernel [PATCH v13 07/22] vfio iommu type1: Update argument of vaddr_get_pfn()
2016-11-15 15:29:16 linux-kernel [PATCH v13 05/22] vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_ops
2016-11-15 15:29:11 linux-kernel [PATCH v13 04/22] vfio: Common function to increment container_users
2016-11-15 15:29:05 linux-kernel [PATCH v13 02/22] vfio: VFIO based driver for Mediated devices
2016-11-15 15:28:52 linux-kernel [PATCH v13 00/22] Add Mediated device support
2016-11-15 15:16:41 linux-kernel Re: [PATCH v12 01/22] vfio: Mediated device Core driver
2016-11-15 15:11:52 linux-kernel Re: [PATCH v12 10/22] vfio iommu type1: Add support for mediated devices
2016-11-15 15:11:36 linux-kernel Re: [PATCH v12 11/22] vfio iommu: Add blocking notifier to notify DMA_UNMAP
2016-11-15 15:04:04 linux-kernel Re: [PATCH v12 05/22] vfio iommu: Added pin and unpin callback functions to vfio_iommu_driver_ops
2016-11-15 08:11:58 linux-kernel Re: [PATCH v12 12/22] vfio: Add notifier callback to parent's ops structure of mdev
2016-11-15 07:59:21 linux-kernel Re: [PATCH v11 10/22] vfio iommu type1: Add support for mediated devices
2016-11-15 06:33:16 linux-kernel Re: [PATCH v11 10/22] vfio iommu type1: Add support for mediated devices
2016-11-14 15:49:17 linux-kernel [PATCH v12 01/22] vfio: Mediated device Core driver
2016-11-14 15:48:59 linux-kernel [PATCH v12 03/22] vfio: Rearrange functions to get vfio_group from dev
2016-11-14 15:48:08 linux-kernel [PATCH v12 06/22] vfio iommu type1: Update arguments of vfio_lock_acct
2016-11-14 15:46:23 linux-kernel [PATCH v12 11/22] vfio iommu: Add blocking notifier to notify DMA_UNMAP
2016-11-14 15:45:57 linux-kernel [PATCH v12 13/22] vfio: Introduce common function to add capabilities
2016-11-14 15:44:51 linux-kernel [PATCH v12 16/22] vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare()
2016-11-14 15:44:17 linux-kernel [PATCH v12 20/22] docs: Sysfs ABI for mediated device framework
2016-11-14 15:43:52 linux-kernel [PATCH v12 21/22] docs: Sample driver to demonstrate how to use Mediated device framework.
2016-11-14 15:43:29 linux-kernel [PATCH v12 22/22] MAINTAINERS: Add entry VFIO based Mediated device drivers
2016-11-14 15:42:51 linux-kernel [PATCH v12 18/22] vfio: Define device_api strings
2016-11-14 15:42:47 linux-kernel [PATCH v12 19/22] docs: Add Documentation for Mediated devices
2016-11-14 15:42:33 linux-kernel [PATCH v12 17/22] vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare()
2016-11-14 15:42:28 linux-kernel [PATCH v12 15/22] vfio: Introduce vfio_set_irqs_validate_and_prepare()
2016-11-14 15:42:21 linux-kernel [PATCH v12 14/22] vfio_pci: Update vfio_pci to use vfio_info_add_capability()
2016-11-14 15:42:17 linux-kernel [PATCH v12 12/22] vfio: Add notifier callback to parent's ops structure of mdev
2016-11-14 15:42:10 linux-kernel [PATCH v12 10/22] vfio iommu type1: Add support for mediated devices
2016-11-14 15:42:06 linux-kernel [PATCH v12 09/22] vfio iommu type1: Add task structure to vfio_dma
2016-11-14 15:41:58 linux-kernel [PATCH v12 08/22] vfio iommu type1: Add find_iommu_group() function