[Xen-devel] [PATCH] MAINTAINERS: Updated arinc653_sched maintainers

2015-05-06 Thread Robbie VanVossen
Removed Nathan Studer and added Josh Whitehead. Signed-off-by: Robert VanVossen --- MAINTAINERS |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index b744166..8799a66 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -118,7 +118,7 @@ S: Supported F:

[Xen-devel] [PATCH v4] xen/passthrough: Support a single iommu_domain per xen domain per SMMU

2015-03-24 Thread Robbie VanVossen
rence is removed, the iommu_domains ref is decremented. The iommu_domain will only be freed when the ref is 0. Signed-off-by: Robbie VanVossen Reviewed-by: Julien Grall --- Changed since v3: * Fixed formatting Changed since v2: * Fixed coding style * Removed an unnecessary error message

[Xen-devel] [PATCH v3] xen/passthrough: Support a single iommu_domain per xen domain per SMMU

2015-03-24 Thread Robbie VanVossen
rence is removed, the iommu_domains ref is decremented. The iommu_domain will only be freed when the ref is 0. Signed-off-by: Robbie VanVossen --- Changed since v2: * Fixed coding style * Removed an unnecessary error message * Added some helper functions to clean up the workflow in arm_smmu_as

[Xen-devel] [PATCH v2] xen/passthrough: Support a single iommu_domain per xen domain per SMMU

2015-03-23 Thread Robbie VanVossen
rence is removed, the iommu_domains ref is decremented. The iommu_domain will only be freed when the ref is 0. Signed-off-by: Robbie VanVossen --- Changed since v1: * Fixed coding style for comments * Move increment/decrement outside of attach/detach functions * Expanded xen_domain->lock

[Xen-devel] [PATCH] xen/passthrough: Support a single iommu_domain(context bank) per xen domain per SMMU

2015-03-19 Thread Robbie VanVossen
rence is removed, the iommu_domains ref is decremented. The iommu_domain will only be freed when the ref is 0. Signed-off-by: Robbie VanVossen --- xen/drivers/passthrough/arm/smmu.c | 113 1 file changed, 88 insertions(+), 25 deletions(-) diff --git a/xen