linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-29 22:38:35 to 2023-01-06 21:19:21 UTC [more...]

[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

[PATCH v14 0/7] implement getrandom() in vDSO
 2023-01-06 21:10 UTC  (39+ messages)
` [PATCH v14 1/7] x86: lib: Separate instruction decoder MMIO type from MMIO trace
` [PATCH v14 2/7] mm: add VM_DROPPABLE for designating always lazily freeable mappings
` [PATCH v14 3/7] x86: mm: Skip faulting instruction for VM_DROPPABLE faults
` [PATCH v14 4/7] random: add vgetrandom_alloc() syscall
` [PATCH v14 5/7] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v14 6/7] random: introduce generic vDSO getrandom() implementation
` [PATCH v14 7/7] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH v3 0/6] crypto/realtek: add new driver
 2023-01-06 16:17 UTC  (11+ messages)
` [PATCH v3 1/6] crypto/realtek: header definitions
` [PATCH v3 2/6] crypto/realtek: core functions
` [PATCH v3 3/6] crypto/realtek: hash algorithms
` [PATCH v4 4/6] crypto/realtek: skcipher algorithms
` [PATCH v3 5/6] crypto/realtek: enable module
` [PATCH v3 6/6] crypto/realtek: add devicetree documentation

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

[PATCH v2] MAINTAINERS: Update email of Tudor Ambarus
 2023-01-06 15:59 UTC  (5+ messages)

[PATCH v8 0/4] crypto: aria: implement aria-avx2 and aria-avx512
 2023-01-06 15:19 UTC  (6+ messages)
` [PATCH v8 1/4] crypto: aria: add keystream array into request ctx
` [PATCH v8 2/4] crypto: aria: do not use magic number offsets of aria_ctx
` [PATCH v8 3/4] crypto: aria: implement aria-avx2
` [PATCH v8 4/4] crypto: aria: implement aria-avx512

[PATCH] crypto: ccp - Limit memory allocation in SEV_GET_ID2 ioctl
 2023-01-06 15:18 UTC  (12+ messages)
        ` [patch] crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2

[PATCH v3 0/6] Trivial set of FIPS 140-3 related changes
 2023-01-06 15:18 UTC  (6+ messages)
` [PATCH v3 2/6] crypto: xts - drop xts_check_key()
` [PATCH v3 3/6] crypto: xts - drop redundant xts key check

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

[PATCH v2 0/3] hwrng: starfive - Add driver for TRNG module
 2023-01-06  8:39 UTC  (3+ messages)
` [PATCH v2 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC

[Bug 216888] New: "sysfs: cannot create duplicate filename /dma/dma0chan0" with 68dbe80f ("crypto: ccp - Release dma channels before dmaengine unrgister")
 2023-01-06  8:38 UTC  (2+ messages)

[PATCH v2 0/3] crypto: Allwinner D1 crypto support
 2023-01-06  8:20 UTC  (9+ messages)
` [PATCH v2 1/3] dt-bindings: crypto: sun8i-ce: Add compatible for D1
` [PATCH v2 2/3] crypto: sun8i-ce - Add TRNG clock to the D1 variant
` [PATCH v2 3/3] riscv: dts: allwinner: d1: Add crypto engine node

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-05 23:37 UTC  (39+ messages)
` [PATCH RFC v7 01/64] KVM: Fix memslot boundary condition for large page
` [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 05/64] KVM: x86: Add 'update_mem_attr' "
` [PATCH RFC v7 06/64] KVM: x86: Add platform hooks for private memory invalidations
` [PATCH RFC v7 25/64] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v7 37/64] KVM: SVM: Add KVM_SNP_INIT command

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2023-01-05 22:31 UTC  (12+ messages)
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table

[PATCH v3 00/10] Add CA enforcement keyring restrictions
 2023-01-04 22:38 UTC  (19+ messages)
` [PATCH v3 01/10] KEYS: Create static version of public_key_verify_signature
` [PATCH v3 02/10] KEYS: Add missing function documentation
` [PATCH v3 03/10] KEYS: X.509: Parse Basic Constraints for CA
` [PATCH v3 04/10] KEYS: X.509: Parse Key Usage
` [PATCH v3 05/10] KEYS: Introduce a CA endorsed flag
` [PATCH v3 09/10] KEYS: CA link restriction

[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-01-04 13:55 UTC  (18+ messages)
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [RFC][PATCH 07/12] percpu: Wire up cmpxchg128
` [RFC][PATCH 11/12] slub: Replace cmpxchg_double()

[PATCH v2 0/5] net/crypto: Introduce crypto_pool
 2023-01-04 13:17 UTC  (7+ 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 4/5] crypto/net/ipv6: sr: Switch to using crypto_pool
` [PATCH v2 5/5] crypto/Documentation: Add crypto_pool kernel API

[PATCH] crypto: certs: fix FIPS selftest depenency
 2023-01-04 13:05 UTC  (4+ messages)

xor_blocks() assumptions
 2023-01-04  7:46 UTC  (5+ messages)

[PATCH v2] crypto: ccp - Allocate TEE ring and cmd buffer using DMA APIs
 2023-01-04  6:00 UTC  (5+ messages)

[PATCH v5 0/4] Add Aspeed ACRY driver for hardware acceleration
 2023-01-04  1:34 UTC  (5+ messages)
` [PATCH v5 1/4] crypto: aspeed: Add ACRY RSA driver
` [PATCH v5 2/4] ARM: dts: aspeed: Add ACRY/AHBC device controller node
` [PATCH v5 3/4] dt-bindings: crypto: add documentation for Aspeed ACRY
` [PATCH v5 4/4] dt-bindings: bus: add documentation for Aspeed AHBC

[PATCH v2 0/6] crypto: Accelerated AES/GCM stitched implementation
 2023-01-03 16:17 UTC  (5+ messages)
` [PATCH v2 3/6] An accelerated "

[PATCH 0/7] crypto: stm32 hash - reuse for Ux500
 2023-01-03  8:13 UTC  (5+ messages)
` [PATCH 2/7] crypto: stm32/hash: Simplify code
` [PATCH 3/7] crypto: stm32/hash: Use existing busy poll function

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

[PATCH v4 0/4] Add Aspeed ACRY driver for hardware acceleration
 2023-01-03  3:37 UTC  (4+ messages)
` [PATCH v4 1/4] crypto: aspeed: Add ACRY RSA driver

[PATCH] crypto: skcipher - Use scatterwalk (un)map interface for dst and src buffers
 2023-01-02 10:18 UTC 

[PATCH] async_tx: fix kernel-doc notation warnings
 2023-01-02  7:30 UTC 

[PATCH] crypto: ccp: Improve sev_platform_init() error messages
 2023-01-02  3:18 UTC  (2+ messages)

[PATCH v13 0/7] implement getrandom() in vDSO
 2023-01-01 16:21 UTC  (7+ messages)
` [PATCH v13 6/7] random: introduce generic vDSO getrandom() implementation
` [PATCH v13 7/7] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH] crypto: caam - Prevent fortify error
 2022-12-31 16:44 UTC  (7+ messages)
    ` [PATCH] crypto: caam - Avoid GCC memset bug warning

[PATCH 0/3] crypto: x86/ghash cleanups
 2022-12-30 15:15 UTC  (5+ messages)
` [PATCH 3/3] crypto: x86/ghash - add comment and fix broken link

[PATCH v2] crypto: caam: blob_gen.c: fix CAAM io mem access
 2022-12-30 15:15 UTC  (2+ messages)

[PATCH] crypto: arm64/sm4 - fix possible crash with CFI enabled
 2022-12-30 15:15 UTC  (2+ messages)

[PATCH] crypto: ux500: update debug config after ux500 cryp driver removal
 2022-12-30 15:15 UTC  (2+ messages)

[PATCH] crypto: wp512: disable kmsan checks in wp512_process_buffer()
 2022-12-30 15:14 UTC  (2+ messages)

[PATCH] crypto: arm/ghash - implement fused AES/GHASH implementation of GCM
 2022-12-30 15:11 UTC  (3+ messages)

[RFC PATCH] crypto: use kmap_local() not kmap_atomic()
 2022-12-30 15:11 UTC  (2+ messages)

[PATCH] crypto: atmel: Add capability case for the 0x600 SHA and AES IP versions
 2022-12-30 15:03 UTC  (2+ messages)

[PATCH 00/13] crypto: x86 - yield FPU context during long loops
 2022-12-30  9:08 UTC  (5+ messages)
` [PATCH 03/13] crypto: x86/sha "
` [PATCH 07/13] crypto: x86/ghash - restructure FPU context saving

[PATCH v2 3/6] crypto/realtek: hash algorithms
 2022-12-30  8:43 UTC  (4+ messages)

[PATCH 0/3] crypto/rcu: suppress unnecessary CPU stall warnings
 2022-12-30  8:39 UTC  (3+ messages)
` [PATCH 3/3] crypto: tcrypt - suppress RCU stall warnings during speed tests

[PATCH v2 0/6] crypto/realtek: add new driver
 2022-12-30  6:54 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 NNTP newsgroup(s).