linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-13 17:12:21 to 2023-02-20 19:01:25 UTC [more...]

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-20 18:38 UTC  (45+ messages)
` [PATCH RFC v8 01/56] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' "
` [PATCH RFC v8 03/56] KVM: x86: Add platform hooks for private memory invalidations
` [PATCH RFC v8 04/56] KVM: Add HVA range operator
` [PATCH RFC v8 09/56] KVM: SEV: Handle memory backed by restricted memfd
` [PATCH RFC v8 10/56] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH RFC v8 11/56] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v8 12/56] x86/sev: Add RMP entry lookup helpers
` [PATCH RFC v8 13/56] x86/fault: Add helper for dumping RMP entries
` [PATCH RFC v8 14/56] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v8 15/56] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v8 16/56] x86/traps: Define RMP violation #PF error code
` [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address
` [PATCH RFC v8 18/56] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
` [PATCH RFC v8 19/56] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling
` [PATCH RFC v8 20/56] crypto:ccp: Define the SEV-SNP commands
` [PATCH RFC v8 21/56] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v8 22/56] crypto:ccp: Provide API to issue SEV and SNP commands
` [PATCH RFC v8 23/56] crypto: ccp: Introduce snp leaked pages list
` [PATCH RFC v8 24/56] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH RFC v8 25/56] crypto: ccp: Handle the legacy SEV command "
` [PATCH RFC v8 26/56] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH RFC v8 28/56] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH RFC v8 29/56] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH RFC v8 30/56] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH RFC v8 31/56] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH RFC v8 32/56] KVM: SVM: Add initial SEV-SNP support
` [PATCH RFC v8 33/56] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v8 35/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v8 36/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v8 37/56] KVM: X86: Keep the NPT and RMP page level in sync
` [PATCH RFC v8 38/56] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH RFC v8 39/56] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH RFC v8 40/56] KVM: SVM: Add KVM_EXIT_VMGEXIT
` [PATCH RFC v8 41/56] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v8 42/56] KVM: SVM: Add support to handle "
` [PATCH RFC v8 43/56] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH RFC v8 44/56] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH RFC v8 46/56] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v8 49/56] KVM: SVM: Implement .fault_is_private callback for SNP
` [PATCH RFC v8 50/56] KVM: SEV: Handle restricted memory invalidations "

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-20 18:36 UTC  (23+ messages)
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [PATCH RFC v7 04/64] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
` [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature

[PATCH v2 0/8] Support ACPI PSP on Hyper-V
 2023-02-20 14:49 UTC  (2+ messages)

[PATCH -next] crypto: Use devm_platform_ioremap_resource()
 2023-02-20 12:39 UTC 

[PATCH] drivers: crypto: caam: jr: add .shutdown hook
 2023-02-20 10:51 UTC 

[PATCH] drivers: crypto: caam: jr: Allow quiesce when quiesced
 2023-02-20 10:50 UTC 

[PATCH 0/5] hwrng: meson: simplify driver
 2023-02-20  9:01 UTC  (14+ messages)
` [PATCH 1/5] hwrng: meson: remove unused member of struct meson_rng_data
` [PATCH 2/5] hwrng: meson: use devm_clk_get_optional_enabled
` [PATCH 3/5] hwrng: meson: remove not needed call to platform_set_drvdata
` [PATCH 4/5] hwrng: meson: use struct hw_random priv data
` [PATCH 5/5] hwrng: meson: remove struct meson_rng_data

[PATCH v2] crypto: lib - implement library version of AES in CFB mode
 2023-02-20  7:28 UTC  (3+ messages)

[GIT PULL] Crypto Fixes for 5.15
 2023-02-20  5:22 UTC  (11+ messages)
` [GIT PULL] Crypto Fixes for 5.16
    ` [GIT PULL] Crypto Fixes for 5.17
        ` [GIT PULL] Crypto Fixes for 5.18
          ` [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

mainline build failure on arm hosts
 2023-02-18 10:51 UTC  (2+ messages)

[PATCH 0/4] crypto: Add Xilinx ZynqMP RSA driver support
 2023-02-18  5:38 UTC  (5+ messages)
` [PATCH 1/4] firmware: xilinx: Get the SoC family specific data for crypto operation
` [PATCH 2/4] firmware: xilinx: Add ZynqMP RSA API for RSA encrypt/decrypt operation
` [PATCH 3/4] crypto: xilinx: Add ZynqMP RSA driver
` [PATCH 4/4] MAINTAINERS: Add maintainer for Xilinx "

[PATCH v3 0/6] crypto: Accelerated AES/GCM stitched implementation
 2023-02-17 22:20 UTC  (9+ messages)
` [PATCH v3 1/6] Update Kconfig and Makefile
` [PATCH v3 2/6] Glue code for AES/GCM stitched implementation
` [PATCH v3 3/6] An accelerated "
` [PATCH v3 4/6] Supporting functions for AES
` [PATCH v3 5/6] Supporting functions for ghash
` [PATCH v3 6/6] A perl script to process PowerPC assembler source

[PATCH] padata: Make kobj_type structure constant
 2023-02-17 16:14 UTC  (2+ messages)

[PATCH RESEND 0/9] sched: cpumask: improve on cpumask_local_spread() locality
 2023-02-17 11:11 UTC  (4+ messages)
` [PATCH 3/9] sched: add sched_numa_find_nth_cpu()

[PATCH 0/6] Export platform features from ccp driver
 2023-02-17 11:05 UTC  (20+ messages)
` [PATCH 2/6] crypto: ccp: Add a header for multiple drivers to use `__psp_pa`
` [PATCH 3/6] crypto: ccp: Move some PSP mailbox bit definitions into common header
` [PATCH 6/6] i2c: designware: Use PCI PSP driver for communication

[PATCH v10 00/10] crypto: qcom-qce: Add YAML bindings and support for newer SoCs
 2023-02-17  8:58 UTC  (13+ messages)
` [PATCH v10 01/10] dt-bindings: qcom-qce: Convert bindings to yaml
` [PATCH v10 02/10] MAINTAINERS: Add qcom-qce dt-binding file to QUALCOMM CRYPTO DRIVERS section
` [PATCH v10 03/10] dt-bindings: qcom-qce: Add 'interconnects' and 'interconnect-names'
` [PATCH v10 04/10] dt-bindings: qcom-qce: Add 'iommus' to optional properties
` [PATCH v10 05/10] dt-bindings: qcom-qce: Add new SoC compatible strings for Qualcomm QCE IP
` [PATCH v10 06/10] dt-bindings: qcom-qce: document optional clocks and clock-names properties
` [PATCH v10 07/10] arm64: dts: qcom: sm8550: add QCE IP family compatible values
` [PATCH v10 08/10] crypto: qce: core: Add support to initialize interconnect path
` [PATCH v10 09/10] crypto: qce: core: Make clocks optional
` [PATCH v10 10/10] crypto: qce: core: Add a QCE IP family compatible 'qcom,qce'

[PATCH v7 0/1] dma: qcom: bam_dma: Add support to initialize interconnect path
 2023-02-17  7:07 UTC  (5+ messages)
` [PATCH v7 1/1] "

[PATCH 11/17] cifs: Add a function to Hash the contents of an iterator
 2023-02-17  3:04 UTC  (2+ messages)

[PATCH v3] Documentation: core-api: padata: correct spelling
 2023-02-16 23:58 UTC  (2+ messages)

[PATCH 1/1] ice: Change assigning method of the CPU affinity masks
 2023-02-16 15:16 UTC  (4+ messages)
` [PATCH v2 "

[PATCH 1/2] hwrng: add driver for MediaTek TRNG SMC
 2023-02-16 11:32 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: rng: Add MediaTek MT7981 TRNG

[v2 PATCH 0/10] crypto: api - Restructure stats code
 2023-02-16 10:35 UTC  (11+ messages)
` [v2 PATCH 1/10] crypto: algapi - Move stat reporting into algapi
` [v2 PATCH 2/10] crypto: aead - Count error stats differently
` [v2 PATCH 3/10] crypto: akcipher "
` [v2 PATCH 4/10] crypto: hash "
` [v2 PATCH 5/10] crypto: acomp "
` [v2 PATCH 6/10] crypto: kpp "
` [v2 PATCH 7/10] crypto: skcipher "
` [v2 PATCH 8/10] crypto: rng "
` [v2 PATCH 9/10] crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.h
` [v2 PATCH 10/10] crypto: api - Check CRYPTO_USER instead of NET for report

[PATCH 0/10] crypto: api - Restructure stats code
 2023-02-16  8:34 UTC  (26+ messages)
` [PATCH 1/10] crypto: algapi - Move stat reporting into algapi
` [PATCH 2/10] crypto: aead - Count error stats differently
` [PATCH 3/10] crypto: akcipher "
` [PATCH 4/10] crypto: hash "
` [PATCH 5/10] crypto: acomp "
` [PATCH 6/10] crypto: kpp "
` [PATCH 7/10] crypto: skcipher "
` [PATCH 8/10] crypto: rng "
` [PATCH 9/10] crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.h
` [PATCH 10/10] crypto: api - Check CRYPTO_USER instead of NET for report

[PATCH stable v5.15.y 0/1] crypto: add __init/__exit annotations to init/exit funcs
 2023-02-16  6:58 UTC  (5+ messages)
` [PATCH stable v5.15.y 1/1] "

[PATCH] crypto: qat - Include algapi.h for low-level Crypto API
 2023-02-15  8:34 UTC 

linux-next: manual merge of the mmc tree with the arm-soc, crypto trees
 2023-02-15  0:16 UTC 

[PATCH v4 0/6] Add CA enforcement keyring restrictions
 2023-02-14 21:24 UTC  (5+ messages)
` [PATCH v4 6/6] integrity: machine keyring CA configuration

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-02-14 16:57 UTC  (2+ messages)
` (subset) "

[PATCH 0/3] hwrng: xgene - Some improvements
 2023-02-14 16:28 UTC  (4+ messages)
` [PATCH 1/3] hwrng: xgene - Simplify using dev_err_probe()
` [PATCH 2/3] hwrng: xgene - Simplify using devm_clk_get_optional_enabled()
` [PATCH 3/3] hwrng: xgene - Improve error reporting for problems during .remove()

[PATCH v9 00/14] crypto: qcom-qce: Add YAML bindings & support for newer SoCs
 2023-02-14 10:24 UTC  (6+ messages)
` [PATCH v9 11/14] arm64: dts: qcom: sm8250: add description of Qualcomm Crypto Engine IP

Panele fotowaltaiczne
 2023-02-10  8:30 UTC 

[PATCH] crypto: x86/aria-avx - fix using avx2 instructions
 2023-02-14  8:49 UTC  (2+ messages)

[PATCH v2 0/5] crypto: hisilicon/qm - some fixes and cleanups
 2023-02-14  8:49 UTC  (2+ messages)

[PATCH 0/3] crypto: x86/twofish-3way - Cleanup and optimize asm
 2023-02-14  8:44 UTC  (2+ messages)

[PATCH v2 0/4] crypto: starfive - Add drivers for crypto engine
 2023-02-14  7:11 UTC  (8+ messages)
` [PATCH v2 4/4] crypto: starfive - Add hash and HMAC support

[PATCH] crypto: testmgr - Disable raw RSA in FIPS mode
 2023-02-14  1:26 UTC  (3+ messages)

linux-next: manual merge of the device-mapper tree with the crypto tree
 2023-02-14  0:05 UTC 


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