search for: 4e1d11af23c8

Displaying 3 results from an estimated 3 matches for "4e1d11af23c8".

2020 May 06
0
[PATCH] iommu/virtio: reverse arguments to list_add
...k the list. Reviewed-by: Jean-Philippe Brucker <jean-philippe at linaro.org> > --- > drivers/iommu/virtio-iommu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iommu/virtio-iommu.c b/drivers/iommu/virtio-iommu.c > index d5cac4f46ca5..4e1d11af23c8 100644 > --- a/drivers/iommu/virtio-iommu.c > +++ b/drivers/iommu/virtio-iommu.c > @@ -453,7 +453,7 @@ static int viommu_add_resv_mem(struct viommu_endpoint *vdev, > if (!region) > return -ENOMEM; > > - list_add(&vdev->resv_regions, &region->list); > + l...
2020 May 14
2
[PATCH v6] iommu/virtio: Use page size bitmap supported by endpoint
...header file > > drivers/iommu/virtio-iommu.c | 63 ++++++++++++++++++++++++++++--- > include/uapi/linux/virtio_iommu.h | 14 ++++++- > 2 files changed, 71 insertions(+), 6 deletions(-) > > diff --git a/drivers/iommu/virtio-iommu.c b/drivers/iommu/virtio-iommu.c > index 4e1d11af23c8..cbac3047a781 100644 > --- a/drivers/iommu/virtio-iommu.c > +++ b/drivers/iommu/virtio-iommu.c > @@ -78,6 +78,7 @@ struct viommu_endpoint { > struct viommu_dev *viommu; > struct viommu_domain *vdomain; > struct list_head resv_regions; > + u64 pgsize_bitmap; > };...
2020 May 14
2
[PATCH v6] iommu/virtio: Use page size bitmap supported by endpoint
...header file > > drivers/iommu/virtio-iommu.c | 63 ++++++++++++++++++++++++++++--- > include/uapi/linux/virtio_iommu.h | 14 ++++++- > 2 files changed, 71 insertions(+), 6 deletions(-) > > diff --git a/drivers/iommu/virtio-iommu.c b/drivers/iommu/virtio-iommu.c > index 4e1d11af23c8..cbac3047a781 100644 > --- a/drivers/iommu/virtio-iommu.c > +++ b/drivers/iommu/virtio-iommu.c > @@ -78,6 +78,7 @@ struct viommu_endpoint { > struct viommu_dev *viommu; > struct viommu_domain *vdomain; > struct list_head resv_regions; > + u64 pgsize_bitmap; > };...