messages from 2018-02-23 22:27:32 to 2018-03-06 10:07:30 UTC [more...]
[PATCH v7 00/14] iommu/rockchip: Use OF_IOMMU
2018-03-06 10:07 UTC (15+ messages)
` [PATCH v7 01/14] iommu/rockchip: Prohibit unbind and remove
` [PATCH v7 02/14] iommu/rockchip: Fix error handling in probe
` [PATCH v7 03/14] iommu/rockchip: Request irqs in rk_iommu_probe()
` [PATCH v7 04/14] iommu/rockchip: Fix error handling in attach
` [PATCH v7 05/14] iommu/rockchip: Use iopoll helpers to wait for hardware
` [PATCH v7 06/14] iommu/rockchip: Fix TLB flush of secondary IOMMUs
` [PATCH v7 08/14] iommu/rockchip: Control clocks needed to access the IOMMU
` [PATCH v7 09/14] dt-bindings: iommu/rockchip: Add clock property
` [PATCH v7 10/14] iommu/rockchip: Use IOMMU device for dma mapping operations
` [PATCH v7 11/14] iommu/rockchip: Use OF_IOMMU to attach devices automatically
` [PATCH v7 12/14] iommu/rockchip: Fix error handling in init
` [PATCH v7 13/14] iommu/rockchip: Add runtime PM support
` [PATCH v7 14/14] iommu/rockchip: Support sharing IOMMU between masters
[RFC 0/5] DT property to reserve IOMMU regions
2018-03-06 4:59 UTC (6+ messages)
` [RFC 1/5] dt-bindings: iommu: Add reserved-dma-region for IOMMU device
` [RFC 2/5] dt-bindings: brcm: Add reserved-dma-region for iPROC
` [RFC 3/5] dt-bindings: arm-smmu: Add reserved-msi-region
` [RFC 4/5] iommu/of: Reserve IOMMU DMA regions using DT
` [RFC 5/5] iommu/arm-smmu: Allow direct mapping for MSI region
[PATCH 0/6] Support for fsl-mc bus and its devices in SMMU
2018-03-06 4:41 UTC (16+ messages)
` [PATCH 1/6] Docs: dt: add fsl-mc iommu-parent device-tree binding
` [PATCH 2/6] iommu: support iommu configuration for fsl-mc devices
` [PATCH 3/6] iommu: arm-smmu: Add support for the fsl-mc bus
` [PATCH 4/6] bus: fsl-mc: remove dma ops setup from driver
` [PATCH 5/6] dma-mapping: support fsl-mc bus
` [PATCH 6/6] dts: fsl-ls208x: updated DT with SMMU support for fsl-mc
[RESEND PATCH v6 00/14] iommu/rockchip: Use OF_IOMMU
2018-03-06 2:32 UTC (23+ messages)
` [RESEND PATCH v6 01/14] iommu/rockchip: Prohibit unbind and remove
` [RESEND PATCH v6 02/14] iommu/rockchip: Fix error handling in probe
` [RESEND PATCH v6 03/14] iommu/rockchip: Request irqs in rk_iommu_probe()
` [RESEND PATCH v6 04/14] iommu/rockchip: Fix error handling in attach
` [RESEND PATCH v6 05/14] iommu/rockchip: Use iopoll helpers to wait for hardware
` [RESEND PATCH v6 08/14] iommu/rockchip: Control clocks needed to access the IOMMU
` [RESEND PATCH v6 09/14] dt-bindings: iommu/rockchip: Add clock property
` [RESEND PATCH v6 10/14] iommu/rockchip: Use IOMMU device for dma mapping operations
` [RESEND PATCH v6 11/14] iommu/rockchip: Use OF_IOMMU to attach devices automatically
` [RESEND PATCH v6 12/14] iommu/rockchip: Fix error handling in init
` [RESEND PATCH v6 13/14] iommu/rockchip: Add runtime PM support
` [RESEND PATCH v6 14/14] iommu/rockchip: Support sharing IOMMU between masters
` [RESEND PATCH v6 06/14] iommu/rockchip: Fix TLB flush of secondary IOMMUs
[PATCH 00/37] Shared Virtual Addressing for the IOMMU
2018-03-05 21:53 UTC (35+ messages)
` [PATCH 01/37] iommu: Introduce Shared Virtual Addressing API
` [PATCH 02/37] iommu/sva: Bind process address spaces to devices
` [PATCH 03/37] iommu/sva: Manage process address spaces
` [PATCH 07/37] iommu: Add a page fault handler
` [PATCH 16/37] iommu: Add generic PASID table library
` [PATCH 35/37] iommu/arm-smmu-v3: Add support for PRI
` [PATCH 37/37] vfio: Add support for Shared Virtual Addressing
[PATCH 0/8] R-Car M3-N: Enable EtherAVB device node
2018-03-05 21:09 UTC (20+ messages)
` [PATCH 1/8] arm64: dts: renesas: salvator-common: Override EtherAVB phy-mode
` [PATCH 2/8] arm64: dts: renesas: r8a7796: Set EtherAVB phy mode to "rgmii"
` [PATCH 3/8] arm64: dts: renesas: r8a7795: "
` [PATCH 4/8] arm64: dts: renesas: r8a77995: "
` [PATCH 5/8] dt-bindings: iommu/ipmmu-vmsa: Add R-Car M3-N (R8A77965)
` [PATCH 6/8] iommu/ipmmu-vmsa: Hook up R8A77965 DT matching code
` [PATCH 7/8] arm64: dts: renesas: r8a77965: Add IPMMU mm and ds0 blocks
` [PATCH 8/8] arm64: dts: renesas: r8a77965: Add EtherAVB device node
Using dma-ranges with iommu to limit range of iova
2018-03-05 18:15 UTC (3+ messages)
use generic dma-direct and swiotlb code for x86
2018-03-05 17:46 UTC (14+ messages)
` [PATCH 01/13] x86: remove X86_PPRO_FENCE
` [PATCH 02/13] x86: remove dma_alloc_coherent_mask
` [PATCH 03/13] x86: use dma-direct
` [PATCH 04/13] x86: use generic swiotlb_ops
` [PATCH 05/13] x86/amd_gart: look at coherent_dma_mask instead of GFP_DMA
` [PATCH 06/13] x86/amd_gart: use dma_direct_{alloc,free}
` [PATCH 07/13] iommu/amd_iommu: "
` [PATCH 09/13] x86: remove dma_alloc_coherent_gfp_flags
` [PATCH 12/13] swiotlb: remove swiotlb_set_mem_attributes
` [PATCH 08/13] iommu/intel-iommu: cleanup intel_{alloc,free}_coherent
` [PATCH 10/13] set_memory.h: provide set_memory_{en,de}crypted stubs
` [PATCH 11/13] dma-direct: handle the memory encryption bit in common code
` [PATCH 13/13] swiotlb: remove swiotlb_{alloc,free}_coherent
[PATCH v8 0/5] iommu/arm-smmu: Add runtime pm/sleep support
2018-03-05 17:19 UTC (8+ messages)
` [PATCH v8 1/5] iommu/arm-smmu: Destroy domain context in failure path
` [PATCH v8 2/5] iommu/arm-smmu: Add pm_runtime/sleep ops
` [PATCH v8 3/5] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
` [PATCH v8 4/5] iommu/arm-smmu: Add the device_link between masters and smmu
` [PATCH v8 5/5] iommu/arm-smmu: Add support for qcom,smmu-v2 variant
WARN_ON(irqs_disabled()) in dma_free_attrs?
2018-03-05 15:10 UTC (12+ messages)
[PATCHv3] iommu/intel: Ratelimit each dmar fault printing
2018-03-05 15:00 UTC (2+ messages)
[bug report] iommu/arm-smmu: Make use of the iommu_register interface
2018-03-05 14:33 UTC
[PATCH v4] iommu/amd: Add support for fast IOTLB flushing
2018-03-05 1:08 UTC (2+ messages)
RFC on Kdump and PCIe on ARM64
2018-03-02 18:37 UTC (9+ messages)
[RFC 00/14] Per-instance pagetables for MSM GPUs
2018-03-02 18:28 UTC (14+ messages)
` [PATCH 01/14] iommu: Add DOMAIN_ATTR_ENABLE_TTBR1
` [PATCH 02/14] iommu/arm-smmu: Add support for TTBR1
` [PATCH 03/14] iommu: Create a base struct for io_mm
` [PATCH 04/14] iommu: sva: Add support for pasid allocation
` [PATCH 11/14] drm/msm: Add support for iommu-sva PASIDs
[PATCH 0/3] drivers: rpmsg: make rpmsg bus DMA capable
2018-03-02 16:59 UTC (8+ messages)
` [PATCH 1/3] rpmsg: core: export rpmsg bus type
` [PATCH 2/3] rpmsg: core: make rpmsg bus DMA capable
` [PATCH 3/3] iommu: armsmmu: set iommu ops for rpmsg bus
[PATCH v12 0/3] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
2018-03-02 16:34 UTC (3+ messages)
` [PATCH v12 3/3] arm64:dts:hisilicon Disable hisilicon smmu node on hip06/hip07
[PATCH] iommu/omap: Increase group ref in .device_group()
2018-03-01 11:22 UTC
[PATCH v6 00/14] iommu/rockchip: Use OF_IOMMU
2018-03-01 10:08 UTC (7+ messages)
` [PATCH v6 01/14] iommu/rockchip: Prohibit unbind and remove
` [PATCH v6 02/14] iommu/rockchip: Fix error handling in probe
` [PATCH v6 03/14] iommu/rockchip: Request irqs in rk_iommu_probe()
` [PATCH v6 04/14] iommu/rockchip: Fix error handling in attach
` [PATCH v6 05/14] iommu/rockchip: Use iopoll helpers to wait for hardware
` [PATCH v6 06/14] iommu/rockchip: Fix TLB flush of secondary IOMMUs
Question on IOMMU indentity mapping for intel-iommu
2018-03-01 5:05 UTC (4+ messages)
[PATCH v5 00/13] iommu/rockchip: Use OF_IOMMU
2018-03-01 1:37 UTC (11+ messages)
` [PATCH v5 08/13] iommu/rockchip: Control clocks needed to access the IOMMU
[GIT PULL] dma-mapping fixe for Linux 4.16
2018-02-28 18:12 UTC
[PATCH 1/1] iommu/vt-d: Fix a potential memory leak
2018-02-28 15:10 UTC (2+ messages)
[PATCH 1/4] iommu: Add virtio-iommu driver
2018-02-27 14:47 UTC (4+ messages)
[PATCH v2 0/4] SMMU 52-bit address support
2018-02-27 13:57 UTC (13+ messages)
` [PATCH v2 1/4] iommu/arm-smmu-v3: Clean up address masking
` [PATCH v2 2/4] iommu/io-pgtable-arm: Support 52-bit physical address
` [PATCH v2 3/4] iommu/arm-smmu-v3: "
` [PATCH v2 4/4] iommu/arm-smmu-v3: Support 52-bit virtual address
[PATCH] fix double ;;s in code
2018-02-24 8:56 UTC (4+ messages)
iommu/amd: lock splitting & GFP_KERNEL allocation
2018-02-23 22:27 UTC (6+ messages)
` [PATCH 06/10] iommu/amd: use `table' instead `irt' as variable name in amd_iommu_update_ga()
` [PATCH 07/10] iommu/amd: factor out setting the remap table for a devid
` [PATCH 08/10] iommu/amd: drop the lock while allocating new irq remap table
` [PATCH 09/10] iommu/amd: declare irq_remap_table's and amd_iommu's lock as a raw_spin_lock
` [PATCH 10/10] iommu/amd: make amd_iommu_devtable_lock a spin_lock
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