linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-16 11:04:46 to 2023-02-22 17:23:19 UTC [more...]

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

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-22 16:50 UTC  (70+ 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 05/56] KVM: SEV: Require KVM_PROTECTED_VM when AMD_MEM_ENCRYPT is enabled
` [PATCH RFC v8 06/56] KVM: Split out memory attribute xarray updates to helper function
` [PATCH RFC v8 07/56] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
` [PATCH RFC v8 08/56] KVM: SEV: Rename sev_{pin,unpin}_memory
` [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 45/56] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [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 48/56] KVM: SVM: Add SNP-specific handling for memory attribute updates
` [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 v8 51/56] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH RFC v8 52/56] ccp: Add support to decrypt the page
` [PATCH RFC v8 53/56] KVM: SVM: Make VMSAVE target area memory allocation SNP safe
` [PATCH RFC v8 54/56] x86/sev: Add KVM commands for instance certs
` [PATCH RFC v8 55/56] x86/sev: Document KVM_SEV_SNP_{G,S}ET_CERTS
` [PATCH RFC v8 56/56] iommu/amd: Add IOMMU_SNP_SHUTDOWN support

[PATCH v5 0/4] Add Aspeed ACRY driver for hardware acceleration
 2023-02-22 14:41 UTC  (3+ messages)
` [PATCH v5 1/4] crypto: aspeed: Add ACRY RSA driver

[PATCH 03/27] kbuild, KEYS: remove MODULE_LICENSE in non-modules
 2023-02-22 12:14 UTC  (3+ messages)
` [PATCH 16/27] kbuild, crypto: "
` [PATCH 17/27] "

Faktoring
 2023-02-22  9:15 UTC 

[GIT PULL] Crypto Fixes for 5.15
 2023-02-22  2:50 UTC  (12+ 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

[PATCH v2] certs: fips test: fix build failure with PKCS7_MESSAGE_PARSER=m
 2023-02-21 17:32 UTC  (2+ messages)

[PATCH] drivers: crypto: caam: jr: Allow quiesce when quiesced
 2023-02-21 17:33 UTC  (5+ messages)
` [PATCH] drivers: crypto: caam: jr: add .shutdown hook

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

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

[PATCH -next] crypto: Use devm_platform_get_and_ioremap_resource()
 2023-02-21  1:34 UTC 

[PATCH 1/2] hwrng: add driver for MediaTek TRNG SMC
 2023-02-21  0:14 UTC  (5+ messages)

[PATCH] dt-bindings: crypto: fsl,sec-v4.0: Convert to DT schema
 2023-02-20 21:33 UTC 

[PATCH RESEND 0/9] sched: cpumask: improve on cpumask_local_spread() locality
 2023-02-20 19:46 UTC  (5+ messages)
` [PATCH 3/9] sched: add sched_numa_find_nth_cpu()

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

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 0/6] Export platform features from ccp driver
 2023-02-17 11:05 UTC  (16+ messages)
` [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 "

[v2 PATCH 0/10] crypto: api - Restructure stats code
 2023-02-16 10:35 UTC  (2+ messages)
` [v2 PATCH 3/10] crypto: akcipher - Count error stats differently


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