linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-30 16:26:40 to 2024-01-09 22:17:37 UTC [more...]

[GIT PULL] Crypto Fixes for 5.18
 2024-01-09 22:17 UTC  (11+ messages)
` [GIT PULL] Crypto Fixes for 5.19
  ` [GIT PULL] Crypto Update for 5.20
    ` [GIT PULL] Crypto Update for 6.1
      ` [GIT PULL] Crypto Update for 6.2
        ` [GIT PULL] Crypto Update for 6.3
          ` [GIT PULL] Crypto Update for 6.4
            ` [GIT PULL] Crypto Update for 6.5
              ` [GIT PULL] Crypto Update for 6.6
                ` [GIT PULL] Crypto Update for 6.7
                  ` [GIT PULL] Crypto Update for 6.8

[PATCH 0/3] Update LLVM Phabricator and Bugzilla links
 2024-01-09 22:16 UTC  (4+ messages)
` [PATCH 1/3] selftests/bpf: Update LLVM Phabricator links
` [PATCH 2/3] arch and include: "
` [PATCH 3/3] treewide: Update LLVM Bugzilla links

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-01-09 22:07 UTC  (8+ messages)
` [PATCH v10 07/50] x86/sev: Add RMP entry lookup helpers
` [PATCH v10 20/50] KVM: SEV: Select CONFIG_KVM_SW_PROTECTED_VM when CONFIG_KVM_AMD_SEV=y

[syzbot] [crypto?] KMSAN: uninit-value in chksum_update
 2024-01-09 18:20 UTC 

[PATCH v1] crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_crypto_debugfs_init()
 2024-01-09 16:25 UTC  (2+ messages)

[PATCH v3 0/5] Add Tegra Security Engine driver
 2024-01-09 15:21 UTC  (7+ messages)
` [PATCH v3 1/5] dt-bindings: crypto: Add Tegra Security Engine
` [PATCH v3 2/5] gpu: host1x: Add Tegra SE to SID table
` [PATCH v3 3/5] crypto: tegra: Add Tegra Security Engine driver
` [PATCH v3 4/5] arm64: defconfig: Enable Tegra Security Engine
` [PATCH v3 5/5] arm64: tegra: Add Tegra Security Engine DT nodes

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-09 12: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 15/26] x86/sev: Introduce snp leaked pages list
` [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 0/2] Add Crypto Engine support for SM6350
 2024-01-09 11:27 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: qcom-qce: Add compatible "
` [PATCH 2/2] arm64: dts: qcom: sm6350: Add Crypto Engine

[PATCH 0/3] mm/zswap & crypto/acompress: remove a couple of memcpy
 2024-01-09  3:38 UTC  (8+ messages)
` [PATCH 1/3] crypto: introduce acomp_is_async to expose if a acomp has a scomp backend
` [PATCH 2/3] mm/zswap: remove the memcpy if acomp is not asynchronous
` [PATCH 3/3] crypto: scompress: remove memcpy if sg_nents is 1

[PATCH] KEYS: include header for EINVAL definition
 2024-01-09  2:10 UTC  (3+ messages)

[PATCH] crypto: iaa - Remove header table code
 2024-01-08 23:07 UTC  (2+ messages)

[bug report] crypto: iaa - Add compression mode management along with fixed mode
 2024-01-08 20:17 UTC  (2+ messages)

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-01-08 15:53 UTC  (38+ 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] docs: admin-guide: hw_random: update rng-tools website
 2024-01-08 13:21 UTC 

caam test failures with libkcapi
 2024-01-08  6:51 UTC  (6+ messages)
` [EXT] "

[PATCH] crypto: asymmetric_keys/pkcs7.asn1 - remove the duplicated contentType pkcs7_note_OID processing logic
 2024-01-06  7:41 UTC  (3+ messages)

[PATCH v2 00/12] RISC-V crypto with reworked asm files
 2024-01-05 18:49 UTC  (13+ messages)
` [PATCH v2 01/12] riscv: Add support for kernel mode vector
` [PATCH v2 02/12] riscv: vector: make Vector always available for softirq context
` [PATCH v2 03/12] RISC-V: add helper function to read the vector VLEN
` [PATCH v2 04/12] RISC-V: add TOOLCHAIN_HAS_VECTOR_CRYPTO
` [PATCH v2 05/12] RISC-V: hook new crypto subdir into build-system
` [PATCH v2 06/12] crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS}
` [PATCH v2 07/12] crypto: riscv - add vector crypto accelerated ChaCha20
` [PATCH v2 08/12] crypto: riscv - add vector crypto accelerated GHASH
` [PATCH v2 09/12] crypto: riscv - add vector crypto accelerated SHA-{256,224}
` [PATCH v2 10/12] crypto: riscv - add vector crypto accelerated SHA-{512,384}
` [PATCH v2 11/12] crypto: riscv - add vector crypto accelerated SM3
` [PATCH v2 12/12] crypto: riscv - add vector crypto accelerated SM4

[PATCH 0/5] crypto: qat - add support for 420xx devices
 2024-01-05 17:44 UTC  (4+ messages)
` [PATCH 5/5] "

[PATCH v9 00/13] Introduce STM32 Firewall framework
 2024-01-05 13:04 UTC  (14+ messages)
` [PATCH v9 01/13] dt-bindings: document generic access controllers
` [PATCH v9 02/13] dt-bindings: treewide: add access-controllers description
` [PATCH v9 03/13] dt-bindings: bus: document RIFSC
` [PATCH v9 04/13] dt-bindings: bus: document ETZPC
` [PATCH v9 05/13] firewall: introduce stm32_firewall framework
` [PATCH v9 06/13] of: property: fw_devlink: Add support for "access-controller"
` [PATCH v9 07/13] bus: rifsc: introduce RIFSC firewall controller driver
` [PATCH v9 08/13] arm64: dts: st: add RIFSC as an access controller for STM32MP25x boards
` [PATCH v9 09/13] bus: etzpc: introduce ETZPC firewall controller driver
` [PATCH v9 10/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH v9 11/13] ARM: dts: stm32: put ETZPC as an access controller "
` [PATCH v9 12/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards
` [PATCH v9 13/13] ARM: dts: stm32: put ETZPC as an access controller "

[PATCH v8 00/13] Introduce STM32 Firewall framework
 2024-01-05  8:19 UTC  (4+ messages)
` [PATCH v8 03/13] dt-bindings: bus: document RIFSC

[RFC PATCH 00/13] RISC-V crypto with reworked asm files
 2024-01-04 18:02 UTC  (21+ messages)
` [RFC PATCH 01/13] riscv: Add support for kernel mode vector
` [RFC PATCH 02/13] riscv: vector: make Vector always available for softirq context
` [RFC PATCH 03/13] RISC-V: add helper function to read the vector VLEN
` [RFC PATCH 04/13] RISC-V: add TOOLCHAIN_HAS_VECTOR_CRYPTO
` [RFC PATCH 05/13] RISC-V: hook new crypto subdir into build-system
` [RFC PATCH 06/13] crypto: riscv - add vector crypto accelerated AES
` [RFC PATCH 07/13] crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS}
` [RFC PATCH 08/13] crypto: riscv - add vector crypto accelerated ChaCha20
` [RFC PATCH 09/13] crypto: riscv - add vector crypto accelerated GHASH
` [RFC PATCH 10/13] crypto: riscv - add vector crypto accelerated SHA-{256,224}
` [RFC PATCH 11/13] crypto: riscv - add vector crypto accelerated SHA-{512,384}
` [RFC PATCH 12/13] crypto: riscv - add vector crypto accelerated SM3
` [RFC PATCH 13/13] crypto: riscv - add vector crypto accelerated SM4

[PATCH v2 0/4] some updates and cleanups for hisilicon/sec2
 2024-01-04  7:58 UTC  (2+ messages)

[PATCH] crypto: af_alg/hash: Fix uninit-value access in af_alg_free_sg()
 2024-01-04  2:03 UTC  (4+ messages)

[PATCH] crypto: qat - avoid memcpy() overflow warning
 2024-01-03 17:07 UTC  (2+ messages)

[PATCH v1] imx_v6_v7_defconfig: Enable sm3, sm4, polyval, xctr cipher test support
 2024-01-03  9:43 UTC  (2+ messages)

[syzbot] [crypto?] general protection fault in scatterwalk_copychunks (5)
 2024-01-03  8:41 UTC  (12+ messages)
                ` [PATCH RFC] crypto: scompress: remove memcpy if sg_nents is 1

[PATCH 0/9] crypto: qat - improve recovery flows
 2024-01-03  4:07 UTC  (10+ messages)
` [PATCH 1/9] crypto: qat - add heartbeat error simulator
` [PATCH 2/9] crypto: qat - add fatal error notify method
` [PATCH 3/9] crypto: qat - disable arbitration before reset
` [PATCH 4/9] crypto: qat - update PFVF protocol for recovery
` [PATCH 5/9] crypto: qat - re-enable sriov after pf reset
` [PATCH 6/9] crypto: qat - add fatal error notification
` [PATCH 7/9] crypto: qat - add auto reset on error
` [PATCH 8/9] crypto: qat - limit heartbeat notifications
` [PATCH 9/9] crypto: qat - improve aer error reset handling

[PATCH] crypto: af_alg/hash: Fix uninit-value access in af_alg_free_sg()
 2024-01-03  3:05 UTC 

[PATCH RFC 1/2] crypto: introduce acomp_is_async to expose if a acomp has a scomp backend
 2024-01-03  2:57 UTC  (3+ messages)
  ` [PATCH RFC 2/2] mm/zswap: remove the memcpy if acomp is not asynchronous
  ` [PATCH v4 2/6] mm/zswap: reuse dstmem when decompress

[PATCH] crypto:vmx: Move ppc vmx diirectory to arch/powerpc/crypto
 2024-01-02 20:58 UTC 

[PATCH RFC] dt-bindings: crypto: inside-secure,safexcel: make eip/mem IRQs optional
 2024-01-02 18:31 UTC  (2+ messages)

[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 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


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