messages from 2015-10-11 19:37:51 to 2015-11-02 13:43:05 UTC [more...]
[PATCH v6 0/3] arm64: IOMMU-backed DMA mapping
2015-11-02 13:43 UTC (18+ messages)
` [PATCH v6 1/3] iommu: Implement common IOMMU ops for "
` [PATCH v6 2/3] arm64: Add IOMMU dma_ops
[PATCH v5 0/6] MT8173 IOMMU SUPPORT
2015-10-31 8:32 UTC (15+ messages)
` [PATCH v5 3/6] iommu: add ARM short descriptor page table allocator
` [PATCH v5 4/6] memory: mediatek: Add SMI driver
` [PATCH v5 5/6] iommu/mediatek: Add mt8173 IOMMU driver
[PATCH 0/8] iommu: Make core iommu-groups code more generic
2015-10-30 14:13 UTC (11+ messages)
` [PATCH 1/8] iommu: Revive device_group iommu-ops call-back
` [PATCH 2/8] iommu: Export and rename iommu_group_get_for_pci_dev()
` [PATCH 3/8] iommu: Add generic_device_group() function
` [PATCH 4/8] iommu: Add device_group call-back to x86 iommu drivers
` [PATCH 5/8] iommu/fsl: Convert to device_group call-back
` [PATCH 6/8] iommu/arm-smmu: Switch "
` [PATCH 7/8] iommu: Remove is_pci_dev() fall-back from iommu_group_get_for_dev
` [PATCH 8/8] iommu: Move default domain allocation to iommu_group_get_for_dev()
[RFC PATCH] vfio/type1: Do not support IOMMUs that allow bypass
2015-10-29 18:50 UTC (4+ messages)
[PATCH] vfio: Include No-IOMMU mode
2015-10-28 21:46 UTC (2+ messages)
[PATCH 1/2] arm64: Workaround renaming of __GFP_WAIT
2015-10-28 11:01 UTC (9+ messages)
` [PATCH 2/2] arm64: Use gfpflags_allow_blocking()
[PATCH V4 1/3] bindings for hisilicon hi6220 iommu driver
2015-10-28 8:48 UTC (3+ messages)
` [PATCH V4 2/3] Add iommu driver for hi6220 SoC platform
` [PATCH V4 3/3] Add iommu node "
[PATCH v8 59/61] PCI: Introduce resource_disabled()
2015-10-27 20:55 UTC
[PATCH V3 RESEND 1/3] bindings for hisilicon hi6220 iommu driver
2015-10-27 17:39 UTC (4+ messages)
` [PATCH V3 RESEND 2/3] Add iommu driver for hi6220 SoC platform
` [PATCH V3 RESEND 3/3] Add iommu node "
[PATCH] iommu/amd: Fix amd_iommu_detect() (does not fix any issues)
2015-10-27 14:10 UTC (5+ messages)
[PATCH 1/3] bindings for hisilicon hi6220 iommu driver
2015-10-27 7:00 UTC (3+ messages)
` [PATCH 2/3] Add iommu driver for hi6220 SoC platform
` [PATCH 3/3] Add iommu node "
[git pull] IOMMU Fixes for Linux v4.3-rc7
2015-10-26 8:19 UTC
[iommu:arm/renesas 1/1] drivers/iommu/iommu.c:1318:2: note: in expansion of macro 'pr_debug'
2015-10-25 9:29 UTC
[iommu:arm/renesas 1/1] drivers/iommu/ipmmu-vmsa.c:336:2: warning: right shift count >= width of type
2015-10-25 4:47 UTC
[iommu:arm/renesas 1/1] drivers/iommu/ipmmu-vmsa.c:24:27: fatal error: asm/dma-iommu.h: No such file or directory
2015-10-25 2:41 UTC
[RFC PATCH] iommu/vt-d: Add IOTLB flush support for kernel addresses
2015-10-23 12:42 UTC (8+ messages)
[Patch v2] iommu/vt-d: Adjsut the return value of the parse_ioapics_under_ir
2015-10-23 10:04 UTC (2+ messages)
` [PATCH] iommu/vt-d: Propagate error-value from ir_parse_ioapic_hpet_scope()
[PATCH] iommu/ipmmu-vmsa: Drop LPAE Kconfig dependency
2015-10-23 9:49 UTC (5+ messages)
[PATCH 0/4] Cleanup legacy OMAP IOMMU device creation
2015-10-22 17:15 UTC (2+ messages)
[PATCH] iommu-common: fix return type of iommu_tbl_range_alloc()
2015-10-21 19:56 UTC (2+ messages)
[PATCH v4 0/6] MT8173 IOMMU SUPPORT
2015-10-21 10:34 UTC (9+ messages)
` [PATCH v4 3/6] iommu: add ARM short descriptor page table allocator
[GIT PULL] Minor intel-iommu fix for 4.3
2015-10-21 10:27 UTC
[PATCH 00/22] DMA-API/PCI map_peer_resource support for peer-to-peer
2015-10-21 10:10 UTC (3+ messages)
` [PATCH 09/22] PCI: Add pci_peer_traffic_supported()
[PATCH 00/12] AMD IOMMU alias handling cleanups and code removal
2015-10-20 15:33 UTC (13+ messages)
` [PATCH 01/12] iommu/amd: Do not BUG_ON in __detach_device()
` [PATCH 02/12] iommu/amd: Do not iterate over alias-list in __[attach|detach]_device
` [PATCH 03/12] iommu/amd: Don't disable IRQs in __detach_device
` [PATCH 04/12] iommu/amd: WARN when __[attach|detach]_device are called with irqs enabled
` [PATCH 05/12] iommu/amd: Set alias DTE in do_attach/do_detach
` [PATCH 06/12] iommu/amd: Remove old alias handling code
` [PATCH 07/12] iommu/amd: Align DTE flag definitions
` [PATCH 08/12] iommu/amd: Remove cmd_buf_size and evt_buf_size from struct amd_iommu
` [PATCH 09/12] iommu/amd: Cleanup buffer allocation
` [PATCH 10/12] iommu/amd: Initialize amd_iommu_last_bdf for DEV_ALL
` [PATCH 11/12] iommu/amd: Remove first/last_device handling
` [PATCH 12/12] iommu/amd: Remove find_last_devid_on_pci()
[PATCH] iommu/amd: Don't clear DTE flags when modifying it
2015-10-20 12:59 UTC
[PATCH] iommu/ipmmu-vmsa: Include SoC part number in DT binding docs
2015-10-20 10:27 UTC (4+ messages)
[PATCH 1/3] docs: dts: Documentation for smmu in hi6220 SoC
2015-10-19 1:49 UTC (4+ messages)
` [PATCH 2/3] iommu/hisilicon: Add hi6220 iommu driver
[patch] iommu/vt-d: fix a loop in prq_event_thread()
2015-10-18 14:26 UTC (2+ messages)
AMD-Vi: Event logged [INVALID_DEVICE_REQUEST device=00:14.0 address=0x000000fdf9103300 flags=0x0600]
2015-10-16 22:02 UTC (10+ messages)
[patch] iommu/vt-d: shift wrapping bug in prq_event_thread()
2015-10-16 16:28 UTC (2+ messages)
[GIT PULL] iommu/arm-smmu: Updates for 4.4
2015-10-16 9:33 UTC (2+ messages)
[PATCH v9 00/18] Add VT-d Posted-Interrupts support - including prerequisite series
2015-10-16 1:45 UTC (7+ messages)
` [PATCH v9 17/18] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
[PATCH] iommu/vt-d: Use cmpxchg16b to update posted format IRTE atomically
2015-10-16 1:01 UTC (3+ messages)
[RFC PATCH v2] vfio: Include No-IOMMU mode
2015-10-15 22:40 UTC (3+ messages)
iommu/vt-d: Implement page request handling
2015-10-15 20:12 UTC (2+ messages)
[PATCH 0/6] iommu/arm-smmu: Updates for 4.4
2015-10-15 15:25 UTC (8+ messages)
` [PATCH 4/6] iommu/arm-smmu: fix error checking for ASID and VMID allocation
` [PATCH 1/6] iommu/arm-smmu: Use drvdata instead of maintaining smmu_devices list
` [PATCH 2/6] iommu/arm-smmu: Remove unneeded '0x' annotation
` [PATCH 3/6] iommu/arm-smmu: ThunderX mis-extends 64bit registers
` [PATCH 5/6] iommu/arm-smmu: remove redundant calculation of gr0 base address
` [PATCH 6/6] iommu/arm-smmu: Add support for MSI on SMMUv3
[PATCH RESEND] iommu/amd: Fix BUG when faulting a PROT_NONE VMA
2015-10-15 14:13 UTC (4+ messages)
[PATCH v4 0/5] iommu/arm-smmu: add support for non-pci devices
2015-10-15 8:30 UTC (6+ messages)
` [PATCH v4 1/5] iommu/arm-smmu: to support probe deferral
` [PATCH v4 2/5] iommu/arm-smmu: rename __arm_smmu_get_pci_sid
` [PATCH v4 3/5] iommu/arm-smmu: add support for non-pci devices
` [PATCH v4 4/5] iommu/arm-smmu: to backward compatible with probe non-deferral
` [PATCH v4 5/5] iommu/arm-smmu: describe the limitation of #iommu-cells
[PATCH v2 0/10] Enable SVM for Intel VT-d
2015-10-14 21:35 UTC (12+ messages)
` [PATCH v2 04/10] iommu/vt-d: Assume BIOS lies about ATSR for integrated gfx
` [PATCH v2 06/10] iommu/vt-d: Add basic SVM PASID support
` [PATCH v2 07/10] iommu/vt-d: Implement deferred invalidate for SVM
` [PATCH v2 08/10] iommu/vt-d: Generalise DMAR MSI setup to allow for page request events
` [PATCH v2 01/10] iommu/vt-d: Use plain writeq() for dmar_writeq() where available
` [PATCH v2 02/10] iommu/vt-d: Introduce intel_iommu=pasid28, and pasid_enabled() macro
` [PATCH v2 03/10] iommu/vt-d: Add initial support for PASID tables
` [PATCH v2 05/10] iommu/vt-d: Always enable PASID/PRI PCI capabilities before ATS
` [PATCH v2 09/10] iommu/vt-d: Implement page request handling
` [PATCH v2 10/10] iommu/vt-d: Add callback to device driver on page faults
[RFI] WARNING: CPU: 0 PID: 14493 at drivers/iommu/intel-iommu.c:2048 __domain_mapping+0x37d/0x390()
2015-10-14 13:16 UTC (5+ messages)
[REPOST PATCH 0/2] DRA7 DSP MMU config support
2015-10-14 12:36 UTC (2+ messages)
[PATCH] iommu/vt-d: fix range computation when making room for large pages
2015-10-13 20:27 UTC (3+ messages)
[PATCH v4] iommu/arm-smmu: Add support for MSI on SMMUv3
2015-10-13 18:48 UTC (2+ messages)
[PATCH v3] iommu/arm-smmu: Add support for MSI on SMMUv3
2015-10-13 17:04 UTC (3+ messages)
[RFC/PATCH] media: omap3isp: Set maximum DMA segment size
2015-10-13 13:18 UTC
[PATCH 0/7] Enable SVM for Intel VT-d
2015-10-13 12:06 UTC (3+ messages)
[git pull] IOMMU Fixes for Linux v4.3-rc5
2015-10-13 10:09 UTC
[PATCH v7 58/60] PCI: Introduce resource_disabled()
2015-10-13 9:48 UTC (2+ messages)
` [v7,58/60] "
[REPOST PATCH 0/4] Add DRA7 IOMMU DT nodes
2015-10-12 22:55 UTC (6+ messages)
` [REPOST PATCH 1/4] ARM: dts: DRA7: Add dsp1_system syscon node
[RFC PATCH 0/2] VFIO no-iommu
2015-10-12 18:08 UTC (10+ messages)
` [RFC PATCH 2/2] vfio: Include no-iommu mode
[PATCH 1/6] mmput: use notifier chain to call subsystem exit handler
2015-10-12 17:41 UTC (11+ messages)
[dm-devel] AMD-Vi IO_PAGE_FAULTs and ata3.00: failed command: READ FPDMA QUEUED errors since Linux 4.0
2015-10-12 12:34 UTC (15+ messages)
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;
as well as URLs for NNTP newsgroup(s).