linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-06 21:19:21 to 2023-01-16 03:29:53 UTC [more...]

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

linux-next: build failure after merge of the crypto tree
 2023-01-16  0:29 UTC 

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

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

[RFC PATCH 0/4] random: a simple vDSO mechanism for reseeding userspace CSPRNGs
 2023-01-14  2:22 UTC  (9+ 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 RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-13 23:49 UTC  (59+ 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 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 14/64] x86/sev: Add the host SEV-SNP initialization support
` [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 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 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 00/13] crypto: x86 - yield FPU context during long loops
 2023-01-13 19:35 UTC  (7+ messages)
` [PATCH 03/13] crypto: x86/sha "

[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  (3+ messages)

[PATCH v14 0/7] implement getrandom() in vDSO
 2023-01-12 17:49 UTC  (28+ 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  (21+ messages)
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [RFC][PATCH 07/12] percpu: Wire up cmpxchg128
` [RFC][PATCH 08/12] s390: Replace cmpxchg_double() with cmpxchg128()
` [RFC][PATCH 11/12] slub: Replace cmpxchg_double()

Silikonmischungen
 2023-01-12  8:31 UTC 

[PATCH] crypto: hisilicon - remove redundant config PCI dependency for some CRYPTO_DEV_HISI configs
 2023-01-11 12:02 UTC 

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

[PATCH v3] crypto: ccp: initialize 'error' variable to zero
 2023-01-10 17:08 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)

[PATCH 00/12] crypto: axis - make tests pass
 2023-01-10 13:50 UTC  (13+ messages)
` [PATCH 01/12] crypto: axis - do not DMA to ahash_request.result
` [PATCH 02/12] crypto: axis - do not DMA to IV
` [PATCH 03/12] crypto: axis - fix CTR output IV
` [PATCH 04/12] crypto: axis - fix in-place CBC "
` [PATCH 05/12] crypto: axis - validate AEAD authsize
` [PATCH 06/12] crypto: axis - reject invalid sizes
` [PATCH 07/12] crypto: axis - fix XTS blocksize
` [PATCH 08/12] crypto: axis - add skcipher fallback
` [PATCH 09/12] crypto: axis - add fallback for AEAD
` [PATCH 10/12] crypto: axis - fix XTS unaligned block size handling
` [PATCH 11/12] crypto: axis - handle zero cryptlen
` [PATCH 12/12] crypto: axis - allow small size for AEAD

[PATCH v10 0/3] crypto: hisilicon - supports device isolation feature
 2023-01-10 11:57 UTC  (4+ messages)
` [PATCH v10 3/3] crypto: hisilicon/qm - define the device isolation strategy

Słowa kluczowe do wypozycjonowania
 2023-01-10  8:35 UTC 

[PATCH v3 2/6] crypto/realtek: core functions
 2023-01-10  7:47 UTC  (3+ messages)

[PATCH v3 0/3] hwrng: starfive: Add driver for TRNG module
 2023-01-10  7:45 UTC  (11+ messages)
` [PATCH v3 1/3] dt-bindings: rng: Add StarFive "
` [PATCH v3 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC
` [PATCH v3 3/3] riscv: dts: starfive: Add TRNG node for VisionFive 2

[PATCH v3 3/6] crypto/realtek: hash algorithms
 2023-01-10  7:44 UTC  (3+ messages)

[PATCH 1/3] rcu: genericize RCU stall suppression functions
 2023-01-10  6:12 UTC  (3+ messages)

crypto: aria-avx - add AES-NI/AVX/x86_64/GFNI assembler implementation of aria cipher
 2023-01-10  3:41 UTC  (2+ messages)

[PATCH v3] crypto: ccp: Sanitize sev_platform_init() error messages
 2023-01-10  3:07 UTC 

[PATCH v2 0/5] net/crypto: Introduce crypto_pool
 2023-01-09 21:23 UTC  (14+ messages)
` [PATCH v2 1/5] crypto: "
` [PATCH v2 2/5] crypto/pool: Add crypto_pool_reserve_scratch()
` [PATCH v2 3/5] crypto/net/tcp: Use crypto_pool for TCP-MD5
` [PATCH v2 5/5] crypto/Documentation: Add crypto_pool kernel API

[BUG] It is possible to circumvent dh_check_params_length() in the generic implementation
 2023-01-09 18:35 UTC 

[PATCH][next] pefile: remove the redundant pointer secs
 2023-01-09 17:51 UTC 

[PATCH v2] crypto: ccp: Sanitize sev_platform_init() error messages
 2023-01-09 14:33 UTC  (3+ messages)

[PATCH] crypto: ccp - Failure on re-initialization due to duplicate sysfs filename
 2023-01-09 14:13 UTC  (3+ messages)

Bug report: the extended PCI config space is missed with 6.2-rc2
 2023-01-09 12:27 UTC 

[PATCH 0/10] crypto: Driver conversions for DMA alignment
 2023-01-09  7:37 UTC  (13+ messages)
        ` [PATCH] crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment padding
          ` [PATCH] crypto: caam "
            ` [PATCH] crypto: talitos "

[PATCH v2 0/3] hwrng: starfive - Add driver for TRNG module
 2023-01-09  4:33 UTC  (9+ messages)
` [PATCH v2 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC

[PATCH] crypto: ccp: Improve sev_platform_init() error messages
 2023-01-08 19:50 UTC  (3+ messages)

[PATCH 0/7] crypto: stm32 hash - reuse for Ux500
 2023-01-08 18:33 UTC  (3+ messages)
` [PATCH 1/7] dt-bindings: crypto: Let STM32 define Ux500 HASH

[PATCH v2] MAINTAINERS: Update email of Tudor Ambarus
 2023-01-07 15:38 UTC  (8+ messages)

[PATCH] crypto: hisilicon: Wipe entire pool on error
 2023-01-07  1:55 UTC  (2+ messages)

[GIT PULL] Crypto Fixes for 5.16
 2023-01-06 21:19 UTC  (12+ messages)
  ` [GIT PULL] Crypto Fixes for 5.17
      ` [GIT PULL] Crypto Fixes for 5.18
        ` [GIT PULL] Crypto Fixes for 5.19
              ` [GIT PULL] Crypto Fixes for 6.1
                  ` [GIT PULL] Crypto Fixes for 6.2


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