messages from 2013-08-05 14:46:41 to 2013-09-25 17:02:46 UTC [more...]
[PATCH 0/7] vfio-pci: add support for Freescale IOMMU (PAMU)
2013-09-25 17:02 UTC (12+ messages)
` [PATCH 1/7] powerpc: Add interface to get msi region information
` [PATCH 2/7] iommu: add api to get iommu_domain of a device
` [PATCH 3/7] fsl iommu: add get_dev_iommu_domain
` [PATCH 4/7] powerpc: translate msi addr to iova if iommu is in use
` [PATCH 5/7] iommu: supress loff_t compilation error on powerpc
` [PATCH 6/7] vfio: moving some functions in common file
` [PATCH 7/7] vfio pci: Add vfio iommu implementation for FSL_PAMU
[PATCH] On unmap, flush IOMMU TLB and return correct size
2013-09-25 16:58 UTC (9+ messages)
[PATCH 0/7]: iommu/arm-smmu: Misc fixes/adaptions
2013-09-25 16:49 UTC (24+ messages)
` [PATCH 1/7] iommu/arm-smmu: Switch to arch_initcall for driver registration
` [PATCH 2/7] iommu/arm-smmu: Calculate SMMU_CB_BASE from smmu register values
` [PATCH 3/7] ARM: dma-mapping: Always pass proper prot flags to iommu_map()
` [PATCH 4/7] iommu/arm-smmu: Check for num_context_irqs > 0 to avoid divide by zero exception
` [PATCH 5/7] iommu/arm-smmu: Add function that isolates all masters for all SMMUs
` [PATCH 6/7] iommu/arm-smmu: Add module parameter arm-smmu=off|force_isolation
` [PATCH 7/7] iommu/arm-smmu: Clear global and context bank fault status and syndrome registers
[PATCH 1/3] MSM: Remove iommu include from drivers/gpu/drm/msm/mdp4/mdp4_kms.c
2013-09-25 14:49 UTC (3+ messages)
` [PATCH 2/3] Fix compile error in drivers/gpu/drm/msm/msm_drv.c
` [PATCH 3/3] Fix compile error in drivers/gpu/drm/msm/msm_drv.c with IOMMU disabled
[PATCH v4 0/2] iommu: Add iommu_error class event to iommu trace
2013-09-25 9:11 UTC (4+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] iommu: Change iommu driver to call io_page_fault trace event
[PATCH v2] intel-iommu: Quiesce devices before disabling IOMMU
2013-09-24 13:39 UTC (4+ messages)
[PATCH 0/2] iommu: Add iommu_fault class event to iommu trace
2013-09-24 12:39 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] iommu: Change iommu driver to call report_fault trace event
[PATCH 1/1] x86/iommu: correct ICS register offset
2013-09-24 11:05 UTC (3+ messages)
[PATCH 0/7] iommu: Add event tracing feature to iommu
2013-09-24 10:38 UTC (9+ messages)
` [PATCH 1/7] "
` [PATCH 2/7] iommu: Change iommu driver to call add_device_to_group trace event
` [PATCH 3/7] iommu: Change iommu driver to call remove_device_to_group "
` [PATCH 4/7] iommu: Change iommu driver to call attach_device_to_domain "
` [PATCH 5/7] iommu: Change iommu driver to call detach_device_to_domain "
` [PATCH 6/7] iommu: Change iommu driver to call map "
` [PATCH 7/7] iommu: Change iommu driver to call unmap "
[PATCH] MAINTAINERS: add overall IOMMU section
2013-09-24 10:31 UTC (2+ messages)
[GIT PULL] iommu/arm-smmu: fixes for 3.12
2013-09-24 10:28 UTC (2+ messages)
[PATCH] iommu/tegra: gart: cleanup devm_* functions usage
2013-09-24 4:24 UTC
[PATCH] intel-iommu: Quiesce devices before disabling IOMMU
2013-09-18 11:29 UTC (7+ messages)
[PATCH] iommu/tegra: Print phys_addr_t using %pa
2013-09-17 18:29 UTC (2+ messages)
[PATCH] iommu/omap: Remove casting the return value which is a void pointer
2013-09-12 22:30 UTC
[git pull] IOMMU Updates for v3.12
2013-09-12 15:35 UTC
[PATCH] iommu: WARN_ON when removing a device with no iommu_group associated
2013-09-03 3:15 UTC (2+ messages)
bug in intel_iommu_unmap()
2013-09-02 1:54 UTC (2+ messages)
[PATCH 1/2] iommu/arm-smmu: use relaxed accessors where possible
2013-08-30 17:59 UTC (2+ messages)
` [PATCH 2/2] iommu/arm-smmu: don't enable SMMU device until probing has completed
[PATCH] vfio, iommu: Fixed interaction of VFIO_IOMMU_MAP_DMA with IOMMU address limits
2013-08-28 15:44 UTC (2+ messages)
"crashdump accepting active iommu" prototype successful
2013-08-26 18:41 UTC
AMD IOMMU: Please support Marvell 88SE91xx SATA Controllers
2013-08-19 9:50 UTC (8+ messages)
` [PATCH] iommu/amd: Add quirk for broken Marvell 88SE91xx SATA
[PATCHv2 1/2] iommu/exynos: add devices attached to the System MMU to an IOMMU group
2013-08-18 13:33 UTC (6+ messages)
` [PATCH 2/2] iommu/exynos: Follow kernel coding style for __sysmmu_enable return type
[PATCH v9 04/16] iommu/exynos: allocate lv2 page table from own slab
2013-08-16 11:17 UTC (9+ messages)
[PATCH v9 03/16] iommu/exynos: fix page table maintenance
2013-08-16 11:17 UTC (9+ messages)
[PATCH 0/4] iommu: arm smmu: driver updates for 3.12
2013-08-15 18:04 UTC (5+ messages)
[PATCH 1/2] drivers/iommu/amd_iommu.c: fix resource leak in iommu_init_device()
2013-08-14 20:25 UTC (2+ messages)
[PATCH] intel-iommu: Fix leaks in pagetable freeing
2013-08-14 20:23 UTC (4+ messages)
[PATCH 1/3] powerpc: Add iommu domain pointer to device archdata
2013-08-14 16:44 UTC (5+ messages)
[PATCH v2] iommu: Add event tracing feature to iommu
2013-08-14 16:17 UTC (5+ messages)
[PATCH 14/16] amd_iommu: clean up unnecessary MSI/MSI-X capability find
2013-08-14 10:20 UTC (2+ messages)
WARNING: at drivers/iommu/dmar.c:484 warn_invalid_dmar with Intel Motherboard
2013-08-14 9:36 UTC (3+ messages)
[PATCH v9 07/16] iommu/exynos: support for device tree
2013-08-12 2:13 UTC (7+ messages)
[PATCH v9 14/16] iommu/exynos: add support for power management subsystems
2013-08-12 1:55 UTC (5+ messages)
[PATCH v4 19/28] x86, irq: Add for_each_ioapic helper
2013-08-11 2:48 UTC
Linux Plumbers ACPI/PM, PCI Microconference
2013-08-09 21:37 UTC (2+ messages)
[PATCH v9 06/16] ARM: dts: Add description of System MMU of Exynos SoCs
2013-08-09 8:54 UTC (7+ messages)
[PATCH v9 00/16] iommu/exynos: Fixes and Enhancements of System MMU driver with DT
2013-08-09 7:51 UTC (4+ messages)
[PATCH v9 08/16] iommu/exynos: gating clocks of master H/W
2013-08-09 7:42 UTC (3+ messages)
[PATCH v9 02/16] iommu/exynos: add missing cache flush for removed page table entries
2013-08-09 4:02 UTC (3+ messages)
[PATCH v9 01/16] iommu/exynos: do not include removed header
2013-08-09 4:01 UTC (3+ messages)
[PATCH v8 06/12] ARM: dts: Add description of System MMU of Exynos SoCs
2013-08-09 2:24 UTC (17+ messages)
[PATCH v9 05/16] clk: exynos: add gate clock descriptions of System MMU
2013-08-09 0:48 UTC (4+ messages)
[PATCH v9 16/16] iommu/exynos: return 0 if iommu_attach_device() successes
2013-08-08 9:41 UTC
[PATCH v9 15/16] iommu/exynos: change rwlock to spinlock
2013-08-08 9:41 UTC
[PATCH v9 13/16] iommu/exynos: turn on useful configuration options
2013-08-08 9:40 UTC
[PATCH v9 12/16] iommu/exynos: add bus notifier for registering System MMU
2013-08-08 9:40 UTC
[PATCH v9 11/16] iommu/exynos: remove calls to Runtime PM API functions
2013-08-08 9:40 UTC
[PATCH v9 10/16] iommu/exynos: remove custom fault handler
2013-08-08 9:39 UTC
[PATCH v9 09/16] iommu/exynos: remove prefetch buffer setting when enabling System MMU
2013-08-08 9:39 UTC
[PATCH] iommu/exynos: remove dead code (set_prefbuf)
2013-08-06 9:47 UTC (2+ messages)
[RFC 0/3] WIP VFIO for device tree devices on Arndale
2013-08-05 14:57 UTC (5+ messages)
` [PATCH 2/3] Initial skeleton of VFIO support for Device Tree based devices
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox