linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-25 12:21:32 to 2021-07-07 18:38:29 UTC [more...]

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-07 18:36 UTC  (21+ 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 03/40] x86/cpufeatures: Add SEV-SNP CPU feature
` [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 09/40] x86/fault: Add support to dump RMP entry on fault
` [PATCH Part2 RFC v4 10/40] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 RFC v4 11/40] crypto:ccp: Define the SEV-SNP commands
` [PATCH Part2 RFC v4 12/40] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 RFC v4 13/40] crypto: ccp: Shutdown SNP firmware on kexec
` [PATCH Part2 RFC v4 14/40] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [PATCH Part2 RFC v4 15/40] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 RFC v4 16/40] crypto: ccp: Handle the legacy SEV command "
` [PATCH Part2 RFC v4 17/40] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH Part2 RFC v4 18/40] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH Part2 RFC v4 19/40] crypto: ccp: provide APIs to query extended attestation report
` [PATCH Part2 RFC v4 24/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-07-07 18:15 UTC  (37+ messages)
` [PATCH Part1 RFC v4 01/36] x86/sev: shorten GHCB terminate macro names
` [PATCH Part1 RFC v4 02/36] x86/sev: Save the negotiated GHCB version
` [PATCH Part1 RFC v4 03/36] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH Part1 RFC v4 04/36] x86/mm: Add sev_feature_enabled() helper
` [PATCH Part1 RFC v4 05/36] x86/sev: Define the Linux specific guest termination reasons
` [PATCH Part1 RFC v4 06/36] x86/sev: check SEV-SNP features support
` [PATCH Part1 RFC v4 07/36] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH Part1 RFC v4 08/36] x86/sev: check the vmpl level
` [PATCH Part1 RFC v4 09/36] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 RFC v4 10/36] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 RFC v4 11/36] x86/sev: "
` [PATCH Part1 RFC v4 12/36] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH Part1 RFC v4 13/36] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH Part1 RFC v4 14/36] x86/kernel: Validate rom memory before accessing when SEV-SNP is active
` [PATCH Part1 RFC v4 15/36] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 RFC v4 16/36] KVM: SVM: define new SEV_FEATURES field in the VMCB Save State Area
` [PATCH Part1 RFC v4 17/36] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH Part1 RFC v4 18/36] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH Part1 RFC v4 19/36] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH Part1 RFC v4 20/36] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH Part1 RFC v4 21/36] x86/head/64: set up a startup %gs for stack protector
` [PATCH Part1 RFC v4 22/36] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH Part1 RFC v4 23/36] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH Part1 RFC v4 24/36] x86/compressed/acpi: move EFI config table access to common code
` [PATCH Part1 RFC v4 25/36] x86/boot: Add Confidential Computing type to setup_data
` [PATCH Part1 RFC v4 26/36] x86/compressed/64: enable SEV-SNP-validated CPUID in #VC handler
` [PATCH Part1 RFC v4 27/36] x86/boot: add a pointer to Confidential Computing blob in bootparams
` [PATCH Part1 RFC v4 28/36] x86/compressed/64: store Confidential Computing blob address "
` [PATCH Part1 RFC v4 29/36] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH Part1 RFC v4 30/36] x86/sev: enable SEV-SNP-validated CPUID in #VC handlers
` [PATCH Part1 RFC v4 31/36] x86/sev: Provide support for SNP guest request NAEs
` [PATCH Part1 RFC v4 32/36] x86/sev: Add snp_msg_seqno() helper
` [PATCH Part1 RFC v4 33/36] x86/sev: Register SNP guest request platform device
` [PATCH Part1 RFC v4 34/36] virt: Add SEV-SNP guest driver
` [PATCH Part1 RFC v4 35/36] virt: sevguest: Add support to derive key
` [PATCH Part1 RFC v4 36/36] virt: sevguest: Add support to get extended report

[PATCH RFC 00/12] Enroll kernel keys thru MOK
 2021-07-07 17:00 UTC  (20+ messages)
` [PATCH RFC 01/12] KEYS: Add KEY_ALLOC_BYPASS_RESTRICTION option to key_move
` [PATCH RFC 02/12] KEYS: Allow unrestricted keys to be moved to the secondary keyring
` [PATCH RFC 03/12] KEYS: CA link restriction
` [PATCH RFC 04/12] integrity: add integrity_destroy_keyring
` [PATCH RFC 05/12] integrity: Introduce mok keyring
` [PATCH RFC 06/12] integrity: Trust mok keys if MokListTrustedRT found
` [PATCH RFC 07/12] integrity: add add_to_mok_keyring
` [PATCH RFC 08/12] integrity: restrict INTEGRITY_KEYRING_MOK to restrict_link_by_secondary_trusted_or_ca
` [PATCH RFC 09/12] integrity: accessor function to get trust_moklist
` [PATCH RFC 10/12] integrity: add new keyring handler
` [PATCH RFC 11/12] integrity: move keys from the mok keyring into the secondary keyring
` [PATCH RFC 12/12] integrity: Suppress error message for keys added to the mok keyring

[syzbot] INFO: task hung in set_current_rng
 2021-07-07  0:58 UTC 

[PATCH] arm64: dts: qcom/sm8150: Add UFS ICE capability
 2021-07-06 13:38 UTC 

[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
 2021-07-06 11:51 UTC  (20+ messages)
` [RFC v2 1/4] hisi-acc-vfio-pci: add new vfio_pci driver for HiSilicon ACC devices
` [RFC v2 2/4] hisi_acc_vfio_pci: Override ioctl method to limit BAR2 region size
` [RFC v2 3/4] crypto: hisilicon/qm - Export mailbox functions for common use
` [RFC v2 4/4] hisi_acc_vfio_pci: Add support for vfio live migration

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-07-05 10:39 UTC  (8+ messages)
` [PATCH Part1 RFC v3 22/22] virt: Add SEV-SNP guest driver

[PATCH v3 00/18] Implement RSASSA-PSS signature verification
 2021-07-05  9:39 UTC  (4+ messages)
` [PATCH v3 13/18] crypto: rsa-psspad: Get signature parameters from a given signature

[PATCH AUTOSEL 5.4 13/50] hwrng: exynos - Fix runtime PM imbalance on error
 2021-07-04 23:09 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 14/50] crypto: nx - add missing MODULE_DEVICE_TABLE
` [PATCH AUTOSEL 5.4 20/50] crypto: qat - check return code of qat_hal_rd_rel_reg()
` [PATCH AUTOSEL 5.4 21/50] crypto: qat - remove unused macro in FW loader
` [PATCH AUTOSEL 5.4 32/50] crypto: shash - avoid comparing pointers to exported functions under CFI

[PATCH AUTOSEL 4.4 03/15] crypto: nx - add missing MODULE_DEVICE_TABLE
 2021-07-04 23:12 UTC  (4+ messages)
` [PATCH AUTOSEL 4.4 06/15] crypto: qat - check return code of qat_hal_rd_rel_reg()
` [PATCH AUTOSEL 4.4 07/15] crypto: qat - remove unused macro in FW loader
` [PATCH AUTOSEL 4.4 11/15] crypto: shash - avoid comparing pointers to exported functions under CFI

[PATCH AUTOSEL 4.9 04/20] crypto: nx - add missing MODULE_DEVICE_TABLE
 2021-07-04 23:11 UTC  (4+ messages)
` [PATCH AUTOSEL 4.9 08/20] crypto: qat - check return code of qat_hal_rd_rel_reg()
` [PATCH AUTOSEL 4.9 09/20] crypto: qat - remove unused macro in FW loader
` [PATCH AUTOSEL 4.9 14/20] crypto: shash - avoid comparing pointers to exported functions under CFI

[PATCH AUTOSEL 4.14 06/25] crypto: nx - add missing MODULE_DEVICE_TABLE
 2021-07-04 23:11 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 10/25] crypto: qat - check return code of qat_hal_rd_rel_reg()
` [PATCH AUTOSEL 4.14 11/25] crypto: qat - remove unused macro in FW loader
` [PATCH AUTOSEL 4.14 18/25] crypto: shash - avoid comparing pointers to exported functions under CFI

[PATCH AUTOSEL 4.19 09/31] crypto: nx - add missing MODULE_DEVICE_TABLE
 2021-07-04 23:10 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 13/31] crypto: qat - check return code of qat_hal_rd_rel_reg()
` [PATCH AUTOSEL 4.19 14/31] crypto: qat - remove unused macro in FW loader
` [PATCH AUTOSEL 4.19 22/31] crypto: shash - avoid comparing pointers to exported functions under CFI

[PATCH AUTOSEL 5.10 20/70] hwrng: exynos - Fix runtime PM imbalance on error
 2021-07-04 23:07 UTC  (7+ messages)
` [PATCH AUTOSEL 5.10 21/70] crypto: nx - add missing MODULE_DEVICE_TABLE
` [PATCH AUTOSEL 5.10 29/70] crypto: qat - check return code of qat_hal_rd_rel_reg()
` [PATCH AUTOSEL 5.10 30/70] crypto: qat - remove unused macro in FW loader
` [PATCH AUTOSEL 5.10 31/70] crypto: qce: skcipher: Fix incorrect sg count for dma transfers
` [PATCH AUTOSEL 5.10 42/70] crypto: hisilicon/sec - fixup 3des minimum key size declaration
` [PATCH AUTOSEL 5.10 50/70] crypto: shash - avoid comparing pointers to exported functions under CFI

[PATCH AUTOSEL 5.12 21/80] hwrng: exynos - Fix runtime PM imbalance on error
 2021-07-04 23:05 UTC  (7+ messages)
` [PATCH AUTOSEL 5.12 22/80] crypto: nx - add missing MODULE_DEVICE_TABLE
` [PATCH AUTOSEL 5.12 31/80] crypto: qat - check return code of qat_hal_rd_rel_reg()
` [PATCH AUTOSEL 5.12 32/80] crypto: qat - remove unused macro in FW loader
` [PATCH AUTOSEL 5.12 33/80] crypto: qce: skcipher: Fix incorrect sg count for dma transfers
` [PATCH AUTOSEL 5.12 45/80] crypto: hisilicon/sec - fixup 3des minimum key size declaration
` [PATCH AUTOSEL 5.12 55/80] crypto: shash - avoid comparing pointers to exported functions under CFI

[PATCH AUTOSEL 5.13 21/85] hwrng: exynos - Fix runtime PM imbalance on error
 2021-07-04 23:03 UTC  (9+ messages)
` [PATCH AUTOSEL 5.13 22/85] crypto: nx - add missing MODULE_DEVICE_TABLE
` [PATCH AUTOSEL 5.13 31/85] crypto: qat - check return code of qat_hal_rd_rel_reg()
` [PATCH AUTOSEL 5.13 32/85] crypto: qat - remove unused macro in FW loader
` [PATCH AUTOSEL 5.13 33/85] crypto: qce: skcipher: Fix incorrect sg count for dma transfers
` [PATCH AUTOSEL 5.13 34/85] crypto: ecdh - fix ecdh-nist-p192's entry in testmgr
` [PATCH AUTOSEL 5.13 35/85] crypto: ecdh - fix 'ecdh_init'
` [PATCH AUTOSEL 5.13 47/85] crypto: hisilicon/sec - fixup 3des minimum key size declaration
` [PATCH AUTOSEL 5.13 58/85] crypto: shash - avoid comparing pointers to exported functions under CFI

random(4) thoughts
 2021-07-04  6:42 UTC 

[PATCH] pkcs7: support EC-RDSA/streebog in SignerInfo
 2021-07-03  2:07 UTC  (2+ messages)

[PATCH v3] pkcs7: make parser enable SM2 and SM3 algorithms combination
 2021-07-03  1:37 UTC  (3+ messages)

[PATCH v2 0/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-07-02 12:33 UTC  (8+ messages)
` [PATCH v2 5/6] crypto: caam - add in-kernel interface for blob generator
` [PATCH v2 6/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys

[PATCH v2 0/2] crypto: mxs_dcp: Fix an Oops on i.MX6ULL
 2021-07-01 20:30 UTC  (9+ messages)
` [PATCH v2 1/2] crypto: mxs-dcp: Check for DMA mapping errors
` [PATCH v2 2/2] crypto: mxs_dcp: Use sg_mapping_iter to copy data

[syzbot] BUG: scheduling while atomic: syz-executor/ADDR
 2021-07-01  0:00 UTC  (2+ messages)

[PATCH v2 0/4] Introduce x86 assembler accelerated implementation for SM4 algorithm
 2021-06-30 12:37 UTC  (2+ messages)

[powerpc][5.13.0-next20210629] Kernel WARN crypto/testmgr.c:5653 during boot
 2021-06-30 12:13 UTC  (3+ messages)
` [PATCH] crypto: DRBG - select SHA512

[PATCH] crypto: fix flexible_array.cocci warnings
 2021-06-29 11:48 UTC 

[GIT PULL] Crypto Update for 5.9
 2021-06-28 23:36 UTC  (7+ messages)
` [GIT PULL] Crypto Update for 5.10
  ` [GIT PULL] Crypto Update for 5.11
    ` [GIT PULL] Crypto Update for 5.12
      ` [GIT PULL] Crypto Update for 5.13
        ` [GIT PULL] Crypto Update for 5.14

[PATCH 1/2] crypto: mxs-dcp: Check for DMA mapping errors
 2021-06-28 17:44 UTC  (9+ messages)
` [PATCH 2/2] crypto: mxs_dcp: Use sg_mapping_iter to copy data

[PATCH Part1 RFC v3 20/22] x86/boot: Add Confidential Computing address to setup_header
 2021-06-28 13:43 UTC  (14+ messages)

[PATCH 1/2] crypto: Typo s/Stormlink/Storlink/
 2021-06-28  3:32 UTC  (3+ messages)
` [PATCH 2/2] crypto: CRYPTO_DEV_SL3516 should depend on ARCH_GEMINI

[PATCH] crypto: hisilicon/sec - fix the process of disabling sva prefetching
 2021-06-28  3:32 UTC  (2+ messages)

[PATCH] crypto: DRBG - switch to HMAC SHA512 DRBG as default DRBG
 2021-06-28  3:31 UTC  (4+ messages)
  ` [PATCH] crypto: DRBG - self test for HMAC(SHA-512)

[PATCH] crypto: qat: ratelimit invalid ioctl message and print the invalid cmd
 2021-06-28  3:31 UTC  (2+ messages)

Lockless /dev/random - Performance/Security/Stability improvement
 2021-06-27 16:35 UTC  (4+ messages)

[PATCH v1] crypto: Make the DRBG compliant with NIST SP800-90A rev1
 2021-06-25 14:53 UTC  (5+ messages)

[PATCH 0/3] DCP as trusted keys backend
 2021-06-25 13:12 UTC  (5+ messages)
` [PATCH 1/3] crypto: mxs-dcp: Add support for hardware provided keys


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