messages from 2016-09-02 14:09:13 to 2016-09-14 13:50:25 UTC [more...]
[RFC PATCH v2 00/20] x86: Secure Memory Encryption (AMD)
2016-09-14 13:50 UTC (58+ messages)
` [RFC PATCH v2 01/20] x86: Documentation for AMD Secure Memory Encryption (SME)
` [RFC PATCH v2 03/20] x86: Secure Memory Encryption (SME) build enablement
` [RFC PATCH v2 05/20] x86: Add the Secure Memory Encryption cpu feature
` [RFC PATCH v2 07/20] x86: Provide general kernel support for memory encryption
` [RFC PATCH v2 09/20] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v2 10/20] x86: Insure that memory areas are encrypted when possible
` [RFC PATCH v2 11/20] mm: Access BOOT related data in the clear
` [RFC PATCH v2 12/20] x86: Add support for changing memory encryption attribute
` [RFC PATCH v2 13/20] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v2 14/20] x86: DMA support for memory encryption
` [RFC PATCH v2 15/20] iommu/amd: AMD IOMMU "
` [RFC PATCH v2 16/20] x86: Check for memory encryption on the APs
` [RFC PATCH v2 18/20] x86/kvm: Enable Secure Memory Encryption of nested page tables
` [RFC PATCH v2 19/20] x86: Access the setup data through debugfs un-encrypted
` [RFC PATCH v2 20/20] x86: Add support to make use of Secure Memory Encryption
[PATCH v7 00/22] Generic DT bindings for PCI IOMMUs and ARM SMMU
2016-09-14 13:25 UTC (37+ messages)
` [PATCH v7 01/22] Docs: dt: add PCI IOMMU map bindings
` [PATCH v7 02/22] of/irq: Break out msi-map lookup (again)
` [PATCH v7 03/22] iommu/of: Handle iommu-map property for PCI
` [PATCH v7 04/22] iommu: Introduce iommu_fwspec
` [PATCH v7.1 "
` [PATCH v7 05/22] Docs: dt: document ARM SMMUv3 generic binding usage
` [PATCH v7 06/22] iommu/arm-smmu: Fall back to global bypass
` [PATCH v7 07/22] iommu/arm-smmu: Implement of_xlate() for SMMUv3
` [PATCH v7 08/22] iommu/arm-smmu: Support non-PCI devices with SMMUv3
` [PATCH v7 09/22] iommu/arm-smmu: Set PRIVCFG in stage 1 STEs
` [PATCH v7 10/22] iommu/arm-smmu: Handle stream IDs more dynamically
` [PATCH v7 11/22] iommu/arm-smmu: Consolidate stream map entry state
` [PATCH v7 12/22] iommu/arm-smmu: Keep track of S2CR state
` [PATCH v7 13/22] iommu/arm-smmu: Refactor mmu-masters handling
` [PATCH v7 14/22] iommu/arm-smmu: Streamline SMMU data lookups
` [PATCH v7 15/22] iommu/arm-smmu: Add a stream map entry iterator
` [PATCH v7 16/22] iommu/arm-smmu: Intelligent SMR allocation
` [PATCH v7 17/22] iommu/arm-smmu: Convert to iommu_fwspec
` [PATCH v7 18/22] Docs: dt: document ARM SMMU generic binding usage
` [PATCH v7 19/22] iommu/arm-smmu: Wire up generic configuration support
` [PATCH v7 20/22] iommu/arm-smmu: Set domain geometry
` [PATCH v7 21/22] iommu/dma: Add support for mapping MSIs
` [PATCH v7 22/22] iommu/dma: Avoid PCI host bridge windows
[PATCH] iommu/exynos: Improve page fault debug message
2016-09-14 12:44 UTC
[PATCH v3 0/2] Exynos IOMMU: proper runtime PM support (use device dependencies)
2016-09-14 11:54 UTC (9+ messages)
` [PATCH v3 1/2] iommu/exynos: Remove excessive, useless debug
` [PATCH v3 2/2] iommu/exynos: Add proper runtime pm support
[PATCH] iommu/amd: Don't put completion-wait semaphore on stack
2016-09-14 9:41 UTC
[v11, 0/8] Fix eSDHC host version register bug
2016-09-13 22:24 UTC (17+ messages)
` [v11, 1/8] dt: bindings: update Freescale DCFG compatible
` [v11, 2/8] ARM64: dts: ls2080a: add device configuration node
` [v11, 3/8] dt: bindings: move guts devicetree doc out of powerpc directory
` [v11, 4/8] powerpc/fsl: move mpc85xx.h to include/linux/fsl
` [v11, 5/8] soc: fsl: add GUTS driver for QorIQ platforms
` [v11, 6/8] MAINTAINERS: add entry for Freescale SoC drivers
` [v11, 7/8] base: soc: introduce soc_device_match() interface
` [v11, 8/8] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0
[PATCH v5 00/14] ACPI IORT ARM SMMU support
2016-09-13 17:30 UTC (29+ messages)
` [PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type
` [PATCH v5 02/14] drivers: iommu: implement arch_{set/get}_iommu_fwspec API
` [PATCH v5 03/14] drivers: acpi: iort: introduce linker section for IORT entries probing
` [PATCH v5 04/14] drivers: acpi: iort: add support for IOMMU fwnode registration
` [PATCH v5 05/14] drivers: iommu: make iommu_fwspec OF agnostic
` [PATCH v5 06/14] drivers: acpi: implement acpi_dma_configure
` [PATCH v5 07/14] drivers: acpi: iort: add support for ARM SMMU platform devices creation
` [PATCH v5 08/14] drivers: iommu: arm-smmu-v3: split probe functions into DT/generic portions
` [PATCH v5 09/14] drivers: iommu: arm-smmu-v3: add IORT configuration
` [PATCH v5 10/14] drivers: iommu: arm-smmu: split probe functions into DT/generic portions
` [PATCH v5 11/14] drivers: iommu: arm-smmu: add IORT configuration
` [PATCH v5 12/14] drivers: acpi: iort: replace rid map type with type mask
` [PATCH v5 14/14] drivers: acpi: iort: introduce iort_iommu_configure
` [PATCH v5 13/14] drivers: acpi: iort: add single mapping function
[PATCH] iommu/io-pgtable-arm: Check for v7s-incapable systems
2016-09-13 17:02 UTC (3+ messages)
` [PATCH v2] "
[PATCH v6 00/20] Generic DT bindings for PCI IOMMUs and ARM SMMU
2016-09-12 9:18 UTC (31+ messages)
` [PATCH v6 01/20] Docs: dt: add PCI IOMMU map bindings
` [PATCH v6 02/20] of/irq: Break out msi-map lookup (again)
` [PATCH v6 03/20] iommu/of: Handle iommu-map property for PCI
` [PATCH v6 04/20] iommu/of: Introduce iommu_fwspec
` [PATCH v6 05/20] iommu/arm-smmu: Implement of_xlate() for SMMUv3
` [PATCH v6 06/20] iommu/arm-smmu: Support non-PCI devices with SMMUv3
` [PATCH v6 07/20] iommu/arm-smmu: Set PRIVCFG in stage 1 STEs
` [PATCH v6 08/20] iommu/arm-smmu: Handle stream IDs more dynamically
` [PATCH v6 09/20] iommu/arm-smmu: Consolidate stream map entry state
` [PATCH v6 10/20] iommu/arm-smmu: Keep track of S2CR state
` [PATCH v6 11/20] iommu/arm-smmu: Refactor mmu-masters handling
` [PATCH v6 12/20] iommu/arm-smmu: Streamline SMMU data lookups
` [PATCH v6 13/20] iommu/arm-smmu: Add a stream map entry iterator
` [PATCH v6 14/20] iommu/arm-smmu: Intelligent SMR allocation
` [PATCH v6 15/20] iommu/arm-smmu: Convert to iommu_fwspec
` [PATCH v6 16/20] Docs: dt: document ARM SMMU generic binding usage
` [PATCH v6 17/20] iommu/arm-smmu: Wire up generic configuration support
` [PATCH v6 18/20] iommu/arm-smmu: Set domain geometry
` [PATCH v6 19/20] iommu/dma: Add support for mapping MSIs
` [PATCH v6.1] "
` [PATCH v6 20/20] iommu/dma: Avoid PCI host bridge windows
` [PATCH 21/20] drm/exynos: Fix iommu_dma_init_domain prototype change
` [PATCH 22/20] iommu/arm-smmu: Fall back to global bypass
` [PATCH 4.5/20] Docs: dt: document ARM SMMUv3 generic binding usage
[PATCH] iommu/vt-d: Fix the size calculation of pasid table
2016-09-12 2:49 UTC
Stability connection problems in ath9k kernel 4.7
2016-09-09 14:32 UTC (4+ messages)
[PATCH] iommu/arm-smmu: Disable interrupts whilst holding the cmdq lock
2016-09-09 14:18 UTC (2+ messages)
[PATCH 0/8] IOMMU Probe deferral support
2016-09-09 9:48 UTC (14+ messages)
` [PATCH 1/8] arm: dma-mapping: Don't override dma_ops in arch_setup_dma_ops()
` [PATCH 4/8] of: dma: Split of_configure_dma() into mask and ops configuration
` [PATCH 7/8] iommu: of: Handle IOMMU lookup failure with deferred probing or error
[PATCH v2 00/10] Exynos IOMMU: proper runtime PM support (use device dependencies)
2016-09-06 23:57 UTC (10+ messages)
` [PATCH v2 06/10] driver core: Avoid endless recursion if device has more than one link
` [PATCH v2 07/10] driver core: Add support for links to already probed drivers
` [PATCH v2 08/10] PM core: Fix restoring devices with links during system PM transition
` [PATCH v2 02/10] driver core: Functional dependencies tracking support
[PATCH v4 00/15] ACPI IORT ARM SMMU v3 support
2016-09-06 12:08 UTC (12+ messages)
` [PATCH v4 01/15] drivers: iommu: add FWNODE_IOMMU fwnode type
` [PATCH v4 03/15] drivers: acpi: iort: introduce linker section for IORT entries probing
` [PATCH v4 04/15] drivers: acpi: iort: add support for IOMMU fwnode registration
` [PATCH v4 05/15] drivers: platform: add fwnode base platform devices retrieval
[PATCH] iommu/arm-smmu: Fix polling of command queue
2016-09-05 13:09 UTC
[PATCH 1/2] iommu/vt-d: Split up get_domain_for_dev function
2016-09-05 11:02 UTC (2+ messages)
` [PATCH 2/2] iommu/vt-d: Make sure RMRRs are mapped before domain goes public
[PATCH v2] iommu/ipmmu-vmsa: Fix wrong error handle of ipmmu_add_device
2016-09-05 10:54 UTC (2+ messages)
[PATCHv9 0/6] dmaengine: rcar-dmac: add iommu support for slave transfers
2016-09-05 10:37 UTC (11+ messages)
` [PATCHv9 2/6] dma-debug: add support for resource mappings
` [PATCHv9 3/6] dma-mapping: add dma_{map,unmap}_resource
` [PATCHv9 4/6] arm: dma-mapping: add {map, unmap}_resource for iommu ops
` [PATCHv9 4/6] arm: dma-mapping: add {map,unmap}_resource "
` [PATCHv9 6/6] dmaengine: rcar-dmac: add iommu support for slave transfers
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).