linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-21 15:29:08 to 2023-01-03 17:47:52 UTC [more...]

[PATCH v14 0/7] implement getrandom() in vDSO
 2023-01-03 17:47 UTC  (16+ 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

[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-01-03 17:16 UTC  (21+ messages)
` [RFC][PATCH 04/12] types: Introduce [us]128
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [RFC][PATCH 07/12] percpu: Wire up cmpxchg128
` [RFC][PATCH 09/12] x86,amd_iommu: Replace cmpxchg_double()
` [RFC][PATCH 11/12] slub: "

[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] crypto: ccp - Limit memory allocation in SEV_GET_ID2 ioctl
 2023-01-03 14:39 UTC  (7+ messages)
        ` [patch] crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2

xor_blocks() assumptions
 2023-01-03 14:01 UTC  (4+ messages)

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

[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 v2 0/3] crypto: Allwinner D1 crypto support
 2023-01-01 15:57 UTC  (5+ 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 v8 0/4] crypto: aria: implement aria-avx2 and aria-avx512
 2023-01-01  9:12 UTC  (5+ 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: caam - Prevent fortify error
 2022-12-31 16:44 UTC  (10+ messages)
    ` [PATCH] crypto: caam - Avoid GCC memset bug warning
        ` [v2 PATCH] "

[PATCH v3 0/6] crypto/realtek: add new driver
 2022-12-31 16:25 UTC  (7+ 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 RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-12-31 15:32 UTC  (25+ 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 11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA
` [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 RFC v7 62/64] x86/sev: Add KVM commands for instance certs

[PATCH v5 0/2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
 2022-12-31 13:23 UTC  (8+ 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 Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-12-30 15:19 UTC  (8+ messages)
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table

[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  (7+ messages)
` [PATCH 1/3] rcu: genericize RCU stall suppression functions
` [PATCH 2/3] rcu: print first CPU on expedited stall line
` [PATCH 3/3] crypto: tcrypt - suppress RCU stall warnings during speed tests

[PATCH v2] crypto: ccp - Allocate TEE ring and cmd buffer using DMA APIs
 2022-12-30  8:24 UTC  (4+ messages)

[PATCH v2 0/6] crypto/realtek: add new driver
 2022-12-30  6:54 UTC  (2+ messages)

[PATCH v3 0/6] Trivial set of FIPS 140-3 related changes
 2022-12-29 21:17 UTC  (7+ messages)
` [PATCH v3 1/6] crypto: xts - restrict key lengths to approved values in FIPS mode
` [PATCH v3 2/6] crypto: xts - drop xts_check_key()
` [PATCH v3 3/6] crypto: xts - drop redundant xts key check
` [PATCH v3 4/6] crypto: testmgr - disallow plain cbcmac(aes) in FIPS mode
` [PATCH v3 5/6] crypto: testmgr - disallow plain ghash "
` [PATCH v3 6/6] crypto: testmgr - allow ecdsa-nist-p256 and -p384 "

[PATCH v2 0/6] Trivial set of FIPS 140-3 related changes
 2022-12-29 21:15 UTC  (9+ messages)
` [PATCH v2 1/6] crypto: xts - restrict key lengths to approved values in FIPS mode
` [PATCH v2 2/6] crypto: xts - drop xts_check_key()
` [PATCH v2 3/6] crypto: xts - drop redundant xts key check
` [PATCH v2 4/6] crypto: testmgr - disallow plain cbcmac(aes) in FIPS mode
` [PATCH v2 5/6] crypto: testmgr - disallow plain ghash "
` [PATCH v2 6/6] crypto: testmgr - allow ecdsa-nist-p256 and -p384 "

[PATCH v7 0/1] dma: qcom: bam_dma: Add support to initialize interconnect path
 2022-12-28 16:15 UTC  (4+ messages)
` [PATCH v7 1/1] "

[PATCH] crypto: certs: fix FIPS selftest depenency
 2022-12-28 13:19 UTC  (3+ messages)

[PATCH v2 0/3] hwrng: starfive - Add driver for TRNG module
 2022-12-28  7:11 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: rng: Add StarFive "
` [PATCH v2 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC
` [PATCH v2 3/3] riscv: dts: starfive: Add TRNG node for VisionFive 2

[PATCH v4 1/2] lib/mpi: Fix buffer overrun when SG is too long
 2022-12-27 10:51 UTC  (3+ messages)
` [PATCH v4 2/2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()

[PATCH v2] MAINTAINERS: Update email of Tudor Ambarus
 2022-12-26 14:49 UTC  (2+ messages)

[PATCH v3 00/10] Add CA enforcement keyring restrictions
 2022-12-23 19:45 UTC  (17+ messages)

[PATCH v2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
 2022-12-23  6:25 UTC  (11+ messages)
        ` [PATCH] lib/mpi: Fix buffer overrun when SG is too long
              ` [v2 PATCH] "

[PATCH] ARM: Reduce __thumb2__ definition to crypto files that require it
 2022-12-22 19:52 UTC  (2+ messages)

[PATCH 0/6] Trivial set of FIPS 140-3 related changes
 2022-12-22 16:41 UTC  (9+ messages)
` [PATCH 1/6] crypto: xts - restrict key lengths to approved values in FIPS mode
` [PATCH 2/6] crypto: xts - drop xts_check_key()
` [PATCH 3/6] crypto: xts - drop redundant xts key check
` [PATCH 4/6] crypto: testmgr - disallow plain cbcmac(aes) in FIPS mode
` [PATCH 5/6] crypto: testmgr - disallow plain ghash "
` [PATCH 6/6] crypto: testmgr - allow ecdsa-nist-p256 and -p384 "

[PATCH 0/3] hwrng: starfive - Add driver for TRNG module
 2022-12-22 10:29 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: rng: Add StarFive "
` [PATCH 2/3] hwrng: starfive - Add TRNG driver for StarFive SoC
` [PATCH 3/3] riscv: dts: starfive: Add TRNG node for VisionFive 2

Emballage
 2022-12-22  9:00 UTC 

[PATCH 0/4] Trivial set of FIPS 140-3 related changes
 2022-12-21 22:49 UTC  (6+ messages)
` [PATCH 5/6] crypto: xts - drop xts_check_key()
` [PATCH 6/6] crypto: xts - drop redundant xts key check

[PATCH v3 1/2] lib/mpi: Fix buffer overrun when SG is too long
 2022-12-21 20:51 UTC  (3+ messages)
` [PATCH v3 2/2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()

[PATCH v12 0/6] implement getrandom() in vDSO
 2022-12-21 20:48 UTC  (5+ 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).