Linux-Crypto Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-02 14:09:25 to 2021-06-11 10:35:41 UTC [more...]

swiotlb/caamjr regression (Was: [GIT PULL] (swiotlb) stable/for-linus-5.12)
 2021-06-11 10:34 UTC  (6+ messages)

[PATCH] crypto: x86/curve25519 - fix cpu feature checking logic in mod_exit
 2021-06-11 10:07 UTC  (5+ messages)

Lockless /dev/random - Performance/Security/Stability improvement
 2021-06-11  9:53 UTC  (5+ messages)

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-11  9:44 UTC  (38+ messages)
` [PATCH Part1 RFC v3 01/22] x86/sev: shorten GHCB terminate macro names
` [PATCH Part1 RFC v3 02/22] x86/sev: Define the Linux specific guest termination reasons
` [PATCH Part1 RFC v3 03/22] x86/sev: Save the negotiated GHCB version
` [PATCH Part1 RFC v3 04/22] x86/mm: Add sev_feature_enabled() helper
` [PATCH Part1 RFC v3 05/22] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH Part1 RFC v3 06/22] x86/sev: check SEV-SNP features support
` [PATCH Part1 RFC v3 07/22] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH Part1 RFC v3 08/22] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 RFC v3 09/22] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 RFC v3 10/22] x86/sev: "
` [PATCH Part1 RFC v3 11/22] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH Part1 RFC v3 12/22] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH Part1 RFC v3 14/22] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 RFC v3 19/22] x86/sev-snp: SEV-SNP AP creation support
` [PATCH Part1 RFC v3 21/22] x86/sev: Register SNP guest request platform device

[PATCH 0/8] crypto: hisilicon - supports to configure function's QoS for ACC
 2021-06-11  9:06 UTC  (9+ messages)
` [PATCH 1/8] crypto: hisilicon/qm - supports writing QoS int the host
` [PATCH 2/8] crypto: hisilicon/qm - add the "alg_qos" file node
` [PATCH 3/8] crypto: hisilicon/qm - merges the work initialization process into a single function
` [PATCH 4/8] crypto: hisilicon/qm - add pf ping single vf function
` [PATCH 5/8] crypto: hisilicon/qm - supports to inquiry each function's QoS
` [PATCH 6/8] crypto: hisilicon/sec - adds the max shaper type rate
` [PATCH 7/8] crypto: hisilicon/hpre "
` [PATCH 8/8] crypto: hisilicon/zip "

[PATCH] crypto: cavium/nitrox - Fix an erro rhandling path in 'nitrox_probe()'
 2021-06-11  7:24 UTC  (2+ messages)

[PATCH v2] crypto: sm2 - fix a memory leak in sm2
 2021-06-11  7:23 UTC  (2+ messages)

[PATCH 0/4] crypto: hisilicon - supports new aeads for new hardware
 2021-06-11  7:23 UTC  (7+ messages)
` [PATCH 1/4] crypto: hisilicon/sec - add new algorithm mode for AEAD
` [PATCH 2/4] crypto: hisilicon/sec - add fallback tfm supporting for aeads
` [PATCH 3/4] crypto: hisilicon/sec - add hardware integrity check value process
` [PATCH v2 4/4] crypto: hisilicon/sec - modify the SEC request structure

[PATCH -next] crypto: qce: skcipher: fix error return code in qce_skcipher_async_req_handle()
 2021-06-11  7:23 UTC  (3+ messages)

[PATCH v2 0/5] crypto: add gemini/sl3516 crypto driver
 2021-06-11  7:17 UTC  (2+ messages)

[PATCH -next 0/2] Fix error handling in omap sham ops
 2021-06-11  7:17 UTC  (2+ messages)

[PATCH -next] crypto: nitrox - fix unchecked variable in nitrox_register_interrupts
 2021-06-11  7:16 UTC  (2+ messages)

[PATCH -next] hwrng: omap - Using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2021-06-11  7:03 UTC  (2+ messages)

[PATCH -next v2] crypto: remove CRYPTOA_U32 and related functions
 2021-06-11  2:01 UTC 

[PATCH 0/3] Introduce x86 assembler accelerated implementation for SM4 algorithm
 2021-06-10 23:27 UTC  (6+ messages)
` [PATCH 1/3] crypto: sm4 - create SM4 library based on sm4 generic code
` [PATCH 2/3] crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-generic
` [PATCH 3/3] crypto: x86/sm4 - add AES-NI/AVX/x86_64 assembler implementation

[PATCH -next] crypto: remove CRYPTOA_U32 and related functions
 2021-06-10 23:00 UTC  (2+ messages)

[PATCH v3] crypto: shash - avoid comparing pointers to exported functions under CFI
 2021-06-10 20:39 UTC  (3+ messages)

[PATCH Part2 RFC v3 00/37] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-06-10 13:03 UTC  (39+ messages)
` [PATCH Part2 RFC v3 01/37] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH Part2 RFC v3 02/37] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH Part2 RFC v3 03/37] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH Part2 RFC v3 04/37] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 RFC v3 05/37] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 RFC v3 06/37] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 RFC v3 07/37] x86/sev: Split the physmap when adding the page in RMP table
` [PATCH Part2 RFC v3 08/37] x86/traps: Define RMP violation #PF error code
` [PATCH Part2 RFC v3 09/37] x86/fault: Add support to dump RMP entry on fault
` [PATCH Part2 RFC v3 10/37] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 RFC v3 11/37] crypto:ccp: Define the SEV-SNP commands
` [PATCH Part2 RFC v3 12/37] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 RFC v3 13/37] crypto: ccp: Shutdown SNP firmware on kexec
` [PATCH Part2 RFC v3 14/37] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [PATCH Part2 RFC v3 15/37] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 RFC v3 16/37] crypto: ccp: Handle the legacy SEV command "
` [PATCH Part2 RFC v3 17/37] KVM: SVM: make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 RFC v3 18/37] KVM: SVM: Add initial SEV-SNP support
` [PATCH Part2 RFC v3 19/37] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 RFC v3 20/37] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 RFC v3 21/37] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 RFC v3 22/37] KVM: SVM: Reclaim the guest pages when SEV-SNP VM terminates
` [PATCH Part2 RFC v3 23/37] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 RFC v3 24/37] KVM: X86: Add kvm_x86_ops to get the max page level for the TDP
` [PATCH Part2 RFC v3 25/37] KVM: X86: Introduce kvm_mmu_map_tdp_page() for use by SEV
` [PATCH Part2 RFC v3 26/37] KVM: X86: Introduce kvm_mmu_get_tdp_walk() for SEV-SNP use
` [PATCH Part2 RFC v3 27/37] KVM: X86: Define new RMP check related #NPF error bits
` [PATCH Part2 RFC v3 28/37] KVM: X86: update page-fault trace to log the 64-bit error code
` [PATCH Part2 RFC v3 29/37] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH Part2 RFC v3 30/37] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 RFC v3 31/37] KVM: SVM: Add support to handle "
` [PATCH Part2 RFC v3 32/37] KVM: Add arch hooks to track the host write to guest memory
` [PATCH Part2 RFC v3 33/37] KVM: X86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH Part2 RFC v3 34/37] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH Part2 RFC v3 35/37] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH Part2 RFC v3 36/37] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH Part2 RFC v3 37/37] KVM: SVM: Support SEV-SNP AP Creation NAE event

[PATCH v2] crypto: shash - avoid comparing pointers to exported functions under CFI
 2021-06-09 22:34 UTC  (2+ messages)

Projects
 2021-06-09 12:09 UTC 

Proposal
 2021-06-09 12:10 UTC 

[PATCH -next v2] crypto: ccp - Use list_move_tail instead of list_del/list_add_tail in ccp-dmaengine.c
 2021-06-09  7:15 UTC 

[PATCH 00/11] fpga: change FPGA indirect article to an
 2021-06-09  3:10 UTC  (14+ messages)
` [PATCH 01/11] dt-bindings: fpga: fpga-region: "
` [PATCH 02/11] Documentation: fpga: dfl: "
` [PATCH 03/11] Documentation: ocxl.rst: "
` [PATCH 04/11] crypto: marvell: cesa: "
` [PATCH 05/11] fpga: "
` [PATCH 06/11] fpga: bridge: "
` [PATCH 07/11] fpga-mgr: "
` [PATCH 08/11] fpga: region: "
` [PATCH 09/11] fpga: of-fpga-region: "
` [PATCH 10/11] fpga: stratix10-soc: "
` [PATCH 11/11] staging: fpgaboot: "

Qualcomm Crypto Engine performance numbers on mainline kernel
 2021-06-06 10:07 UTC  (4+ messages)

[PATCH] async_tx: use dmaengine_submit() API
 2021-06-05 15:57 UTC 

[PATCH v3 00/17] Enable Qualcomm Crypto Engine on sm8250
 2021-06-05  8:33 UTC  (19+ messages)
` [PATCH v3 01/17] dt-bindings: qcom-bam: Convert binding to YAML
` [PATCH v3 04/17] dt-bindings: qcom-qce: Convert bindings to yaml
` [PATCH v3 08/17] dt-bindings: crypto : Add new compatible strings for qcom-qce
` [PATCH v3 13/17] crypto: qce: core: Make clocks optional
` [PATCH v3 16/17] crypto: qce: Defer probing if BAM dma channel is not yet initialized

[PATCH v4 00/16] Enable VAS and NX-GZIP support on powerVM
 2021-06-05  3:03 UTC  (37+ messages)
` [PATCH v4 01/16] powerpc/vas: Move VAS API to book3s common platform
` [PATCH v4 03/16] powerpc/vas: Add platform specific user window operations
` [PATCH v4 04/16] powerpc/vas: Create take/drop pid and mm references
` [PATCH v4 05/16] powerpc/vas: Move update_csb/dump_crb to common book3s platform
` [PATCH v4 06/16] powerpc/vas: Define and use common vas_window struct
` [PATCH v4 07/16] powerpc/pseries/vas: Define VAS/NXGZIP HCALLs and structs
` [PATCH v4 09/16] powerpc/pseries/vas: Add HCALL wrappers for VAS handling
` [PATCH v4 12/16] powerpc/pseries/vas: Setup IRQ and fault handling
` [PATCH v4 14/16] crypto/nx: Register and unregister VAS interface
` [PATCH v4 16/16] crypto/nx: Add sysfs interface to export NX capabilities

[PATCH] crypto: shash - stop comparing function pointers to avoid breaking CFI
 2021-06-04 21:50 UTC  (2+ messages)

[PATCH] hwrng: Add Arm SMCCC TRNG based driver
 2021-06-04 20:41 UTC  (3+ messages)

[PATCH 00/10] crypto: qat - misc fixes
 2021-06-04  9:25 UTC  (7+ messages)
` [PATCH 01/10] crypto: qat - use proper type for vf_mask
` [PATCH 02/10] crypto: qat - remove empty sriov_configure()

[PATCH] crypto: sm2 - fix a memory leak in sm2
 2021-06-04  2:11 UTC  (2+ messages)

[PATCH 0/4] crypto: hisilicon/qm - support the communication between PF and VF
 2021-06-03 12:31 UTC  (2+ messages)

[PATCH] crypto: hisilicon/hpre - register ecdh NIST P384
 2021-06-03 12:31 UTC  (2+ messages)

[PATCH] crypto: hisilicon/hpre - add check before gx modulo p
 2021-06-03 12:31 UTC  (2+ messages)

[PATCH] crypto: hisilicon/hpre - fix ecdh self test issue
 2021-06-03 12:31 UTC  (2+ messages)

[PATCH 0/3] crypto: hisilicon - supports new skciphers for new hardware
 2021-06-03 12:31 UTC  (2+ messages)

[PATCH v2 0/2] crypto: hisilicon - add new type of sqe for Kunpeng930
 2021-06-03 12:31 UTC  (2+ messages)

[PATCH 0/4] Add support for Marvell CN10K CPT block
 2021-06-03 12:30 UTC  (2+ messages)

[PATCH 1/3 v4] crypto: ixp4xx: convert to platform driver
 2021-06-03 12:30 UTC  (2+ messages)

[PATCH 0/2] use DIV_ROUND_UP helper macro for calculations
 2021-06-03 12:30 UTC  (3+ messages)
` [PATCH 1/2] crypto: af_alg - "

[PATCH] hwrng: ks-sa - Use pm_runtime_resume_and_get() to replace open coding
 2021-06-03 12:29 UTC  (2+ messages)

[PATCH v2] hwrng: omap - Use pm_runtime_resume_and_get() to replace open coding
 2021-06-03 12:29 UTC  (2+ messages)

[PATCH v2] hwrng: exynos: Use pm_runtime_resume_and_get() to replace open coding
 2021-06-03 12:29 UTC  (2+ messages)

[PATCH -next v3] crypto: hisilicon - switch to memdup_user_nul()
 2021-06-03 12:28 UTC  (2+ messages)

[PATCH -next] crypto: algboss - Replaced simple_strtol() with kstrtouint()
 2021-06-03 11:50 UTC  (5+ messages)

[PATCH 2/3 v4] crypto: ixp4xx: Add DT bindings
 2021-06-02 18:52 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).