messages from 2012-06-21 00:07:34 to 2012-07-23 17:59:21 UTC [more...]
[PATCH 5/7] drivers/iommu/tegra-smmu.c: remove invalid reference to list iterator variable
2012-07-23 17:59 UTC
[PATCH 1/2] iommu/amd: Add missing spin_lock initialization
2012-07-19 11:45 UTC (2+ messages)
` [PATCH 2/2] iommu/amd: Fix hotplug with iommu=pt
[PATCH 0/6] OMAP: iommu: hwmod, reset handling and runtime PM
2012-07-18 17:15 UTC (10+ messages)
` [PATCH 3/6] ARM: OMAP4: hwmod data: add mmu hwmod for ipu and dsp
[v3.6 1/3] Revert "iommu/tegra: smmu: Fix unsleepable memory allocation"
2012-07-18 8:50 UTC (7+ messages)
` [v3.6 2/3] iommu/tegra: smmu: Remove unnecessary sanity check at alloc_pdir()
` [v3.6 3/3] iommu/tegra: smmu: Fix unsleepable memory allocation "
[PATCH 0/27] AMD IOMMU interrupt remapping support v2
2012-07-17 10:44 UTC (31+ messages)
` [PATCH 01/27] x86/irq: Add data structure to keep AMD specific irq remapping information
` [PATCH 02/27] x86/irq: Introduce irq_cfg->remapped
` [PATCH 03/27] iommu/amd: Fix sparse warnings
` [PATCH 04/27] iommu/amd: Use acpi_get_table instead of acpi_table_parse
` [PATCH 05/27] iommu/amd: Split out PCI related parts of IOMMU initialization
` [PATCH 06/27] iommu/amd: Move informational prinks out of iommu_enable
` [PATCH 07/27] iommu/amd: Introduce early_amd_iommu_init routine
` [PATCH 08/27] iommu/amd: Split enable_iommus() routine
` [PATCH 09/27] iommu/amd: Move unmap_flush message to amd_iommu_init_dma_ops()
` [PATCH 10/27] iommu/amd: Introduce amd_iommu_init_dma routine
` [PATCH 12/27] iommu/amd: Keep track of HPET and IOAPIC device ids
` [PATCH 13/27] iommu/amd: Add slab-cache for irq remapping tables
` [PATCH 14/27] iommu/amd: Allocate data structures to keep track of "
` [PATCH 15/27] iommu/amd: Check if IOAPIC information is correct
` [PATCH 16/27] iommu/amd: Split device table initialization into irq and dma part
` [PATCH 17/27] iommu/amd: Make sure IOMMU is not considered to translate itself
` [PATCH 18/27] iommu/amd: Add IRTE invalidation routine
` [PATCH 20/27] iommu/amd: Add IOAPIC remapping routines
` [PATCH 21/27] iommu/amd: Implement MSI routines for interrupt remapping
` [PATCH 22/27] iommu/amd: Add call-back routine for HPET MSI
` [PATCH 23/27] iommu/amd: Add initialization routines for AMD interrupt remapping
` [PATCH 24/27] iommu/amd: Make sure irq remapping still works on dma init failure
` [PATCH 25/27] iommu/irq: Use amd_iommu_irq_ops if supported
` [PATCH 26/27] iommu/amd: Print message to system log when irq remapping is enabled
` [PATCH 27/27] iommu/amd: Report irq remapping through IOMMU-API
` [PATCH 11/27] iommu/amd: Convert iommu initialization to state machine
` [PATCH 19/27] iommu/amd: Add routines to manage irq remapping tables
Tegra-DRM: Tegra30: DMA mapping API
2012-07-12 7:19 UTC (8+ messages)
[PATCH 0/7] Make IOMMU-API ready for GART-like hardware
2012-07-11 13:28 UTC (11+ messages)
` [PATCH 1/7] iommu: Add domain-attribute handlers
` [PATCH 2/7] iommu/amd: Implement DOMAIN_ATTR_GEOMETRY attribute
` [PATCH 3/7] iommu/vt-d: "
` [PATCH 4/7] iommu/omap: "
` [PATCH 5/7] iommu/msm: "
` [PATCH 6/7] iommu/tegra: "
` [PATCH 7/7] iommu/exynos: "
[PATCH 0/28] AMD IOMMU interrupt remapping support
2012-07-09 12:32 UTC (37+ messages)
` [PATCH 01/28] x86/irq: Add data structure to keep AMD specific irq remapping information
` [PATCH 02/28] x86/irq: Introduce irq_cfg->remapped
` [PATCH 03/28] x86/irq: Use irq_remap specific print_IO_APIC paths only on Intel
` [PATCH 04/28] iommu/amd: Use acpi_get_table instead of acpi_table_parse
` [PATCH 05/28] iommu/amd: Split out PCI related parts of IOMMU initialization
` [PATCH 06/28] iommu/amd: Move informational prinks out of iommu_enable
` [PATCH 07/28] iommu/amd: Introduce early_amd_iommu_init routine
` [PATCH 08/28] iommu/amd: Split enable_iommus() routine
` [PATCH 09/28] iommu/amd: Move unmap_flush message to amd_iommu_init_dma_ops()
` [PATCH 10/28] iommu/amd: Introduce amd_iommu_init_dma routine
` [PATCH 11/28] iommu/amd: Convert iommu initialization to state machine
` [PATCH 12/28] iommu/amd: Keep track of HPET and IOAPIC device ids
` [PATCH 13/28] iommu/amd: Add slab-cache for irq remapping tables
` [PATCH 14/28] iommu/amd: Allocate data structures to keep track of "
` [PATCH 15/28] iommu/amd: Check if IOAPIC information is correct
` [PATCH 16/28] iommu/amd: Block all interrupts by default with irq-remapping enabled
` [PATCH 17/28] iommu/amd: Split device table initialization into irq and dma part
` [PATCH 18/28] iommu/amd: Make sure IOMMU is not considered to translate itself
` [PATCH 19/28] iommu/amd: Add IRTE invalidation routine
` [PATCH 20/28] iommu/amd: Add routines to manage irq remapping tables
` [PATCH 21/28] iommu/amd: Add IOAPIC remapping routines
` [PATCH 22/28] iommu/amd: Implement MSI routines for interrupt remapping
` [PATCH 23/28] iommu/amd: Add call-back routine for HPET MSI
` [PATCH 24/28] iommu/amd: Add initialization routines for AMD interrupt remapping
` [PATCH 25/28] iommu/amd: Make sure irq remapping still works on dma init failure
` [PATCH 26/28] iommu/irq: Use amd_iommu_irq_ops if supported
` [PATCH 27/28] iommu/amd: Print message to system log when irq remapping is enabled
` [PATCH 28/28] iommu/amd: Report irq remapping through IOMMU-API
atomic context for iommu_map call
2012-07-09 9:42 UTC (6+ messages)
[git pull] IOMMU fixes for Linux 3.5-rc5
2012-07-06 13:17 UTC
[iommu:irq-remapping 15/28] drivers/iommu/amd_iommu_init.c:1585:22: error: 'nr_ioapics' undeclared (first use in this function)
2012-07-06 0:48 UTC
[iommu:irq-remapping 8/28] drivers/iommu/amd_iommu_init.c:1400:32: error: 'disable_iommus' undeclared (first use in this function)
2012-07-05 17:39 UTC
[iommu:irq-remapping 7/28] WARNING: drivers/iommu/built-in.o(.text+0x617a): Section mismatch in reference from the function amd_iommu_init_pci() to the function .init.text:amd_iommu_init_devices()
2012-07-05 17:38 UTC
[git pull] IOMMU fixes for Linux 3.5-rc1
2012-07-02 13:17 UTC (2+ messages)
[v3.5 1/1] iommu/tegra: smmu: Fix unsleepable memory allocation
2012-07-02 11:26 UTC
tegra alloc_pdir
2012-07-02 11:14 UTC (19+ messages)
` [PATCH 1/1] iommu/tegra: smmu: Fix unsleepable memory allocation
` [v2 1/1] iommu/tegra: smmu: Fix unsleepable memory allocation at alloc_pdir()
` [v3 1/2] iommu/tegra: smmu: Remove unnecessary sanity check "
` [v3 2/2] iommu/tegra: smmu: Fix unsleepable memory allocation "
Request VFIO inclusion in linux-next
2012-07-02 4:14 UTC (8+ messages)
Tegra DRM device tree bindings
2012-07-01 17:06 UTC (41+ messages)
[patch 2/2 -resend] iommu/amd: fix type bug in flush code
2012-06-27 9:09 UTC
[v3 1/5] iommu: Add DMA window parser, of_get_dma_window()
2012-06-25 12:36 UTC (6+ messages)
` [v3 2/5] iommu/tegra: smmu: Add device tree support for SMMU
` [v3 3/5] iommu/tegra: smmu: Simplify allocation at once
` [v3 4/5] iommu/tegra: smmu: Remove unnecessary cleanups with devm_*()
` [v3 5/5] iommu/tegra: smmu: Fix uninitialized var warning
[PATCH v2 0/7] IOMMU: Groups support
2012-06-25 11:29 UTC (6+ messages)
` [PATCH v2 2/7] iommu: IOMMU Groups
[PATCH] iommu/amd: Initialize dma_ops for hotplug and sriov devices
2012-06-25 11:17 UTC
[PATCH 1/1] iommu/tegra: smmu: Add DMA window parser
2012-06-25 10:42 UTC (11+ messages)
` [PATCH 1/5] iommu/tegra: smmu: Add DMA window parser, of_get_dma_window()
` [PATCH 2/5] iommu/tegra: smmu: Add device tree support for SMMU
` [v2 "
` [v2 1/5] iommu: Add DMA window parser, of_get_dma_window()
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).