messages from 2013-12-12 12:14:04 to 2014-01-15 17:12:37 UTC [more...]
[PATCH 0/7] Fix omap-iommu probe and convert to DT for 3.14
2014-01-15 17:12 UTC (29+ messages)
` [PATCH 1/7] iommu/omap: Do bus_set_iommu() only if probe() succeeds
` [PATCH 2/7] iommu/omap: omap_iommu_attach() should return ENODEV, not NULL
` [PATCH 3/7] iommu/omap: Convert to devicetree
` [PATCH 4/7] iommu/omap: Allow enable/disable even without pdata
` [PATCH 5/7] ARM: dts: Complete data for isp iommu
` [PATCH 6/7] ARM: OMAP2+: Remove legacy data from hwmod for omap3 "
` [PATCH 7/7] ARM: OMAP2+: Remove platform-specific omap-iommu
PROBLEM: do_IRQ: [number] No irq handler for vector (irq -1) [resend]
2014-01-14 19:53 UTC
PROBLEM: do_IRQ: [number] No irq handler for vector (irq -1)
2014-01-14 17:41 UTC
[PATCH v2 0/5] enhance DMA CMA on x86
2014-01-14 14:13 UTC (6+ messages)
` [PATCH v2 1/5] x86: make dma_alloc_coherent() return zeroed memory if CMA is enabled
` [PATCH v2 2/5] x86: enable DMA CMA with swiotlb
` [PATCH v2 3/5] intel-iommu: integrate DMA CMA
` [PATCH v2 4/5] memblock: introduce memblock_alloc_range()
` [PATCH v2 5/5] cma: add placement specifier for "cma=" kernel parameter
[PATCH] iommu/arm-smmu: change pud/pmd entry fill sequence
2014-01-14 10:13 UTC (6+ messages)
[PATCHv3 0/6] Crashdump Accepting Active IOMMU
2014-01-10 22:07 UTC (7+ messages)
` [PATCHv3 1/6] Crashdump-Accepting-Active-IOMMU-Flags-and-Prototype
` [PATCHv3 2/6] Crashdump-Accepting-Active-IOMMU-Utility-functions
` [PATCHv3 3/6] Crashdump-Accepting-Active-IOMMU-Domain-Interfaces
` [PATCHv3 4/6] Crashdump-Accepting-Active-IOMMU-Copy-Translations
` [PATCHv3 6/6] Crashdump-Accepting-Active-IOMMU-Call-From-Mainline
` [PATCHv3 5/6] Crashdump-Accepting-Active-IOMMU-Debug-Print-IOMMU
[PATCH 1/1] x86/iommu: use bit structures for context_entry
2014-01-10 8:31 UTC (2+ messages)
[PATCH 1/1] x86/iommu: use bit structures for context_entry
2014-01-10 7:32 UTC (7+ messages)
[PATCH Trivial] intel-iommu: check return value of device_to_iommu() before using it
2014-01-10 2:16 UTC (3+ messages)
[Patch Part1 V3 00/20] Bugfixes and improvements for Intel IOMMU drivers
2014-01-10 1:39 UTC (27+ messages)
` [Patch Part1 V3 01/20] iommu/vt-d: use dedicated bitmap to track remapping entry allocation status
` [Patch Part1 V3 02/20] iommu/vt-d: fix PCI device reference leakage on error recovery path
` [Patch Part1 V3 03/20] iommu/vt-d: fix a race window in allocating domain ID for virtual machines
` [Patch Part1 V3 04/20] iommu/vt-d: fix resource leakage on error recovery path in iommu_init_domains()
` [Patch Part1 V3 05/20] iommu/vt-d, trivial: refine support of 64bit guest address
` [Patch Part1 V3 06/20] iommu/vt-d, trivial: print correct domain id of static identity domain
` [Patch Part1 V3 07/20] iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu()
` [Patch Part1 V3 08/20] iommu/vt-d, trivial: clean up unused code
` [Patch Part1 V3 09/20] iommu/vt-d: mark internal functions as static
` [Patch Part1 V3 10/20] iommu/vt-d, trivial: use defined macro instead of hardcoding
` [Patch Part1 V3 11/20] iommu/vt-d, trivial: simplify code with existing macros
` [Patch Part1 V3 12/20] iommu/vt-d: fix invalid memory access when freeing DMAR irq
` [Patch Part1 V3 13/20] iommu/vt-d: keep shared resources when failed to initialize iommu devices
` [Patch Part1 V3 14/20] iommu/vt-d: avoid double free in error recovery path
` [Patch Part1 V3 15/20] iommu/vt-d: fix access after free issue in function free_dmar_iommu()
` [Patch Part1 V3 16/20] iommu/vt-d: release invalidation queue when destroying IOMMU unit
` [Patch Part1 V3 17/20] iommu/vt-d: fix wrong return value of dmar_table_init()
` [Patch Part1 V3 18/20] iommu/vt-d, PCI, trivial: use dev_is_pci() instead of hardcoding
` [Patch Part1 V3 19/20] iommu/vt-d, trivial: clean sparse warnings
` [PATCH] iommu/vt-d: fix compilation error for IA64 platform
` [Patch Part1 V3 20/20] iommu/vt-d: free all resources if failed to initialize DMARs
[PATCHv2 0/6] Crashdump Accepting Active IOMMU
2014-01-09 21:13 UTC (11+ messages)
` [PATCHv2 1/6] Crashdump-Accepting-Active-IOMMU-Flags-and-Prototype
` [PATCHv2 2/6] Crashdump-Accepting-Active-IOMMU-Utility-functions
` [PATCHv2 3/6] Crashdump-Accepting-Active-IOMMU-Domain-Interfaces
` [PATCHv2 4/6] Crashdump-Accepting-Active-IOMMU-Copy-Translations
` [PATCHv2 5/6] Crashdump-Accepting-Active-IOMMU-Debug-Print-IOMMU
` [PATCHv2 6/6] Crashdump-Accepting-Active-IOMMU-Call-From-Mainline
[Patch Part2 V1 00/14] Enhance DMAR drivers to handle PCI/memory hotplug events
2014-01-09 20:30 UTC (32+ messages)
` [Patch Part2 V1 01/14] iommu/vt-d: factor out dmar_alloc_dev_scope() for later reuse
` [Patch Part2 V1 02/14] iommu/vt-d: move private structures and variables into intel-iommu.c
` [Patch Part2 V1 03/14] iommu/vt-d: simplify function get_domain_for_dev()
` [Patch Part2 V1 04/14] iommu/vt-d: free resources if failed to create domain for PCIe endpoint
` [Patch Part2 V1 05/14] iommu/vt-d: create device_domain_info structure for intermediate P2P bridges
` [Patch Part2 V1 06/14] iommu/vt-d: fix incorrect iommu_count for si_domain
` [Patch Part2 V1 07/14] iommu/vt-d: fix error in detect ATS capability
` [Patch Part2 V1 08/14] iommu/vt-d: introduce macro for_each_dev_scope() to walk device scope entries
` [Patch Part2 V1 09/14] iommu/vt-d: introduce a rwsem to protect global data structures
` [Patch Part2 V1 10/14] iommu/vt-d: use RCU to protect global resources in interrupt context
` [Patch Part2 V1 11/14] iommu/vt-d, PCI: update DRHD/RMRR/ATSR device scope caches when PCI hotplug happens
` [Patch Part2 V1 12/14] iommu/vt-d, PCI: unify the way to process DMAR device scope array
` [Patch Part2 V1 13/14] iommu/vt-d: update device to static identity domain mapping for PCI hotplug
` [RFC Patch Part2 V1 14/14] iommu/vt-d: update IOMMU state when memory hotplug happens
[patch] iommu/vt-d: signedness bug in alloc_irte()
2014-01-09 12:06 UTC (2+ messages)
[PATCH 0/6] iommu/tegra124: smmu: add T124 enhancement
2014-01-09 2:28 UTC (11+ messages)
` [PATCH 1/6] iommu/tegra124: smmu: optionaly AHB enables SMMU
` [PATCH 3/6] iommu/tegra124: smmu: add support platform data
` [PATCH 4/6] iommu/tegra124: smmu: support more than 32 bit pa
` [PATCH 5/6] iommu/tegra124: smmu: {TLB,PTC} reset value per SoC
linux-next: Tree for Jan 8 (iommu/dmar.c)
2014-01-09 0:45 UTC
[PATCH] drm/msm: Fix link error with !MSM_IOMMU
2014-01-08 19:53 UTC (5+ messages)
[PATCH 0/2] SH Mobile IOMMU fixes
2014-01-07 14:36 UTC (7+ messages)
` [PATCH 1/2] iommu/shmobile: Allocate archdata with kzalloc()
` [PATCH 2/2] iommu/shmobile: Turn the flush_lock mutex into a spinlock
[PATCH] iommu: Rename domain_has_cap to iommu_domain_has_cap
2014-01-07 14:32 UTC (2+ messages)
[PATCH] iommu: add missing include
2014-01-07 14:16 UTC (2+ messages)
[PATCH 00/15] Enable compilation of various Renesas drivers with COMPILE_TEST
2014-01-07 14:11 UTC (5+ messages)
` [PATCH 04/15] iommu: shmobile: Enable driver compilation "
[PATCH] iommu/intel: SNP bit is not dependent on iommu domain coherency
2014-01-07 4:40 UTC (4+ messages)
[Patch Part1 V2 00/20] Bugfixes and improvements for Intel IOMMU drivers
2014-01-06 5:52 UTC (4+ messages)
` [Patch Part1 V2 07/20] iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu()
[RFC PATCHv3 02/11] iommu/omap: Use get_vm_area directly
2014-01-03 2:40 UTC (2+ messages)
[PATCH v2 01/10] IOMMU: Update dmar units devices list during hotplug
2014-01-03 0:08 UTC (4+ messages)
` [PATCH v2 02/10] IOMMU: Fix tboot force iommu logic
` [PATCH v2 03/10] IOMMU: Don't clean handler data before free_irq()
` [PATCH v2 07/10] IOMMU: Add init_dmar_one()
[PATCH v5 19/33] x86, irq: Add for_each_ioapic helper
2014-01-03 0:05 UTC
[PATCH 1/3] drivers: iommu: Mark functions as static in dmar.c
2013-12-30 14:38 UTC (4+ messages)
` [PATCH 2/3] drivers: iommu: Mark functions as static in intel_irq_remapping.c
` [PATCH 3/3] drivers: iommu: Mark function eoi_ioapic_pin_remapped() as static in irq_remapping.c
[PATCHv7 00/12] Unifying SMMU driver among Tegra SoCs
2013-12-30 13:45 UTC (29+ messages)
` [PATCHv7 01/12] of: introduce of_property_for_each_phandle_with_args()
` [PATCHv7 02/12] iommu/of: introduce a global iommu device list
` [PATCHv7 03/12] iommu/of: check if dependee iommu is ready or not
` [PATCHv7 04/12] driver/core: populate devices in order for IOMMUs
` [PATCHv7 05/12] iommu/core: add ops->{bound,unbind}_driver()
` [PATCHv7 06/12] ARM: tegra: create a DT header defining SWGROUP ID
` [PATCHv7 07/12] iommu/tegra: smmu: register device to iommu dynamically
` [PATCHv7 08/12] iommu/tegra: smmu: calculate ASID register offset by ID
` [PATCHv7 09/12] iommu/tegra: smmu: get swgroups from DT "iommus="
` [PATCHv7 10/12] iommu/tegra: smmu: allow duplicate ASID wirte
[GIT PULL] iommu/arm-smmu: updates for 3.14
2013-12-30 13:19 UTC (2+ messages)
[PATCH] intel-iommu: Fix off-by-one in pagetable freeing
2013-12-20 19:33 UTC
[RFC] dma-mapping: dma_alloc_coherent_mask return dma_addr_t
2013-12-17 17:57 UTC
[PATCHv6+ 01/13] of: introduce of_property_for_earch_phandle_with_args()
2013-12-16 17:14 UTC (6+ messages)
[PATCH 1/3] dmar: Fix domain id not update to newly create
2013-12-13 5:16 UTC (3+ messages)
` [PATCH 2/3] dmar: Move the confuse comments to proper place
` [PATCH 3/3] dmar: reduce loop to find multi-devices owned by IOMMU
IOMMU feedback Gigabyte and AMD
2013-12-12 19:44 UTC
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