LinuxLists
Users
About
Diana Madalina Craciun (
[email protected]
)
Number of posts: 153 (0.16 per day)
First post: 2020-02-18 15:24:29
Last post: 2022-09-05 16:22:37
Previous Page
/
Next Page
Date
List
Subject
2020-07-06 15:43:12
linux-kernel
[PATCH v3 5/9] vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regions
2020-06-04 19:12:33
linux-kernel
Re: [PATCH v2 5/9] vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regions
2020-06-04 19:10:31
linux-kernel
Re: [PATCH v2 4/9] vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl call
2020-05-08 07:25:13
linux-kernel
[PATCH v2 0/9] vfio/fsl-mc: VFIO support for FSL-MC devices
2020-05-08 07:25:04
linux-kernel
[PATCH v2 3/9] vfio/fsl-mc: Implement VFIO_DEVICE_GET_INFO ioctl
2020-05-08 07:24:53
linux-kernel
[PATCH v2 1/9] vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devices
2020-05-08 07:23:49
linux-kernel
[PATCH v2 4/9] vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl call
2020-05-08 07:23:26
linux-kernel
[PATCH v2 7/9] vfio/fsl-mc: Add irq infrastructure for fsl-mc devices
2020-05-08 07:23:23
linux-kernel
[PATCH v2 6/9] vfio/fsl-mc: Added lock support in preparation for interrupt handling
2020-05-08 07:23:11
linux-kernel
[PATCH v2 2/9] vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bind
2020-05-08 07:23:02
linux-kernel
[PATCH v2 9/9] vfio/fsl-mc: Add read/write support for fsl-mc devices
2020-05-08 07:22:53
linux-kernel
[PATCH v2 8/9] vfio/fsl-mc: trigger an interrupt via eventfd
2020-05-08 07:22:44
linux-kernel
[PATCH v2 5/9] vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regions
2020-05-07 07:40:45
linux-kernel
[PATCH v2 03/12] bus/fsl-mc: add support for 'driver_override' in the mc-bus
2020-05-07 07:40:28
linux-kernel
[PATCH v2 02/12] bus/fsl-mc: Add a new parameter to dprc_scan_objects function
2020-05-07 07:40:21
linux-kernel
[PATCH v2 10/12] bus/fsl_mc: Do not rely on caller to provide non NULL mc_io
2020-05-07 07:40:08
linux-kernel
[PATCH v2 00/12] bus/fsl-mc: Extend mc-bus driver functionalities in preparation for mc-bus VFIO support
2020-05-07 07:40:04
linux-kernel
[PATCH v2 07/12] bus/fsl-mc: Export a dprc scan function to be used by multiple entities
2020-05-07 07:39:43
linux-kernel
[PATCH v2 12/12] bus/fsl-mc: Extend ICID size from 16bit to 32bit
2020-05-07 07:39:26
linux-kernel
[PATCH v2 01/12] bus/fsl-mc: Do no longer export the total number of irqs outside dprc_scan_objects
2020-05-07 07:38:57
linux-kernel
[PATCH v2 04/12] bus/fsl-mc: Set the QMAN/BMAN region flags
2020-05-07 07:38:00
linux-kernel
[PATCH v2 11/12] bus/fsl-mc: Export IRQ pool handling functions to be used by VFIO
2020-05-07 07:37:58
linux-kernel
[PATCH v2 05/12] bus/fsl-mc: Cache the DPRC API version
2020-05-07 07:37:54
linux-kernel
[PATCH v2 08/12] bus/fsl-mc: Export a cleanup function for DPRC
2020-05-07 07:37:51
linux-kernel
[PATCH v2 09/12] bus/fsl-mc: Add a container setup function
2020-05-07 07:37:37
linux-kernel
[PATCH v2 06/12] bus/fsl-mc: Add dprc-reset-container support
2020-04-09 11:16:00
linux-kernel
Re: [PATCH 03/10] bus/fsl-mc: add support for 'driver_override' in the mc-bus
2020-04-06 14:47:17
linux-kernel
Re: [PATCH 01/10] bus/fsl-mc: Do no longer export the total number of irqs outside dprc_scan_objects
2020-03-30 15:37:49
linux-kernel
Re: [PATCH 0/9] vfio/fsl-mc: VFIO support for FSL-MC devices
2020-03-23 17:21:48
linux-kernel
[PATCH 4/9] vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl call
2020-03-23 17:21:46
linux-kernel
[PATCH 9/9] vfio/fsl-mc: Add read/write support for fsl-mc devices
2020-03-23 17:21:38
linux-kernel
[PATCH 6/9] vfio/fsl-mc: Added lock support in preparation for interrupt handling
2020-03-23 17:21:21
linux-kernel
[PATCH 2/9] vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bind
2020-03-23 17:21:17
linux-kernel
[PATCH 0/9] vfio/fsl-mc: VFIO support for FSL-MC devices
2020-03-23 17:20:45
linux-kernel
[PATCH 5/9] vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regions
2020-03-23 17:20:37
linux-kernel
[PATCH 8/9] vfio/fsl-mc: trigger an interrupt via eventfd
2020-03-23 17:20:30
linux-kernel
[PATCH 7/9] vfio/fsl-mc: Add irq infrastructure for fsl-mc devices
2020-03-23 17:20:12
linux-kernel
[PATCH 1/9] vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devices
2020-03-23 17:20:04
linux-kernel
[PATCH 3/9] vfio/fsl-mc: Implement VFIO_DEVICE_GET_INFO ioctl
2020-03-19 15:43:36
linux-kernel
[PATCH 02/10] bus/fsl-mc: Add a new parameter to dprc_scan_objects function
2020-03-19 15:42:49
linux-kernel
[PATCH 03/10] bus/fsl-mc: add support for 'driver_override' in the mc-bus
2020-03-19 15:42:41
linux-kernel
[PATCH 09/10] bus/fsl-mc: Add a container setup function
2020-03-19 15:42:40
linux-kernel
[PATCH 05/10] bus/fsl-mc: Set the QMAN/BMAN region flags
2020-03-19 15:42:23
linux-kernel
[PATCH 10/10] bus/fsl-mc: Export IRQ pool handling functions to be used by VFIO
2020-03-19 15:42:18
linux-kernel
[PATCH 06/10] bus/fsl-mc: Add dprc-reset-container support
2020-03-19 15:42:07
linux-kernel
[PATCH 07/10] bus/fsl-mc: Export a dprc scan function to be used by multiple entities
2020-03-19 15:42:06
linux-kernel
[PATCH 00/10] bus/fsl-mc: Extend mc-bus driver functionalities in preparation for mc-bus VFIO support
2020-03-19 15:42:03
linux-kernel
[PATCH 08/10] bus/fsl-mc: Export a cleanup function for DPRC
2020-03-19 15:42:01
linux-kernel
[PATCH 04/10] bus/fsl-mc: Propagate driver_override for a child DPRC's children
2020-03-19 15:41:58
linux-kernel
[PATCH 01/10] bus/fsl-mc: Do no longer export the total number of irqs outside dprc_scan_objects
2020-02-18 15:24:29
linux-kernel
Re: [PATCH] bus: fsl-mc: Add ACPI support for fsl-mc