messages from 2023-12-19 23:34:03 to 2023-12-30 17:26:50 UTC [more...]
[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-12-30 17:23 UTC (8+ messages)
` [PATCH v11 09/35] KVM: x86: Determine shared/private faults based on vm_type
` [PATCH v11 10/35] KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guests
` [PATCH v11 11/35] KVM: SEV: Select KVM_GENERIC_PRIVATE_MEM when CONFIG_KVM_AMD_SEV=y
` [PATCH v11 12/35] KVM: SEV: Add support to handle AP reset MSR protocol
` [PATCH v11 13/35] KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH v11 14/35] KVM: SEV: Add initial SEV-SNP support
` [PATCH v11 15/35] KVM: SEV: Add KVM_SNP_INIT command
[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
2023-12-30 16:19 UTC (27+ messages)
` [PATCH v1 01/26] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH v1 02/26] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [PATCH v1 03/26] iommu/amd: Don't rely on external callers to enable IOMMU SNP support
` [PATCH v1 04/26] x86/sev: Add the host SEV-SNP initialization support
` [PATCH v1 05/26] x86/mtrr: Don't print errors if MtrrFixDramModEn is set when SNP enabled
` [PATCH v1 06/26] x86/sev: Add RMP entry lookup helpers
` [PATCH v1 07/26] x86/fault: Add helper for dumping RMP entries
` [PATCH v1 08/26] x86/traps: Define RMP violation #PF error code
` [PATCH v1 09/26] x86/fault: Dump RMP table information when RMP page faults occur
` [PATCH v1 10/26] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH v1 11/26] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH v1 12/26] crypto: ccp: Define the SEV-SNP commands
` [PATCH v1 13/26] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH v1 14/26] crypto: ccp: Provide API to issue SEV and SNP commands
` [PATCH v1 15/26] x86/sev: Introduce snp leaked pages list
` [PATCH v1 16/26] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH v1 17/26] crypto: ccp: Handle non-volatile INIT_EX data "
` [PATCH v1 18/26] crypto: ccp: Handle legacy SEV commands "
` [PATCH v1 19/26] iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdown
` [PATCH v1 20/26] crypto: ccp: Add debug support for decrypting pages
` [PATCH v1 21/26] crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdump
` [PATCH v1 22/26] KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH v1 23/26] x86/cpufeatures: Enable/unmask SEV-SNP CPU feature
` [PATCH v1 24/26] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH v1 25/26] crypto: ccp: Add the SNP_COMMIT command
` [PATCH v1 26/26] crypto: ccp: Add the SNP_SET_CONFIG command
[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-12-29 21:41 UTC (15+ messages)
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support
` [PATCH v10 17/50] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH v10 18/50] crypto: ccp: Handle the legacy SEV command "
` [PATCH v10 20/50] KVM: SEV: Select CONFIG_KVM_SW_PROTECTED_VM when CONFIG_KVM_AMD_SEV=y
[PATCH v2 0/5] Add Tegra Security Engine driver
2023-12-30 14:21 UTC (7+ messages)
` [PATCH v2 1/5] dt-bindings: crypto: Add Tegra Security Engine
[PATCH v3 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
2023-12-30 3:51 UTC (3+ messages)
[PATCH V3 0/2] Add QCrypto support for SC7280
2023-12-29 9:00 UTC (6+ messages)
` [PATCH V3 1/2] dt-bindings: crypto: qcom-qce: document the SC7280 crypto engine
` [PATCH V3 2/2] arm64: dts: qcom: sc7280: add QCrypto nodes
[PATCH v2 0/4] some updates and cleanups for hisilicon/sec2
2023-12-29 6:44 UTC (5+ messages)
` [PATCH 1/4] crypto: hisilicon/sec2 - updates the sec DFX function register
` [PATCH 2/4] crypto: hisilicon/sec2 - modify nested macro call
` [PATCH 3/4] crypto: hisilicon/sec2 - fix some cleanup issues
` [PATCH 4/4] crypto: hisilicon/sec - remove unused parameter
[PATCH] crypto: iaa - Account for cpu-less numa nodes
2023-12-29 3:31 UTC (5+ messages)
[syzbot] [crypto?] general protection fault in scatterwalk_copychunks (5)
2023-12-29 3:30 UTC (26+ messages)
` [PATCH] crypto: scompress - fix req->dst buffer overflow
` [PATCH v2] "
[PATCH v2 00/14] crypto: sahara - bugfixes and small improvements
2023-12-29 3:30 UTC (16+ messages)
` [PATCH v2 01/14] crypto: sahara - handle zero-length aes requests
` [PATCH v2 02/14] crypto: sahara - fix ahash reqsize
` [PATCH v2 03/14] crypto: sahara - fix wait_for_completion_timeout() error handling
` [PATCH v2 04/14] crypto: sahara - improve error handling in sahara_sha_process()
` [PATCH v2 05/14] crypto: sahara - fix processing hash requests with req->nbytes < sg->length
` [PATCH v2 06/14] crypto: sahara - do not resize req->src when doing hash operations
` [PATCH v2 07/14] crypto: sahara - clean up macro indentation
` [PATCH v2 08/14] crypto: sahara - use BIT() macro
` [PATCH v2 09/14] crypto: sahara - use devm_clk_get_enabled()
` [PATCH v2 10/14] crypto: sahara - use dev_err_probe()
` [PATCH v2 11/14] crypto: sahara - remove 'active' flag from sahara_aes_reqctx struct
` [PATCH v2 12/14] crypto: sahara - remove unnecessary NULL assignments
` [PATCH v2 13/14] crypto: sahara - remove error message for bad aes request size
` [PATCH v2 14/14] crypto: sahara - add support for crypto_engine
[PATCH 1/2] crypto: shash - remove excess kerneldoc members
2023-12-29 3:30 UTC (5+ messages)
` [PATCH 2/2] crypto: skcipher "
[PATCH] crypto: qat - generate dynamically arbiter mappings
2023-12-29 3:29 UTC (2+ messages)
[PATCH v2 0/4] crypto: qat - enable telemetry for QAT GEN 4
2023-12-29 3:29 UTC (6+ messages)
` [PATCH v2 1/4] crypto: qat - include pci.h for GET_DEV()
` [PATCH v2 2/4] crypto: qat - add admin msgs for telemetry
` [PATCH v2 3/4] crypto: qat - add support for device telemetry
` [PATCH v2 4/4] crypto: qat - add support for ring pair level telemetry
[PATCH 0/2] crypto: Intel Analytics Accelerator (IAA) updates
2023-12-29 3:28 UTC (2+ messages)
[PATCH] crypto: iaa - remove unneeded semicolon
2023-12-29 3:29 UTC (2+ messages)
[PATCH 1/7] crypto: rk3288 - Use helper to set reqsize
2023-12-29 3:28 UTC (2+ messages)
[PATCH v2] crypto:tcrypt: add script tcrypt_speed_compare.py
2023-12-29 3:28 UTC (2+ messages)
[PATCH v3 0/9] Add Marvell CPT CN10KB/CN10KA B0 support
2023-12-29 3:28 UTC (2+ messages)
[PATCH v2] crypto: iaa - Account for cpu-less numa nodes
2023-12-27 20:28 UTC
[PATCH] crypto: af_alg/hash: Fix uninit-value access in af_alg_free_sg()
2023-12-27 4:03 UTC (3+ messages)
[PATCH] hwrng: add Zhaoxin rng driver base on rep_xstore instruction
2023-12-27 3:58 UTC (10+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "
[PATCH] crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() after error detection
2023-12-26 12:22 UTC (5+ messages)
` [PATCH v2] "
[PATCH 0/5] crypto: qat - add support for 420xx devices
2023-12-26 11:31 UTC (4+ messages)
` [PATCH 5/5] "
[PATCH v3 0/8] Add UFS support for SC7180/SM7125
2023-12-25 18:36 UTC (10+ messages)
` [PATCH v3 1/8] dt-bindings: crypto: ice: Document SC7180 inline crypto engine
` [PATCH v3 2/8] dt-bindings: ufs: qcom: Add SC7180 compatible string
` [PATCH v3 3/8] dt-bindings: phy: Add QMP UFS PHY compatible for SC7180
` [PATCH v3 4/8] dt-bindings: arm: qcom: Add Xiaomi Redmi Note 9S
` [PATCH v3 5/8] phy: qcom: qmp-ufs: Add SC7180 support
` [PATCH v3 6/8] arm64: dts: qcom: sc7180: Add UFS nodes
` [PATCH v3 7/8] arm64: dts: qcom: sm7125-xiaomi-common: "
` [PATCH v3 8/8] arm64: dts: qcom: Add support for Xiaomi Redmi Note 9S
[PATCH v7] misc: Add Nitro Secure Module driver
2023-12-25 17:02 UTC (4+ messages)
[PATCH v5.10.y] crypto: caam/jr - Fix possible caam_jr crash
2023-12-25 3:05 UTC (3+ messages)
[syzbot] [crypto?] KASAN: slab-out-of-bounds Read in arc4_crypt
2023-12-24 18:54 UTC (6+ messages)
` [PATCH next] crypto: fix oob "
` [PATCH] crypto: skcipher - Pass statesize for simple lskcipher instances
[PATCH 01/14] crypto: sahara - handle zero-length aes requests
2023-12-23 18:11 UTC (14+ messages)
` [PATCH 02/14] crypto: sahara - fix ahash reqsize
` [PATCH 03/14] crypto: sahara - fix wait_for_completion_timeout() error handling
` [PATCH 04/14] crypto: sahara - improve error handling in sahara_sha_process()
` [PATCH 05/14] crypto: sahara - fix processing hash requests with req->nbytes < sg->length
` [PATCH 06/14] crypto: sahara - do not resize req->src when doing hash operations
` [PATCH 07/14] crypto: sahara - clean up macro indentation
` [PATCH 08/14] crypto: sahara - use BIT() macro
` [PATCH 09/14] crypto: sahara - use devm_clk_get_enabled()
` [PATCH 10/14] crypto: sahara - use dev_err_probe()
` [PATCH 11/14] crypto: sahara - remove 'active' flag from sahara_aes_reqctx struct
` [PATCH 12/14] crypto: sahara - remove unnecessary NULL assignments
` [PATCH 13/14] crypto: sahara - remove error message for bad aes request size
` [PATCH 14/14] crypto: sahara - add support for crypto_engine
caam test failures with libkcapi
2023-12-23 13:58 UTC (3+ messages)
` [EXT] "
[PATCH] crypto: riscv - use real assembler for vector crypto extensions
2023-12-22 4:52 UTC (7+ messages)
[PATCH] crypto: stm32/crc32 - fix parsing list of devices
2023-12-22 4:42 UTC (2+ messages)
[PATCH] crypto: lib/mpi - Fix unexpected pointer access
2023-12-22 4:36 UTC (2+ messages)
[PATCH 1/2] dt-bindings: crypto: qcom-qce: constrain clocks for IPQ9574 QCE
2023-12-22 4:36 UTC (2+ messages)
[PATCH v2 0/2] hwrng: starfive: Add support for JH8100
2023-12-22 4:35 UTC (2+ messages)
[PATCH 0/2] crypto: virtio-crypto: Wait for tasklet to complete on device remove and fix warnings
2023-12-22 4:35 UTC (5+ messages)
` [PATCH 1/2] crypto: virtio-crypto: Wait for tasklet to complete on device remove
` [PATCH 2/2] crypto: virtio-crypto: Fix gcc check warnings
[PATCH 1/5] math.h: Add avg_array()
2023-12-22 4:24 UTC (2+ messages)
[PATCH net-next v2 00/10] Add Marvell CPT CN10KB/CN10KA B0 support
2023-12-22 3:47 UTC (3+ messages)
[PATCH v8 00/13] Introduce STM32 Firewall framework
2023-12-21 22:01 UTC (9+ messages)
` [PATCH v8 01/13] dt-bindings: document generic access controllers
` [PATCH v8 03/13] dt-bindings: bus: document RIFSC
` [PATCH v8 04/13] dt-bindings: bus: document ETZPC
` [PATCH v8 06/13] of: property: fw_devlink: Add support for "access-controller"
[PATCH] crypto: x86/sm2 -add Zhaoxin SM2 algorithm implementation
2023-12-21 6:21 UTC (2+ messages)
` [PATCH v4] "
[PATCH v1] imx_v6_v7_defconfig: Enable sm3, sm4, polyval, xctr cipher test support
2023-12-20 11:38 UTC
Performance drop due to alloc_workqueue() misuse and recent change
2023-12-20 7:14 UTC (2+ messages)
[syzbot] [crypto?] KMSAN: uninit-value in __crc32c_le_base (3)
2023-12-19 23:33 UTC (11+ messages)
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