linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-10 15:11:19 to 2023-01-20 00:00:46 UTC [more...]

[PATCH] crypto: xts - Handle EBUSY correctly
 2023-01-19 10:13 UTC  (4+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-19 23:59 UTC  (86+ messages)
` [PATCH RFC v7 02/64] KVM: x86: Add KVM_CAP_UNMAPPED_PRIVATE_MEMORY
` [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 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
` [PATCH RFC v7 08/64] KVM: Move kvm_for_each_memslot_in_hva_range() to be used in SVM
` [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
` [PATCH RFC v7 11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA
` [PATCH RFC v7 14/64] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v7 20/64] x86/fault: Add support to handle the RMP fault for user address
` [PATCH RFC v7 23/64] x86/fault: Add support to dump RMP entry on fault
` [PATCH RFC v7 29/64] crypto: ccp: Handle the legacy SEV command when SNP is enabled
` [PATCH RFC v7 31/64] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH RFC v7 39/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v7 40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v7 44/64] KVM: SVM: Remove the long-lived GHCB host map
` [PATCH RFC v7 47/64] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v7 49/64] KVM: SVM: Introduce ops for the post gfn map and unmap
` [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v7 62/64] x86/sev: Add KVM commands for instance certs

[PATCH 0/2] [RFC] virtio-rng entropy leak reporting feature
 2023-01-19 22:51 UTC  (6+ messages)
` [PATCH 1/2] virtio-rng: implement entropy leak feature
` [PATCH 2/2] virtio-rng: add sysfs entries for leak detection

[PATCH v4 0/4] net/crypto: Introduce crypto_pool
 2023-01-19 18:03 UTC  (8+ messages)
` [PATCH v4 1/4] crypto: "
` [PATCH v4 2/4] crypto/net/tcp: Use crypto_pool for TCP-MD5
` [PATCH v4 3/4] crypto/net/ipv6: sr: Switch to using crypto_pool
` [PATCH v4 4/4] crypto/Documentation: Add crypto_pool kernel API

[PATCH] Documentation: qat: change kernel version
 2023-01-19 12:06 UTC  (2+ messages)

[RFC PATCH 0/4] random: a simple vDSO mechanism for reseeding userspace CSPRNGs
 2023-01-19 11:19 UTC  (12+ messages)
` [RFC PATCH 1/4] random: introduce getrandom() GRND_TIMESTAMP
` [RFC PATCH 2/4] random: introduce generic vDSO getrandom(,, GRND_TIMESTAMP) fast path
` [RFC PATCH 3/4] x86: vdso: Wire up getrandom() vDSO implementation
` [RFC PATCH 4/4] testing: add a getrandom() GRND_TIMESTAMP vDSO demonstration/benchmark

[PATCH] crypto: bcm - Use subrequest for fallback
 2023-01-19 10:36 UTC 

[PATCH] crypto: cryptd - Remove unnecessary skcipher_request_zero
 2023-01-19  9:01 UTC 

[PATCH linux-next] crypto: aspeed - Use devm_platform_get_and_ioremap_resource()
 2023-01-19  7:36 UTC 

[PATCH -next] crypto: aspeed: change aspeed_acry_akcipher_algs to static
 2023-01-19  5:30 UTC  (3+ messages)

[PATCH v2] KEYS: asymmetric: Fix ECDSA use via keyctl uapi
 2023-01-18 18:14 UTC  (2+ messages)

[RFC] crypto: qat - enable polling for compression
 2023-01-18 17:14 UTC 

[PATCH v3 0/4] net/crypto: Introduce crypto_pool
 2023-01-18 16:37 UTC  (7+ messages)
` [PATCH v3 1/4] crypto: "
` [PATCH v3 2/4] crypto/net/tcp: Use crypto_pool for TCP-MD5
` [PATCH v3 3/4] crypto/net/ipv6: sr: Switch to using crypto_pool
` [PATCH v3 4/4] crypto/Documentation: Add crypto_pool kernel API

[PATCH] crypto: arm64/sm4 - Fix possible crash in GCM cryption
 2023-01-18 14:54 UTC  (2+ messages)

linux-next: build failure after merge of the crypto tree
 2023-01-18  9:24 UTC  (5+ messages)
` crypto: p10-aes-gcm - Add asm markings necessary for kernel code

[PATCH] crypto: testmgr - disallow certain DRBG hash functions in FIPS mode
 2023-01-17 18:47 UTC  (2+ messages)

[PATCH v3] crypto: ccp: initialize 'error' variable to zero
 2023-01-17 18:44 UTC  (3+ messages)

[bug report] crypto: hisilicon - SEC security accelerator driver
 2023-01-17 14:17 UTC 

[PATCH linux-next] crypto: p10-aes-gcm - remove duplicate included header files
 2023-01-17  8:01 UTC 

[PATCH v6 00/34] iov_iter: Improve page extraction (ref, pin or just list)
 2023-01-17  7:46 UTC  (5+ messages)
` [PATCH v6 15/34] af_alg: Pin pages rather than ref'ing if appropriate
` [PATCH v6 16/34] af_alg: [RFC] Use netfs_extract_iter_to_sg() to create scatterlists
` [PATCH v6 25/34] cifs: Add a function to Hash the contents of an iterator

[PATCH v5 0/3] hwrng: starfive: Add driver for TRNG module
 2023-01-17  1:54 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: rng: Add StarFive "
` [PATCH v5 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC
` [PATCH v5 3/3] riscv: dts: starfive: Add TRNG node for VisionFive 2

linux-next: build failure after merge of the crypto tree
 2023-01-17  0:02 UTC  (3+ messages)
` [PATCH] crypto: p10-aes-gcm - Use _GLOBAL instead of .global

[PATCH] crypto: ccp - Add a firmware definition for EPYC gen 4 processors
 2023-01-16 20:04 UTC 

[PATCH] crypto: ccp - Provide MMIO register naming for documenation
 2023-01-16 20:03 UTC 

[PATCH 1/2] Docs/subsystem-apis: Remove '[The ]Linux' prefixes from titles of listed documents
 2023-01-16 17:23 UTC  (4+ messages)
` [PATCH 2/2] Docs: Add some missing SPDX license identifiers of subsystem docs

[PATCH] crypto: x86 - exit fpu context earlier in ECB/CBC macros
 2023-01-16 16:33 UTC  (7+ messages)

[PATCH] crypto: hisilicon - remove redundant config PCI dependency for some CRYPTO_DEV_HISI configs
 2023-01-16 13:17 UTC  (2+ messages)

[PATCH v5 0/2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
 2023-01-16  9:06 UTC  (5+ messages)
` [PATCH v5 1/2] lib/mpi: Fix buffer overrun when SG is too long

[PATCH v2 0/4] crypto: Accelerated GCM for IPSec on ARM/arm64
 2023-01-16  8:06 UTC  (5+ messages)

[PATCH 00/13] crypto: x86 - yield FPU context during long loops
 2023-01-16  3:33 UTC  (8+ messages)
` [PATCH 03/13] crypto: x86/sha "

[PATCH 0/3] crypto: x86/aria - fix build failure with old binutils
 2023-01-15 12:15 UTC  (4+ messages)
` [PATCH 1/3] crypto: x86/aria-avx "
` [PATCH 2/3] crypto: x86/aria-avx2 "
` [PATCH 3/3] crypto: x86/aria-avx15 "

[PATCH v2 0/6] crypto: Accelerated AES/GCM stitched implementation
 2023-01-13 15:57 UTC  (3+ messages)

[PATCH v5] crypto: ccp: Sanitize sev_platform_init() error messages
 2023-01-13 14:50 UTC  (3+ messages)

[PATCH] crypto: essiv - Handle EBUSY correctly
 2023-01-13 11:05 UTC  (2+ messages)

[PATCH] crypto: seqiv - Handle EBUSY correctly
 2023-01-13 10:27 UTC 

[PATCH v2 0/3] crypto: Allwinner D1 crypto support
 2023-01-13  8:40 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: crypto: sun8i-ce: Add compatible for D1

[PATCH] crypto: atmel-i2c - avoid defines prefixed with CONFIG
 2023-01-13  7:47 UTC 

[PATCH v5 0/4] Add Aspeed ACRY driver for hardware acceleration
 2023-01-13  4:13 UTC  (2+ messages)

[PATCH] crypto: skcipher - Use scatterwalk (un)map interface for dst and src buffers
 2023-01-13  4:13 UTC  (2+ messages)

[PATCH v4 0/3] hwrng: starfive: Add driver for TRNG module
 2023-01-13  2:30 UTC  (6+ messages)
` [PATCH v4 1/3] dt-bindings: rng: Add StarFive "
` [PATCH v4 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC
` [PATCH v4 3/3] riscv: dts: starfive: Add TRNG node for VisionFive 2

[PATCH v2 0/6] crypto: stm32 hash - reuse for Ux500
 2023-01-13  1:30 UTC  (8+ messages)
` [PATCH v2 1/6] dt-bindings: crypto: Let STM32 define Ux500 HASH
` [PATCH v2 2/6] crypto: stm32/hash: Simplify code
` [PATCH v2 3/6] crypto: stm32/hash: Use existing busy poll function
` [PATCH v2 4/6] crypto: stm32/hash: Wait for idle before final CPU xmit
` [PATCH v2 5/6] crypto: stm32/hash: Support Ux500 hash
` [PATCH v2 6/6] crypto: ux500/hash - delete driver

[PATCH][next] crypto: aspeed - Replace zero-length array with flexible-array member
 2023-01-12 22:17 UTC  (2+ messages)

[PATCH v14 0/7] implement getrandom() in vDSO
 2023-01-12 17:49 UTC  (15+ messages)
` [PATCH v14 2/7] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v14 7/7] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH] crypto: qat - fix spelling mistakes from 'bufer' to 'buffer'
 2023-01-12 14:51 UTC 

[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-01-12 11:12 UTC  (9+ messages)
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [RFC][PATCH 08/12] s390: Replace cmpxchg_double() with cmpxchg128()

Silikonmischungen
 2023-01-12  8:31 UTC 

[PATCH] crypto: stm32/cryp: Use accelerated readsl/writesl
 2023-01-10 19:43 UTC 

[PATCH v2] crypto: ccp: initialize error
 2023-01-10 17:03 UTC  (2+ messages)

[PATCH] crypto: initialize error
 2023-01-10 16:53 UTC  (4+ messages)

[PATCH v4] crypto: ccp: Sanitize sev_platform_init() error messages
 2023-01-10 15:54 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).