messages from 2017-02-06 16:10:21 to 2017-02-22 16:43:41 UTC [more...]
[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
2017-02-22 16:43 UTC (62+ messages)
` [RFC PATCH v4 03/28] x86: Add the Secure Memory Encryption CPU feature
` [RFC PATCH v4 04/28] x86: Handle reduction in physical address size with SME
` [RFC PATCH v4 06/28] x86: Add support to enable SME during early boot processing
` [RFC PATCH v4 07/28] x86: Provide general kernel support for memory encryption
` [RFC PATCH v4 11/28] x86: Add support to determine the E820 type of an address
` [RFC PATCH v4 14/28] Add support to access boot related data in the clear
` [RFC PATCH v4 15/28] Add support to access persistent memory "
` [RFC PATCH v4 16/28] x86: Add support for changing memory encryption attribute
` [RFC PATCH v4 17/28] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v4 19/28] swiotlb: Add warnings for use of bounce buffers with SME
` [RFC PATCH v4 20/28] iommu/amd: Disable AMD IOMMU if memory encryption is active
` [RFC PATCH v4 21/28] x86: Check for memory encryption on the APs
` [RFC PATCH v4 22/28] x86: Do not specify encrypted memory for video mappings
` [RFC PATCH v4 27/28] x86: Add support to encrypt the kernel in-place
` [RFC PATCH v4 28/28] x86: Add support to make use of Secure Memory Encryption
` [RFC PATCH v4 01/28] x86: Documentation for AMD Secure Memory Encryption (SME)
` [RFC PATCH v4 02/28] x86: Set the write-protect cache mode for full PAT support
` [RFC PATCH v4 05/28] x86: Add Secure Memory Encryption (SME) support
` [RFC PATCH v4 08/28] x86: Extend the early_memremap support with additional attrs
` [RFC PATCH v4 09/28] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v4 10/28] x86: Insure that boot memory areas are mapped properly
` [RFC PATCH v4 12/28] efi: Add an EFI table address match function
` [RFC PATCH v4 13/28] efi: Update efi_mem_type() to return defined EFI mem types
` [RFC PATCH v4 18/28] x86: DMA support for memory encryption
` [RFC PATCH v4 23/28] x86/kvm: Enable Secure Memory Encryption of nested page tables
` [RFC PATCH v4 24/28] x86: Access the setup data through debugfs decrypted
` [RFC PATCH v4 25/28] x86: Access the setup data through sysfs decrypted
` [RFC PATCH v4 26/28] x86: Allow kexec to be used with SME
[PATCH v1 1/6] iommu/dmar: Fix crash on boot when DMAR is disabled
2017-02-22 15:51 UTC (10+ messages)
` [PATCH v1 2/6] iommu/dmar: Rectify return code handling in detect_intel_iommu()
` [PATCH v1 3/6] iommu/dmar: Return directly from a loop in dmar_dev_scope_status()
` [PATCH v1 4/6] iommu/dmar: Remove redundant assignment of ret
` [PATCH v1 5/6] iommu/dmar: Remove redundant ' != 0' when check return code
` [PATCH v1 6/6] iommu/vt-d: Use lo_hi_readq() / lo_hi_writeq()
[PATCH 1/2] iommu/arm-smmu: split out register defines
2017-02-22 13:26 UTC (5+ messages)
` [PATCH 2/2] iommu: add qcom_iommu
[git pull] IOMMU Fix for Linux v4.11-rc0
2017-02-22 13:22 UTC
[bug report] iommu/arm-smmu: Make use of the iommu_register interface
2017-02-22 12:17 UTC (4+ messages)
[RFC PATCH v1] iommu/io-pgtable-arm-v7s: Check for leaf entry right after finding it
2017-02-21 13:31 UTC (4+ messages)
[git pull] IOMMU Updates for Linux v4.11
2017-02-20 15:46 UTC
[PATCH v4] arm64: Add support for DMA_ATTR_FORCE_CONTIGUOUS to IOMMU
2017-02-17 12:09 UTC (2+ messages)
[PATCH 1/2] PCI: add QCOM root port quirks for ACS
2017-02-16 22:09 UTC (7+ messages)
` [PATCH 2/2] iommu: add warning when sharing groups
[PATCH v10 0/9] perf/amd/iommu: Enable multi-IOMMU support
2017-02-16 0:45 UTC (11+ messages)
` [PATCH v10 1/9] perf/amd/iommu: Declare pr_fmt and remove unnecessary pr_debug
` [PATCH v10 2/9] perf/amd/iommu: Clean up bitwise operations
` [PATCH v10 3/9] perf/amd/iommu: Clean up perf_iommu_read()
` [PATCH v10 4/9] iommu/amd: Clean up iommu_pc_get_set_reg()
` [PATCH v10 5/9] iommu/amd: Introduce amd_iommu_get_num_iommus()
` [PATCH v10 6/9] perf/amd/iommu: Modify functions to query max banks and counters
` [PATCH v10 7/9] perf/amd/iommu: Modify amd_iommu_pc_get_set_reg_val() to allow specifying IOMMU
` [PATCH v10 8/9] perf/amd/iommu: Fix sysfs perf attribute groups
` [PATCH v10 9/9] perf/amd/iommu: Enable support for multiple IOMMUs
[PATCH v9 0/8] perf/amd/iommu: Enable multi-IOMMU support
2017-02-15 11:13 UTC (17+ messages)
` [PATCH v9 1/8] perf/amd/iommu: Declare pr_fmt and remove unnecessary pr_debug
` [PATCH v9 2/8] perf/amd/iommu: Clean up bitwise operations
` [PATCH v9 3/8] perf/amd/iommu: Clean up perf_iommu_read()
` [PATCH v9 4/8] iommu/amd: Introduce amd_iommu_get_num_iommus()
` [PATCH v9 5/8] perf/amd/iommu: Modify functions to query max banks and counters
` [PATCH v9 6/8] perf/amd/iommu: Modify amd_iommu_pc_get_set_reg_val() to allow specifying IOMMU
` [PATCH v9 7/8] perf/amd/iommu: Fix sysfs perf attribute groups
` [PATCH v9 8/8] perf/amd/iommu: Enable support for multiple IOMMUs
[PATCH 1/2] firmware/qcom: add qcom_scm_restore_sec_cfg()
2017-02-14 19:17 UTC (4+ messages)
` [RFC 2/2] iommu/arm-smmu: support qcom implementation
RFC on No ACS Support and SMMUv3 Support
2017-02-14 13:53 UTC (9+ messages)
[PATCH v8 0/9] perf/amd/iommu: Enable multi-IOMMU support
2017-02-14 12:31 UTC (12+ messages)
` [PATCH v8 3/9] perf/amd/iommu: Misc fix up perf_iommu_read
` [PATCH v8 9/9] perf/amd/iommu: Enable support for multiple IOMMUs
[RFC PATCH v1] iommu/io-pgtable-arm: Check for leaf entry right after finding it
2017-02-13 12:00 UTC (5+ messages)
[PATCH 00/11 v3] Let IOMMU core know about individual IOMMUs
2017-02-10 17:36 UTC (28+ messages)
` [PATCH 01/11] iommu: Rename iommu_get_instance()
` [PATCH 02/11] iommu: Rename struct iommu_device
` [PATCH 03/11] iommu: Introduce new 'struct iommu_device'
` [PATCH 04/11] iommu: Add sysfs bindings for struct iommu_device
` [PATCH 05/11] iommu: Make iommu_device_link/unlink take a "
` [PATCH 06/11] iommu: Add iommu_device_set_fwnode() interface
` [PATCH 07/11] iommu/arm-smmu: Make use of the iommu_register interface
` [PATCH 08/11] iommu/msm: Make use of iommu_device_register interface
` [PATCH 09/11] iommu/mediatek: "
` [PATCH 10/11] iommu/exynos: "
` [PATCH 11/11] iommu: Remove iommu_register_instance interface
[PATCH V2 0/3] iommu/arm-smmu: Add runtime pm/sleep support
2017-02-09 13:35 UTC (11+ messages)
` [PATCH V2 1/3] iommu/arm-smmu: Add pm_runtime/sleep ops
[PATCH] iommu/ipmmu-vmsa: Add r8a7795 DT binding
2017-02-08 21:28 UTC (3+ messages)
[PATCH 00/10 v2] Let IOMMU core know about individual IOMMUs
2017-02-08 14:09 UTC (16+ messages)
` [PATCH 04/10] iommu: Add sysfs bindings for struct iommu_device
` [PATCH 02/10] iommu: Rename "
` [PATCH 03/10] iommu: Introduce new 'struct iommu_device'
` [PATCH 05/10] iommu: Make iommu_device_link/unlink take a struct iommu_device
` [PATCH 06/10] iommu/arm-smmu: Make use of the iommu_register interface
` [PATCH 07/10] iommu/msm: Make use of iommu_device_register interface
` [PATCH 08/10] iommu/mediatek: "
` [PATCH 09/10] iommu/exynos: "
` [PATCH 10/10] iommu: Remove iommu_register_instance interface
[PATCH v2 00/11] iommu/ipmmu-vmsa: r8a7795 support V2
2017-02-07 12:59 UTC (3+ messages)
` [PATCH v2 05/11] iommu/ipmmu-vmsa: Make use of IOMMU_OF_DECLARE()
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