linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-23 00:27:12 to 2024-01-02 06:50:11 UTC [more...]

[RFC PATCH 00/13] RISC-V crypto with reworked asm files
 2024-01-02  6:47 UTC 

[PATCH v3 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2024-01-02  5:16 UTC  (4+ messages)

[PATCH v2 0/5] Add Tegra Security Engine driver
 2024-01-02  4:27 UTC  (8+ messages)
` [PATCH v2 1/5] dt-bindings: crypto: Add Tegra Security Engine

[PATCH RFC] dt-bindings: crypto: inside-secure,safexcel: make eip/mem IRQs optional
 2024-01-01 11:44 UTC 

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2023-12-31 16:44 UTC  (29+ 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 v4 00/11] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2023-12-31 15:27 UTC  (12+ messages)
` [PATCH v4 01/11] RISC-V: add helper function to read the vector VLEN
` [PATCH v4 02/11] RISC-V: hook new crypto subdir into build-system
` [PATCH v4 03/11] RISC-V: add TOOLCHAIN_HAS_VECTOR_CRYPTO in kconfig
` [PATCH v4 04/11] RISC-V: crypto: add Zvkned accelerated AES implementation
` [PATCH v4 05/11] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
` [PATCH v4 06/11] RISC-V: crypto: add Zvkg accelerated GCM GHASH implementation
` [PATCH v4 07/11] RISC-V: crypto: add Zvknha/b accelerated SHA224/256 implementations
` [PATCH v4 08/11] RISC-V: crypto: add Zvknhb accelerated SHA384/512 implementations
` [PATCH v4 09/11] RISC-V: crypto: add Zvksed accelerated SM4 implementation
` [PATCH v4 10/11] RISC-V: crypto: add Zvksh accelerated SM3 implementation
` [PATCH v4 11/11] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-30 17:23 UTC  (36+ messages)
` [PATCH v11 01/35] KVM: Add hugepage support for dedicated guest memory
` [PATCH v11 02/35] mm: Introduce AS_INACCESSIBLE for encrypted/confidential memory
` [PATCH v11 03/35] KVM: Use AS_INACCESSIBLE when creating guest_memfd inode
` [PATCH v11 04/35] KVM: x86: Add gmem hook for initializing memory
` [PATCH v11 05/35] KVM: x86: Add gmem hook for invalidating memory
` [PATCH v11 06/35] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
` [PATCH v11 07/35] KVM: x86: Add KVM_X86_SNP_VM vm_type
` [PATCH v11 08/35] KVM: x86: Define RMP page fault error bits for #NPF
` [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 v11 16/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH v11 17/35] KVM: Add HVA range operator
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH v11 19/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH v11 20/35] KVM: SEV: Add support to handle GHCB GPA register VMGEXIT
` [PATCH v11 21/35] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH v11 22/35] KVM: SEV: Add support to handle "
` [PATCH v11 23/35] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH v11 24/35] KVM: SEV: Add support to handle RMP nested page faults
` [PATCH v11 25/35] KVM: SEV: Use a VMSA physical address variable for populating VMCB
` [PATCH v11 26/35] KVM: SEV: Support SEV-SNP AP Creation NAE event
` [PATCH v11 27/35] KVM: SEV: Add support for GHCB-based termination requests
` [PATCH v11 28/35] KVM: SEV: Implement gmem hook for initializing private pages
` [PATCH v11 29/35] KVM: SEV: Implement gmem hook for invalidating "
` [PATCH v11 30/35] KVM: x86: Add gmem hook for determining max NPT mapping level
` [PATCH v11 31/35] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
` [PATCH v11 32/35] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH v11 33/35] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v11 34/35] crypto: ccp: Add the SNP_SET_CONFIG_{START,END} commands
` [PATCH v11 35/35] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-29 21:41 UTC  (9+ messages)
` [PATCH v10 18/50] crypto: ccp: Handle the legacy SEV command when SNP is enabled
` [PATCH v10 20/50] KVM: SEV: Select CONFIG_KVM_SW_PROTECTED_VM when CONFIG_KVM_AMD_SEV=y

[PATCH V3 0/2] Add QCrypto support for SC7280
 2023-12-29  9:00 UTC  (4+ messages)
` [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  (2+ messages)

[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  (6+ messages)
` [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  (3+ 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  (2+ messages)

[PATCH next] crypto: fix oob Read in arc4_crypt
 2023-12-24 18:54 UTC  (2+ messages)

[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 v3] hwrng: add Zhaoxin rng driver base on rep_xstore instruction
 2023-12-23  7:04 UTC  (3+ messages)


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).