linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-16 05:36:22 to 2024-10-21 11:00:04 UTC [more...]

[PATCHv11 0/9] nvme: implement secure concatenaion
 2024-10-21 11:00 UTC  (17+ messages)
` [PATCH 1/9] crypto,fs: Separate out hkdf_extract() and hkdf_expand()
` [PATCH 2/9] nvme: add nvme_auth_generate_psk()
` [PATCH 3/9] nvme: add nvme_auth_generate_digest()
` [PATCH 4/9] nvme: add nvme_auth_derive_tls_psk()
` [PATCH 5/9] nvme-keyring: add nvme_tls_psk_refresh()
` [PATCH 6/9] nvme-tcp: request secure channel concatenation
` [PATCH 7/9] nvme-fabrics: reset admin connection for secure concatenation
` [PATCH 8/9] nvmet-tcp: support secure channel concatenation
` [PATCH 9/9] nvmet: add tls_concat and tls_key debugfs entries

[PATCH] hwrng - Switch back to struct platform_driver::remove()
 2024-10-21 10:48 UTC 

[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
 2024-10-21 10:40 UTC  (17+ messages)
` [PATCH 01/15] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH 02/15] lib/crc32: improve support for arch-specific overrides
` [PATCH 03/15] arm/crc32: expose CRC32 functions through lib
` [PATCH 04/15] loongarch/crc32: "
` [PATCH 05/15] mips/crc32: "
` [PATCH 06/15] powerpc/crc32: "
` [PATCH 07/15] s390/crc32: "
` [PATCH 08/15] sparc/crc32: "
` [PATCH 09/15] x86/crc32: update prototype for crc_pcl()
` [PATCH 10/15] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH 11/15] x86/crc32: expose CRC32 functions through lib
` [PATCH 12/15] lib/crc32: make crc32c() go directly to lib
` [PATCH 13/15] ext4: switch to using the crc32c library
` [PATCH 14/15] jbd2: "
` [PATCH 15/15] f2fs: switch to using the crc32 library

[GIT PULL] Crypto Update for 6.3
 2024-10-21  5:45 UTC  (13+ messages)
` [GIT PULL] Crypto Update for 6.4
  ` [GIT PULL] Crypto Update for 6.5
    ` [GIT PULL] Crypto Update for 6.6
      ` [GIT PULL] Crypto Update for 6.7
        ` [GIT PULL] Crypto Update for 6.8
          ` [GIT PULL] Crypto Fixes "
            ` [GIT PULL] Crypto Fixes for 6.9
              ` [GIT PULL] Crypto Fixes for 6.10
                ` [GIT PULL] Crypto Fixes for 6.12

[PATCH -next] crypto: testmgr - don't generate WARN for -EAGAIN
 2024-10-21  2:40 UTC  (8+ messages)

[PATCH] crypto: mips/crc32 - fix the CRC32C implementation
 2024-10-21  1:47 UTC  (3+ messages)
`  "

linux-next: duplicate patch in the crypto tree
 2024-10-21  1:13 UTC 

[PATCH 1/2] crypto: tegra - remove unneeded crypto_engine_stop() call
 2024-10-20 19:25 UTC  (2+ messages)
` [PATCH 2/2] crypto: starfive "

[RFC PATCH v1 00/13] zswap IAA compress batching
 2024-10-19 19:10 UTC  (18+ messages)
` [RFC PATCH v1 01/13] crypto: acomp - Add a poll() operation to acomp_alg and acomp_req
` [RFC PATCH v1 02/13] crypto: iaa - Add support for irq-less crypto async interface
` [RFC PATCH v1 03/13] crypto: testmgr - Add crypto testmgr acomp poll support
` [RFC PATCH v1 04/13] mm: zswap: zswap_compress()/decompress() can submit, then poll an acomp_req
` [RFC PATCH v1 05/13] crypto: iaa - Make async mode the default
` [RFC PATCH v1 06/13] crypto: iaa - Disable iaa_verify_compress by default
` [RFC PATCH v1 07/13] crypto: iaa - Change cpu-to-iaa mappings to evenly balance cores to IAAs
` [RFC PATCH v1 08/13] crypto: iaa - Distribute compress jobs to all IAA devices on a NUMA node
` [RFC PATCH v1 09/13] mm: zswap: Config variable to enable compress batching in zswap_store()
` [RFC PATCH v1 10/13] mm: zswap: Create multiple reqs/buffers in crypto_acomp_ctx if platform has IAA
` [RFC PATCH v1 11/13] mm: swap: Add IAA batch compression API swap_crypto_acomp_compress_batch()
` [RFC PATCH v1 12/13] mm: zswap: Compress batching with Intel IAA in zswap_store() of large folios
` [RFC PATCH v1 13/13] mm: vmscan, swap, zswap: Compress batching of folios in shrink_folio_list()

[PATCH 1/2] crypto: crypto4xx_core: avoid explicit resource
 2024-10-19 11:58 UTC  (2+ messages)

[PATCHv2 0/5] cesa: small cleanups
 2024-10-19 11:58 UTC  (4+ messages)
` [PATCHv2 4/5] crypto: cesa: move loop to mv_cesa_put_sram

[PATCH] crypto: jitter - output full sample from test interface
 2024-10-19 11:58 UTC  (2+ messages)

[PATCH] dt-bindings: imx-rng: Allow passing only "fsl,imx31-rnga"
 2024-10-19 11:57 UTC  (2+ messages)

[PATCH v1] hwrng: histb-rng: Fix the wrong format specifier
 2024-10-19 11:57 UTC  (2+ messages)

[PATCH] crypto: Switch back to struct platform_driver::remove()
 2024-10-19 11:57 UTC  (2+ messages)

[PATCH] crypto: qat - remove faulty arbiter config reset
 2024-10-19 11:56 UTC  (2+ messages)

[PATCH 2/2] crypto/crc32c: Provide crc32c-base alias to enable fuzz testing
 2024-10-19 11:16 UTC  (2+ messages)

[PATCH v4 0/3] arm64: Speed up CRC-32 using PMULL instructions
 2024-10-18 23:56 UTC  (6+ messages)
` [PATCH v4 1/3] arm64/lib: Handle CRC-32 alternative in C code
` [PATCH v4 2/3] arm64/crc32: Reorganize bit/byte ordering macros
` [PATCH v4 3/3] arm64/crc32: Implement 4-way interleave using PMULL

[PATCH 1/2] crypto/crc32: Provide crc32-base alias to enable fuzz testing
 2024-10-18 23:55 UTC  (2+ messages)

[PATCH] crypto - move crypto_simd_disabled_for_test to lib
 2024-10-18 23:53 UTC 

[RFC PATCH v3 00/13] Clavis LSM
 2024-10-18 21:55 UTC  (29+ messages)
` [RFC PATCH v3 01/13] certs: Remove CONFIG_INTEGRITY_PLATFORM_KEYRING check
` [RFC PATCH v3 02/13] certs: Introduce ability to link to a system key
` [RFC PATCH v3 03/13] clavis: Introduce a new system keyring called clavis
` [RFC PATCH v3 04/13] keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE)
` [RFC PATCH v3 05/13] clavis: Introduce a new key type called clavis_key_acl
` [RFC PATCH v3 06/13] clavis: Populate clavis keyring acl with kernel module signature
` [RFC PATCH v3 07/13] keys: Add ability to track intended usage of the public key
` [RFC PATCH v3 08/13] clavis: Introduce new LSM called clavis
` [RFC PATCH v3 09/13] clavis: Allow user to define acl at build time
` [RFC PATCH v3 10/13] efi: Make clavis boot param persist across kexec
` [RFC PATCH v3 11/13] clavis: Prevent boot param change during kexec
` [RFC PATCH v3 12/13] clavis: Add function redirection for Kunit support
` [RFC PATCH v3 13/13] clavis: "

[PATCH][next] crypto: cavium: Fix inverted logic on timeout end check
 2024-10-18 17:45 UTC  (2+ messages)

[PATCH] crypto: cavium - Fix the if condition to exit loop after timeout
 2024-10-18 16:23 UTC 

[PATCH v2 0/2] crypto: hisilicon - fix the authsize and icv problems of aead in sec
 2024-10-18 10:58 UTC  (3+ messages)
` [PATCH v2 1/2] crypto: hisilicon/sec2 - fix for aead icv error
` [PATCH v2 2/2] crypto: hisilicon/sec2 - fix for aead invalid authsize

nx_crypto on power8 lpar
 2024-10-18 10:22 UTC 

[PATCH v2 1/2] dt-bindings: rng: add support for Airoha EN7581 TRNG
 2024-10-18  8:37 UTC  (3+ messages)
` [PATCH v2 2/2] hwrng: "

[PATCH V1 0/2] Add QCrypto support for SA8775P
 2024-10-18  6:47 UTC  (4+ messages)
` [PATCH V1 1/2] dt-bindings: crypto: qcom-qce: document the SA8775P crypto engine
` [PATCH V1 2/2] arm64: dts: qcom: sa8775p: add QCrypto nodes

[PATCH v3 0/2] arm64: Speed up CRC-32 using PMULL instructions
 2024-10-17 22:40 UTC  (6+ messages)
` [PATCH v3 1/2] arm64/lib: Handle CRC-32 alternative in C code
` [PATCH v3 2/2] arm64/crc32: Implement 4-way interleave using PMULL

[PATCH] crypto: qat - Constify struct pm_status_row
 2024-10-17 20:08 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: rng: add support for Airoha EN7581 TRNG
 2024-10-17 13:39 UTC  (8+ messages)
` [PATCH 2/2] hwrng: "

[RFC PATCH v2 1/3] spinlock: extend guard with spinlock_bh variants
 2024-10-17 12:58 UTC  (9+ messages)
` [RFC PATCH v2 2/3] dt-bindings: crypto: Add Inside Secure SafeXcel EIP-93 crypto engine
` [RFC PATCH v2 3/3] crypto: Add Mediatek EIP-93 crypto engine support

[PATCH] crypto: qat - Fix typo "accelaration"
 2024-10-17  8:29 UTC 

[PATCH v2 0/2] arm64: Speed up CRC-32 using PMULL instructions
 2024-10-17  2:37 UTC  (6+ messages)
` [PATCH v2 1/2] arm64/lib: Handle CRC-32 alternative in C code
` [PATCH v2 2/2] arm64/crc32: Implement 4-way interleave using PMULL

[PATCH v2 00/10] AEGIS x86 assembly tuning
 2024-10-17  0:00 UTC  (11+ messages)
` [PATCH v2 01/10] crypto: x86/aegis128 - access 32-bit arguments as 32-bit
` [PATCH v2 02/10] crypto: x86/aegis128 - remove no-op init and exit functions
` [PATCH v2 03/10] crypto: x86/aegis128 - eliminate some indirect calls
` [PATCH v2 04/10] crypto: x86/aegis128 - don't bother with special code for aligned data
` [PATCH v2 05/10] crypto: x86/aegis128 - optimize length block preparation using SSE4.1
` [PATCH v2 06/10] crypto: x86/aegis128 - improve assembly function prototypes
` [PATCH v2 07/10] crypto: x86/aegis128 - optimize partial block handling using SSE4.1
` [PATCH v2 08/10] crypto: x86/aegis128 - take advantage of block-aligned len
` [PATCH v2 09/10] crypto: x86/aegis128 - remove unneeded FRAME_BEGIN and FRAME_END
` [PATCH v2 10/10] crypto: x86/aegis128 - remove unneeded RETs

[PATCH v2 0/2] crypto: Enable fuzz testing for arch code
 2024-10-16 21:52 UTC  (4+ messages)
` [PATCH v2 1/2] crypto/crc32: Provide crc32-arch driver for accelerated library code
` [PATCH v2 2/2] crypto/crc32c: Provide crc32c-arch "

[PATCH v4 0/4] Add support for stm32mp25x RNG
 2024-10-16 17:29 UTC  (6+ messages)
` [PATCH v4 1/4] dt-bindings: rng: add st,stm32mp25-rng support
` [PATCH v4 2/4] hwrng: stm32 - implement support for STM32MP25x platforms
` [PATCH v4 3/4] hwrng: stm32 - update STM32MP15 RNG max clock frequency
` [PATCH v4 4/4] arm64: dts: st: add RNG node on stm32mp251

[PATCHv10 0/9] nvme: implement secure concatenation
 2024-10-16 16:27 UTC  (7+ messages)
` [PATCH 1/9] crypto,fs: Separate out hkdf_extract() and hkdf_expand()

[PATCH 0/2] arm64: Speed up CRC-32 using PMULL instructions
 2024-10-16 16:24 UTC  (5+ messages)
` [PATCH 2/2] arm64/crc32: Implement 4-way interleave using PMULL

WARNING: CPU: 1 PID: 81 at crypto/testmgr.c:5931 alg_test+0x2a4/0x300 (Thinkpad T60, v6.12-rc2)
 2024-10-16 14:08 UTC  (4+ messages)

[PATCH] crypto: drbg - Use str_true_false() and str_enabled_disabled() helpers
 2024-10-16 13:57 UTC 

[PATCH][next] crypto: tegra: remove redundant error check on ret
 2024-10-16 12:50 UTC  (2+ messages)

[PATCH v4 00/10] Remove pcim_iomap_regions_request_all()
 2024-10-16 12:41 UTC  (11+ messages)
` [PATCH v4 01/10] PCI: Make pcim_request_all_regions() a public function
` [PATCH v4 02/10] ata: ahci: Replace deprecated PCI functions
` [PATCH v4 03/10] crypto: qat - replace "
` [PATCH v4 04/10] crypto: marvell "
` [PATCH v4 05/10] intel_th: pci: Replace "
` [PATCH v4 06/10] wifi: iwlwifi: replace "
` [PATCH v4 07/10] ntb: idt: Replace "
` [PATCH v4 08/10] serial: rp2: "
` [PATCH v4 09/10] ALSA: korg1212: "
` [PATCH v4 10/10] PCI: Remove pcim_iomap_regions_request_all()

[PATCH v3 2/3] lib/digsig: Use scope-based resource management for two MPI variables in digsig_verify_rsa()
 2024-10-16 11:21 UTC  (2+ messages)

[REGRESSION] alg: ahash: Several tests fail during boot on Turris Omnia
 2024-10-16  9:53 UTC  (13+ messages)

[PATCH v3 0/4] Add support for stm32mp25x RNG
 2024-10-16  8:00 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: rng: add st,stm32mp25-rng support

[PATCH v2 0/4] Add support for stm32mp25x RNG
 2024-10-16  7:54 UTC  (10+ messages)
` [PATCH v2 2/4] hwrng: stm32 - implement support for STM32MP25x platforms


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