messages from 2014-03-14 05:06:49 to 2014-03-31 22:32:18 UTC [more...]
[RFC PATCH v4 00/10] VFIO support for platform devices
2014-03-31 22:32 UTC (32+ messages)
` [RFC PATCH v4 01/10] driver core: export driver_probe_device()
` mechanism to allow a driver to bind to any device
[PATCH 0/5] Renesas VMSA-compatible IPMMU DT support
2014-03-31 14:30 UTC (14+ messages)
` [PATCH 1/5] iommu/ipmmu-vmsa: Refactor micro-TLB lookup
` [PATCH 2/5] iommu/ipmmu-vmsa: Add device tree bindings documentation
` [PATCH 3/5] iommu/ipmmu-vmsa: Add device tree support
` [PATCH 4/5] ARM: shmobile: r8a7791: Add IPMMU DT nodes
` [PATCH 5/5] [TEST] ARM: shmobile: r8a7791: Enable IOMMU support for the VSP1
[PATCH v2] iommu: Add driver for Renesas VMSA-compatible IPMMU
2014-03-28 22:16 UTC
[patch] iommu/vt-d: returning free pointer in get_domain_for_dev()
2014-03-28 20:37 UTC (2+ messages)
[PATCH 00/33] iommu/vt-d: Add support for DMA mapping of ACPI-enumerated devices
2014-03-26 9:16 UTC (37+ messages)
` [PATCH 01/33] iommu/vt-d: Add ACPI namespace device reporting structures
` [PATCH 02/33] iommu/vt-d: Parse ANDD records
` [PATCH 03/33] iommu/vt-d: Allocate space for ACPI devices
` [PATCH 04/33] iommu/vt-d: Change scope lists to struct device, bus, devfn
` [PATCH 05/33] iommu/vt-d: Add ACPI devices into dmaru->devices[] array
` [PATCH] iommu/vt-d: Check for NULL pointer in dmar_acpi_dev_scope_init() array
` [PATCH 06/33] iommu/vt-d: Make iommu_dummy() take struct device instead of struct pci_dev
` [PATCH 07/33] iommu/vt-d: Make dmar_insert_dev_info() "
` [PATCH 08/33] iommu/vt-d: Use struct device in device_domain_info, not "
` [PATCH 09/33] iommu/vt-d: Pass iommu to domain_context_mapping_one() and iommu_support_dev_iotlb()
` [PATCH 10/33] iommu/vt-d: Stop dmar_insert_dev_info() freeing domains on losing race
` [PATCH 11/33] iommu/vt-d: use dmar_insert_dev_info() from dma_add_dev_info()
` [PATCH 12/33] iommu/vt-d: Use domain_remove_one_dev_info() in domain_add_dev_info() error path
` [PATCH 13/33] iommu/vt-d: Always store iommu in device_domain_info
` [PATCH 14/33] iommu/vt-d: Simplify iommu check in domain_remove_one_dev_info()
` [PATCH 15/33] iommu/vt-d: Remove device_to_iommu() call from domain_remove_dev_info()
` [PATCH 16/33] iommu/vt-d: Store PCI segment number in struct intel_iommu
` [PATCH 17/33] iommu/vt-d: Remove segment from struct device_domain_info()
` [PATCH 18/33] iommu/vt-d: Make identity_mapping() take struct device not struct pci_dev
` [PATCH 19/33] iommu/vt-d: Make device_to_iommu() cope with non-PCI devices
` [PATCH 20/33] iommu/vt-d: Make domain_context_mapp{ed, ing}() take struct device
` [PATCH 21/33] iommu/vt-d: Make get_domain_for_dev() "
` [PATCH 22/33] iommu/vt-d: Handle RMRRs for non-PCI devices
` [PATCH 23/33] iommu/vt-d: Make iommu_should_identity_map() take struct device
` [PATCH 24/33] iommu/vt-d: Make get_valid_domain_for_dev() "
` [PATCH 25/33] iommu/vt-d: Remove some pointless to_pci_dev() calls
` [PATCH 26/33] iommu/vt-d: Rename 'hwdev' variables to 'dev' now that that's the norm
` [PATCH 27/33] iommu/vt-d: Make domain_remove_one_dev_info() take struct device
` [PATCH 28/33] iommu/vt-d: Make domain_add_dev_info() "
` [PATCH 29/33] iommu/vt-d: Remove pdev from iommu_no_mapping()
` [PATCH 30/33] iommu/vt-d: Remove pdev from intel_iommu_attach_device()
` [PATCH 31/33] iommu/vt-d: Remove to_pci_dev() in intel_map_page()
` [PATCH 32/33] iommu/vt-d: Finally enable translation for non-PCI devices
` [PATCH 33/33] iommu/vt-d: Include ACPI devices in iommu=pt
` [PATCH 34/33] iommu/vt-d: Fix RCU annotations on device scope lists
[RFC PATCH v4 06/10] VFIO_PLATFORM: Read and write support for the device fd
2014-03-25 18:56 UTC (2+ messages)
[PATCH V2] iommu/amd: Fix logic to determine and checking max PASID
2014-03-24 19:33 UTC (4+ messages)
[GIT PULL] VT-d fixes and ACPI device mapping support for 3.15
2014-03-24 15:44 UTC (2+ messages)
randconfig build error with next-20140324, in drivers/iommu/dmar.c
2014-03-24 14:02 UTC
[PATCH v11 20/27] iommu/exynos: allow having multiple System MMUs for a master H/W
2014-03-21 10:07 UTC (11+ messages)
[PATCH v11 10/27] iommu/exynos: use managed device helper functions
2014-03-21 4:49 UTC (15+ messages)
[PATCH v11 17/27] iommu/exynos: remove calls to Runtime PM API functions
2014-03-20 12:07 UTC (13+ messages)
[RFC PATCH] iommu/vt-d: Clean up and fix page table clear/free behaviour
2014-03-20 12:00 UTC (7+ messages)
` [PATCH 1/4] iommu/vt-d: Clean up size handling for intel_iommu_unmap()
` [PATCH 2/4] iommu/vt-d: Clean up and fix page table clear/free behaviour
` [PATCH 3/4] iommu/vt-d: Honour intel_iommu=sp_off for non-VMM domains
` [PATCH 4/4] iommu/vt-d: Be less pessimistic about domain coherency where possible
[PATCH v11 24/27] iommu/exynos: use exynos-iommu specific typedef
2014-03-20 9:55 UTC (3+ messages)
[PATCH 1/2] [RFC] arm: iommu: Refactoring common code
2014-03-19 9:57 UTC (3+ messages)
[PATCH v11 19/27] iommu/exynos: add support for power management subsystems
2014-03-19 9:07 UTC (5+ messages)
[PATCH v11 13/27] iommu/exynos: support for device tree
2014-03-19 9:06 UTC (9+ messages)
[PATCH v11 15/27] iommu/exynos: use convenient macro to handle gate clocks
2014-03-18 13:07 UTC (6+ messages)
[PATCH v11 08/27] iommu/exynos: always use a single clock descriptor
2014-03-18 10:31 UTC (3+ messages)
[PROBLEM] AMD IOMMU fails the VIA xHCI controller on Gigabyte F2A88X-UP4 motherboard
2014-03-18 5:22 UTC
[PATCH 0/5] OMAP IOMMU fixes and IOMMU architecture questions
2014-03-18 1:20 UTC (30+ messages)
` [PATCH 1/5] iommu/omap: Use the cache cleaning API
` [PATCH 2/5] iommu/omap: Fix 'no page for' debug message in flush_iotlb_page()
` [PATCH 3/5] iommu/omap: Flush the TLB only after updating translation table entries
` [PATCH 5/5] iommu/omap: Fix map protection value handling
Fixing kvm_iommu_put_pages()
2014-03-17 17:02 UTC (5+ messages)
[PATCH v11 12/27] ARM: dts: Add description of System MMU of Exynos SoCs
2014-03-17 0:32 UTC (3+ messages)
[PATCH v11 11/27] clk: exynos: add gate clock descriptions of System MMU
2014-03-17 0:28 UTC (3+ messages)
[PATCH v11 01/27] iommu/exynos: do not include removed header
2014-03-17 0:26 UTC (5+ messages)
[PATCH v11 02/27] iommu/exynos: add missing cache flush for removed page table entries
2014-03-15 6:35 UTC (2+ messages)
[PATCH v11 27/27] iommu/exynos: enhanced error messages
2014-03-14 5:14 UTC
[PATCH v11 26/27] iommu/exynos: apply workaround of caching fault page table entries
2014-03-14 5:14 UTC
[PATCH v11 25/27] iommu/exynos: use simpler function to get MMU version
2014-03-14 5:13 UTC
[PATCH v11 23/27] iommu/exynos: fix address handling
2014-03-14 5:12 UTC
[PATCH v11 22/27] iommu/exynos: add devices attached to the System MMU to an IOMMU group
2014-03-14 5:12 UTC
[PATCH v11 21/27] iommu/exynos: change rwlock to spinlock
2014-03-14 5:11 UTC
[PATCH v11 14/27] iommu/exynos: gating clocks of master H/W
2014-03-14 5:09 UTC
[PATCH v11 18/27] iommu/exynos: turn on useful configuration options
2014-03-14 5:09 UTC
[PATCH v11 16/27] iommu/exynos: remove custom fault handler
2014-03-14 5:08 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;
as well as URLs for NNTP newsgroup(s).