linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-14 21:00:41 to 2021-07-20 17:55:54 UTC [more...]

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-20 17:55 UTC  (122+ messages)
` [PATCH Part2 RFC v4 01/40] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH Part2 RFC v4 02/40] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH Part2 RFC v4 04/40] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 RFC v4 05/40] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 RFC v4 06/40] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 RFC v4 07/40] x86/sev: Split the physmap when adding the page in RMP table
` [PATCH Part2 RFC v4 08/40] x86/traps: Define RMP violation #PF error code
` [PATCH Part2 RFC v4 10/40] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 RFC v4 15/40] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [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 v2] hwrng: Add Arm SMCCC TRNG based driver
 2021-07-20 16:16 UTC  (3+ messages)

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

[RFC PATCH 00/11] nvme: In-band authentication support
 2021-07-20 14:47 UTC  (63+ 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: 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  (6+ messages)

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

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

[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  (6+ 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

[PATCH] crypto: DRBG - select SHA512
 2021-07-16  8:14 UTC  (2+ messages)

crypto: prefix additional module autoloading with "crypto-"
 2021-07-16  7:38 UTC  (2+ messages)

[PATCH] crypto: sun8i-ss - Use kfree_sensitive
 2021-07-16  7:27 UTC 

[PATCH] crypto: fix flexible_array.cocci warnings
 2021-07-16  7:26 UTC  (2+ messages)

[RFC v1 0/2] crypto: tcrypt: small changes to run under KUnit
 2021-07-15 21:31 UTC  (3+ messages)
` [RFC v1 1/2] crypto: tcrypt: minimal conversion "
` [RFC v1 2/2] crypto: tcrypt: call KUNIT_FAIL() instead of pr_err()

[PATCH v41 01/13] Linux Random Number Generator
 2021-07-15  5:24 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).