linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-16 09:32:29 to 2021-07-21 17:47:47 UTC [more...]

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-21 17:47 UTC  (97+ messages)
` [PATCH Part2 RFC v4 05/40] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 RFC v4 15/40] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 RFC v4 20/40] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 RFC v4 21/40] KVM: SVM: Add initial SEV-SNP support
` [PATCH Part2 RFC v4 22/40] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 RFC v4 23/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 RFC v4 24/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 RFC v4 25/40] KVM: SVM: Reclaim the guest pages when SEV-SNP VM terminates
` [PATCH Part2 RFC v4 26/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 RFC v4 27/40] KVM: X86: Add kvm_x86_ops to get the max page level for the TDP
` [PATCH Part2 RFC v4 28/40] KVM: X86: Introduce kvm_mmu_map_tdp_page() for use by SEV
` [PATCH Part2 RFC v4 30/40] KVM: X86: Define new RMP check related #NPF error bits
` [PATCH Part2 RFC v4 31/40] KVM: X86: update page-fault trace to log the 64-bit error code
` [PATCH Part2 RFC v4 32/40] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH Part2 RFC v4 33/40] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 RFC v4 34/40] KVM: SVM: Add support to handle "
` [PATCH Part2 RFC v4 35/40] KVM: Add arch hooks to track the host write to guest memory
` [PATCH Part2 RFC v4 37/40] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH Part2 RFC v4 38/40] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH Part2 RFC v4 39/40] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH Part2 RFC v4 40/40] KVM: SVM: Support SEV-SNP AP Creation NAE event

[PATCH 0/3] DCP as trusted keys backend
 2021-07-21 17:17 UTC  (5+ messages)
` [PATCH 2/3] KEYS: trusted: Introduce support for NXP DCP-based trusted keys

[PATCH v2 0/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-07-21 17:02 UTC  (13+ messages)
` [PATCH v2 1/6] KEYS: trusted: allow use of TEE as backend without TCG_TPM support
` [PATCH v2 6/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys

[PATCH 0/4] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-07-21 16:48 UTC  (5+ messages)
` [PATCH 1/4] KEYS: trusted: allow users to use kernel RNG for key material
` [PATCH 2/4] KEYS: trusted: allow trust sources "
` [PATCH 3/4] crypto: caam - add in-kernel interface for blob generator
` [PATCH 4/4] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys

[PATCH v2] KEYS: trusted: fix use as module when CONFIG_TCG_TPM=m
 2021-07-21 16:02 UTC 

[RFC PATCH 00/11] nvme: In-band authentication support
 2021-07-21 12:10 UTC  (72+ messages)
` [PATCH 01/11] crypto: add crypto_has_shash()
` [PATCH 02/11] crypto: add crypto_has_kpp()
` [PATCH 03/11] crypto/ffdhe: Finite Field DH Ephemeral Parameters
` [PATCH 04/11] lib/base64: RFC4648-compliant base64 encoding
` [PATCH 05/11] nvme: add definitions for NVMe In-Band authentication
` [PATCH 06/11] nvme: Implement "
` [PATCH 07/11] nvme-auth: augmented challenge support
` [PATCH 08/11] nvmet: Parse fabrics commands on all queues
` [PATCH 09/11] nvmet: Implement basic In-Band Authentication
` [PATCH 10/11] nvmet-auth: implement support for augmented challenge
` [PATCH 11/11] nvme: add non-standard ECDH and curve25517 algorithms

[PATCH] crypto: ecc: handle unaligned input buffer in ecc_swap_digits
 2021-07-21 12:10 UTC  (2+ messages)

[PATCH v2] hwrng: Add Arm SMCCC TRNG based driver
 2021-07-21 11:16 UTC  (6+ messages)

[PATCH] padata: Convert from atomic_t to refcount_t on parallel_data->refcnt
 2021-07-20 15:05 UTC  (2+ messages)

[PATCH] crypto: sun8i-ss - Use kfree_sensitive
 2021-07-20 13:01 UTC 

[PATCH 0/9] crypto: atmel-{aes, tdes}: Fix corner cases - crypto self tests
 2021-07-20  8:55 UTC  (10+ messages)
` [PATCH 1/9] crypto: atmel-tdes: Clarify how tdes dev gets allocated to the tfm
` [PATCH 2/9] crypto: atmel-tdes: Handle error messages
` [PATCH 3/9] crypto: atmel-aes: Add blocksize constraint for ECB and CBC modes
` [PATCH 4/9] crypto: atmel-aes: Add XTS input length constraint
` [PATCH 5/9] crypto: atmel-aes: Add NIST 800-38A's zero length cryptlen constraint
` [PATCH 6/9] crypto: atmel-tdes: Add FIPS81's "
` [PATCH 7/9] crypto: atmel-{aes, tdes}: Set OFB's blocksize to 1
` [PATCH 8/9] crypto: atmel-aes: Add fallback to XTS software implementation
` [PATCH 9/9] crypto: atmel-aes: Allocate aes dev at tfm init time

[PATCH v3 0/4] Introduce x86 assembler accelerated implementation for SM4 algorithm
 2021-07-20  3:46 UTC  (5+ messages)
` [PATCH v3 1/4] crypto: sm4 - create SM4 library based on sm4 generic code
` [PATCH v3 2/4] crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-generic
` [PATCH v3 3/4] crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementation
` [PATCH v3 4/4] crypto: tcrypt - add the asynchronous speed test for SM4

[RFC] tcp: Initial support for RFC5925 auth option
 2021-07-19 21:40 UTC  (4+ messages)

[PATCH v2 0/2] crypto: mxs_dcp: Fix an Oops on i.MX6ULL
 2021-07-19 20:53 UTC  (5+ messages)

[PATCH] replace if with min
 2021-07-19 17:04 UTC  (3+ messages)

[PATCH] crypto: x86/aes-ni - add missing error checks in XTS code
 2021-07-19  7:11 UTC  (3+ messages)

[PATCH 0/6 v2] treewide: rename 'mod_init' & 'mod_exit' functions to be module-specific
 2021-07-19  6:45 UTC  (5+ messages)
` [PATCH 4/6 v2] MOST: cdev: "
` [PATCH 5/6 v2] net: hdlc: "

linux-next: Fixes tag needs some work in the crypto tree
 2021-07-19  5:46 UTC  (3+ messages)

[PATCH 0/4] Remove PicoXcell
 2021-07-17 21:26 UTC  (3+ messages)
` [PATCH 4/4] dt-bindings: Remove PicoXcell bindings

[PATCH v2 0/4] Introduce x86 assembler accelerated implementation for SM4 algorithm
 2021-07-16  9:32 UTC  (4+ messages)
` [PATCH v2 2/4] crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-generic


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